搜尋此網誌

2010年2月5日 星期五

Multi-login Remote Desktop xWindows

在 Windows Server 系列有提供多人遠端桌面的功能, 雖然 Linux 一直有多重登入的功能, 但都一直僅限於文字介面, 後來又多了一個 VNC 多重登入, 但 Clients 需要安裝 VNCviewer 的軟體, 並且少了像 windows RDP 可複製連線設定的方便性, 這些都不方便 Linux 多人遠端登入的使用。

現在發佈了一套給 Linux 用的 RDP Server 軟體 xRDP, 它是一個符合 RDP 的中介軟體, 是中介軟體的原因在於, 它本身並沒有提供遠端桌面的功能, 它是將遠端桌面的需求丟給 Linux 上的 VNC 來執行, 就是利用 xRDP + VNC Server 達到如同 Windows Server 的 Terminal Server。



Install xRDP server on ubuntu 9.10

sudo apt-get install tightvncserver
sudo apt-get install xrdp
Client Login Step
run Remote Desktop Connection, then click connection.
  image

Module: sesman-Xvnc
username: "your username"
password: "your password"
click "OK"
image

xRDP screenshot
image

Configurate Keyboad
When you use RDP to connect xRDP first time. you will find keyboad unusable. Need setup gnome.

gconf-editor
/apps/gnome_settings_daemon/plugins/keyboard/active
set enable to disable
set to Default
image
 
Multi-login Remote Desktop xWindows screenshot
image

Solve Lauch root application
touch ~/.Xauthority
chmod 600 ~/.Xauthority

Solve D key issue
Alt + F2
gconf-editor

app->metacity->global_keybindings
d  --> d

沒有留言:

張貼留言