标签:
xfce
,xrdp
,vnc4server
sudo apt-get update
sudo apt-get install xfce4
sudo apt-get install xrdp vnc4server
xfce
作为界面登录,然后重启xrdp
服务:
echo "xfce4-session" >~/.xsession
sudo service xrdp restart
Module
的sesman-Xvnc
进行登录,你会发现一片漆黑,什么都没有,ubuntuu也没有什么影响和变化,因为
ubuntu并**没有设置允许他人链接** 按着路径
/usr/share/applications/打开
Desktop sharing`,并设置相关属性
13.04
的话,以上已经完成设置了,但是ubuntu14.04
是无法正确连接的,(连接时屏幕是灰屏,只有一个光标)会显示安全等级问题,我们还需要继续配置dconf-editor
,并进行继续的设置
sudo apt-get install dconf-editor
search yoour computer android online sources
中查找上一步安装的软件dconf-editor
org > gnome > desktop > remote-access
requlre-encryption
属性win7
下进行配置了,输入ubuntu电脑的IP地址,会出现如下画面,Module项目
选择使用的协议,这里选择vnc-any
,输入IP地址
(跟ubuntu电脑的IP地址一样),端口不变(5900),你设定的密码(即:设置Desktop sharing
里面所填入的密码),即可远程连接到ubuntu 14.04桌面
http://www.zhixing123.cn/ubuntu/41953.html
http://www.jianshu.com/p/a915e52dae11
[转]win7远程连接ubuntu14.04的相关配置,解决连接时灰屏
标签:
原文地址:http://www.cnblogs.com/wincai/p/5063023.html