当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > Xmanager 远程登陆Linux系统后配置Xdm

Unix/Linux
Ubuntu 8.04系统下Opera浏览器安装配置
Ubuntu系统软件安装方式
解决Ubuntu启动时的Routine check检查时间过长
Ubuntu系统下安装网络打印机
Ubuntu系统下zend for linux中文乱码解决
Ubuntu 8.04升级到Ubuntu 8.10
Ubuntu 8.04中使用fast-cgi搭建Apache2+PHP5环境
Ubuntu压缩/解压缩RAR文件的方法
64位ubuntu8.04 安装QQ
ubuntu关闭图形模式
解决ubuntu系统下vimtutor乱码
Ubuntu下安装KDE桌面环境
Ubuntu 8.10 Intrepid Ibex Alpha4 官方正式版下载
ubuntu8.04下源码安装wine 设置中文
ubuntu下设置共享目录
Ubuntu下Flash乱码的解决方法
Ubuntu 8.04中启用FrameBuffer
Ubuntu系统下升级内核的方法
ubuntu系统下播放mp3及中文乱码的解决
ubuntu 8.04.1 LTS 下的cpu温度监控软件lm-sensors

Unix/Linux 中的 Xmanager 远程登陆Linux系统后配置Xdm


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 120 ::
收藏到网摘: n/a

Xmanager 远程登陆linux 配置 Xdm

设置xwindow可以支持如xmanager这样的工具远程登陆linux。设置如下:

#vi /etc/X11/xdm/xdm-config

在最后一行: DisplayManager.requestPort: 0 前面加!号注释掉此行。

#vi /etc/X11/xdm/Xservers

在最后一行::0 local /usr/X11R6/bin/X 前面加#号注释掉这一行。

#vi /etc/X11/xdm/Xaccess

找到#* #any host can get a login window

把这一行前面的#号去掉,变成:

* #any host can get a login window

最后运行#xdm。这样使用xmanager等工具就可以连接Linux了!!!

如果想要每次启动自动启动xdm,那么请在/etc/rc.d/rc.local文件尾部加入/etc/X11R6/bin/xdm

1.Use Gnome as its defaul XDM.

2. Execute gdmconfig with x-windows starting

3.Click the "expert", turn to "XDMCP" tab, make sure that "Enable XDMCP" checkbox was checked, save the changes.

4. Excute "init 5" command.

5. Exctue "netstat -an|grep 177", to verify that the 177 port was open.