Check to see if the system has VNC service installed, if you uninstall it, such as
Rpm-qa|grep "Vnc-server"
Note that VNC is not installed, next we install the VNC service
Yum-yinstall Tigervnc-server
Set up a VNC login user
Vi/etc/sysconfig/vncservers
Add the following content
Vncservers= "1:root" vncserverargs[1]= "-geometry 1024x768-nolisten tcp-localhost" |
Note that the above Red Section 1 is the desktop number, which needs to be consistent when using the client
Set Password
vncpasswd
Start VNC
If could notopen default font ' fixed ' error description missing font Library
Workaround:
Yum Install Libxfont Yum Install Xorg-x11-xfs Yum Install Xorg-x11-xfs-utils Yum Install Xorg-x11-xinit Yum Install Xorg-x11-xdm Yum Install xorg-x11-fonts* |
Start VNC
Kill the desktop number 1 process
Vncserver-kill:1
Start a user with a desktop number of 1
Vncserver:1
Login Client Vncviewer.exe
Enter Password:
Post landing page
OK VNC Installation Complete
Lost Jian file
Reprint Please specify link: http://blog.csdn.net/awenluck/article/details/40681237
CentOS Installation VNC