Yang Xiao wrote:
Hi all,
I'm trying to connect to a FC4 box with only KDE installed using cygwin.
$ X -query fc4machine
and I get a blank screen, can someone tell me how do I configure this so
I get a KDE login window?
Edit /etc/sysconfig/desktop to include:
DISPLAYMANAGER=KDE
Edit /etc/X11/xdm/Xaccess to allow access, typically, by uncommenting
the line that says:
# * #any host can get a login window
Then, edit /etc/kde/kdm/kdmrc, in the [Xdmcp] section, set:
[Xdmcp]
# Whether KDM should listen to incoming XDMCP requests.
# Default is true
Enable=true
Restart X (or reboot).
-- Rex