
Wayland
Wayland is the language (protocol) that applications can use to talk to a display server in order to make themselves visible and get input from the user (a person).
Wayland Architecture - freedesktop.org
The open source stack uses the drm Wayland extension, which lets the client discover the drm device to use and authenticate and then share drm (GEM) buffers with the compositor.
Wayland
Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel …
Wayland FAQ - freedesktop.org
The Wayland architecture integrates the display server, window manager and compositor into one process. You can think of Wayland as a toolkit for creating clients and compositors.
Chapter 1. Introduction - freedesktop.org
Wayland is a new display server and compositing protocol, and Weston is the implementation of this protocol which builds on top of all the components above. We are trying to distill out the …
Chapter 4. Wayland Protocol and Model of Operation
The Wayland protocol provides clients a mechanism for sharing data that allows the implementation of copy-paste and drag-and-drop. The client providing the data creates a …
Wayland
Oct 22, 2012 · The 1.0.4 versions of Wayland and Weston were released. The 1.0.4 releases are maintenance releases and most importantly fix a CPU eating bug in the weston plane code.
Chapter 5. X11 Application Support - freedesktop.org
There are two separate asynchronous communication channels between Xwayland and a Wayland compositor: one uses the Wayland protocol, and the other one, solely for XWM, uses …
Appendix A. Wayland Protocol Specification
wl_display - core global object The core global object. This is a special singleton object. It is used for internal Wayland protocol features.
Appendix B. Client API - freedesktop.org
The C implementation of the Wayland protocol abstracts the details of logging. Users may customize the logging behavior, with a function conforming to the wl_log_func_t type, via …