diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-12-17 22:35:35 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-12-19 12:25:14 +0100 |
commit | 338e2051020f5a9895574d597325b1bcc67d4d3b (patch) | |
tree | 5770dafd48188b934236bc246f918bbcc8963b35 /nx-X11/programs/Xserver/hw/nxagent/man | |
parent | 51664049f23c9806a7fb6ce3ec5004f1dc4472ca (diff) | |
download | nx-libs-338e2051020f5a9895574d597325b1bcc67d4d3b.tar.gz nx-libs-338e2051020f5a9895574d597325b1bcc67d4d3b.tar.bz2 nx-libs-338e2051020f5a9895574d597325b1bcc67d4d3b.zip |
manpage: add -geometry
(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 | 19 |
1 files changed, 19 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 ddc8e2b60..575ebd08a 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -262,6 +262,25 @@ must be supported by the real server. Use to obtain a list of supported visual depths on the real server before starting \fBnxagent\fR. .TP 8 +.B \-geometry \fIW\fBx\fIH\fB+\fIX\fB+\fIY\fP +This option specifies the geometry parameters for the top-level +\fBnxagent\fR window. See \(lqGEOMETRY SPECIFICATIONS\(rq in +.BR X (__miscmansuffix__) +for a discusson of this option's syntax. This window corresponds to +the root window of the nested server. The width +.I W +and height +.I H +specified with this option will be the maximum width and height of +each top-level \fBnxagent\fR window. \fBnxagent\fR will allow the +user to make any top-level window smaller, but it will not actually +change the size of the nested server root window. If this option is +not specified, \fBnxagent\fR will choose +.I W +and +.I H +to be 3/4ths the dimensions of the root window of the real server. +.TP 8 .B \-dpi \fIresolution\fP sets the resolution for all screens, in dots per inch. To be used when the server cannot determine the screen size(s) from the |