LWN.net Logo

LFCS 2012: X and Wayland

LFCS 2012: X and Wayland

Posted Apr 20, 2012 2:19 UTC (Fri) by tjc (subscriber, #137)
In reply to: LFCS 2012: X and Wayland by hholzgra
Parent article: LFCS 2012: X and Wayland

Amiga Intuition was a separate process from the client, so even if the client fell over the window could still be managed. In 1985. On a 7 Mhz processor!


(Log in to post comments)

LFCS 2012: X and Wayland

Posted Apr 20, 2012 11:44 UTC (Fri) by dgm (subscriber, #49227) [Link]

The same is true for the Wayland compositor.

With X11 you currently have 3 processes:

1. X server
2. X client
3. compositor/window manager

In Wayland you do away with the X server process. All it's duties unrelated to network communications (screen management, input handling) are incorporated into the compositor/window manager.

So, it will in fact look a lot more like Amiga's Intuition than current X does.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds