diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2014-03-07 15:29:14 -0600 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-03-10 13:29:40 -0700 |
commit | d89a0946a77da07036e0de43ad31a61c376a82b7 (patch) | |
tree | 43837a610bf834752c92ab0d7fbeeae3a385f72a /man | |
parent | 50fba97ec634f6c9d4fd60d553c426d3d422c3bd (diff) |
x11-backend: Add a --scale option
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/weston.man b/man/weston.man index f2d1b4c7..fd1c7a51 100644 --- a/man/weston.man +++ b/man/weston.man @@ -186,6 +186,10 @@ X windows to emulate the same number of outputs. Make the default size of each X window .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. Passing this option will make weston use the |