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

Pekka Paalanen ppaalanen at gmail.com
Tue Nov 12 01:19:06 PST 2013


On Mon, 11 Nov 2013 18:00:54 -0600
Jason Ekstrand <jason at jlekstrand.net> wrote:

> On Mon, Nov 11, 2013 at 2:12 PM, Jason Ekstrand <jason at jlekstrand.net>wrote:
> 
> >
> > On Nov 11, 2013 3:18 AM, "Pekka Paalanen" <ppaalanen at gmail.com> wrote:
> > >
> > > On Sun, 10 Nov 2013 17:26:28 -0600
> > > Jason Ekstrand <jason at jlekstrand.net> wrote:
> > >
> > > > 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."
> > >
> > > Hmm, wasn't that just a default, and overridable in weston.ini?
> >
> > You may be right.  I'll look at it again and send out a v3.
> >
> No, The patched docs are correct.  If you have a good argument why the
> config should over-ride the command-line, it's easy enough to change.

Sorry, it looks like I remembered what x11_compositor_create() does the
wrong way, the command line options indeed override the size, not just
defaults.

Thanks,
pq


More information about the wayland-devel mailing list