diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 4096e1c..6f7e803 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -1564,9 +1564,10 @@ void print_help(int mode) { " areas to black out (if your system has libXinerama).\n" " default: %s\n" "\n" -" In general, we have noticed on XINERAMA displays you\n" -" may need to use the \"-xwarppointer\" option if the mouse\n" -" pointer misbehaves.\n" +" In general, we have noticed on XINERAMA displays you may\n" +" need to use the \"-xwarppointer\" option if the mouse\n" +" pointer misbehaves and it is enabled by default. Use\n" +" \"-noxwarppointer\" if you do not want this.\n" "\n" "-xtrap Use the DEC-XTRAP extension for keystroke and mouse\n" " input insertion. For use on legacy systems, e.g. X11R5,\n" @@ -1976,10 +1977,13 @@ void print_help(int mode) { " CursorPosUpdates extension. Other clients will be able\n" " to see the pointer motions. Default: %s\n" "-xwarppointer Move the pointer with XWarpPointer(3X) instead of\n" -" the XTEST extension. Use this as a workaround\n" +"-noxwarppointer the XTEST extension. Use this as a workaround\n" " if the pointer motion behaves incorrectly, e.g.\n" " on touchscreens or other non-standard setups.\n" -" Also sometimes needed on XINERAMA displays.\n" +"\n" +" It is also sometimes needed on XINERAMA displays and is\n" +" enabled by default if XINERAMA is found to be active.\n" +" To prevent this, use -noxwarppointer.\n" "\n" "-buttonmap string String to remap mouse buttons. Format: IJK-LMN, this\n" " maps buttons I -> L, etc., e.g. -buttonmap 13-31\n" |