diff options
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 0b5c2a4..c3ba2bb 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -2,7 +2,7 @@ .TH X11VNC "1" "September 2008" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.4, lastmod: 2008-09-06 + version: 0.9.4, lastmod: 2008-09-14 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -423,6 +423,10 @@ after startup. .IP At startup sleep n seconds before proceeding (e.g. to allow redirs and listening clients to start up) +.IP +If a range is given: '-sleepin min-max', a random value +between min and max is slept. E.g. '-sleepin 0-20' and +\'-sleepin 10-30'. Floats are allowed too. .PP \fB-inetd\fR .IP @@ -1485,6 +1489,10 @@ talking and the connection is dropped after the default timeout (25s for about the first minute, 43200s later). Set to zero to poll forever. Set to a negative value to use the builtin setting. +.IP +Note that this value does not apply to the *initial* ssl +init connection. The default timeout for that is 20sec. +Use \fB-env\fR SSL_INIT_TIMEOUT=n to modify it. .PP \fB-sslnofail\fR .IP @@ -2528,6 +2536,9 @@ identical keyboards). Also useful in resolving cases where a Keysym is bound to multiple keys (e.g. "<" + ">" and "," + "<" keys). Default: \fB-modtweak\fR .IP +If you are having trouble with with keys and \fB-xkb\fR or +\fB-noxkb,\fR and similar things don't help, try \fB-nomodtweak.\fR +.IP On some HP-UX systems it is been noted that they have an odd keymapping where a single keycode will have a keysym, e.g. "#", up to three times. You can check |