因為工作的關係,要從PC連到workstation,但又必須透過x window protocol把 desktop Display 丟回來.雖然有
X.org 的 x.server x.client, 但功能還是不完整,於是就找到了 Xephyr 這個tool.可透過底下的script來完成我們要的jobs.當然你也可以用 Xephyr 提供的 multi desktops Display,來做多個視窗管理.
Xephyr -kb -query xxx.xxx.xxx.xxx -fullscreen -ac :10
Refs:
X Window System core protocol
Xephyr
Multiseat Configuration/Xephyr
fbvncserver : 將 Linux framebuffer 作為輸出的 VNC server
回覆刪除http://blog.linux.org.tw/~jserv/archives/002073.html
非同步 Xlib 處理機制
http://blog.linux.org.tw/~jserv/archives/002016.html