Changes

From Amahi Wiki
Jump to: navigation, search
9 bytes removed ,  00:06, 25 October 2010
== Server: Installation - Method 1 ==
 
* To start the server in your HDA, you need install tigervnc-server rpm package:
 
* From the '''root''' user:
yum -y install tigervnc-server xinetd
chkconfig vncserver off
service vncserver stop
 
* Create /etc/gdm/custom.conf file and add the following:
#GDM configuration storage
DisallowTCP=false
[debug]
 
* Create /etc/xinetd.d/vnc1024 file and add the following (you can change the screen resolution by changing the geometry setting):
service vnc1024
server_args = -inetd -query localhost -geometry 1024×768 -depth 16 -once -fp /usr/share /X11/fonts/misc -securitytypes=none
}
 
* Edit /etc/services and comment out the two lines as listed below:
#vnc-server 5900/tcp # VNC Server
#vnc-server 5900/udp # VNC Server
 
 
* Add this line below the two lines you commented out and save the changes:
vnc1024 5900/tcp # VNC and GDM
 
* Now restart the xinetd service
service xinetd restart
 
* Run your VNC Client and enter your HDA IP address. You should now see your HDA Desktop login screen. If you don't see the login screen, a reboot of the HDA may be required. This can be done via the dashboard or by executing the following as '''root''' user:
reboot now
12,424

edits