@ -1,6 +1,6 @@
. \" shorthand for double quote that works everywhere.
. \" shorthand for double quote that works everywhere.
.ds q \N '34'
.ds q \N '34'
.TH weston.ini 5 "2013-01-17" "Weston __version__ "
.TH weston.ini 5 "2013-01-17" "Weston @version@ "
.SH NAME
.SH NAME
weston.ini \- configuration file for
weston.ini \- configuration file for
.B Weston
.B Weston
@ -97,7 +97,7 @@ section is used to select the startup compositor modules and general options.
specifies a shell to load (string). This can be used to load your own
specifies a shell to load (string). This can be used to load your own
implemented shell or one with Weston as default. Available shells
implemented shell or one with Weston as default. Available shells
in the
in the
.IR "__weston_modules_dir__ "
.IR "@weston_modules_dir@ "
directory are:
directory are:
.PP
.PP
.RS 10
.RS 10
@ -112,7 +112,7 @@ ask Weston to load the XWayland module (boolean).
.TP 7
.TP 7
.BI "modules=" cms-colord.so,screen-share.so
.BI "modules=" cms-colord.so,screen-share.so
specifies the modules to load (string). Available modules in the
specifies the modules to load (string). Available modules in the
.IR "__weston_modules_dir__ "
.IR "@weston_modules_dir@ "
directory are:
directory are:
.PP
.PP
.RS 10
.RS 10
@ -124,7 +124,7 @@ directory are:
.TP 7
.TP 7
.BI "backend=" headless-backend.so
.BI "backend=" headless-backend.so
overrides defaults backend. Available backend modules in the
overrides defaults backend. Available backend modules in the
.IR "__libweston_modules_dir__ "
.IR "@libweston_modules_dir@ "
directory are:
directory are:
.PP
.PP
.RS 10
.RS 10
@ -252,7 +252,7 @@ The entries that can appear in this section are:
.TP 7
.TP 7
.BI "client=" file
.BI "client=" file
sets the path for the shell client to run. If not specified
sets the path for the shell client to run. If not specified
.I __weston_shell_client__
.I @weston_shell_client@
is launched (string).
is launched (string).
.TP 7
.TP 7
.BI "background-image=" file
.BI "background-image=" file
@ -457,7 +457,7 @@ present. This seat can be constrained like any other.
.RE
.RE
.SH "INPUT-METHOD SECTION"
.SH "INPUT-METHOD SECTION"
.TP 7
.TP 7
.BI "path=" "__weston_libexecdir__ /weston-keyboard"
.BI "path=" "@weston_libexecdir@ /weston-keyboard"
sets the path of the on screen keyboard input method (string).
sets the path of the on screen keyboard input method (string).
.RE
.RE
.RE
.RE
@ -540,13 +540,13 @@ The terminal shell (string). Sets the $TERM variable.
.RE
.RE
.SH "XWAYLAND SECTION"
.SH "XWAYLAND SECTION"
.TP 7
.TP 7
.BI "path=" "__xserver_path__ "
.BI "path=" "@xserver_path@ "
sets the path to the xserver to run (string).
sets the path to the xserver to run (string).
.RE
.RE
.RE
.RE
.SH "SCREEN-SHARE SECTION"
.SH "SCREEN-SHARE SECTION"
.TP 7
.TP 7
.BI "command=" "__weston_bindir__ /weston --backend=rdp-backend.so \
.BI "command=" "@weston_bindir@ /weston --backend=rdp-backend.so \
--shell=fullscreen-shell.so --no-clients-resize"
--shell=fullscreen-shell.so --no-clients-resize"
sets the command to start a fullscreen-shell server for screen sharing (string).
sets the command to start a fullscreen-shell server for screen sharing (string).
.RE
.RE