From eb6618e5930c761d255ed760666184927754023b Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Tue, 2 Apr 2013 10:08:58 +1000 Subject: [PATCH] doc: Improve the first chapter text and definitions In the beginning of the chapter, it was defined what is the so called "X" thing and was removed the "Wayland" and "Weston" definitions cause we're defining later at 1.2 anyway. "Introduction", "Motivation" and "Compositing manager as the display server" names sound better a bit than "Overview", "Replacing X11" and "Make the compositing manager the display server" respectively. That was changed also. Signed-off-by: Tiago Vignatti Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- doc/Wayland/en_US/Overview.xml | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/doc/Wayland/en_US/Overview.xml b/doc/Wayland/en_US/Overview.xml index c9990a9..51e451e 100644 --- a/doc/Wayland/en_US/Overview.xml +++ b/doc/Wayland/en_US/Overview.xml @@ -3,27 +3,14 @@ %BOOK_ENTITIES; ]> - - Wayland Overview - - - - - Wayland is a protocol for a new display server - - - - - Weston is the open source project implementing a wayland-based - copmositor - - - - -
- Replacing X11 + + Introduction +
+ Motivation - In Linux and other Unix-like systems, the X stack has grown to + Most of Linux and Unix-based systems rely on the X Window System (or + simply X) as the low-level protocol for building + bitmap graphics interfaces. On these systems, the X stack has grown to encompass functionality arguably belonging in client libraries, helper libraries, or the host operating system kernel. Support for things like PCI resource management, display configuration management, @@ -76,8 +63,8 @@
-
- Make the compositing manager the display server +
+ Compositing manager as the display server Wayland is a new display server and compositing protocol, and Weston is the implementation of this protocol which builds on top of all the