diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2013-11-15 14:18:15 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-11-15 16:17:51 -0800 |
commit | ba44c6bf2e266e197818f3dbeabde0e6bc11fd81 (patch) | |
tree | d66ec4a2b6fb459c9c6d8251e833c7e9f2ec161a /man | |
parent | cdb4d290969937d57826a6c14eda1a01978cb805 (diff) |
Add [core] backend option
This allows specifying a particular backend to load in a manner similar to
modules.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index ecb7ebb2..4ff313d2 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -105,6 +105,23 @@ directory are: .fi .RE .TP 7 +.TP 7 +.BI "backend=" headless-backend.so +overrides defaults backend. Available backend modules in the +.IR "__weston_modules_dir__" +directory are: +.PP +.RS 10 +.nf +.BR drm-backend.so +.BR fbdev-backend.so +.BR headless-backend.so +.BR rdp-backend.so +.BR rpi-backend.so +.BR wayland-backend.so +.BR x11-backend.so +.fi +.RE .BI "gbm-format="format sets the GBM format used for the framebuffer for the GBM backend. Can be .B xrgb8888, |