[X2Go-Commits] [nx-libs] 10/51: manpage: add -class

git-admin at x2go.org git-admin at x2go.org
Fri Feb 8 05:40:02 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit 3b508010de68ece72d725921dbdf032efc955190
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Mon Dec 17 22:34:43 2018 +0100

    manpage: add -class
    
    (partially) fixes ArcticaProject/nx-libs#666
---
 nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 32 ++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
index 531caa7..a7b3cdd 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
@@ -216,6 +216,38 @@ connection in each new generation.  If the user selects full
 regeneration, even the top-level window and the connection to the real
 server will be regenerated for each server generation.
 .TP 8
+.B \-class \fIstring\fP
+This option specifies the default visual class of the nested server.
+It is similar to the
+.B \-cc
+option from the set of standard options except that it will accept a string
+rather than a number for the visual class specification.
+The
+.I string
+must be one of the following six values:
+.BR StaticGray ,
+.BR GrayScale ,
+.BR StaticColor ,
+.BR PseudoColor ,
+.BR TrueColor ,
+or
+.BR DirectColor .
+If both the
+.B \-class
+and
+.B \-cc
+options are specified, the last instance of either option takes precedence.
+The class of the default visual of the nested server need not be the same as the
+class of the default visual of the real server, but it must be supported by the
+real server.
+Use
+.BR xdpyinfo (__appmansuffix__)
+to obtain a list of supported visual classes on the real server before
+starting \fBnxagent\fR.  If the user chooses a static class, all the
+colors in the default color map will be preallocated.  If the user
+chooses a dynamic class, colors in the default color map will be
+available to individual clients for allocation.
+.TP 8
 .B \-deferglyphs \fIwhichfonts\fP
 specifies the types of fonts for which the server should attempt to use
 deferred glyph loading.  \fIwhichfonts\fP can be all (all fonts),

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list