Signed-off-by: Jason Ekstrand <[email protected]> --- This belongs in the Wayland backend patch series
man/weston.man | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man/weston.man b/man/weston.man index 39d854b..2ee3616 100644 --- a/man/weston.man +++ b/man/weston.man @@ -148,9 +148,26 @@ 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 .IR W x H " pixels." +.TP +.B \-\-scale\fR=\fIN\fR +Emulate an output with 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. Passing this option will make weston use the +pixman library for software compsiting. . .SS X11 backend options: .TP -- 1.8.3.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
