diff options
author | Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> | 2014-02-10 12:15:11 +0900 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2014-02-18 14:00:19 -0800 |
commit | 8841917e131d095b28e1106506c6d45d404e24f8 (patch) | |
tree | dda238892e26ba8698202e7070149e8cd71007be | |
parent | dae8a4b9c5c7fd94646527095a9f83a5f936eaa4 (diff) |
Improvement of weston.ini.man. Add key:shell and remove tablet-shell
Add description of key:shell to CORE SECTION and move a example of desktop-shell from key:modules to key:shell.
Add cms-colord.so to key:modules of CORE SECTION.
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
-rw-r--r-- | man/weston.ini.man | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index ce3f9280..667f70a0 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -92,16 +92,29 @@ The .B core section is used to select the startup compositor modules. .TP 7 -.BI "modules=" desktop-shell.so,xwayland.so -specifies the modules to load (string). Available modules in the +.BI "shell=" desktop-shell.so +specifies a shell to load (string). This can be used to load your own +implemented shell or one with Weston as default. Available shells +in the .IR "__weston_modules_dir__" directory are: .PP .RS 10 .nf .BR desktop-shell.so -.BR tablet-shell.so +.fi +.RE +.TP 7 +.TP 7 +.BI "modules=" xwayland.so,cms-colord.so +specifies the modules to load (string). Available modules in the +.IR "__weston_modules_dir__" +directory are: +.PP +.RS 10 +.nf .BR xwayland.so +.BR cms-colord.so .fi .RE .TP 7 |