madlm,
I ran into the same problem. VNC is a piece of cake in windows and figured the same with RH. But when I went to start it nothing seemed to happen and couldn't find clear instructions. Anyway, I finally did get some help from this site. If you are still having problems here is what I did....
1. Before starting vncserver the first time you need to set the password. in terminal, goto where you installed vnc and run vncpasswd. It will prompt you to set the password.
2. Run vncserver. Go to client and you should be able to connect by starting vnc in win and typing the IP:display#
3. You should be able to connect, but might not be able to see the full desktop. If that is the case then you need to edit xstartup file.
3a. use an editor like vi and open $HOME/.vnc/xstartup.
3b. remove the # from the following lines...
unset SESSION_MANAGER
exec /etc/x11/xinit/xinitrc
3c. then add # to all remaining lines. this should allow you to view the full desktop.
hope this helps..
|