[PATCH weston.ini.man v2] Improvement of weston.ini.man. Add key:shell and remove tablet-shell
Nobuhiko Tanibata
NOBUHIKO_TANIBATA at xddp.denso.co.jp
Sat Feb 8 00:01:02 PST 2014
Add 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 at xddp.denso.co.jp>
---
man/weston.ini.man | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/man/weston.ini.man b/man/weston.ini.man
index ce3f928..7b9ce0a 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -92,16 +92,27 @@ 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 the shell to load (string). 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
--
1.8.3.1
More information about the wayland-devel
mailing list