CentOS安装xrdp后就可以在windows上使用3389远程桌面连接Linux了。系统为CentOS6.2。
安装xrdp:
cd /tmp
wget http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -Uvh epel-release-6-8.noarch.rpm
yum install xrdp
启动服务:
service xrdp start
安装vncserver:
yum install tigervnc tigervnc-server xterm
vnc的相关配置
1)设置vnc密码
vncpasswd
2)
vim /etc/sysconfig/vncservers
修改:
VNCSERVERS="1:root" # display port and username
VNCSERVERARGS[1]="-geometry 800x600 -nolisten tcp -nohttpd"
3)将hostname添加到/etc/hosts中
4)在/root/.vnc/xstartup中设置要使用的桌面环境
没有桌面的话安装一个:
yum groupinstall "KDE Desktop"
5)开启vnc服务
vncserver :1
xrdp的作用是将vnc的5901端口连接到3389上。
PS:如果xrdp登陆后黑屏的话,要将远程桌面的分辨率设置成和vnc一样的800x600。
PS2:远程桌面的操作不敢说更流畅,但显示效果比用vnc清晰好多好多
参考资料:
http://linuxjcq.blog.51cto.com/3042600/748382
http://pkgs.org/centos-6-rhel-6/epel-i386/xrdp-0.5.0-0.13.el6.i686.rpm.html
(责任编辑:IT) |