diff --git a/man/weston-rdp.man b/man/weston-rdp.man index b90f47e2d..680e02955 100644 --- a/man/weston-rdp.man +++ b/man/weston-rdp.man @@ -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. diff --git a/man/weston.ini.man b/man/weston.ini.man index cd615c259..305004f87 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -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" diff --git a/weston.ini.in b/weston.ini.in index 2d4a88a85..9f5e82a2f 100644 --- a/weston.ini.in +++ b/weston.ini.in @@ -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]