diff options
author | runge <runge> | 2006-02-07 01:12:47 +0000 |
---|---|---|
committer | runge <runge> | 2006-02-07 01:12:47 +0000 |
commit | 4b8cc33e39e1d2f4eb459312659eff873a41e4db (patch) | |
tree | c04caf0f9afb8333b575d6489637b5083af957a9 /x11vnc/help.c | |
parent | 94b092cd2221df953632ad484a141853efd6c4e8 (diff) | |
download | libtdevnc-4b8cc33e39e1d2f4eb459312659eff873a41e4db.tar.gz libtdevnc-4b8cc33e39e1d2f4eb459312659eff873a41e4db.zip |
x11vnc: fix AIX build wrt h_errno.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 692276a..7cccbd4 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -173,7 +173,7 @@ void print_help(int mode) { "\n" " Note that even if there are *no* depth 24 visuals or\n" " windows (i.e. pure 8bpp), this mode is potentially\n" -" a improvement over -flashcmap because it avoids the\n" +" an improvement over -flashcmap because it avoids the\n" " flashing and shows each window in the correct color.\n" "\n" " This method appear to work, but may still have bugs\n" @@ -183,12 +183,12 @@ void print_help(int mode) { "\n" " There may be painting errors for clipping and switching\n" " between windows of depths 8 and 24. Heuristics are\n" -" applied to try to minimize the painting errors.\n" -" One can also press 3 Alt_L's in a row to refresh the\n" -" screen if the error does not repair itself. Also the\n" -" option -fixscreen 8=3.0 or -fixscreen V=3.0 may be\n" -" use to periodically refresh the screen at the cost of\n" -" bandwidth (every 3 sec for this example).\n" +" applied to try to minimize the painting errors. One can\n" +" also press 3 Alt_L's in a row to refresh the screen\n" +" if the error does not repair itself. Also the option\n" +" -fixscreen 8=3.0 or -fixscreen V=3.0 may be used to\n" +" periodically refresh the screen at the cost of bandwidth\n" +" (every 3 sec for this example).\n" "\n" " The [opts] string can contain the following settings.\n" " Multiple settings are separated by commas.\n" @@ -221,6 +221,11 @@ void print_help(int mode) { " This may lead to the windows being unnoticed for this\n" " amount of time when deiconifying, painting errors, etc.\n" "\n" +" While testing on a very old SS20 these options gave\n" +" tolerable response: -8to24 poll=0.2,cachewin=5.0. For\n" +" this machine -overlay is supported and gives better\n" +" response.\n" +"\n" " Debugging for this mode can be enabled by setting \n" " \"dbg=1\", \"dbg=2\", or \"dbg=3\".\n" "\n" |