Log in to the Linux graphical interface with Xmanager
under LINUX system settings:
modifying The Gnome configuration file
#vim/etc/gdm/custom.conf is modified as follows:
# gdmconfiguration Storage
------------------------------------------------------------------------------
[Daemon]
Remotegreeter=/usr/libexec/gdm-simple-greeter
[Security]
Allowremoteroot=ture
[XDMCP]
Enable=true
port=177
Displaysperhost=5
[Greeter]
[Chooser]
[Debug]
--------------------------------------------------------------------------------
Modify The/etc/init/prefdm.conf file
Note Exec/etc/x11/prefdm–nodaemon add EXEC/USR/SBIN/GDM
----------------------------------------------------------------------------------
# pleasecreate a file prefdm.override and put your changes there.
Start onstopped RC runlevel=5
Stop onstarting RC Runlevel=[!5]
Consoleoutput
Respawn
Respawnlimit 10 120
# Exec/etc/x11/prefdm-nodaemon
Exec/usr/sbin/gdm
-----------------------------------------------------------------------------------------
turn off Linux fire, or release the UDP 177 Port in the firewall
#iptables-A input-p UDP--dport 177-j ACCEPT
set Linux to boot directly into the desktop:
#vim/etc/inittab
set the last line as:Id:5:initdefault: (just change 3 to 5 ) to save the exit.
restarting the Linux system
under WINDOWS settings:
A) install Xmanager5.0(download online, install slightly)
:http://www.liangchan.net/soft/softdown.asp?softid=6673
b) create a new XDMCP dialog in xbrowser and enter the Linux host IP address.
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M01/8A/7A/wKioL1gyWMbgyfI-AAAntDspLl4923.png-wh_500x0-wm_3 -wmp_4-s_2253068671.png "style=" Float:none; "title=" 1.png "alt=" Wkiol1gywmbgyfi-aaantdspll4923.png-wh_50 "/>
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M02/8A/7E/wKiom1gyWMezKLxuAAB6fDDJsH4272.png-wh_500x0-wm_3 -wmp_4-s_1530966919.png "style=" Float:none; "title=" 2.png "alt=" Wkiom1gywmezklxuaab6fddjsh4272.png-wh_50 "/>
c) The connection was successful as follows:
650) this.width=650; "Src=" Http://s1.51cto.com/wyfs02/M02/8A/7A/wKioL1gyWNnj4IupAAJim9siIiM791.png-wh_500x0-wm_3 -wmp_4-s_4041954018.png "title=" 3.png "alt=" Wkiol1gywnnj4iupaajim9siiim791.png-wh_50 "/>
executes the lsof-i:177 command if the following text appears, indicating that it has been started
COMMAND piduser FD TYPE DEVICE size/off NODE namegdm-binar 2565root 11u IPv4 19051 0t0 UDP *:XDMCP
LINUX Firewall Setup issues:
Log in to the Linux graphical interface with Xmanager