diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2017-04-17 23:09:39 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2017-04-20 13:52:16 +0200 |
commit | 14417c94b6b2b1401a8e24c3fe478a8d9d3bc709 (patch) | |
tree | c087326927a273c86a2b4bc62d82f57850f60db7 /nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | |
parent | baf7d39b8f282b3311caa26b1acf06c883b8df8c (diff) | |
download | nx-libs-14417c94b6b2b1401a8e24c3fe478a8d9d3bc709.tar.gz nx-libs-14417c94b6b2b1401a8e24c3fe478a8d9d3bc709.tar.bz2 nx-libs-14417c94b6b2b1401a8e24c3fe478a8d9d3bc709.zip |
nxagent.1: add -options, previously undocumented
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 4486d4138..861a6fe1b 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -100,9 +100,10 @@ below. Those default options have to be provided via the command line. Furthermore, the nx-X11 Agent accepts some nx-X11 specific options, described further below. -Last but not least, the nx-X11 Agent accepts several more options -provided via the $DISPLAY environment variable, the so-called nx/nx -options. See below for further details. +Last but not least, the nx-X11 Agent accepts several more options, the +so-called nx/nx options, provided via the $DISPLAY environment +variable or the -options commandline option. See below for further +details. .SH STANDARD XSERVER OPTIONS .TP 8 @@ -402,6 +403,9 @@ enable shadow mode .TP 8 .B \-B enable proxy binding mode +.TP 8 +.B \-options \fIfilename\fP +path to an options file (see below) .PP Other than the command line options, \fBnxagent\fR can be configured at session startup and at runtime (i.e. when resuming a suspended session) @@ -536,6 +540,14 @@ means that all of these checks are essentially deactivated. This is a very bad idea. .RE +If you want to use nxagent as a replacement for xnest or Xephyr you +can pass options like this: +.PP +.nf + $ echo nx/nx,fullscreen=1$DISPLAY >/tmp/opt + $ nxagent <cmdline-options> -options /tmp/opt :<nx-display-port> +.fi + .SH XDMCP OPTIONS X servers that support XDMCP have the following options. See the \fIX Display Manager Control Protocol\fP specification for more |