diff options
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" |