Pierre Ossman | f256a1a | 2014-09-17 14:09:58 +0200 | [diff] [blame] | 1 | .TH X0VNCSERVER 1 "" "TigerVNC" "TigerVNC Manual" |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 2 | .SH NAME |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 3 | x0vncserver \- TigerVNC Server for 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 | 2039d7b | 2008-06-04 10:43:10 +0000 | [diff] [blame] | 7 | .br |
| 8 | .B x0vncserver -version |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 9 | .SH DESCRIPTION |
| 10 | .B x0vncserver |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 11 | is a TigerVNC Server which makes any X display remotely accessible via VNC, |
| 12 | TigerVNC or compatible viewers. Unlike \fBXvnc\fP(1), it does not create a |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 13 | virtual display. Instead, it just shares an existing X server (typically, |
| 14 | that one connected to the physical screen). |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 15 | |
| 16 | XDamage will be used if the existing X server supports it. Otherwise |
| 17 | .B x0vncserver |
| 18 | will fall back to polling the screen for changes. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 19 | |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 20 | .SH OPTIONS |
| 21 | .B x0vncserver |
| 22 | interprets the command line as a list of parameters with optional values. |
| 23 | Running \fBx0vncserver -h\fP will show a list of all valid parameters with |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 24 | short descriptions. All parameters are optional, but normally you would have |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 25 | to use the \fBPasswordFile\fP parameter (see its description below). |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 26 | .PP |
| 27 | There are several forms of specifying parameters in the command line (here we |
| 28 | use `\fISomeParameter\fP' as an example parameter name): |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 29 | |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 30 | .TP |
| 31 | .B -\fISomeParameter\fP |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 32 | Enable the parameter, turn the feature on. This form can be used with |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 33 | parameters that simply enable or disable some feature. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 34 | . |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 35 | .TP |
| 36 | .B -\fISomeParameter\fP=0 |
| 37 | Disable the parameter, turn the feature off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 38 | . |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 39 | .TP |
| 40 | .B -\fISomeParameter\fP=\fIvalue\fP |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 41 | Assign the specified \fIvalue\fP to the parameter. The leading dash can be |
| 42 | omitted, or it can be doubled if desired (like in GNU-style long options). |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 43 | .PP |
| 44 | Parameter names are case-insensitive, their order in the command line can be |
| 45 | arbitrary. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 46 | |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 47 | .SH PARAMETERS |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 48 | |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 49 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 50 | .B display |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 51 | The X display name. If not specified, it defaults to the value of the |
| 52 | DISPLAY environment variable. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 53 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 54 | .TP |
| 55 | .B rfbport |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 56 | TCP port to listen for incoming VNC connections (RFB protocol). The default |
| 57 | port is 5900. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 58 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 59 | .TP |
| 60 | .B Log |
| 61 | Specifies which log output should be directed to which target logger, and the |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 62 | level of output to log. Format is \fIlog\fP:\fItarget\fP:\fIlevel\fP. |
| 63 | Default is \fB*:stderr:30\fP (log everything to stderr, set log level to 30). |
| 64 | Log level should be a value between 0 and 100, higher levels produce more |
| 65 | output. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 66 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 67 | .TP |
| 68 | .B HostsFile |
Constantin Kaplinsky | b8363be | 2008-01-08 13:48:19 +0000 | [diff] [blame] | 69 | This parameter allows to specify a file name with IP access control rules. |
| 70 | The file should include one rule per line, and the rule format is one of the |
Pierre Ossman | 14e214f | 2015-08-10 11:31:14 +0200 | [diff] [blame] | 71 | following: +\fIaddress\fP/\fIprefix\fP (accept connections from the |
| 72 | specified address group), -\fIaddress\fP/\fIprefix\fP (reject connections) |
| 73 | or ?\fIaddress\fP/\fIprefix\fP (query the local user). The first rule |
Constantin Kaplinsky | b8363be | 2008-01-08 13:48:19 +0000 | [diff] [blame] | 74 | matching the IP address determines the action to be performed. Rules that |
| 75 | include only an action sign (+, - or ?) will match any IP address. |
Pierre Ossman | 14e214f | 2015-08-10 11:31:14 +0200 | [diff] [blame] | 76 | \fIPrefix\fP is optional and is specified as a number of bits (e.g. /24). |
| 77 | Default is to accept connections from any IP address. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 78 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 79 | .TP |
| 80 | .B SecurityTypes |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 81 | Specify which security scheme to use for incoming connections. Valid values |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 82 | are a comma separated list of \fBNone\fP, \fBVncAuth\fP, \fBPlain\fP, |
| 83 | \fBTLSNone\fP, \fBTLSVnc\fP, \fBTLSPlain\fP, \fBX509None\fP, \fBX509Vnc\fP |
| 84 | and \fBX509Plain\fP. Default is \fBVncAuth,TLSVnc\fP. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 85 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 86 | .TP |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 87 | .B rfbauth, PasswordFile |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 88 | Password file for VNC authentication. There is no default, you should |
| 89 | specify the password file explicitly. Password file should be created with |
| 90 | the \fBvncpasswd\fP(1) utility. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 91 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 92 | .TP |
| 93 | .B Password |
| 94 | Obfuscated binary encoding of the password which clients must supply to |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 95 | access the server. Using this parameter is insecure, use \fBPasswordFile\fP |
| 96 | parameter instead. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 97 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 98 | .TP |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 99 | .B PlainUsers |
| 100 | A comma separated list of user names that are allowed to authenticate via |
| 101 | any of the "Plain" security types (Plain, TLSPlain, etc.). Specify \fB*\fP |
| 102 | to allow any user to authenticate using this security type. Default is to |
| 103 | deny all users. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 104 | . |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 105 | .TP |
Pierre Ossman | 3d2a84b | 2014-09-17 16:45:35 +0200 | [diff] [blame] | 106 | .B pam_service, PAMService |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 107 | PAM service name to use when authentication users using any of the "Plain" |
| 108 | security types. Default is \fBvnc\fP. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 109 | . |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 110 | .TP |
Pierre Ossman | 3d2a84b | 2014-09-17 16:45:35 +0200 | [diff] [blame] | 111 | .B X509Cert |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 112 | Path to a X509 certificate in PEM format to be used for all X509 based |
| 113 | security types (X509None, X509Vnc, etc.). |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 114 | . |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 115 | .TP |
Pierre Ossman | 3d2a84b | 2014-09-17 16:45:35 +0200 | [diff] [blame] | 116 | .B X509Key |
| 117 | Private key counter part to the certificate given in \fBX509Cert\fP. Must |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 118 | also be in PEM format. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 119 | . |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 120 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 121 | .B BlacklistThreshold |
| 122 | The number of unauthenticated connection attempts allowed from any individual |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 123 | host before that host is black-listed. Default is 5. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 124 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 125 | .TP |
| 126 | .B BlacklistTimeout |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 127 | The initial timeout applied when a host is first black-listed. The host |
| 128 | cannot re-attempt a connection until the timeout expires. Default is 10. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 129 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 130 | .TP |
| 131 | .B QueryConnect |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 132 | Prompt the local user to accept or reject incoming connections. Default is |
| 133 | off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 134 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 135 | .TP |
| 136 | .B QueryConnectTimeout |
| 137 | Number of seconds to show the Accept Connection dialog before rejecting the |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 138 | connection. Default is 10. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 139 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 140 | .TP |
| 141 | .B AlwaysShared |
| 142 | Always treat incoming connections as shared, regardless of the |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 143 | client-specified setting. Default is off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 144 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 145 | .TP |
| 146 | .B NeverShared |
| 147 | Never treat incoming connections as shared, regardless of the |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 148 | client-specified setting. Default is off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 149 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 150 | .TP |
| 151 | .B DisconnectClients |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 152 | Disconnect existing clients if an incoming connection is non-shared. If |
| 153 | combined with \fBNeverShared\fP then new connections will be refused while |
| 154 | there is a client active. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 155 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 156 | .TP |
| 157 | .B AcceptKeyEvents |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 158 | Accept key press and release events from clients. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 159 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 160 | .TP |
| 161 | .B AcceptPointerEvents |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 162 | Accept pointer events from clients. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 163 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 164 | .TP |
| 165 | .B RemapKeys |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 166 | Comma-separated list of incoming keysyms to remap. Mappings are expressed as |
| 167 | two hex values, prefixed by \fB0x\fP, and separated by \fB->\fP (`dash' and |
| 168 | `greater than' characters). |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 169 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 170 | .TP |
Peter Korsgaard | 8fe5090 | 2017-07-13 00:35:57 +0200 | [diff] [blame^] | 171 | .B RawKeyboard |
| 172 | Send keyboard events straight through and avoid mapping them to the current |
| 173 | keyboard layout. This effectively makes the keyboard behave according to the |
| 174 | layout configured on the server instead of the layout configured on the |
| 175 | client. Default is off. |
| 176 | . |
| 177 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 178 | .B Protocol3.3 |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 179 | Always use RFB protocol version 3.3 for backwards compatibility with |
| 180 | badly-behaved clients. Default is off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 181 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 182 | .TP |
| 183 | .B Geometry |
Constantin Kaplinsky | b8363be | 2008-01-08 13:48:19 +0000 | [diff] [blame] | 184 | This option specifies the screen area that will be shown to VNC clients. The |
| 185 | format is |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 186 | .B \fIwidth\fPx\fIheight\fP+\fIxoffset\fP+\fIyoffset\fP |
Constantin Kaplinsky | f32f885 | 2008-12-23 07:44:39 +0000 | [diff] [blame] | 187 | , where `+' signs can be replaced with `\-' signs to specify offsets from the |
Constantin Kaplinsky | b8363be | 2008-01-08 13:48:19 +0000 | [diff] [blame] | 188 | right and/or from the bottom of the screen. Offsets are optional, +0+0 is |
| 189 | assumed by default (top left corner). If the argument is empty, full screen |
| 190 | is shown to VNC clients (this is the default). |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 191 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 192 | .TP |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 193 | .B MaxProcessorUsage |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 194 | Maximum percentage of CPU time to be consumed when polling the |
| 195 | screen. Default is 35. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 196 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 197 | .TP |
| 198 | .B PollingCycle |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 199 | Milliseconds per one polling cycle. Actual interval may be dynamically |
| 200 | adjusted to satisfy \fBMaxProcessorUsage\fP setting. Default is 30. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 201 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 202 | .TP |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 203 | .B DeferUpdate |
| 204 | x0vncserver uses a "deferred update" mechanism which enhances performance in |
| 205 | many cases. After any change to the framebuffer, x0vncserver waits for this |
| 206 | number of milliseconds (default 1) before sending an update to any waiting |
| 207 | clients. This means that more changes tend to get coalesced together in a |
| 208 | single update. Setting it to 0 results in the same behaviour as earlier |
| 209 | versions of x0vncserver, where the first change to the framebuffer causes an |
| 210 | immediate update to any waiting clients. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 211 | . |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 212 | .TP |
| 213 | .B AlwaysSetDeferUpdateTimer |
| 214 | Keep delaying sending the screen update to the client(s) each time the |
| 215 | screen is updated. Otherwise the delay is from the first update. Default |
| 216 | is off. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 217 | . |
Constantin Kaplinsky | 3fed47c | 2008-12-23 07:21:02 +0000 | [diff] [blame] | 218 | .TP |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 219 | .B CompareFB |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 220 | Perform pixel comparison on framebuffer to reduce unnecessary updates. Can |
| 221 | be either \fB0\fP (off), \fB1\fP (always) or \fB2\fP (auto). Default is |
| 222 | \fB2\fP. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 223 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 224 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 225 | .B UseSHM |
Constantin Kaplinsky | b8363be | 2008-01-08 13:48:19 +0000 | [diff] [blame] | 226 | Use MIT-SHM extension if available. Using that extension accelerates reading |
| 227 | the screen. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 228 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 229 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 230 | .B OverlayMode |
Constantin Kaplinsky | b8363be | 2008-01-08 13:48:19 +0000 | [diff] [blame] | 231 | Use overlay mode in IRIX or Solaris (does not have effect in other systems). |
| 232 | This enables system-specific access to complete full-color version of the |
| 233 | screen (the default X visual often provides 256 colors). Also, in overlay |
| 234 | mode, \fBx0vncserver\fP can show correct mouse cursor. Default is on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 235 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 236 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 237 | .B ZlibLevel |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 238 | Zlib compression level for ZRLE encoding (it does not affect Tight encoding). |
| 239 | Acceptable values are between 0 and 9. Default is to use the standard |
| 240 | compression level provided by the \fBzlib\fP(3) compression library. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 241 | . |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 242 | .TP |
| 243 | .B ImprovedHextile |
| 244 | Use improved compression algorithm for Hextile encoding which achieves better |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 245 | compression ratios by the cost of using slightly more CPU time. Default is |
| 246 | on. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 247 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 248 | .TP |
| 249 | .B IdleTimeout |
| 250 | The number of seconds after which an idle VNC connection will be dropped |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 251 | (zero means no timeout). Default is 0. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 252 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 253 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 254 | .B MaxDisconnectionTime |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 255 | Terminate when no client has been connected for \fIN\fP seconds. Default is |
| 256 | 0. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 257 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 258 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 259 | .B MaxConnectionTime |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 260 | Terminate when a client has been connected for \fIN\fP seconds. Default is |
| 261 | 0. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 262 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 263 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 264 | .B MaxIdleTime |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 265 | Terminate after \fIN\fP seconds of user inactivity. Default is 0. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 266 | . |
Constantin Kaplinsky | cef4577 | 2008-01-07 14:52:51 +0000 | [diff] [blame] | 267 | .TP |
Constantin Kaplinsky | 8d61d0d | 2008-01-07 16:10:37 +0000 | [diff] [blame] | 268 | .B ClientWaitTimeMillis |
Constantin Kaplinsky | 5974008 | 2008-01-08 10:42:22 +0000 | [diff] [blame] | 269 | The number of milliseconds to wait for a client which is no longer |
| 270 | responding. Default is 20000. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 271 | . |
Pierre Ossman | de0f832 | 2014-09-17 15:43:14 +0200 | [diff] [blame] | 272 | .TP |
| 273 | .B AcceptCutText |
| 274 | .TQ |
| 275 | .B SendCutText |
| 276 | .TQ |
| 277 | .B MaxCutText |
| 278 | Currently unused. |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 279 | |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 280 | .SH SEE ALSO |
Constantin Kaplinsky | a9ec0e8 | 2008-01-07 13:57:01 +0000 | [diff] [blame] | 281 | .BR Xvnc (1), |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 282 | .BR vncpasswd (1), |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 283 | .br |
Peter Åstrand | 4eacc02 | 2009-02-27 10:12:14 +0000 | [diff] [blame] | 284 | http://www.tigervnc.org/ |
Pierre Ossman | 23f67c3 | 2014-09-17 16:28:56 +0200 | [diff] [blame] | 285 | |
Constantin Kaplinsky | b30ae7f | 2006-05-25 05:04:46 +0000 | [diff] [blame] | 286 | .SH AUTHOR |
Pierre Ossman | e37a144 | 2014-09-17 14:08:16 +0200 | [diff] [blame] | 287 | Constantin Kaplinsky and others. |
| 288 | |
| 289 | VNC was originally developed by the RealVNC team while at Olivetti |
| 290 | Research Ltd / AT&T Laboratories Cambridge. TightVNC additions were |
| 291 | implemented by Constantin Kaplinsky. Many other people have since |
| 292 | participated in development, testing and support. This manual is part |
| 293 | of the TigerVNC software suite. |