Linux xmanager配置
1. 修改/etc/inittab,改变runlevel为5
[root@Orarac etc]# vi /etc/inittab
......
id:5:initdefault:
......
2. 修改GDM的配置文件,/etc/X11/gdm/gdm.conf,将[xdmcp]中的enable选项设置为true
[root@Orarac etc]# vi /etc/X11/gdm/gdm.conf
......
[xdmcp]
Enable=true
3. 修改/etc/X11/xdm/xdm-config文件,将DisplayManager.requestPort: 0注释掉,
[root@Orarac etc]# vi /etc/X11/xdm/xdm-config
......
! SECURITY: do not listen for XDMCP or Chooser requests
! Comment out this line if you want to manage X terminals with xdm
! DisplayManager.requestPort: 0
4. 修改/etc/X11/xdm/Xaccess文件
[root@Orarac etc]# vi /etc/X11/xdm/Xaccess
......
* #any host can get a login window
......
* CHOOSER BROADCAST #any indirect
5.如果有防火墙,则打开177端口
[root@Orarac etc]#vi /etc/sysconfig/ipchains
# If you want to use GNOME/KDE, add the following line.
Comments
Post a Comment