diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-12-17 22:34:43 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-12-19 12:25:14 +0100 |
commit | 3b508010de68ece72d725921dbdf032efc955190 (patch) | |
tree | 0deb23b70050b22ec68da5f1995424f5c9c04933 /nx-X11/programs/Xserver/hw/nxagent/man | |
parent | 0b454d2d3c88d0bb42f111baa644429a624ba628 (diff) | |
download | nx-libs-3b508010de68ece72d725921dbdf032efc955190.tar.gz nx-libs-3b508010de68ece72d725921dbdf032efc955190.tar.bz2 nx-libs-3b508010de68ece72d725921dbdf032efc955190.zip |
manpage: add -class
(partially) fixes ArcticaProject/nx-libs#666
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 32 |
1 files changed, 32 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 531caa71f..a7b3cdd47 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), |