hi.
can anyone give me some brief steps on how to set up tightvnc server?
because everytime i set it up, only the X desktop is shown, so the current desktop is not seen!!!
Thanks and God Bless
In Mandrake Linux, you need to install vncserver.
#urpmi vncserver
Once you do so, open a terminal in the user display that you want to export. This can be done locally or remotely.
Type the following:
vncserver --geometry 1280x1024 (You can change the geometry to whatever you want to output 1024x768)
Provide a passowrd when it asks for one.
Start the tightvnc client.
Good luck,
Yuyo