Changes

From Amahi Wiki
Jump to: navigation, search
70 bytes added ,  12:56, 22 October 2010
no edit summary
= Server: Installation=
* To start the server in your HDA, you need install the vnctigervnc-server rpm package:
* From the '''root''' user: yum -y install tigervnc-server xinetd chkconfig vncserver off service vncserver stop
<pre>* Create /etc/gdm/custom.conf file and add the following:yum -y install vnc-server# GDM configuration storage</pre>[xdmcp]Enable=true[chooser][security]DisallowTCP=false[debug]
When that is installed, run the server by typing this at the command line.
vncserver* Create /etc/xinetd.d/vnc1024 file and add the following:service vnc1024{disable = nosocket_type = streamprotocol = tcpgroup = ttywait = nouser = nobodyserver = /usr/bin/Xvncserver_args = -inetd -query localhost -geometry 1024×768 -depth 16 -once -fp /usr/share/X11/fonts/misc -securitytypes=none}
The first time it runs it will ask for setting up a password. * Now restart the xinetd service This will be the password for the '''root''' user. So, pick a good one.service xinetd restart;
When the server starts* Run your VNC Client and enter your HDA IP address. You should now see your HDA Desktop login screen. If you do not, it will assign a session number (like :1, :2 ...)reboot may be required. Remember it. You will need it when you launch This can be done via the client. If dashboard or by executing the session number was set to "following:1" then in the client you will enter hda:1reboot now
You can also specify a window size of the session, which I typically do a hair smaller than the desktop I plan to use it from. Example for 1280x1024:
 
vncserver -geometry 1250x1000
 
To make the VNC server start automatically after a reboot use this command as root:
 
chkconfig vncserver on
<big>'''More detailed instructions are available [http://www.g-loaded.eu/2005/11/10/configure-vnc-server-in-fedora/ here].'''</big>
12,424

edits