Mageia 10 Linux Releases After Three Years: Wayland Default on Plasma and GNOME

Mageia 10 Linux Releases After Three Years: Wayland Default on Plasma and GNOME

Mageia 10 Linux Releases After Three Years: Wayland Default on Plasma and GNOME

https://www.techtimes.com/articles/319325/20260629/mageia-10-linux-releases-after-three-years-wayland-default-plasma-gnome.htm

Publish Date: 2026-06-29 17:17:00

Source Domain: www.techtimes.com

Mageia 10, the latest release of the community-managed Linux distribution with roots stretching back to Mandrake Linux, shipped on June 29, 2026, closing a development gap of nearly three years since Mageia 9 arrived in August 2023. The release makes KDE Plasma 6.5.5 and GNOME 49 the first two desktop environments in Mageia’s history to default to Wayland sessions out of the box — a milestone that reflects how far both environments’ compositors have matured since Mageia 9 shipped with X11 as the universal default. For developers running RPM-based Linux, the release also brings the most current compiler stack in the project’s history and a first-ever pledge to keep Rust updated throughout the distribution’s support lifecycle.

Plasma and GNOME Default to Wayland: What That Means Under the Hood

Wayland is a display server protocol that fundamentally reorganizes how a Linux desktop communicates with graphics hardware. Unlike the X Window System, which separates the display server, window manager, and compositor into distinct processes that pass rendering commands back and forth, Wayland merges all three into a single process called a compositor. KDE Plasma uses its KWin compositor; GNOME uses Mutter. Each client application renders its own content into an off-screen buffer and notifies the compositor, which then aggregates those buffers into the final image and writes it to the display. The practical benefits — reduced latency, per-application input isolation, cleaner security boundaries between windows, and native support for fractional scaling on high-DPI displays — have made Wayland the stated destination for every major Linux desktop for years. Mageia 10 reaches that destination for its two largest desktop environments.

On a fresh Plasma 6.5.5 installation, Wayland launches automatically. Users who need X11 — for hardware that doesn’t support Wayland compositing, for applications that haven’t been ported, or for workflows that depend on X11-specific…

Source