]> source.dussan.org Git - tigervnc.git/commitdiff
Add overlooked parameters to Xvnc and x0vncserver man pages 594/head
authorPierre Ossman <ossman@cendio.se>
Mon, 5 Feb 2018 10:01:22 +0000 (11:01 +0100)
committerPierre Ossman <ossman@cendio.se>
Mon, 5 Feb 2018 10:01:22 +0000 (11:01 +0100)
There were a bunch of parameters that weren't properly added to the
man pages when the features were added. Make sure everything is
properly in sync.

unix/x0vncserver/x0vncserver.man
unix/xserver/hw/vnc/Xvnc.man

index da7d11db80756508a085d0f7c5ee89261a6be543..5c8729e262006ba49069d3614216aa5fa91f2fd8 100644 (file)
@@ -58,6 +58,14 @@ viewers (the protocol used in VNC is called RFB - "remote framebuffer").
 The default port is 5900.
 .
 .TP
+.B \-UseIPv4
+Use IPv4 for incoming and outgoing connections. Default is on.
+.
+.TP
+.B \-UseIPv6
+Use IPv6 for incoming and outgoing connections. Default is on.
+.
+.TP
 .B \-Log \fIlogname\fP:\fIdest\fP:\fIlevel\fP
 Configures the debug log settings.  \fIdest\fP can currently be \fBstderr\fP,
 \fBstdout\fP or \fBsyslog\fP, and \fIlevel\fP is between 0 and 100, 100 meaning
@@ -120,6 +128,11 @@ Private key counter part to the certificate given in \fBX509Cert\fP. Must
 also be in PEM format.
 .
 .TP
+.B \-GnuTLSPriority \fIpriority\fP
+GnuTLS priority string that controls the TLS session’s handshake algorithms.
+See the GnuTLS manual for possible values. Default is \fBNORMAL\fP.
+.
+.TP
 .B \-BlacklistThreshold \fIcount\fP
 The number of unauthenticated connection attempts allowed from any individual
 host before that host is black-listed.  Default is 5.
@@ -213,6 +226,13 @@ Milliseconds per one polling cycle.  Actual interval may be dynamically
 adjusted to satisfy \fBMaxProcessorUsage\fP setting.  Default is 30.
 .
 .TP
+.B \-FrameRate \fIfps\fP
+The maximum number of updates per second sent to each client. If the screen
+updates any faster then those changes will be aggregated and sent in a single
+update to the client. Note that this only controls the maximum rate and a
+client may get a lower rate when resources are limited. Default is \fB60\fP.
+.
+.TP
 .B \-CompareFB \fImode\fP
 Perform pixel comparison on framebuffer to reduce unnecessary updates. Can
 be either \fB0\fP (off), \fB1\fP (always) or \fB2\fP (auto). Default is
index 311fdee994ceb6eb51832d611188c1c25cbebd28..80b7878175778264d7b3e0290572e17602c04eab 100644 (file)
@@ -83,6 +83,14 @@ protocol used in VNC is called RFB - "remote framebuffer").  The default is
 5900 plus the display number.
 .
 .TP
+.B \-UseIPv4
+Use IPv4 for incoming and outgoing connections. Default is on.
+.
+.TP
+.B \-UseIPv6
+Use IPv6 for incoming and outgoing connections. Default is on.
+.
+.TP
 .B \-rfbwait \fItime\fP, \-ClientWaitTimeMillis \fItime\fP
 Time in milliseconds to wait for a viewer which is blocking the server. This is
 necessary because the server is single-threaded and sometimes blocks until the
@@ -136,6 +144,10 @@ Accept pointer press and release events from clients. Default is on.
 Accept key press and release events from clients. Default is on.
 .
 .TP
+.B \-AcceptSetDesktopSize
+Accept requests to resize the size of the desktop. Default is on.
+.
+.TP
 .B \-DisconnectClients
 Disconnect existing clients if an incoming connection is non-shared. Default is
 on. If \fBDisconnectClients\fP is false, then a new non-shared connection will
@@ -158,6 +170,13 @@ Always use protocol version 3.3 for backwards compatibility with badly-behaved
 clients. Default is off.
 .
 .TP
+.B \-FrameRate \fIfps\fP
+The maximum number of updates per second sent to each client. If the screen
+updates any faster then those changes will be aggregated and sent in a single
+update to the client. Note that this only controls the maximum rate and a
+client may get a lower rate when resources are limited. Default is \fB60\fP.
+.
+.TP
 .B \-CompareFB \fImode\fP
 Perform pixel comparison on framebuffer to reduce unnecessary updates. Can
 be either \fB0\fP (off), \fB1\fP (always) or \fB2\fP (auto). Default is
@@ -211,6 +230,11 @@ Private key counter part to the certificate given in \fBX509Cert\fP. Must
 also be in PEM format.
 .
 .TP
+.B \-GnuTLSPriority \fIpriority\fP
+GnuTLS priority string that controls the TLS session’s handshake algorithms.
+See the GnuTLS manual for possible values. Default is \fBNORMAL\fP.
+.
+.TP
 .B \-BlacklistThreshold \fIcount\fP
 The number of unauthenticated connection attempts allowed from any individual
 host before that host is black-listed.  Default is 5.