Software Introduction
The TIGERVNC is an advanced VNC remote access implementation, based on the fourth generation VNC, containing a JPEG compression accelerator. Supports x.org and X server.
TIGERVNC is an excellent remote control application. It allows you to view the desktop of a remote workstation, such as a home computer. You can use the mouse and keyboard to control the screen of your home computer through an office workstation. As if you were in front of your computer.
You can also watch movies and play DirectX games. In addition, this program also has the function of transferring files.
With Tigervnc, you can save a lot of time because you don't have to go to check your computer
TIGERVNC Software Installation
1, need to install the package: Tigervnc,tigervnc-server
1. Environment and software preparation
(1) CentOS 6.3
The code is as follows |
Copy Code |
[Root@localhost ~]$ rpm–q Tigervnc tigervnc-server tigervnc-1.0.90-0.17.20110314svn4359.el6.i686 tigervnc-server-1.0.90-0.17.20110314svn4359.el6.i686 |
Use the following command to install
The code is as follows |
Copy Code |
Yum Install Tigervnc Yum Install Tigervnc-server |
2. Configure display resolution, desktop and User:
Edit/etc/sysconfig/vncservers
Refer to the last two lines of the annotation and add 2 lines
The code is as follows |
Copy Code |
vncservers= "2:myname" #这里myname就是用户账号 vncserverargs[2]= "-geometry 1024x768-nolisten TCP" PS: Remove-localhost. |
3, configure VNC Desktop environment and password:
Users who need to log on to the local computer using remote logins, that is, to allow user users to log on to the local computer, you need to switch user login to the local computer to set up the desktop environment and password
Command line execution: $ vncserver
You will be prompted to set your password the first time you execute it.
4. Start VNC Server Service
Log in as an administrator, stop the service first, and then start
The code is as follows |
Copy Code |
# Service Vncserver Stop # service Vncserver Start |
5. Add to boot
The code is as follows |
Copy Code |
Chkcongfig Vncserver on |