Slashdot Mirror


Wayland 1.4 Released — Touch, Sub-Surface Protocol, Crop/Scale Support

An anonymous reader writes "Version 1.4 of the Wayland protocol and Weston reference compositor have been released. The Wayland/Weston 1.4 release delivers on many features and includes promoting the sub-surface protocol to official Wayland, improved touch screen support, a crop/scale protocol within Weston, security improvements, and other fixes."

3 of 128 comments (clear)

  1. Re:X forwarding-like feature? by Anonymous Coward · · Score: 5, Informative

    Yes. It's on the road map.

  2. Re:So... what is it? by coolsnowmen · · Score: 4, Informative

    Some guys who worked on Xorg/X11 for years are redesigning it to be better. They got some good ideas but it will be a while before it can actually replace Xorg/X11. Here is something: http://www.youtube.com/watch?v...

  3. Re:X's way is the only feasible way. by thegarbz · · Score: 5, Informative

    The same way as X did? You mean produce a hell old protocol which was network transparent yet utterly incompatible with SHM requiring every modern distribution to have the compositor render the frame and then send it over the network as a bitmap? Wait what? I just described VNC.

    Actually no I didn't. VNC uses compression, X doesn't. Hence remote X running on any system produced in the past 20 years actually holds the crown as the only system SLOWER than VNC over the network. It's only saving grace is that you can send individual apps and don't need to export the entire desktop. Then there's the underlying problem of a protocol which forces a shitload of talking to the local server before even being capable of sending a bitmap to the remote one.

    As one X developer described it, it is not possible to do remote desktop any worse than X.