summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2013-11-10 17:26:28 -0600
committerKristian Høgsberg <krh@bitplanet.net>2013-11-19 13:39:58 -0800
commit399841dae774cbea0507e3de2e1695fb114a0a8e (patch)
tree975d5237248d3852d7c6c51c957f03618d64f261 /man
parent3ec57f5d6966f8da92a1f5cb7d84c703ff3ad824 (diff)
downloadweston-399841dae774cbea0507e3de2e1695fb114a0a8e.tar.gz
Update the weston man page to include the new Wayland backend options
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'man')
-rw-r--r--man/weston.man20
1 files changed, 19 insertions, 1 deletions
diff --git a/man/weston.man b/man/weston.man
index 39d854be..f2d1b4c7 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 compositing if EGL cannot be used. Passing this option will force
+weston to use the pixman renderer.
.
.SS X11 backend options:
.TP