| I had to go back to my notes, but here it is. If you are running gnome as your desktop, here is the answer. Not sure about KDE or any others. I assume you have already started vncserver, so I won't go into that. First, kill the server session. Then go to /home/"username"/.vnc . Now, edit the xstartup file. Notice that the original xstartup file just opens an x terminal. Change the file to only include the following:
#!/bin/sh
gnome-session &
Now run vncserver again and you should be good to go. Fire up vncviewer from one of you other machines and you should see the gnome desktop.
good luck
ttn2 | |