diff options
author | runge <runge> | 2007-01-02 05:15:07 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-02 05:15:07 +0000 |
commit | c88d830f5591913f2e5e763814978e2877f367ec (patch) | |
tree | 217ae1113daa5bced6f21c34eb1a923bcd8cec18 /x11vnc/help.c | |
parent | 833f06025fbd2fa8d4d83ccf8ab068c8060663de (diff) | |
download | libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.tar.gz libtdevnc-c88d830f5591913f2e5e763814978e2877f367ec.zip |
x11vnc: more -ncache improvements.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 6592407..d4c9aad 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -2053,7 +2053,7 @@ void print_help(int mode) { " better results than the 'Genie' one. Also, window event\n" " detection not as accurate as the X version.\n" "\n" -"-ncache_cr In -nache mode, try do to copyrect opaque window\n" +"-ncache_cr In -ncache mode, try to do copyrect opaque window\n" " moves/drags instead of wireframes (this can induce\n" " painting errors). The wireframe will still be used when\n" " moving a window whose save-unders has not yet been set\n" @@ -2064,7 +2064,18 @@ void print_help(int mode) { " smoother drags than tightvnc viewer. Response may also\n" " be choppy if the server side machine is too slow.\n" "\n" -"-ncache_pad n In -nache mode, pad each window with n pixels for the\n" +"-ncache_no_moveraise In -ncache mode, do not assume that moving a window\n" +" will cause the window manager to raise it to the top\n" +" of the stack. The default is to assume it does, and\n" +" so at the beginning of any wireframe, etc, window moves\n" +" the window will be pushed to top in the VNC viewer.\n" +"\n" +"-ncache_no_dtchange In -ncache mode, do not try to guess when the desktop\n" +" (viewport) changes to another one (i.e. another\n" +" workarea). The default is to try to guess and when\n" +" detected try to make the transistion more smoothly.\n" +"\n" +"-ncache_pad n In -ncache mode, pad each window with n pixels for the\n" " caching rectangles. This can be used to try to improve\n" " the situation with dropshadows or other compositing\n" " (e.g. MacOS X window manager), although it could make\n" @@ -3329,6 +3340,8 @@ void print_help(int mode) { " ncache_size:n set -ncache size to n.\n" " ncache_cr enable -ncache_cr mode.\n" " noncache_cr disable -ncache_cr mode.\n" +" ncache_no_moveraise enable no_moveraise mode.\n" +" noncache_no_moveraise disable no_moveraise mode.\n" " wireframe enable -wireframe mode. same as \"wf\"\n" " nowireframe disable -wireframe mode. same as \"nowf\"\n" " wireframe:str enable -wireframe mode string.\n" @@ -3488,12 +3501,13 @@ void print_help(int mode) { " bell nobell sel nosel primary noprimary setprimary\n" " nosetprimary clipboard noclipboard setclipboard\n" " nosetclipboard seldir cursorshape nocursorshape\n" -" cursorpos nocursorpos cursor_drag nocursor_drag cursor\n" -" show_cursor noshow_cursor nocursor arrow xfixes noxfixes\n" -" xdamage noxdamage xd_area xd_mem alphacut alphafrac\n" -" alpharemove noalpharemove alphablend noalphablend\n" -" xwarppointer xwarp noxwarppointer noxwarp buttonmap\n" -" dragging nodragging ncache_cr noncache_cr ncache\n" +" cursorpos nocursorpos cursor_drag nocursor_drag\n" +" cursor show_cursor noshow_cursor nocursor arrow\n" +" xfixes noxfixes xdamage noxdamage xd_area xd_mem\n" +" alphacut alphafrac alpharemove noalpharemove alphablend\n" +" noalphablend xwarppointer xwarp noxwarppointer noxwarp\n" +" buttonmap dragging nodragging ncache_cr noncache_cr\n" +" ncache_no_moveraise noncache_no_moveraise ncache\n" " noncache ncache_size wireframe_mode wireframe wf\n" " nowireframe nowf wireframelocal wfl nowireframelocal\n" " nowfl wirecopyrect wcr nowirecopyrect nowcr scr_area\n" |