Another issue I faced when starting up ie
# service vncserver restart
You might see this error
Starting VNC server: no displays configured on CentOS 6
To solve the issues, you have to look at the CentOS Howto for VNC (Virtual Networking Computing)
The portion that helped me was
.....
.....
Edit /etc/sysconfig/vncservers, and add the following to the end of the file.
VNCSERVERARGS[1]="-geometry 640x480" VNCSERVERARGS[2]="-geometry 640x480" VNCSERVERARGS[3]="-geometry 800x600".....
.....
After editing the vncserver, start the vncserver. You should eliminate the error
# service vncserver start
1 comment:
Thanks ..
install vnc on centos 6
Post a Comment