summaryrefslogtreecommitdiffstats
path: root/x11vnc/help.c
diff options
context:
space:
mode:
authorrunge <runge>2006-12-17 22:24:12 +0000
committerrunge <runge>2006-12-17 22:24:12 +0000
commit399a175f0bb44865cbf3d6762ad081e2a49cd4c4 (patch)
treea2a799f254618ccb67e42373e11731bd45adb4ef /x11vnc/help.c
parentafc931f15dbd81cb257a10b3e1eb0b14240a0e6b (diff)
downloadlibtdevnc-399a175f0bb44865cbf3d6762ad081e2a49cd4c4.tar.gz
libtdevnc-399a175f0bb44865cbf3d6762ad081e2a49cd4c4.zip
x11vnc: make -xwarppointer the default if xinerama is active.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r--x11vnc/help.c14
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"