我正在尝试使用笔记本电脑的显示器在台式机上设置多显示器显示器(均运行 ubuntu 14.04)。根据我搜索过的设置指南,我正在执行以下操作
从我的桌面:
sudo apt-get install xdmx
Run Code Online (Sandbox Code Playgroud)
从我的笔记本电脑:
ssh -X -c blowfish-cbc user@desktop
user@desktop:~$ export |grep DISP
declare -x DISPLAY="localhost:10.0"
user@desktop:~$ startx -- /usr/bin/Xdmx :1 +xinerama -display :0.0 -display localhost:10.0 -norender -noglxproxy
Run Code Online (Sandbox Code Playgroud)
之后,两个显示器都变为空白,直到我按 ctrl-c 退出 startx 命令,才会发生任何事情。
有没有好心的人可以帮助我解决上述问题?(我不想使用 vnc,而且我想要像上面那样的 ssh 方法)。谢谢
(ctrl+c 后的 startx 日志) http://pastebin.com/AyCvkQMr