Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Minor fix
[palacios.git] / linux_usr / vnc / x0vncserver.man
1 .TH x0vncserver 1 "19 September 2003" "RealVNC Ltd" "Virtual Network Computing"
2 .SH NAME
3 x0vncserver \- VNC server which continuously polls an X display
4 .SH SYNOPSIS
5 .B x0vncserver
6 [\fIparameters\fP]
7 .SH DESCRIPTION
8 .B x0vncserver
9 is a VNC server which continuously polls any X display, allowing it to be
10 controlled via VNC.  How usable it will be depends a lot on the machine it's
11 running on, and what you're expecting.  It won't be as fast as Xvnc or a native
12 X server with VNC support compiled in, but in many cases it is the best option
13 since it is just an ordinary X application requiring no special installation.
14
15 It has many of the same parameters as Xvnc.  Running \fBx0vncserver -h\fP will
16 give a list of parameters with descriptions.  Note that you need to explicitly
17 specify an appropriate password file using the PasswordFile parameter.
18
19 .SH SEE ALSO
20 .BR Xvnc (1)
21 .BR vncpasswd (1),
22 .BR vncviewer (1),
23 .BR vncserver (1),
24 .br
25 http://www.realvnc.com
26
27 .SH AUTHOR
28 Tristan Richardson, RealVNC Ltd.
29
30 VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
31 / AT&T Laboratories Cambridge.  It is now being maintained by RealVNC Ltd.  See
32 http://www.realvnc.com for details.