On Fri, 28 Dec 2007 22:59:18 -0700 "Joseph L. Casale" jcasale@ActiveNetwerx.com wrote:
I followed these instructions, http://egopoly.com/archives/2006/09/how_to_use_vnc.html to successfully connect to my centos 5.1 box. I assumed I could #chkconfig vncserver on to make this permananet but when I tried to #service vncserver start I got the message no desktop configured. Can anyone point me in the right direction to have vncserver run at startup?
Add a line to the end of /etc/vncservers that looks like this:
VNCSERVERS="1:yourusernamehere"
Run vncpasswd as the user whose username you specified above.