Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormatt335672 <30179339+matt335672@users.noreply.github.com>2019-04-30 14:24:19 +0300
committermatt335672 <30179339+matt335672@users.noreply.github.com>2020-06-04 17:10:35 +0300
commit3c4b42b1aa25d7af78812917c8a57628cfa00633 (patch)
tree36b402c239671cebc0f7a7505cbc563c93df07a2 /docs
parent1c99d0a366f235dc16ba055644f94f510c2a3119 (diff)
Implemented resize and multimon support for VNC backend
Diffstat (limited to 'docs')
-rw-r--r--docs/man/sesman.ini.5.in11
-rw-r--r--docs/man/xrdp.ini.5.in8
2 files changed, 14 insertions, 5 deletions
diff --git a/docs/man/sesman.ini.5.in b/docs/man/sesman.ini.5.in
index 8fca3a9e..58bb74b5 100644
--- a/docs/man/sesman.ini.5.in
+++ b/docs/man/sesman.ini.5.in
@@ -148,13 +148,13 @@ This works only with xorgxrdp session. Moreover, xorgxrdp must be v0.2.9 or late
.TP
\fBPolicy\fR=\fI[Default|UBD|UBI|UBC|UBDI|UBDC]\fR
-Session allocation policy. By default, a new session is created
-for the combination <User,BitPerPixel> when using Xrdp, and
-for the combination <User,BitPerPixel,DisplaySize> when using Xvnc.
-This behavior can be changed by setting session policy to:
+Session allocation policy. Used to decide when to allocate a
+new session. Set to one of the following values:
.br
.br
+\fBDefault\fR - session per <User,BitPerPixel>
+.br
\fBUBD\fR - session per <User,BitPerPixel,DisplaySize>
.br
\fBUBI\fR - session per <User,BitPerPixel,IPAddr>
@@ -168,7 +168,8 @@ This behavior can be changed by setting session policy to:
.br
Note that the \fBUser\fR and \fBBitPerPixel\fR criteria cannot be turned
-off. For Xvnc connections, \fBDisplaySize\fR is always enabled as well.
+off. \fBDisplaySize\fR refers to the initial geometry of a connection,
+as actual display sizes can change dynamically.
.br
.SH "SECURITY"
diff --git a/docs/man/xrdp.ini.5.in b/docs/man/xrdp.ini.5.in
index 834f258b..d7bce514 100644
--- a/docs/man/xrdp.ini.5.in
+++ b/docs/man/xrdp.ini.5.in
@@ -303,6 +303,14 @@ depth of the client. Only Xvnc and X11rdp use that setting. Xorg runs at
\fI24\fR bpp.
.TP
+\fBdisabled_encodings_mask\fR=\fI<number>\fR
+Set this bitmask to a non-zero value to prevent \fBxrdp\fR(8) requesting
+some features from the Xvnc server. You should only need to set this
+to a non-zero value to work around bugs in your Xvnc server. The bit
+values supported for a particular release of \fBxrdp\fR(8) are documented in
+\fBxrdp.ini\fR.
+
+.TP
\fBcode\fR=\fI<number>\fR|\fI0\fR
Specifies the session type. The default, \fI0\fR, is Xvnc, \fI10\fR is
X11rdp, and \fI20\fR is Xorg with xorgxrdp modules.