Wayland-Protocols 1.27 release

The release of the wayland-protocols 1.27 package has been published, containing a set of protocols and extensions that complement the capabilities of the basic Wayland protocol and provide the capabilities necessary for building composite servers and user environments.

All protocols consistently go through three phases - development, testing and stabilization. After completion of the development stage ("unstable" category), the protocol is placed in the "staging" branch and officially included in the wayland-protocols set, and after testing is completed, it is moved to the stable category. Protocols from the "staging" category can already be used in composite servers and clients where the functionality associated with them is required. Unlike the β€œunstable” category, in β€œstaging” it is forbidden to make changes that violate compatibility, but if problems and flaws are identified during testing, replacement with a new significant version of the protocol or another Wayland extension is not ruled out.

In the new version, new protocols have been added to the "staging" category:

  • content-type - Allows clients to pass information about the rendered content to the composite server, which can be used to optimize content-aware behavior, such as setting DRM-specific properties such as "content type". Support for the following content types is declared: none (there is no information about the data type), photo (output of digital photos that requires minimal processing), video (video or animation, more precise synchronization is required to eliminate stuttering) and game (starting games, output from minimum delay).
  • ext-idle-notify - Allows composite servers to send user inactivity notifications to clients, which can be used to activate additional power saving modes after a certain amount of inactivity.

Wayland-protocols currently includes the following stable protocols that are backward compatible:

  • "viewporter" - allows the client to perform scaling and cropping actions on the edges of the surface on the server side.
  • "presentation-time" - provides video display.
  • β€œxdg-shell” is an interface for creating and interacting with surfaces like windows, which allows them to be moved around the screen, minimized, maximized, resized, etc.

Protocols tested in the "staging" branch:

  • drm-lease - provides the resources necessary to form a stereo image with different buffers for the left and right eyes when displayed on virtual reality helmets.
  • "ext-session-lock" - defines the means of locking the session, for example, during the operation of the screen saver or the output of the authentication dialog.
  • "single-pixel-buffer" - allows you to create single-pixel buffers that include four 32-bit RGBA values.
  • "xdg-activation" - allows you to transfer focus between different surfaces of the first level (for example, using xdg-activation, one application can switch focus to another).

Protocols being developed in the "unstable" branch:

  • "fullscreen-shell" - control work in full screen mode.
  • "input-method" - processing of input methods.
  • "idle-inhibit" - blocking the launch of the screensaver (screen saver).
  • "input-timestamps" - timestamps for input events.
  • "keyboard-shortcuts-inhibit" - Controls the attachment of keyboard shortcuts and hotkeys.
  • "linux-dmabuf" - Sharing multiple video cards using DMABuff technology.
  • "linux-explicit-synchronization" is a Linux-specific mechanism for synchronizing buffers in relation to a surface.
  • "pointer-gestures" - control from touch screens.
  • "pointer constraints" - pointer constraints (blocking).
  • "primary-selection" - by analogy with X11, it provides the primary clipboard (primary selection), the insertion of information from which is usually done with the middle mouse button.
  • "relative pointer events" - relative pointer events.
  • "tablet" - support for input from tablets.
  • "text-input" - organization of text input.
  • "xdg-foreign" is an interface for interacting with the surfaces of a "neighboring" client.
  • "xdg-decoration" - rendering window decorations on the server side.
  • "xdg-output" - additional information about the video output (used for fractional scaling).
  • "xwayland-keyboard-grab" - Capture input in XWayland applications.

Source: opennet.ru

Add a comment