diff options
Diffstat (limited to 'unix/xserver/hw')
-rw-r--r-- | unix/xserver/hw/vnc/Xvnc.man | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 36777c25..61f5cc44 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -110,22 +110,6 @@ file is accessed each time a connection comes in, so it can be changed on the fly via \fBvncpasswd\fP(1). . .TP -.B \-DeferUpdate \fItime\fP -Xvnc uses a "deferred update" mechanism which enhances performance in many -cases. After any change to the framebuffer, Xvnc waits for this number of -milliseconds (default 1) before sending an update to any waiting clients. This -means that more changes tend to get coalesced together in a single -update. Setting it to 0 results in the same behaviour as earlier versions of -Xvnc, where the first change to the framebuffer causes an immediate update to -any waiting clients. -. -.TP -.B \-AlwaysSetDeferUpdateTimer -Keep delaying sending the screen update to the client(s) each time the -screen is updated. Otherwise the delay is from the first update. Default -is off. -. -.TP .B \-AcceptCutText Accept clipboard updates from clients (default is on). . |