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>
This commit is contained in:
committed by
Derek Foreman
parent
bd214edf26
commit
cf5ddd05cb
@@ -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
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user