diff options
author | runge <runge> | 2007-04-07 00:48:03 +0000 |
---|---|---|
committer | runge <runge> | 2007-04-07 00:48:03 +0000 |
commit | af44bff5364d01a5b310204256a3533da3f51c31 (patch) | |
tree | 3fda9a0dca24faf579520b04f70861eddd85c8f8 /x11vnc/help.c | |
parent | 26b291bf25aca6d0cca3fbddc803f7ba8e1aead8 (diff) | |
download | libtdevnc-af44bff5364d01a5b310204256a3533da3f51c31.tar.gz libtdevnc-af44bff5364d01a5b310204256a3533da3f51c31.zip |
java ingoreProxy, fix old libssl free_func problem
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index d4e91a9..5092230 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -864,6 +864,10 @@ void print_help(int mode) { " Where /.../x11vnc is the full path to x11vnc.\n" " It is used in the Apache SSL-portal example (see FAQ).\n" "\n" +" In this mode you can set X11VNC_SKIP_DISPLAY to a comma\n" +" separated list of displays (e.g. \":0,:1\") to ignore\n" +" in the finding process.\n" +"\n" " An interesting option is WAIT:cmd=FINDCREATEDISPLAY\n" " that is like FINDDISPLAY in that is uses the same method\n" " to find an existing display. However, if it does not\n" @@ -908,6 +912,11 @@ void print_help(int mode) { " X server running the X case may only work on Linux\n" " (see startx(1)).\n" "\n" +" You can set the environment variable FD_GEOM (or\n" +" X11VNC_CREATE_GEOM) to WxH or WxHxD to set the width\n" +" and height and optionally the color depth of the\n" +" created display.\n" +"\n" " If you want the FINDCREATEDISPLAY session to contact an\n" " XDMCP login manager (xdm/gdm/kdm) on the same machine,\n" " then use \"Xvfb.xdmcp\" instead of \"Xvfb\", etc.\n" |