MDesigner
06-22-2004, 02:35 PM
Wow, my first "How I Did It" post.. I feel proud :)
Here's how to get TightVNC working with GDM/KDM (meaning: you can use TightVNC to connect to your Linux box, and log in as anyone you want, rather than running vncserver as a certain user and being limited to that login only)
I owe thanks to this article:
http://inferno.slug.org/lfs-hints/tightvnc.txt
Just follow the steps there. However, you need xinetd installed and running, which is really simple:
1) Go to http://www.xinetd.org/ and grab the source, unpackage it, configure, make, make install.
2) Be sure xinetd will run on bootup (on Slackware, add /usr/local/sbin/xinetd to your /etc/rc.d/rc.inet2 file (or somewhere else more appropriate, someone please feel free to correct me here)
3) Follow the steps in the above link.
Works like a charm! I can connect to my Slackware box, get presented with the GDM (though, it's the simple greeter, not the graphical greeter...weird).
Here's how to get TightVNC working with GDM/KDM (meaning: you can use TightVNC to connect to your Linux box, and log in as anyone you want, rather than running vncserver as a certain user and being limited to that login only)
I owe thanks to this article:
http://inferno.slug.org/lfs-hints/tightvnc.txt
Just follow the steps there. However, you need xinetd installed and running, which is really simple:
1) Go to http://www.xinetd.org/ and grab the source, unpackage it, configure, make, make install.
2) Be sure xinetd will run on bootup (on Slackware, add /usr/local/sbin/xinetd to your /etc/rc.d/rc.inet2 file (or somewhere else more appropriate, someone please feel free to correct me here)
3) Follow the steps in the above link.
Works like a charm! I can connect to my Slackware box, get presented with the GDM (though, it's the simple greeter, not the graphical greeter...weird).