Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 1 | .TH X0VNCSERVER 1 "January 7, 2008" "TightVNC" "TightVNC Manual" |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 2 | .SH NAME |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 3 | x0vncserver \- TightVNC Server for real X displays |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 4 | .SH SYNOPSIS |
| 5 | .B x0vncserver |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 6 | .RI [ options ] |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 7 | .SH DESCRIPTION |
| 8 | .B x0vncserver |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 9 | is a TightVNC Server which makes any X display remotely accessible via VNC, |
| 10 | TightVNC or compatible viewers. Unlike Xvnc, it does not create a virtual |
| 11 | display. Instead, it just shares an existing X server (typically, that one |
| 12 | connected to the physical screen). |
| 13 | .SH OPTIONS |
| 14 | .B x0vncserver |
| 15 | interprets the command line as a list of parameters with optional values. |
| 16 | Running \fBx0vncserver -h\fP will show a list of all valid parameters with |
| 17 | short descriptions. All parameters are optional, but normally you would have |
| 18 | to use the \fBPasswordFile\fP parameter. |
| 19 | .PP |
| 20 | There are several forms of specifying parameters in the command line (here we |
| 21 | use `\fISomeParameter\fP' as an example parameter name): |
| 22 | .TP |
| 23 | .B -\fISomeParameter\fP |
| 24 | Enable the parameter, turn the feature on. This form can be used with |
| 25 | parameters that simply enable or disable some feature. |
| 26 | .TP |
| 27 | .B -\fISomeParameter\fP=0 |
| 28 | Disable the parameter, turn the feature off. |
| 29 | .TP |
| 30 | .B -\fISomeParameter\fP=\fIvalue\fP |
| 31 | Assign the specified \fIvalue\fP to the parameter. The leading dash can be |
| 32 | omitted, or it can be doubled if desired (like in GNU-style long |
| 33 | options). The equality sign is optional so it can be replaced by spaces. |
| 34 | .PP |
| 35 | Parameter names are case-insensitive, their order in the command line can be |
| 36 | arbitrary. |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 37 | .SH SEE ALSO |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 38 | .BR Xvnc (1), |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 39 | .BR vncpasswd (1), |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 40 | .br |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 41 | http://www.tightvnc.com/ |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 42 | .SH AUTHOR |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame^] | 43 | This manual page was written by Constantin Kaplinsky. |