aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-05-04 00:02:37 +0200
committerMattias Andrée <maandree@operamail.com>2015-05-04 00:03:34 +0200
commit1ba6403c630da1fd7db26815cd56ebe077ab0d31 (patch)
tree55160ec3e4a54bb5c31e38e31b743679cb5f545c /doc/info
parentinfo: add indices (currently empty) (diff)
downloadmds-1ba6403c630da1fd7db26815cd56ebe077ab0d31.tar.gz
mds-1ba6403c630da1fd7db26815cd56ebe077ab0d31.tar.bz2
mds-1ba6403c630da1fd7db26815cd56ebe077ab0d31.tar.xz
info: wby not wayland
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/mds.texinfo44
1 files changed, 43 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo
index d643f0a..ead66d5 100644
--- a/doc/info/mds.texinfo
+++ b/doc/info/mds.texinfo
@@ -6759,7 +6759,7 @@ Circles (bing)
@kbd{<shift dead compose> "p" "c"} composes the character
presenting the back of a playing card.
-Jokers and thumps are composed using the playing
+Jokers and trumps are composed using the playing
card back and two additional characters.
@table @asis
@@ -8409,6 +8409,7 @@ output servers, and even windowing servers.
@menu
* Server Architecture:: Discussion on fundamental design choices.
* Fixing X.org Issues:: Can we avoid the problems X.org has?
+* Why Not Wayland:: Why Wayland Won't Cut It.
* Desktop Environments:: What are desktop environments' relationship to mds?
@end menu
@@ -8880,6 +8881,47 @@ in the server.
+@node Why Not Wayland
+@section Why Not Wayland
+
+Development of @command{mds} started out of
+concern that Wayland would not meet our needs,
+and the knowledge that X does not. We are now
+however aware that Wayland meets our needs even
+less than X.@footnote{Not even counting that
+the documentation for Wayland is way more lacking
+that X's documentation.}
+
+Wayland only has protocols for drawing onto a
+buffer and input devices, and some very limited
+output protocols. Wayland is inherently inflexible.
+If anyone was to add additional functionally must
+do so in the compositor --- the window manager ---
+and publish to protocol. It is then up to all
+other compostors (window managers) to implement
+the protocol.
+
+It should be noted that Wayland does not even
+have an official protocol for applying gamma
+corrects. Some compositors (window managers)
+choose to implement it by using @command{colord}.
+
+Additionally, screenshooting, screen recording
+and global hotkeys must be implemented in the
+compositor (window manager). Why? Because of
+security. In Wayland, security always trumps
+useability and usefulness.
+
+Another huge limitation of Wayland is that it
+does not have any network protocol. For it to
+be network, the compositor must implement a
+network protocol --- and there is no official
+network protocol. When this is all done, a
+compositor proxy must be written that can
+communicate with it.
+
+
+
@node Desktop Environments
@section Desktop Environments