diff options
author | runge <runge> | 2008-06-07 21:12:50 +0000 |
---|---|---|
committer | runge <runge> | 2008-06-07 21:12:50 +0000 |
commit | 975b6902344216c2e4b0e1a38320b822639640dc (patch) | |
tree | cb1881214c0c3031f1d0ae9ceb6a6e5a4e12ce37 /x11vnc/help.c | |
parent | a824cf443df899c8d2178a1bd7581057bd7f60d6 (diff) | |
download | libtdevnc-975b6902344216c2e4b0e1a38320b822639640dc.tar.gz libtdevnc-975b6902344216c2e4b0e1a38320b822639640dc.zip |
x11vnc: -clip xineramaN option, -DIGNORE_GETSPNAM for HP-UX.
Print info on SSH_CONNECTION override.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 37b9a11..c201a98 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -128,6 +128,13 @@ void print_help(int mode) { " into two parts to be accessed via separate viewers by\n" " running a separate x11vnc on each part.\n" "\n" +" Use '-clip xinerama0' to clip to the first xinerama\n" +" sub-screen (if xinerama is active). xinerama1 for the\n" +" 2nd sub-screen, etc. This way you don't need to figure\n" +" out the WxH+X+Y of the desired xinerama sub-screen.\n" +" screens are sorted in increasing distance from the\n" +" (0,0) origin (I.e. not the Xserver's order).\n" +"\n" "-flashcmap In 8bpp indexed color, let the installed colormap flash\n" " as the pointer moves from window to window (slow).\n" " Also try the -8to24 option to avoid flash altogether.\n" |