Wayland display server protocol

(c) Shmuel Csaba Otto Traian, CC BY-SA 3.0

Autor/Urheber:
Größe:
720 x 900 Pixel (72017 Bytes)
Beschreibung:
en:Wayland (display server protocol)
① The en:evdev module of the en:Linux kernel gets an event and sends it to the en:Wayland compositor. This is similar to the X case, which is great, since we get to reuse all the input drivers already in the kernel.
② The Wayland compositor looks through its scenegraph to determine which window should receive the event. The scenegraph corresponds to what's on screen and the Wayland compositor understands the transformations that it may have applied to the elements in the scenegraph. Thus, the Wayland compositor can pick the right window and transform the screen coordinates to window local coordinates, by applying the inverse transformations. The types of transformation that can be applied to a window is only restricted to what the compositor can do, as long as it can compute the inverse transformation for the input events.
③ As in the X case, when the client receives the event, it updates the UI in response. But in the Wayland case, the rendering happens in the client, and the client just sends a request to the compositor to indicate the region that was updated.
④ The en:Wayland compositor collects damage requests from its clients and then re-composites the screen. The compositor can then directly issue an en:ioctl to schedule a pageflip with KMS
Lizenz:
Credit:
Diese Datei enthält Elemente, die von folgender Datei entnommen oder adaptiert wurden:
Bild teilen:
Facebook   Twitter   Pinterest   WhatsApp   Telegram   E-Mail
Weitere Informationen zur Lizenz des Bildes finden Sie hier. Letzte Aktualisierung: Mon, 15 Jan 2024 16:17:47 GMT

Relevante Bilder

(c) Shmuel Csaba Otto Traian, CC BY-SA 3.0
(c) Shmuel Csaba Otto Traian, CC BY-SA 3.0
(c) Shmuel Csaba Otto Traian, CC BY-SA 3.0
(c) Shmuel Csaba Otto Traian, CC BY-SA 3.0
(c) Shmuel Csaba Otto Traian, CC BY-SA 3.0

Relevante Artikel

Fenstersystem

Ein Fenstersystem ist der Unterbau einer grafischen Benutzeroberfläche (GUI), deren Hauptaufgabe die Verwaltung von Programmfenstern ist. Im Normalfall ist es Teil einer größeren Desktop-Umgebung. .. weiterlesen

Wayland (Display-Server-Protokoll)

Wayland ist ein Display-Server-Protokoll für Linux, FreeBSD und DragonFly BSD. Seine Hauptaufgabe ist das Rendern von Fenstern auf einer Bitmap. Es beschreibt die Kommunikation zwischen einem Display-Server und seinen Clients. Der Server wird Wayland-Compositor genannt, da er zusätzlich die Funktion eines Compositing Window Managers übernimmt. Ziel von Wayland ist es, dem Programmierer ein leichter zu wartendes Display-Server-Protokoll als den bisherigen X-Window-Server bereitzustellen und die Sicherheit zu erhöhen. Anwendungen, die noch vom X-Server abhängig sind, können mithilfe von XWayland auch unter einem Wayland-Compositor genutzt werden. .. weiterlesen

Composition-Manager

Ein Composition-Manager ist eine Software, die es ermöglicht, Compositing-Techniken bei Bildschirmausgaben von Computern zu benutzen. Composition-Manager spielen eine besondere Rolle bei der Nutzung hardwarebeschleunigter Effekte auf normalen Desktops. So sind die dort genutzten Eye-Candy-Effekte wie Transparenz, 3D-Darstellung, stufenloses Zoomen und Live-Vorschauen von Videos oder animierten Sequenzen erst mit Hilfe der Composition-Manager möglich. .. weiterlesen

EGL (Programmierschnittstelle)

EGL ist eine Programmierschnittstelle zwischen OpenGL, OpenGL ES sowie OpenVG und dem Fenstersystem. OpenGL, OpenGL ES und OpenVG sind Programmierschnittstellen zur hardwarebeschleunigten Rasterung. EGL wird von verschiedenen Fenstersystemen unterstützt, wie z. B. dem Android-Fenstersystem, Wayland oder dem Raspberry Pi, also hauptsächlich in eingebetteten Systemen wie Mobiltelefonen, Spielkonsolen und anderen Medien-Geräten eingesetzt. EGL wird unter anderem auch in eingebetteten Systemen ohne Fenstermanager wie z. B. in Flugzeug- oder Auto-Cockpits verwendet. Durch Mesa 3D wird EGL aber auch im X Window System unterstützt. EGL wird vom Industriekonsortium Khronos Group herausgegeben. .. weiterlesen