mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 03:30:19 +01:00
doc: Update to the new --no-resizable RDP flag
This was changed in 75280d2e40 but only
updated in the weston CLI help. But there's still documentation leftover
in .ini files and manpages that refer to the older flag.
Signed-off-by: Joshua Goins <joshua.goins@kdab.com>
This commit is contained in:
parent
0600265c64
commit
dc33a296b8
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ default it listens on 0.0.0.0.
|
|||
\fB\-\-port\fR=\fIport\fR
|
||||
The TCP port to listen on for connections, it defaults to 3389.
|
||||
.TP
|
||||
\fB\-\-no-clients-resize
|
||||
\fB\-\-no-resizeable
|
||||
By default when a client connects on the RDP backend, it will instruct weston to
|
||||
resize to the dimensions of the client's announced resolution. When this option is
|
||||
set, weston will force the client to resize to its own resolution.
|
||||
|
|
|
|||
|
|
@ -767,7 +767,7 @@ functionality has been added to replace this deprecated screen-share
|
|||
module. See mirror-of key entry in the output section for how to configure it.
|
||||
.TP 7
|
||||
.BI "command=" "@weston_bindir@/weston --backend=rdp \
|
||||
--shell=fullscreen --no-clients-resize --no-config"
|
||||
--shell=fullscreen --no-resizeable --no-config"
|
||||
sets the command to start a fullscreen-shell server for screen sharing (string).
|
||||
.TP 7
|
||||
.BI "start-on-startup=" "false"
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ path=@libexecdir@/weston-keyboard
|
|||
#max_accel_factor = 1.0
|
||||
|
||||
[screen-share]
|
||||
command=@bindir@/weston --backend=rdp --shell=fullscreen --no-clients-resize
|
||||
command=@bindir@/weston --backend=rdp --shell=fullscreen --no-resizeable
|
||||
#start-on-startup=false
|
||||
|
||||
#[xwayland]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue