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:
Joshua Goins 2025-06-04 15:02:09 -04:00
parent 0600265c64
commit dc33a296b8
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ default it listens on 0.0.0.0.
\fB\-\-port\fR=\fIport\fR \fB\-\-port\fR=\fIport\fR
The TCP port to listen on for connections, it defaults to 3389. The TCP port to listen on for connections, it defaults to 3389.
.TP .TP
\fB\-\-no-clients-resize \fB\-\-no-resizeable
By default when a client connects on the RDP backend, it will instruct weston to 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 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. set, weston will force the client to resize to its own resolution.

View file

@ -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. module. See mirror-of key entry in the output section for how to configure it.
.TP 7 .TP 7
.BI "command=" "@weston_bindir@/weston --backend=rdp \ .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). sets the command to start a fullscreen-shell server for screen sharing (string).
.TP 7 .TP 7
.BI "start-on-startup=" "false" .BI "start-on-startup=" "false"

View file

@ -83,7 +83,7 @@ path=@libexecdir@/weston-keyboard
#max_accel_factor = 1.0 #max_accel_factor = 1.0
[screen-share] [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 #start-on-startup=false
#[xwayland] #[xwayland]