diff options
author | runge <runge> | 2007-08-04 00:53:38 +0000 |
---|---|---|
committer | runge <runge> | 2007-08-04 00:53:38 +0000 |
commit | 338301c1883da09e99647826c73db817bc984366 (patch) | |
tree | 46c8b0f53fe4b5d75220fef639193f62232832d9 /x11vnc/help.c | |
parent | 0f162f1f0b462a5b088c57ef3461dd7ecbf24d13 (diff) | |
download | libtdevnc-338301c1883da09e99647826c73db817bc984366.tar.gz libtdevnc-338301c1883da09e99647826c73db817bc984366.zip |
x11vnc: -xrefresh, .DCOPserver bug, -unixpw_unsafe ignores SSH tunnel.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index cdcf884..40e0cca 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -2786,6 +2786,12 @@ void print_help(int mode) { " For special purpose usage where a low frame rate is\n" " acceptable and desirable, but you want the user input\n" " processed at the normal rate so you cannot use -wait.\n" +"-xrefresh time Floating point time in seconds to indicate how often to\n" +" do the equivalent of xrefresh(1) to force all windows\n" +" (in the viewable area if -id, -sid, or -clip is used)\n" +" to repaint themselves. Use this only if applications\n" +" misbehave by not repainting themselves properly.\n" +" See also -noxdamage.\n" "-readtimeout n Set libvncserver rfbMaxClientWait to n seconds. On\n" " slow links that take a long time to paint the first\n" " screen libvncserver may hit the timeout and drop the\n" @@ -3719,6 +3725,7 @@ void print_help(int mode) { " wait_bog disable -nowait_bog mode.\n" " nowait_bog enable -nowait_bog mode.\n" " slow_fb:f set -slow_fb to f seconds.\n" +" xrefresh:f set -xrefresh to f seconds.\n" " readtimeout:n set read timeout to n seconds.\n" " nap enable -nap mode.\n" " nonap disable -nap mode.\n" @@ -3868,15 +3875,15 @@ void print_help(int mode) { " nowf wireframelocal wfl nowireframelocal nowfl\n" " wirecopyrect wcr nowirecopyrect nowcr scr_area\n" " scr_skip scr_inc scr_keys scr_term scr_keyrepeat\n" -" scr_parms scrollcopyrect scr noscrollcopyrect\n" -" noscr fixscreen noxrecord xrecord reset_record\n" -" pointer_mode pm input_skip allinput noallinput input\n" -" grabkbd nograbkbd grabptr nograbptr grabalways\n" -" nograbalways client_input ssltimeout speeds wmdt\n" -" debug_pointer dp nodebug_pointer nodp debug_keyboard\n" -" dk nodebug_keyboard nodk deferupdate defer wait_ui\n" -" wait_bog nowait_bog slow_fb wait readtimeout nap nonap\n" -" sb screen_blank fbpm nofbpm dpms nodpms clientdpms\n" +" scr_parms scrollcopyrect scr noscrollcopyrect noscr\n" +" fixscreen noxrecord xrecord reset_record pointer_mode\n" +" pm input_skip allinput noallinput input grabkbd\n" +" nograbkbd grabptr nograbptr grabalways nograbalways\n" +" client_input ssltimeout speeds wmdt debug_pointer dp\n" +" nodebug_pointer nodp debug_keyboard dk nodebug_keyboard\n" +" nodk deferupdate defer wait_ui wait_bog nowait_bog\n" +" slow_fb xrefresh wait readtimeout nap nonap sb\n" +" screen_blank fbpm nofbpm dpms nodpms clientdpms\n" " noclientdpms forcedpms noforcedpms noserverdpms\n" " serverdpms noultraext ultraext fs gaps grow fuzz snapfb\n" " nosnapfb rawfb uinput_accel uinput_thresh uinput_reset\n" |