- 论坛徽章:
- 0
|
三、xmanager配置
1./etc/X11/xdm/Xaccess文件,去掉这行的注释。
#*#anyhostcangetaloginwindows
――变成
*#anyhostcangetaloginwindows
2./etc/X11/xdm/xdm-config文件,注释掉这一样。
"DisplayManager.Requestport0"
3./etc/opt/gnome/gdm/gdm.conf文件,[xdmcp]部分,把Enable改为true去掉#Port=177的注释
4./etc/opt/kde3/share/config/kdm/kdmrc文件,[Xdmcp]部分,把enable改为true去掉#Port=177的注释
5.检查/etc/inittab修改运行级别为5(X11),如果为3的话,你看到的将不是桌面,而是命令行窗口。
init0(halt,不要将其设置为系统的initdefault)
init1(singleusermode,单使用者模式)
init2(multiuser,withoutnfs,多用户模式,不带NFS)
init3(Fullmultiusermode,多用户模式,带NFS)
init4(unused,保留)
init5(X11,图形界面多用户模式)
init6(reboot,不要将其设置为系统的initdefault)
id:5:initdefault:
6.关闭防火墙
修改防火墙配置文件/etc/sysconfig/ipchains可能是/etc/sysconfig/iptable,
在文件头部加入如下内容,
#IfyouwanttouseGNOME/KDE,addthefollowingline.
-Ainput-pudp-s0/0-d0/0177-jACCEPT
7.reboot
连接:
Xmanager同网段打开Xmanager-broadcast,跨网段在Xbrowser中输入IP即可。
使用Exceed同一网段XDMCP使用broadcast模式(可自动发现主机),跨网段使用query。
XManager登录SuSE的xWindow,root用户不能登录,其他用户都可以
1./etc/sysconfig/displaymanager里有关root登录的项目需要设置---OK
将DISPLAYMANAGER_ROOT_LOGIN_REMOTE="no"
改为DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes"
2、新建文件/etc/rc.config,添加下面一行:ROOT_LOGIN_REMOTE="yes"。 |
|