Changes

From Amahi Wiki
Jump to: navigation, search
6 bytes added ,  01:17, 26 January 2011
# 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 />
# Change the permissions of /etc/sysconfig/vncservers to allow editing with the following command:<br /><br />
#:{{Code|chmod 777 /etc/sysconfig/vncservers<br /><br />}}
# 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.<br /><br />
#: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 />
#Change the file permissions back:<br /><br />
#:{{Code|chmod 244 /etc/sysconfig/vncservers }}
== Turn on Desktop Sharing ==
12,424

edits