Changes

From Amahi Wiki
Jump to: navigation, search
24 bytes removed ,  15:35, 5 April 2014
2. Launch a command line/terminal session (From the GNOME desktop, select Applications > System Tools > Terminal)
3. Login as super user:<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 />
{{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 />
VNCSERVERS="0:''yourusername''"
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 />
{{Code| chmod 244 /etc/sysconfig/vncservers}}
== Turn on Desktop Sharing ==
12,424

edits