Home | History | Annotate | Download | only in sources

Lines Matching full:compositor

13     <link linkend="sect-Compositors-System-Compositor">system compositor</link>
15 possible console terminal emulator and so forth. A different compositor, a
16 <link linkend="sect-Compositors-Session-Compositor">session compositor</link>
25 <section id="sect-Compositors-System-Compositor">
26 <title>System Compositor</title>
28 A system compositor can run from early boot until shutdown.
33 A system compositor can host different types of session
38 A linux implementation of a system compositor will typically
42 For fullscreen clients, the system compositor can reprogram the
47 <section id="sect-Compositors-Session-Compositor">
48 <title>Session Compositor</title>
50 A session compositor is responsible for a single user session.
51 If a system compositor is present, the session compositor will
52 run nested under the system compositor. Nesting is feasible because
54 when nesting is involved. If no system compositor is present, a
55 session compositor can run directly on the hw.
58 X applications can continue working under a session compositor
91 Weston with X11 or Wayland backend is a session compositor nested
92 in another session compositor.
103 <section id="sect-Compositors-Embedding-Compositor">
104 <title>Embedding Compositor</title>
116 compositor interface. The host application composites the client
125 player as a kind of special-purpose compositor.