1.修改/etc/sysconfig/displaymanager 
     DISPLAYMANAGER_REMOTE_ACCESS="yes"   
     DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes"
     DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="yes"
 2.修改/etc/gdm/gdm_sysconfig.conf 
     DISPLAYMANAGER_REMOTE_ACCESS="yes" 
     DISPLAYMANAGER_ROOT_LOGIN_REMOTE="yes" 
     DISPLAYMANAGER_STARTS_XSERVER="yes" 
相应的配置文件/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.无需重启 gdm ,直接重启系统
注:出现连上但没反应,删除/tmp下.X11文件。
09-30 20:40