summaryrefslogtreecommitdiffstats
path: root/x11vnc/x11vnc.1
diff options
context:
space:
mode:
authorrunge <runge>2006-02-06 05:34:43 +0000
committerrunge <runge>2006-02-06 05:34:43 +0000
commit94b092cd2221df953632ad484a141853efd6c4e8 (patch)
treecb84a27c6ffb7e7e28e1da6afcb186d5fcc1ce70 /x11vnc/x11vnc.1
parentd0ef1285b8fe0f8efd0e1d75fcfcbad175411e0f (diff)
downloadlibtdevnc-94b092cd2221df953632ad484a141853efd6c4e8.tar.gz
libtdevnc-94b092cd2221df953632ad484a141853efd6c4e8.zip
x11vnc: -8to24 more speedups; tunables for very slow machines.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r--x11vnc/x11vnc.114
1 files changed, 13 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1
index fb99e80..ca48b79 100644
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -2,7 +2,7 @@
.TH X11VNC "1" "February 2006" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
- version: 0.8, lastmod: 2006-02-04
+ version: 0.8, lastmod: 2006-02-06
.SH SYNOPSIS
.B x11vnc
[OPTION]...
@@ -241,6 +241,18 @@ non-default visual regions for changes, use the option
"poll=t" where "t" is a floating point time.
(default: 0.05)
.IP
+Setting the option "level2" will limit the search
+for non-default visual windows to two levels from the
+root window. Do this on slow machines where you know
+the window manager only imposes one extra window between
+the app window and the root window.
+.IP
+Also for very slow machines use "cachewin=t"
+where t is a floating point amount of time to cache
+XGetWindowAttributes results. E.g. cachewin=5.0.
+This may lead to the windows being unnoticed for this
+amount of time when deiconifying, painting errors, etc.
+.IP
Debugging for this mode can be enabled by setting
"dbg=1", "dbg=2", or "dbg=3".
.PP