Hi Jason, nice, just a couple of questions. :-)
On Sat, 9 Nov 2013 22:02:00 -0600 Jason Ekstrand <[email protected]> wrote: > 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." Is that desktop size, or perhaps (default?) output size? > +.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 Will try and possibly fall back to pixman? > +pixman library for software compsiting. Typo, "compositing". > . > .SS X11 backend options: > .TP Thanks, pq _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
