aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-281-1/+1
|
* nxagent: add option -textclipboardUlrich Sibiller2021-06-201-0/+13
| | | | textclipboard=<bool> in the options file
* nxagent: add command line switch to enable compositeUlrich Sibiller2021-06-081-2/+2
| | | | We have it disabled by default but there hasn't been a way to enable it.
* document additional options only nxagent knows aboutUlrich Sibiller2021-06-081-0/+9
|
* release 3.5.99.263.5.99.26Mike Gabriel2021-02-041-1/+1
|
* manpage: document defaults for options -defer and -tileUlrich Sibiller2021-01-151-1/+11
|
* nxagent: make full screen mode selectable at startupUlrich Sibiller2021-01-151-5/+14
| | | | | | | | fullscreen= now accepts the new value "2" for a fullscreen covering only one screen. -geometry and geometry= now know additional keywords "allscreens" and "onescreen". Fixes ArcticaProject/nx-libs#923
* release 3.5.99.253.5.99.25Mike Gabriel2020-11-041-1/+1
|
* Extend sleep documentationUlrich Sibiller2020-06-291-3/+5
| | | | Attributes ArcticaProject/nx-libs#241
* manpage: document copysize parameterUlrich Sibiller2020-06-291-0/+4
| | | | was previously undocumented.
* manpage and usage output: add -irlimitUlrich Sibiller2020-06-291-0/+3
| | | | Fixes ArcticaProject/nx-libs#796
* Extend some manpage entriesUlrich Sibiller2020-06-291-12/+37
| | | | | | | Fixes ArcticaProject/nx-libs#241 Fixes ArcticaProject/nx-libs#495 Fixes ArcticaProject/nx-libs#535 Fixes ArcticaProject/nx-libs#565
* release 3.5.99.243.5.99.24Mike Gabriel2020-05-311-1/+1
|
* release 3.5.99.233.5.99.23Mike Gabriel2020-01-301-1/+1
|
* nxagent manpage: improve descriptions and typesUlrich Sibiller2019-11-241-25/+42
| | | | | Most <int> options are <bool>. Change that and add missing defaults. Also add list of descriptions for the defer option.
* nxagent manpage: extend clipboard documentationUlrich Sibiller2019-11-241-3/+15
|
* release 3.5.99.223.5.99.22Mike Gabriel2019-08-271-1/+1
|
* Args.c: make autograb available via options file, too.Ulrich Sibiller2019-08-271-0/+4
|
* Args.c: Add command line option -autograb.Ulrich Sibiller2019-08-271-0/+3
|
* dix: add whiteroot flagUlrich Sibiller2019-08-271-2/+4
| | | | | | | | | | | | | | | | | Before there was no way of getting a white background despite having the approriate code. Backport of this commit: commit cb0a565d2b2cf8823abbd77b4426cc2237731dc1 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 18 17:04:48 2006 +0300 dix: add whiteroot flag Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows. Fixes ArcticaProject/nx-libs#832
* release 3.5.99.213.5.99.21Mike Gabriel2019-08-051-1/+1
|
* release 3.5.99.203.5.99.20Mike Gabriel2019-04-171-1/+1
|
* release 3.5.99.193.5.99.19Mike Gabriel2019-03-011-1/+1
|
* release 3.5.99.183.5.99.18Mike Gabriel2019-01-311-1/+1
|
* nxagent.1 man page: Grammar fix.Mike Gabriel2018-12-191-1/+1
|
* nxagent: bypass X2go's keyboard configuration hackUlrich Sibiller2018-12-191-1/+2
| | | | | | | | | | | | If X2go runs in auto keyboard mode it will pass keyboard=null/null to the agent and set the keyboard afterwards with setxkbmap. This patch lets nxagent handle that situation internally (null/null will be interpreted as clone) and disables X2go's mechanism (by creating a dir that effectively blocks it; see x2gosetkeyboard) This is only activated if the agent is run as "x2goagent". Fixes ArcticaProject/nx-libs#368
* nxagent: add additional keyboard config option rmlvoUlrich Sibiller2018-12-191-2/+9
| | | | Add possibility to pass more than model and layout via the keyboard parameter.
* nxagent: add keyboard=clone configuration optionUlrich Sibiller2018-12-191-3/+8
| | | | | | | | | | | | | | | | Specifying -keyboard clone (or keyboard=clone in options) will clone XKB keyboard from the remote x server. This way many keyboard problems will hopefully never return... Should be the default but is not (yet) for compatibility reasons. Fixes ArcticaProject/nx-libs#373 (except the "do autoconf if no keyboard is provided" feature.) References: ArcticaProject/nx-libs#240 ArcticaProject/nx-libs#368
* nxagent: fix references to default rules in manpageUlrich Sibiller2018-12-191-2/+2
| | | | we have changed that to base some time ago.
* manpage: reformat some linesUlrich Sibiller2018-12-191-4/+4
|
* manpage: add -nameUlrich Sibiller2018-12-191-0/+5
| | | | (partially) fixes ArcticaProject/nx-libs#666
* manpage: add/extend -dpi/-autodpiUlrich Sibiller2018-12-191-4/+17
| | | | (partially) fixes ArcticaProject/nx-libs#666
* manpage: add -geometryUlrich Sibiller2018-12-191-0/+19
| | | | (partially) fixes ArcticaProject/nx-libs#666
* manpage: add -depthUlrich Sibiller2018-12-191-0/+9
| | | | (partially) fixes ArcticaProject/nx-libs#666
* manpage: add -classUlrich Sibiller2018-12-191-0/+32
| | | | (partially) fixes ArcticaProject/nx-libs#666
* manpage: add -fullUlrich Sibiller2018-12-191-0/+11
| | | | (partially) fixes ArcticaProject/nx-libs#666
* manpage: add -syncUlrich Sibiller2018-12-191-0/+6
| | | | (partially) fixes ArcticaProject/nx-libs#666
* release 3.5.99.173.5.99.17Mike Gabriel2018-11-201-1/+1
|
* Args.c: allow options to contain URL encoded charactersUlrich Sibiller2018-08-241-0/+5
| | | | | | Same as in nxcomp's option handling. We really only need it for "," (%2C) and "=" (%3D), currently, but it can handle all encoded characters.
* manpage: fix spelling error as reported by codespellUlrich Sibiller2018-05-241-1/+1
|
* release 3.5.99.163.5.99.16Mike Gabriel2018-03-161-1/+1
|
* release 3.5.99.153.5.99.15Mike Gabriel2018-03-071-1/+1
|
* release 3.5.99.143.5.99.14Mike Gabriel2018-02-281-1/+1
|
* os: hide ttyxx optionUlrich Sibiller2018-02-281-3/+0
| | | | is used nowhere anyway
* Lift xkb to xorg-xserver-7.1/1.1.0 stateUlrich Sibiller2018-02-281-8/+2
| | | | | | | In XORG-7_1 xkbconfig.c had been dropped. We must keep this file because it is used by hw/nxagent/Keyboard.c to load the xkb configuration file. Maybe we should move the relevant code to there or drop xkb configuration file support from nxagent.
* nxagent: Also provide auto DPI feature via nx/nx option 'autodpi', taking ↵Mike Gabriel2018-02-271-0/+5
| | | | only effect on session startups.
* nxagent: Auto-detect client-side DPI at session startup.Simon Matter2018-02-271-0/+3
|
* {nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1,nxproxy/man/nxproxy.1}: ↵Mihai Moldovan2018-02-271-1/+1
| | | | magicpixel takes a boolean argument for now.
* nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1: remove empty line on top ↵Mihai Moldovan2018-02-271-1/+0
| | | | | | of file. Fixes: ArcticaProject/nx-libs#664
* nxagent: Add -version cmdline option.Simon Matter2018-02-261-0/+3
| | | | Fixes ArcticaProject/nx-libs#653.