Xmanager 连接 SUSE Linux 11

字体大小: 中小 标准 ->行高大小: 标准

Xmanager 连接 SUSE Linux 11:

1.修改/etc/sysconfig/displaymanager

DISPLAYMANAGER_REMOTE_ACCESS="yes"

DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes"
DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="yes"

2.相应的配置文件/etc/gdm/custom.conf也会更改成如下样子
# GDM configuration storage

[xdmcp]
# SuSEconfig: displaymanager:DISPLAYMANAGER_REMOTE_ACCESS
Enable=true
Port=177

[chooser]

[security]
# SuSEconfig: displaymanager:~DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN
DisallowTCP=false
# SuSEconfig: displaymanager:DISPLAYMANAGER_ROOT_LOGIN_REMOTE
AllowRemoteRoot=true

[debug]

3.然后,更改/etc/X11/xdm/xdm-config,注销掉这一行(在起点加以个!)
! DisplayManager.requestPort: 0

4.重启xdm
# /etc/init.d/xdm restart

然后可以在Windows下安装XManager之类的软件来远程控制suse linux了。

更多SUSE相关信息见SUSE 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=3

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/66969.html