From cf5ddd05cb5f5b75f5218de51ff830c1c2f7563d Mon Sep 17 00:00:00 2001 From: Hideyuki Nagase Date: Thu, 17 Mar 2022 12:08:42 -0500 Subject: rdp: Allow configuring the refresh rate We currently hardcode a 60Hz update rate for the rdp backend. In some cases it may be useful to override this to increase the rate for a faster monitor, or to decrease it to reduce network traffic. Co-authored-by: Steve Pronovost Co-authored-by: Brenton DeGeer Signed-off-by: Hideyuki Nagase Signed-off-by: Steve Pronovost Signed-off-by: Brenton DeGeer --- man/weston-rdp.man | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man') diff --git a/man/weston-rdp.man b/man/weston-rdp.man index 8900a6ca..a596826f 100644 --- a/man/weston-rdp.man +++ b/man/weston-rdp.man @@ -24,6 +24,19 @@ backend will announce security options based on which files have been given. The RDP backend is multi-seat aware, so if two clients connect on the backend, they will get their own seat. +.\" *************************************************************** +.SH CONFIGURATION +. +The RDP backend uses the following entries from +.BR weston.ini . +.SS Section rdp +.TP +\fBrefresh-rate\fR=\fIrate\fR +Specifies the desktop redraw rate in Hz. If unspecified, the default is 60Hz. Changing +this may be useful if you have a faster than 60Hz display, or if you want to reduce updates to +reduce network traffic. + + .\" *************************************************************** .SH OPTIONS . -- cgit v1.2.1