[PATCH weston 7/7 v2] Update the weston man page to include the new Wayland backend options

Jason Ekstrand jason at jlekstrand.net
Sun Nov 10 15:26:28 PST 2013


Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
---
 man/weston.man | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/man/weston.man b/man/weston.man
index 39d854b..2095819 100644
--- a/man/weston.man
+++ b/man/weston.man
@@ -148,9 +148,27 @@ Name of the Wayland display to connect to, see also
 .I WAYLAND_DISPLAY
 of the environment.
 .TP
+.B \-\-fullscreen
+Create a single fullscreen output
+.TP
+\fB\-\-output\-count\fR=\fIN\fR
+Create
+.I N
+Wayland windows to emulate the same number of outputs.
+.TP
 \fB\-\-width\fR=\fIW\fR, \fB\-\-height\fR=\fIH\fR
-Make the desktop size
+Make all outputs have a size of
 .IR W x H " pixels."
+.TP
+.B \-\-scale\fR=\fIN\fR
+Give all outputs a scale factor of
+.I N.
+.TP
+.B \-\-use\-pixman
+Use the pixman renderer.  By default, weston will try to use EGL and
+GLES2 for rendering and will fall back to the pixman-based renderer for
+software composoting if EGL cannot be used.  Passing this option will force
+weston to use the pixman renderer.
 .
 .SS X11 backend options:
 .TP
-- 
1.8.3.1



More information about the wayland-devel mailing list