@@ -510,13 +510,13 @@ disable disconnection/reconnection to the X display on SIGHUP
...
@@ -510,13 +510,13 @@ disable disconnection/reconnection to the X display on SIGHUP
disable use of shared memory extension
disable use of shared memory extension
.TP 8
.TP 8
.B \-shmem
.B \-shmem
enable use of shared memory extension
enable use of shared memory extension (default)
.TP 8
.TP 8
.B \-noshpix
.B \-noshpix
disable use of shared pixmaps
disable use of shared pixmaps
.TP 8
.TP 8
.B \-shpix
.B \-shpix
enable use of shared pixmaps
enable use of shared pixmaps (default)
.TP 8
.TP 8
.B \-noignore
.B \-noignore
don't ignore pointer and keyboard configuration changes mandated by
don't ignore pointer and keyboard configuration changes mandated by
...
@@ -594,17 +594,17 @@ line with comma-separated nx/nx options
...
@@ -594,17 +594,17 @@ line with comma-separated nx/nx options
.TP 8
.TP 8
.B rootless=<bool>
.B rootless=<bool>
start \fBnxagent\fR in rootless mode, matches \-R given on the command
start \fBnxagent\fR in rootless mode, matches \-R given on the command
line, no-op when resuming (default: false)
line, no-op when resuming (default: \fI0\fR, disabled)
.TP 8
.TP 8
.B geometry=<string>
.B geometry=<string>
desktop geometry when starting or resuming a session, no-op in
desktop geometry when starting or resuming a session, no-op in
rootless mode (default 66% of the underlying X server geometry)
rootless mode (default 66% of the underlying X server geometry)
.TP 8
.TP 8
.B resize=<bool>
.B resize=<bool>
set resizing support (default: true)
set resizing support (default: \fI1\fR, enabled)
.TP 8
.TP 8
.B fullscreen=<bool>
.B fullscreen=<bool>
start or resume a session in fullscreen mode (default: off)
start or resume a session in fullscreen mode (default: \fI0\fR, off)
.TP 8
.TP 8
.B keyboard=<string> or kbtype=<string>
.B keyboard=<string> or kbtype=<string>
...
@@ -679,36 +679,35 @@ Limit clipboard data exchange to work only in one direction: from nxagent to rea
...
@@ -679,36 +679,35 @@ Limit clipboard data exchange to work only in one direction: from nxagent to rea
Disable any clipboard data exchange. Clipboard will still work inside the nxagent and on the real X server, but no data exchange will be possible.
Disable any clipboard data exchange. Clipboard will still work inside the nxagent and on the real X server, but no data exchange will be possible.
.RE
.RE
.TP 8
.TP 8
.B streaming=<int>
.B streaming=<bool>
streaming support for images, not fully implemented yet and thus non-functional
enable (set to \fI1\fR) or disable (set to \fI0\fR) streaming support for images, not fully implemented yet and thus non-functional. (default: disabled)
.TP 8
.TP 8
.B backingstore=<int>
.B backingstore=<bool>
disable or enforce backing store support (default: BackingStoreUndefined)
disable (set to \fI0\fR) or enforce (set to \fI1\fR) backing store support (default: enforced). In rootless mode backingstore is always disabled.
.TP 8
.TP 8
.B composite=<int>
.B composite=<bool>
enable or disable Composite support in \fBnxagent\fR (default: enabled)
enable (set to \fI1\fR) or disable (set to \fI0\fR) Composite support in \fBnxagent\fR (default: enabled)
.TP 8
.TP 8
.B xinerama=<int>
.B xinerama=<bool>
enable or disable XINERAMA support in \fBnxagent\fR (default: enabled)
enable (set to \fI1\fR) or disable (set to \fI0\fR) XINERAMA support in \fBnxagent\fR (default: enabled)