summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorHideyuki Nagase <hideyukn@microsoft.com>2022-03-17 12:08:42 -0500
committerDerek Foreman <derek.foreman@collabora.com>2022-04-28 07:35:57 -0500
commitcf5ddd05cb5f5b75f5218de51ff830c1c2f7563d (patch)
treeb76570222a40abc1b0dfc39b59639eefac38aae8 /man
parentbd214edf2689ac98add81928e18ad3e16f8ff140 (diff)
downloadweston-cf5ddd05cb5f5b75f5218de51ff830c1c2f7563d.tar.gz
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 <spronovo@microsoft.com> Co-authored-by: Brenton DeGeer <brdegeer@microsoft.com> Signed-off-by: Hideyuki Nagase <hideyukn@microsoft.com> Signed-off-by: Steve Pronovost <spronovo@microsoft.com> Signed-off-by: Brenton DeGeer <brdegeer@microsoft.com>
Diffstat (limited to 'man')
-rw-r--r--man/weston-rdp.man13
1 files changed, 13 insertions, 0 deletions
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
@@ -25,6 +25,19 @@ 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
.
When the RDP backend is loaded,