diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2013-10-27 22:25:02 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-11-07 16:35:01 -0800 |
commit | 48ce42177fb8189cd3ef8b9a08c121794a3e7247 (patch) | |
tree | 135ecdcfaea20d35985ddef81f60c242a4bb30d6 /man | |
parent | 33ff636812b8f5db20be5c4c77bc3f9f25ea274b (diff) |
compositor-wayland: Parse [output] config sections and more options
This commit makes the wayland backend search through the config for
[output] sections with names starting with "WL" and create outputs
accordingly. Outputs created due to the config file support mode, scale,
and transform parameters. It also listens for the --output-count
command-line option.
This brings the wayland backend almost up to par, in terms of functionality
with the X11 backend.
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index d2524193..ecb7ebb2 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -236,7 +236,8 @@ currently only recognized by the drm and x11 backends. .TP 7 .BI "name=" name sets a name for the output (string). The backend uses the name to -identify the output. All X11 output names start with a letter X. The available +identify the output. All X11 output names start with a letter X. All +Wayland output names start with the letters WL. The available output names for DRM backend are listed in the .B "weston-launch(1)" output. @@ -247,6 +248,7 @@ Examples of usage: .BR "LVDS1 " "DRM backend, Laptop internal panel no.1" .BR "VGA1 " "DRM backend, VGA connector no.1" .BR "X1 " "X11 backend, X window no.1" +.BR "WL1 " "Wayland backend, Wayland window no.1" .fi .RE .RS |