summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2018-02-05 10:46:18 +0100
committerPierre Ossman <ossman@cendio.se>2018-02-05 10:46:18 +0100
commit37242ccf6d6f71ce2a8d664266238b56131f68d2 (patch)
treef1d93618da6f377212cac33760a9a45fa47c4959
parent82179521fed210a125f49dc64ed3d34263133fec (diff)
downloadtigervnc-37242ccf6d6f71ce2a8d664266238b56131f68d2.tar.gz
tigervnc-37242ccf6d6f71ce2a8d664266238b56131f68d2.zip
Remove DeferUpdate from man pages
The funcationality was removed in 6e49e95, so let's also clean up the documentation referring to it.
-rw-r--r--unix/x0vncserver/x0vncserver.man16
-rw-r--r--unix/xserver/hw/vnc/Xvnc.man16
2 files changed, 0 insertions, 32 deletions
diff --git a/unix/x0vncserver/x0vncserver.man b/unix/x0vncserver/x0vncserver.man
index 4f47e59a..1310bd32 100644
--- a/unix/x0vncserver/x0vncserver.man
+++ b/unix/x0vncserver/x0vncserver.man
@@ -200,22 +200,6 @@ Milliseconds per one polling cycle. Actual interval may be dynamically
adjusted to satisfy \fBMaxProcessorUsage\fP setting. Default is 30.
.
.TP
-.B DeferUpdate
-x0vncserver uses a "deferred update" mechanism which enhances performance in
-many cases. After any change to the framebuffer, x0vncserver 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 x0vncserver, 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 CompareFB
Perform pixel comparison on framebuffer to reduce unnecessary updates. Can
be either \fB0\fP (off), \fB1\fP (always) or \fB2\fP (auto). Default is
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).
.