利用X-win32連ubuntu8.04主機的問題 - Linux

Table of Contents

現在利用 X-win32 或 Xmanager 連到ubuntu時
輸入帳號密碼還ok 但之後就只會出現一個灰色視窗
http://i22.photobucket.com/albums/b339/UBLsPIC/error.jpg

目前根據網路上教學做的更動有
1.system->Administration->logon windows切到remote項,修改其中style為same as
local

2.
/etc/gdm/gdm.conf

[Daemon]
#RemoteGreeter=/usr/lib/gdm/gdmlogin 中前面的#號去悼;

[Security]
#DisallowTCP=true 中前面的#號去悼,並將true改為false;

[xdmcp]
#Enable=false 中前面的#號去悼,並將false改為true;

Port=177

--

All Comments