About 5,090 results
Open links in new tab
  1. Wayland

    Wayland Wayland is a replacement for the X11 window system protocol and architecture with the aim to be easier to develop, extend, and maintain. Wayland is the language (protocol) that applications can …

  2. Wayland Architecture - freedesktop.org

    Wayland Architecture A good way to understand the wayland architecture and how it is different from X is to follow an event from the input device to the point where the change it affects appears on screen. …

  3. 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 modesetting …

  4. Wayland FAQ - freedesktop.org

    Wayland doesn't have to compete with other projects for drivers and driver developers, it lives within the X.org, mesa and drm community and benefits from all the hardware enablement and driver …

  5. 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 functionality …

  6. 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.

  7. Chapter 4. Wayland Protocol and Model of Operation

    The Wayland protocol is an asynchronous object oriented protocol. All requests are method invocations on some object. The requests include an object ID that uniquely identifies an object on the server. …

  8. Chapter 5. X11 Application Support - freedesktop.org

    Therefore, Wayland compositors should use Xwayland, the X11 server that lives in the Xorg server source code repository and shares most of the implementation with the Xorg server. Xwayland is a …

  9. 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.

  10. Appendix B. Client API - freedesktop.org

    The open-source reference implementation of Wayland protocol is split in two C libraries, libwayland-client and libwayland-server. Their main responsibility is to handle the Inter-process communication …