Basic Environment:
RedHat 5.6 gnome
Xmanager
Modify:
/Etc/TPD/custom. conf file
Add the following under the [XDMCP] label:
Enable = true
Restart X Server:
Init 3 (Disable X Server)
Init 5 (start X Server)
Use XDMCP to log on from a Linux host. The following process is executed on the client:
In X Window, you must enter X Window in the following ways:
[Root @ client ~] # Startx
# Or
[Root @ client ~] # Init 5
(1). Enable a shell on the X Window Screen, and enter:
[Root @ client ~] # Xhost + 192.168.1.5
192.168.1.5 being added to access control list
# Assume that the IP address of my Linux host is 192.168.1.5.
[Root @ client ~] # Init 3 <= Disable X Server
(2) enter the following text in the text interface:
[Root @ client ~] # X-query 192.168.1.5
# Enter X Window!
If everything goes well, you should be able to log on to the bottom of the X Window Screen.