diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-06 17:16:41 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-06 14:40:38 -0800 |
commit | 9cfe477f60adf64d9fd1c964e02e5ce331a392be (patch) | |
tree | 8b4c46e4bfd7cdc6f09aa8cf3f1163760444dab9 | |
parent | bbae1a98c605ff61bed5500ae087ec46e8686e52 (diff) | |
download | xrdp-proprietary-9cfe477f60adf64d9fd1c964e02e5ce331a392be.tar.gz xrdp-proprietary-9cfe477f60adf64d9fd1c964e02e5ce331a392be.zip |
Document xserverbpp, add it to Xvnc section, remove from Xorg section
xserverbpp affects X11rdp and Xvnc, but not Xorg. No need to have
xserverbpp in the Xorg section where it has no effect. Add commented out
xserverbpp to Xvnc, some users may want to experiment with that setting.
-rw-r--r-- | docs/man/xrdp.ini.5 | 6 | ||||
-rw-r--r-- | xrdp/xrdp.ini | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index 0b5acfee..6a4da78c 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -288,6 +288,12 @@ Specifies the ip address of the host to connect to. Specifies the port number to connect to. If set to \fI\-1\fR, the default port for the specified library is used. .TP +\fBxserverbpp\fR=\fI<number>\fR +Specifies color depth of the backend X server. The default is the color +depth of the client. Only Xvnc and X11rdp use that setting. Xorg runs at +\fI24\fR bpp. + +.TP \fBcode\fR=\fI<number>\fR|\fI\-1\fR Specifies the session type, the default, \fI\0\fR, is Xvnc, \fI\10\fR, is X11rdp, and \fI\20\fR, uses Xorg driver mode. diff --git a/xrdp/xrdp.ini b/xrdp/xrdp.ini index 1ebfd52e..1da90cca 100644 --- a/xrdp/xrdp.ini +++ b/xrdp/xrdp.ini @@ -162,7 +162,6 @@ username=ask password=ask ip=127.0.0.1 port=-1 -xserverbpp=24 code=20 [Xvnc] @@ -172,6 +171,7 @@ username=ask password=ask ip=127.0.0.1 port=-1 +#xserverbpp=24 #delay_ms=2000 [console] |