summaryrefslogtreecommitdiffstats
path: root/x11vnc/README
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/README
parentd0ef1285b8fe0f8efd0e1d75fcfcbad175411e0f (diff)
downloadlibtdevnc-94b092cd2221df953632ad484a141853efd6c4e8.tar.gz
libtdevnc-94b092cd2221df953632ad484a141853efd6c4e8.zip
x11vnc: -8to24 more speedups; tunables for very slow machines.
Diffstat (limited to 'x11vnc/README')
-rw-r--r--x11vnc/README18
1 files changed, 15 insertions, 3 deletions
diff --git a/x11vnc/README b/x11vnc/README
index a34b6bd..299e0fc 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -1,5 +1,5 @@
-x11vnc README file Date: Sat Feb 4 22:21:00 EST 2006
+x11vnc README file Date: Mon Feb 6 00:16:18 EST 2006
The following information is taken from these URLs:
@@ -4898,7 +4898,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
-x11vnc: allow VNC connections to real X11 displays. 0.8 lastmod: 2006-02-04
+x11vnc: allow VNC connections to real X11 displays. 0.8 lastmod: 2006-02-06
x11vnc options:
-display disp -auth file
@@ -5009,7 +5009,7 @@ libvncserver-tight-extension options:
% x11vnc -help
-x11vnc: allow VNC connections to real X11 displays. 0.8 lastmod: 2006-02-04
+x11vnc: allow VNC connections to real X11 displays. 0.8 lastmod: 2006-02-06
Typical usage is:
@@ -5201,6 +5201,18 @@ Options:
"poll=t" where "t" is a floating point time.
(default: 0.05)
+ 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.
+
+ 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.
+
Debugging for this mode can be enabled by setting
"dbg=1", "dbg=2", or "dbg=3".