LWN.net Logo

LFCS 2012: X and Wayland

LFCS 2012: X and Wayland

Posted Apr 13, 2012 0:53 UTC (Fri) by hholzgra (subscriber, #11737)
In reply to: LFCS 2012: X and Wayland by Fats
Parent article: LFCS 2012: X and Wayland

+1

AFAIR even the AMIGA did better on that than Windos (although i'd not bet more than 50ยข on it, too many years have gone by since then)


(Log in to post comments)

LFCS 2012: X and Wayland

Posted Apr 20, 2012 2:19 UTC (Fri) by tjc (subscriber, #137) [Link]

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!

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