Ubuntu Resolute Raccoon Drops Xorg, Keeps X11 Apps

Ubuntu 26.04 LTS, codenamed Resolute Raccoon, moves the GNOME desktop to Wayland-only and removes the Xorg session option while keeping X11 applications runnable via Xwayland. The release ships with GNOME 50, Linux kernel 7.0, Firefox 150, Mesa 26.0.x, and defaults proprietary NVIDIA drivers to the 595.x series. Under-the-hood changes include adoption of Dracut for initramfs generation, removal of cgroups v1, and a system sudo rewrite to sudo-rs in Rust. For AI and GPGPU workloads, Ubuntu 26.04 consolidates modern GPU stacks and GPU-accelerated remote desktop support, but the Wayland-only desktop and cgroup changes create upgrade risk for screen-capture, remote-control, containerized workloads, and legacy tooling.
What happened
Ubuntu 26.04 LTS, branded Resolute Raccoon, ships as the first Ubuntu LTS to offer a GNOME desktop with Wayland-only sessions and no Xorg session option, while still running X11 applications via Xwayland. The distribution ships with GNOME 50, Linux kernel 7.0, Firefox 150, Mesa 26.0.x, and defaults the proprietary NVIDIA driver to the 595.x branch. Canonical promises five years of standard support and extended security updates via Ubuntu Pro.
Technical details
The GNOME desktop removal of Xorg support upstream forces Ubuntu to present Wayland as the single supported desktop for GNOME. Xwayland is included by default to provide backward compatibility for legacy X11 applications, but not every workflow is seamless. The release also adopts Dracut for initramfs generation, drops cgroups v1, promotes Python 3.13, and replaces the traditional sudo implementation with sudo-rs written in Rust.
Key platform pieces developers and operators need to know
- •Xwayland is present and lets most X11 applications run on Wayland, but behavior differs for screen capture, screen sharing, remote control, and low-level input/output hooks.
- •GPU stack: Mesa 26.0.x, kernel 7.0, and proprietary NVIDIA 595.x drivers are the supported path for GPU and GPGPU workloads; GPU-accelerated remote desktop and VRR support are exposed by GNOME 50.
- •Containers and orchestration: removal of cgroups v1 is a breaking change for software and orchestrators still relying on the legacy cgroup API.
Context and significance
The move reflects a broader, multi-year shift in the Linux desktop and compositor ecosystem from X11 to Wayland. GNOME upstream removing X11 support earlier this year made Canonical's choice effectively mandatory for the GNOME desktop. For most users and applications the transition will be transparent because Xwayland runs legacy apps, but for system integrators, multimedia professionals, and remote-support tooling the differences are material. The cgroups v1 removal matters for CI pipelines, container images, and virtualization stacks that have not migrated to the unified cgroup API; upgrade blockers and compatibility shims will be relevant in the months after this LTS ships.
Practical impact on AI/GPGPU workloads
Ubuntu 26.04 consolidates modern kernel and driver combos that accelerate GPU workloads out of the box, and GNOME 50 exposes GPU-accelerated remote desktop functionality useful for remote model training visualization and interactive GPU sessions. However, teams using legacy GPU tooling, proprietary capture drivers, or container runtime versions tied to cgroups v1 should treat upgrades as a project, not a fast package update.
What to watch
Test upgrade paths for CI runners, container hosts, GPU nodes, and remote-support tools. Validate Xwayland behavior for capture and input hooks, verify NVIDIA driver compatibility with your CUDA/toolchain stack, and ensure orchestration tooling is cgroup v2 compatible before rolling out Resolute Raccoon in production.
Scoring Rationale
This is a notable platform release with practical implications for developers, operators, and AI/GPU teams: Wayland-only GNOME, `cgroups v1` removal, and driver/kernel updates change upgrade plans and runtime behavior. It is significant but not paradigm-changing.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


