Skip to content
Tech AI Wire

GNOME 51 ships reworked frame scheduling in Mutter

GNOME 51 arrived September 16 with smoother frame scheduling, FIDO2 passkey login, and one removal developers should note: legacy NVIDIA EGLStreams.

By Tech AI Wire Team

3 min read

XLinkedIn
GNOME Maps in GNOME 51 showing Berlin Central Station with live transit departure times.
Photo: GNOME

By the numbers

when Ubuntu 26.10 ships GNOME 51
Oct 15
what Ubuntu 26.04 LTS stays on
GNOME 50
when the next GNOME release is planned
March 2027

GNOME 51 was released on September 16, 2026, and the headline change is in the compositor rather than the apps. The release announcement, posted by Matthias Clasen, promises "a smoother and responsive interface with improved frame scheduling." The release is codenamed A Coruña.

Frame scheduling is how the desktop decides when to draw. Getting it wrong shows up as animations that stutter under load, so this is the kind of change users feel without being able to name.

What changed in Mutter

Mutter is GNOME's window manager and compositor, the component that puts pixels on screen. Phoronix reports improvements there aimed at desktop responsiveness, alongside enhanced frame scheduling. OMG! Ubuntu describes the work as frame clock optimizations that improve how smooth the interface feels.

Two more compositor items are the ones to write down. Phoronix reports a new Wayland protocol, ext-background-effect-v1, and the removal of legacy NVIDIA EGLStreams support. Mutter also now supports custom pointer acceleration profiles, the feature this site covered when it landed in development earlier this month.

What shipped in the apps

The app changes are broad and mostly about speed and small gaps.

AreaWhat is new
MapsOffline area downloads, plus live transit departure times
LoginFIDO2 passkey support through GDM's unified authentication
AccessibilityA "Reduced Motion" option that dials animations down
DisplayMonitor brightness and HDR settings now persist across reboots
FilesNautilus is faster in large folders and shows file-count badges while dragging
PreviewsThe File Previewer got a UI revamp; Sushi is ported to GTK4
SettingsDisable the touchpad when a mouse connects, and auto-rotate on accelerometer devices

OMG! Ubuntu calls it "a more modest release" than recent cycles, and notes two things that missed the cut: a GTK4 port of Disks and a touchpad scroll-speed setting. GNOME Software starts faster, Calendar is optimized, Papers can draw and import signatures, and the Image Viewer now shows camera and color information.

What this means for developers

The EGLStreams removal is the item that can break something. If you maintain software or an image that still depends on legacy NVIDIA EGLStreams paths with Mutter, GNOME 51 is where that stops being supported. Test on the release rather than assuming the proprietary driver's current path covers you.

Treat the new Wayland protocol as a capability to read, not adopt. An ext-background-effect-v1 protocol suggests compositor-side background effects become something a client can ask for, which matters if you ship a shell component or a compositor of your own. Read the protocol text before designing against it, because a new ext- protocol is a contract that can still change.

Plan your test matrix around the LTS gap. GNOME 51 ships in Fedora 45 and in Ubuntu 26.10, and OMG! Ubuntu reports Ubuntu 26.10 arrives on October 15, 2026. Ubuntu 26.04 LTS stays on GNOME 50. So the users most likely to file your bug reports will be split across two GNOME versions for the next year. The LTS is the one your enterprise users run.

Frame scheduling changes are worth measuring rather than trusting. If your application animates, or if you have ever chased a dropped-frame complaint, this release changes the timing assumptions underneath you. The next release is planned for March 2027, so anything you find now has a full cycle to get fixed.

Sources

  1. GNOME 51 released - GNOME Discourse
  2. GNOME 51 Released With Improved Frame Scheduling, Many App Improvements - Phoronix
  3. GNOME 51 released with passkey login and smoother UX - OMG! Ubuntu

Related articles

The daily brief

Three to five stories a day, and what each one means for the people who build software. Free, no spam.