Changes

From Amahi Wiki
Jump to: navigation, search
33 bytes removed ,  01:21, 26 January 2011
# Log into the computer running the HDA as a normal user
# Launch a command line/terminal session (From the GNOME desktop, select Applications > System Tools > Terminal)
# Login as super user:<br /><br />
{{Code|su -}}
:password: ''enter root password''<br /><br />
# 4. Change the permissions of /etc/sysconfig/vncservers to allow editing with the following command:<br /><br />
{{Code|chmod 777 /etc/sysconfig/vncservers}}
#: 5. Open the file /etc/sysconfig/vncservers with a text editor (Applications > Accessories > gedit Text Editor on the GNOME desktop) and add the following two lines to the bottom of the file:<br /><br />#: VNCSERVERS="0:''yourusername''"#: VNCSERVERARGS[0]="-geometry 1024x768 -depth 16"<br /><br />#:''yourusername'' is the desktop user you use to login to your HDA desktop. Make sure there is no # comment symbol in front of your entries. This entry will create a 1024 x 768 desktop with 16M colors on your remote machine.<br /><br />#:You can set the desktop resolution to any value you want -- see below. You can also setup sessions for multiple users and computers. More detailed instructions are available [http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/ here].<br /><br />#6. Change the file permissions back:<br /><br />
{{Code|chmod 244 /etc/sysconfig/vncservers}}
12,424

edits