Slashdot Mirror


Wayland 1.2.0 Released With Weston

An anonymous reader writes "Wayland 1.2 & Weston 1.2 have been released. Features of this quarterly update to the X.Org/Mir display competitor is support for color management, a new input method framework, a Raspberry Pi renderer/back-end, HiDPI output scaling, multi-seat improvements, and various other changes for this next-generation Linux desktop display protocol and compositor."

2 of 122 comments (clear)

  1. Re:any decent tiling WMs? by raxx7 · · Score: 4, Informative

    Yes and no.

    Weston is only a reference implementation of a Wayland compositor.
    Wayland developers don't expect it actually to be used by normal users.

    Instead, they expect others to implement their own Wayland compositors, as it should not be any harder than writing a similar X Window Manager.
    That is what the Gnome, KDE and Enlightmenment people plan to do, convert their current X compositors (gnome shell, kwin, e) into Wayland compositors.

    So, eventually, you might get a dwm Wayland equivalent. But it doesn't exist yet.

  2. Re:The Real Story Behind Wayland and X.org by cheesybagel · · Score: 3, Informative

    What I did manage to grasp from his talk is that the basic X design which he claims is terrible has remained for the most part while their fantastic new designs for things like XInput keep getting obsoleted one after the other. That he does not like the fact that X11 has a lot of extensions so his answer is to rewrite it. What will eventually happen if he ever has success is Wayland will get a lot of cruft as well.

    I also noticed he gave no demos of Wayland at all. He isn't even eating his own dogfood. At least the original X designers actually created it to solve a problem they had and they actually used it.

    His model of doing everything using pixmaps is also probably going to be a problem if displays keep going to higher resolutions as is happening recently. In that case you may spend a lot less bandwidth sending draw calls rather than the pixmaps.

    I also disagree about the claim that VNC is good enough.