Changes

From Amahi Wiki
Jump to: navigation, search
307 bytes added ,  05:45, 14 November 2009
no edit summary
* A client
= Client : Installation Download the client software and install:
* [http://realvnc.com/ For Windows]
* For Linux, you have the vncviewer package, available in most, if not all distros
Remember when you start the server will tell you which session it is running (like = Server:1, :2 ...), so your setting like this:  hda:1Installation=
= Server = To start the server in your HDA, you need install the vnc-server rpm package:
To start From the server in your HDA, you need the vnc-server rpm package'''root''' user:
<pre>
</pre>
 When that is installed, type run the server by typing this at the command line.
vncserver
The first time it runs it will ask for setting up a password. This will be the password for the '''root''' user. So, pick a good one. When the server starts, it will assign a session number (like :1, :2 ...). Remember it. You will need it when you launch the client. If the session number was set to ":1" then in the client you will enter hda:1 You can also specify a window sizeof the session, which I typically do a hair smaller than the desktop I plan to use it from. Example for 1280x1024:
vncserver -geometry 1250x1000