suse11 open graphical xmanager

1. Modify / etc / sysconfig / DisplayManager

DISPLAYMANAGER_REMOTE_ACCESS = "Yes"
DISPLAYMANAGER_ROOT_LOGIN_REMOTE = "Yes"
DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN = "Yes"

2. appropriate configuration file will be changed to the following way /etc/gdm/custom.conf
# Storage Configuration of GDM

[XDMCP ]
# SuSEconfig: DisplayManager: DISPLAYMANAGER_REMOTE_ACCESS
the Enable to true =
Port = 177

[Chooser]

[Security]
# SuSEconfig: DisplayManager: ~ DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN
DisallowTCP to false =
# SuSEconfig: DisplayManager: DISPLAYMANAGER_ROOT_LOGIN_REMOTE
AllowRemoteRoot to true =

[Debug]

3. then, change the / etc / X11 / xdm / xdm-config, comment out the line (to be at a starting point!)
DisplayManager.requestPort:! 0
4. restart xdm
# /Etc/init.d/xdm restart

and then you can install software like XManager to remotely control the suse linux under Windows

Guess you like

Origin www.cnblogs.com/Wardenking/p/11763601.html