新版的 ubuntu 已安装了 vino (一款 vncserver),
但无法用 vnc client 连接, 会出现 Server did not offer supported security type 的问题
* 已在 ubuntu 16.10 通过测试
解决方法
1. 先去 Desktop Sharing 设置 vino server (如图)
$ vino-preferences
2. 弄个 vino.sh
https://raw.githubusercontent.com/yomun/store/master/sh/vino.sh
$ gedit ~/vino.sh
#!/bin/bash
# 先启动
/usr/lib/vino/vino-server --sm-disable
# 设置
export DISPLAY=0:0
gsettings set org.gnome.Vino require-encryption false
3. 给与 vino.sh 执行权限
$ chmod +x vino.sh
4. 去 Startup Applications
让系统开机运行 vino.sh
5. 重启后, 下载一款 vnc viewer 连接以上服务
https://www.realvnc.com/download/viewer/
没有评论:
发表评论