Changes

From Amahi Wiki
Jump to: navigation, search
2 bytes added ,  23:40, 3 November 2010
no edit summary
* For Linux, you have the vncviewer package, available in most, if not all distros. For Fedora 12, do the following as '''root''' user:
yum -y install tigervnc
 
== 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
chkconfig vncserver on
service vncserver start
* Edit /etc/sysconfig/vncservers and change lines as follows (username is your linux user for the VNC session):
VNCSERVERS="2:username"
VNCSERVERARGS[2]="-geometry 1024x768 -nolisten tcp -localhost"
* Edit /home/username/.vnc/xstartup and make the end of the file look as follows:
# twm &
startx &
* Stop and start vncserver:
service vncserver stop
service vncserver start
* Start VNC on reboot (do this as your linux user for the VNC session):
crontab -e
@reboot vncserver
* Run your VNC Client and enter hda:1 as the host/IP address. You should now see your HDA Desktop screen.
 
 
== Server: Installation - Method 2 ==
* To start the server in your HDA, you need install tigervnc-server rpm package:
* From the '''root''' user:
* Run your VNC Client and enter your HDA IP address for host/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
 
== 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 lines as follows (username is your linux user for the VNC session):
VNCSERVERS="2:username"
VNCSERVERARGS[2]="-geometry 1024x768 -nolisten tcp -localhost"
* Edit /home/username/.vnc/xstartup and make the end of the file look as follows:
# twm &
startx &
* Stop and start vncserver:
service vncserver stop
service vncserver start
* Start VNC on reboot (do this as your linux user for the VNC session):
crontab -e
@reboot vncserver
* Run your VNC Client and enter hda:1 as the host/IP address. You should now see your HDA Desktop screen.
12,424

edits