diff options
author | runge <runge> | 2006-02-06 05:34:43 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-06 05:34:43 +0000 |
commit | 94b092cd2221df953632ad484a141853efd6c4e8 (patch) | |
tree | cb84a27c6ffb7e7e28e1da6afcb186d5fcc1ce70 /x11vnc/help.c | |
parent | d0ef1285b8fe0f8efd0e1d75fcfcbad175411e0f (diff) | |
download | libtdevnc-94b092cd2221df953632ad484a141853efd6c4e8.tar.gz libtdevnc-94b092cd2221df953632ad484a141853efd6c4e8.zip |
x11vnc: -8to24 more speedups; tunables for very slow machines.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 3a558cd..692276a 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -209,6 +209,18 @@ void print_help(int mode) { " \"poll=t\" where \"t\" is a floating point time.\n" " (default: %.2f)\n" "\n" +" Setting the option \"level2\" will limit the search\n" +" for non-default visual windows to two levels from the\n" +" root window. Do this on slow machines where you know\n" +" the window manager only imposes one extra window between\n" +" the app window and the root window.\n" +"\n" +" Also for very slow machines use \"cachewin=t\"\n" +" where t is a floating point amount of time to cache\n" +" XGetWindowAttributes results. E.g. cachewin=5.0.\n" +" This may lead to the windows being unnoticed for this\n" +" amount of time when deiconifying, painting errors, etc.\n" +"\n" " Debugging for this mode can be enabled by setting \n" " \"dbg=1\", \"dbg=2\", or \"dbg=3\".\n" "\n" |