mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
doc: Improve "Library" and "Compositors" chapter
Originally written Tiago Vignatti <tiago.vignatti@intel.com> Some modifications to adjust for previously merged conflicting patches and link to the sections (instead of <emphasis>). Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5cf14f4b57
commit
3ddedc053f
2 changed files with 35 additions and 1 deletions
|
|
@ -9,6 +9,17 @@
|
|||
<para>
|
||||
Compositors come in different types, depending on which
|
||||
role they play in the overall architecture of the OS.
|
||||
For instance, a
|
||||
<link linkend="sect-Compositors-System-Compositor">system compositor</link>
|
||||
can be used for booting the system, handling multiple user switching, a
|
||||
possible console terminal emulator and so forth. A different compositor, a
|
||||
<link linkend="sect-Compositors-Session-Compositor">session compositor</link>
|
||||
would provide the actual desktop environment. There are many ways for
|
||||
different types of compositors to co-exist.
|
||||
</para>
|
||||
<para>
|
||||
In this section, we introduce three types of Wayland compositors relying
|
||||
on <link linkend="sect-Library-Server">libwayland-server</link>.
|
||||
</para>
|
||||
|
||||
<section id="sect-Compositors-System-Compositor">
|
||||
|
|
@ -45,7 +56,7 @@
|
|||
</para>
|
||||
<para>
|
||||
X applications can continue working under a session compositor
|
||||
by means of a root less X server that is activated on demand.
|
||||
by means of a root-less X server that is activated on demand.
|
||||
</para>
|
||||
<para>
|
||||
Possible examples for session compositors include
|
||||
|
|
@ -75,6 +86,12 @@
|
|||
rdp session
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Weston with X11 or Wayland backend is a session compositor nested
|
||||
in another session compositor.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
fullscreen X session under Wayland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue