1 頁 (共 1 頁)

Xserver on Windows

發表於 : 2008-09-20 12:07:49
yehlu
Xming

DISPLAY=10.10.40.135:0.0
export DISPLAY

putty X11 forwarding

發表於 : 2008-09-20 12:29:05
yehlu

Ubuntu Xdmcp

發表於 : 2008-09-20 23:52:24
yehlu
http://twntwn.info/blog/ajer001/archives/1496

開啟 XDMCP:

「系統」->「管理」->「登入畫面」,切換到「遠端」的Tab,將「風格」改成「當成本地端」。

如果你不想依賴 GUI:

1. 編輯「/etc/gdm/gdm.conf」和「/etc/gdm/gdm.conf-custom」

2. 找到 [daemon] 下面的「RemoteGreeter」,將前面的 # 拿掉。

3. 找到 [xdmcp],將下面的「Enable=false」改成「Enable = true」。

最後,重開 gdm:

# sudo /etc/init.d/gdm restart

就可以了。