summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2017-10-31 11:29:25 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2017-11-28 10:24:27 +0200
commit68f8e47a56dc59392b848537b9db7e0c01f3cab0 (patch)
tree489bbd70069e7adfca998a36c8890f73da4d4597
parenta453f4d564d8228fb43d93a3740ade755eb8ebc2 (diff)
man: mention logind for launching
Logind has been long supported as means to launch Weston without weston-launch. It's good to note it in the manual. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--man/weston.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/weston.man b/man/weston.man
index 33f0a0b2..cd53df69 100644
--- a/man/weston.man
+++ b/man/weston.man
@@ -20,9 +20,12 @@ shell.
When weston is started as the first windowing system (i.e. not under X nor
under another Wayland server), it should be done with the command
.B weston-launch
-to set up proper privileged access to devices.
+to set up proper privileged access to devices. If your system supports
+the logind D-Bus API and the support has been built into weston as well,
+it is possible to start weston with just
+.BR weston .
-Weston also supports X clients via
+Weston also supports X clients via
.BR XWayland ", see below."
.
.\" ***************************************************************
@@ -106,7 +109,7 @@ Load
.I backend.so
instead of the default backend. The file is searched for in
.IR "__weston_modules_dir__" ,
-or you can pass an absolute path. The default backend is
+or you can pass an absolute path. The default backend is
.I __weston_native_backend__
unless the environment suggests otherwise, see
.IR DISPLAY " and " WAYLAND_DISPLAY .