diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-04-20 18:24:04 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-04-20 18:24:04 +0200 |
commit | 1ccc6be6114044c5e56f7130c6e6b2836ef5b175 (patch) | |
tree | 5281628e570b043f2b5448e6c441b0be0edd5a72 /nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | |
parent | 7d0b7055bf164761f1e6969efbb6af95c822da7d (diff) | |
parent | 9865f73beb421d389aeaaefc3c672bd3322e77f9 (diff) | |
download | nx-libs-1ccc6be6114044c5e56f7130c6e6b2836ef5b175.tar.gz nx-libs-1ccc6be6114044c5e56f7130c6e6b2836ef5b175.tar.bz2 nx-libs-1ccc6be6114044c5e56f7130c6e6b2836ef5b175.zip |
Merge branch 'sunweaver-pr/enhance-displayfd-auto-detection' into 3.6.x
Attributes GH PR #419: https://github.com/ArcticaProject/nx-libs/pull/419
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index fd2ec0f84..1abec5753 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -180,8 +180,23 @@ causes the server to generate a core dump on fatal errors. specifies a file descriptor in the launching process. Rather than specifying a display number, the X server will attempt to listen on successively higher display numbers, and upon finding a free one, will write the port number back -on this file descriptor as a newline-terminated string. The \-pn option is -ignored when using \-displayfd. +on this file descriptor as a newline-terminated string. The \fB\-pn\fR option is +ignored when using \fB\-displayfd\fR. + +nxagent specific: + +(1) Other than in X.org's Xserver, you can use \fB\-displayfd\fR in +conjunction with an explicit display number. If the explicit display number +is not available (i.e., already in use), nxagent tries to figure out the next +available display number, + +e.g.: + + \fBnxagent\fR \fI\-displayfd 2 :50\fR + +(2) If -displayfd <X> is given with <X> equaling 2 (STDERR), then the +display number string written to STDERR is beautified with some human-readable +(machine-parseable) text. .TP 8 .B \-deferglyphs \fIwhichfonts\fP specifies the types of fonts for which the server should attempt to use |