Commit 14417c94 authored by Ulrich Sibiller's avatar Ulrich Sibiller

nxagent.1: add -options, previously undocumented

parent baf7d39b
...@@ -100,9 +100,10 @@ below. Those default options have to be provided via the command line. ...@@ -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, Furthermore, the nx-X11 Agent accepts some nx-X11 specific options,
described further below. described further below.
Last but not least, the nx-X11 Agent accepts several more options Last but not least, the nx-X11 Agent accepts several more options, the
provided via the $DISPLAY environment variable, the so-called nx/nx so-called nx/nx options, provided via the $DISPLAY environment
options. See below for further details. variable or the -options commandline option. See below for further
details.
.SH STANDARD XSERVER OPTIONS .SH STANDARD XSERVER OPTIONS
.TP 8 .TP 8
...@@ -402,6 +403,9 @@ enable shadow mode ...@@ -402,6 +403,9 @@ enable shadow mode
.TP 8 .TP 8
.B \-B .B \-B
enable proxy binding mode enable proxy binding mode
.TP 8
.B \-options \fIfilename\fP
path to an options file (see below)
.PP .PP
Other than the command line options, \fBnxagent\fR can be configured at Other than the command line options, \fBnxagent\fR can be configured at
session startup and at runtime (i.e. when resuming a suspended session) session startup and at runtime (i.e. when resuming a suspended session)
...@@ -536,6 +540,14 @@ means that all of these checks are essentially ...@@ -536,6 +540,14 @@ means that all of these checks are essentially
deactivated. This is a very bad idea. deactivated. This is a very bad idea.
.RE .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 .SH XDMCP OPTIONS
X servers that support XDMCP have the following options. X servers that support XDMCP have the following options.
See the \fIX Display Manager Control Protocol\fP specification for more See the \fIX Display Manager Control Protocol\fP specification for more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment