summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Wedgbury <andrew.wedgbury@realvnc.com>2014-06-26 16:31:43 +0100
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-08-21 14:11:49 +0300
commitc34b67702eb306b6836eb8634118a052c16cb074 (patch)
treee78012fe4701b9c2bda9d7ede1e0b7c9d75c85d6
parentd73c694afd3890594090d20deaf2ffefda3a73a1 (diff)
screen-share: Add screen-share command to weston.ini man page
This adds a description of the screen-share command configuration key to the weston.ini man page. [Pekka Paalanen: removed the sentence about default value, because the default value is empty, and AFAIU cannot work.] Signed-off-by: Andrew Wedgbury <andrew.wedgbury@realvnc.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
-rw-r--r--man/weston.ini.man9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index 4be752bb..25da2b14 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -79,6 +79,7 @@ The section headers are:
.BR "keyboard " "Keyboard layouts"
.BR "terminal " "Terminal application options"
.BR "xwayland " "XWayland options"
+.BR "screen-share " "Screen sharing options"
.fi
.RE
.PP
@@ -116,6 +117,7 @@ directory are:
.nf
.BR xwayland.so
.BR cms-colord.so
+.BR screen-share.so
.fi
.RE
.TP 7
@@ -457,6 +459,13 @@ The terminal shell (string). Sets the $TERM variable.
sets the path to the xserver to run (string).
.RE
.RE
+.SH "SCREEN-SHARE SECTION"
+.TP 7
+.BI "command=" "/usr/bin/weston --backend=rdp-backend.so \
+--shell=fullscreen-shell.so --no-clients-resize"
+sets the command to start a fullscreen-shell server for screen sharing (string).
+.RE
+.RE
.SH "SEE ALSO"
.BR weston (1),
.BR weston-launch (1),