aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-14 23:06:47 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-14 23:06:47 +0200
commit35eb5c059b0c483b18fcbab3e2954b4329853ada (patch)
tree3340c8cdcf591241d5f3c439eee548e4c218e464 /doc
parentinfo: REAL_DISPLAY => PREFERRED_DISPLAY (diff)
downloadmds-35eb5c059b0c483b18fcbab3e2954b4329853ada.tar.gz
mds-35eb5c059b0c483b18fcbab3e2954b4329853ada.tar.bz2
mds-35eb5c059b0c483b18fcbab3e2954b4329853ada.tar.xz
info: more about PREFERRED_DISPLAY
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/info/mds.texinfo24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index a2dbe3c..58f3742 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -7582,6 +7582,30 @@ layer.
list of supported display server protocol, ordered
by preference.
+If @command{mds} is started as a compatibility layer,
+@code{mds} should be added to @env{PREFERRED_DISPLAY}
+if and only if @env{PREFERRED_DISPLAY} lists any
+other display protocol.
+
+If a compatibility server is successfully started,
+it shoul be listed in @env{PREFERRED_DISPLAY}.
+Be sure to keep the list ordered by preference.
+
+@table @code
+@item mir
+Should be added if you are running an
+@command{mir}-to-@command{mds} server,
+like @command{mds-mmds}.
+@item wayland
+Should be added if you are running an
+@command{wayland}-to-@command{mds} server,
+like @command{mds-wmds}.
+@item x11
+Should be added if you are running an
+@command{X}-to-@command{mds} server,
+like @command{mds-xmds}.
+@end table
+
@node New Concepts