Defining Wayland & Its Input System Are Discussed

Written by Michael Larabel in Wayland on 28 January 2011 at 12:49 AM EST. 2 Comments
WAYLAND
If you have any interest at all in the technical side of the Wayland Display Server, there's been two mailing list threads in particular worth paying attention to this week. One is about proposals for Wayland's input system an the other is in terms of defining a Wayland implementation.

The most recent input discussion for Wayland was initiated by Canonical's Chase Douglas by proposing (in this message) to design an input system that is backwards compatible with previous input systems, can be developed to work along with X, and can be integrated into the same display server source code. Chase expressed interest in separating the input system entirely from the display system via what would be a new project called "Inland" or the like. But that separation was quickly shut down by some, like Intel's Jesse Barnes, for overly complicating the matter and causing other engineering headaches. This matter is still being discussed.

The other thread worth reading was started by Tiago Vignatti and is entitled wayland implementation conformance. This thread was born out of Kristian making the following comment:
Once of the things that X got right was the extension model. Wayland takes it one step further by making everything an extension: the only thing that's fixed in the Wayland protocol is an interface for discovering other interfaces. If it turns out that we need to update the input model, we have versioning built in for incremental updates, and we can add an entire new model if we need to start from scratch.

So what exactly defines a Wayland implementation? Kristian's answer is below, but this thread is still being discussed with various thoughts being expressed among interested contributors.
That's a good question. My intention is to have wayland.xml be the official interfaces, but you're right that the drm interface is specific to the Linux drm driver model and maybe that should be split out into its own file. Additionally, it would make sense to abstract out the wl_buffer creation into a library that server and client can link to so that not every toolkit and application that use the wayland protocol directly will have to know about every driver specific interface for creating and sharing buffers.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week