== Server: Installation - Method 2 ==
* To start the server in your HDA, you need install tigervnc-server rpm package:
* From the '''root''' user:
yum -y install tigervnc-server
chkconfig vncserver on
service vncserver start
* Edit /etc/sysconfig/vncservers and change the following lines: # VNCSERVERS="2:username" # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -localhost"to reflect (myusername is your linux user) below: VNCSERVERS="2:clyde" VNCSERVERARGS[2]="-geometry 1024x768 -nolisten tcp -localhost"* Edit /home/username/.vnc/xstartup file to look as follows: # twm & startx &You may change startx & (Gnome interface) to startkde & (KDE interface). * Stop and start vncserver: service vncserver stop service vncserver start* Use any client to access the server. Enter hda:1 as the host.