aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-28 12:59:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-07-28 12:59:37 +0200
commitbff330577ffa041edf842e93008c67348680723a (patch)
tree6783913e5f9f84f288fd20152d8b741363ff7a92
parentaadf3175ccecb5faf7673d725a0d109cc6adb9cf (diff)
downloadnx-libs-bff330577ffa041edf842e93008c67348680723a.tar.gz
nx-libs-bff330577ffa041edf842e93008c67348680723a.tar.bz2
nx-libs-bff330577ffa041edf842e93008c67348680723a.zip
nxagent.1 man page: Add explanation about the new reconnectchecks nx/nx option.
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/man/nxagent.126
1 files changed, 26 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
index a97204afe..0ba349553 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
@@ -505,6 +505,32 @@ support pulldown menu in nx-X11 Agent session (only available on proxy <-> agent
.B sleep=<int>
delay X server operations when suspended (provided in msec), set to \fI0\fR to keep nx-X11 Agent session
fully functional when suspended (e.g. useful when mirroring nx-X11 Agent session via VNC)
+.TP 8
+.B reconnectchecks=<string>
+
+.BR strict|safe|risky|bypass
+.RS 8
+.TP 8
+.I strict
+means that the number of internal and external pixmap formats must
+match exactly and every internal pixmap format must be available in the
+external pixmap format array.
+.TP 8
+.I safe
+means that the number of pixmap formats might diverge, but all
+internal pixmap formats must also be included in the external pixmap
+formats array. This is recommended, because it allows clients with more
+pixmap formats to still connect, but not lose functionality.
+.TP 8
+.I risky
+means that the internal pixmap formats array is allowed to be
+smaller than the external pixmap formats array, but at least one pixmap
+format must be included in both. This is potentially unsafe.
+.TP 8
+.I bypass
+means that all of these checks are essentially
+deactivated. This is a very bad idea.
+.RE
.SH XDMCP OPTIONS
X servers that support XDMCP have the following options.