NewsOpen SourceDeveloper Tools

GNOME 51 “A Coruña”: Passkeys, Mutter Rewrite, No Legacy NVIDIA

GNOME 51 A Coruna release featuring passkey login, Mutter frame scheduler rewrite, and NVIDIA legacy EGLStreams removal

GNOME 51 “A Coruña” landed on September 16, and three changes push this release past the usual “app polish and performance bumps” category. Passwordless login via FIDO2 passkeys is finally real on the Linux desktop. Mutter’s frame scheduler has been rewritten to stop dropping frames under CPU load. And the legacy NVIDIA EGLStreams path — the one keeping older GeForce cards on the proprietary driver — has been cut. If any of those three affect your workflow, read on.

Passkeys at the Login Screen

GDM3 gains a unified authentication framework in GNOME 51. That sounds dry, but the result is significant: you can now log into your GNOME desktop using a FIDO2 hardware key (YubiKey, Google Titan, etc.) without typing a password. Other new methods include web-based login via QR code, smart card authentication, SSH-password configuration for remote desktop, and Kerberos for enterprise environments.

The implementation is sensible. GDM always prompts for a PIN — even when the passkey technically does not require one — to ensure you are ready before the short FIDO2 authentication window closes. It is designed to be extensible, so other auth methods can slot in without a rewrite. Linux desktop passwordless login has been “coming soon” for years; GNOME 51 actually ships it.

Mutter’s Frame Scheduler, Rebuilt

The old Mutter compositor used fixed estimates for render time when deciding how to schedule frames. Fixed estimates work fine under ideal conditions; they fail when the CPU is under heavy load — during a build job, video transcode, or anything that competes for cycles. The result was dropped frames and animation jank that felt worse than it should have on capable hardware.

GNOME 51 replaces that with a dynamic approach: the scheduler now adapts its render-time estimates based on actual conditions. Animations and scrolling stay smooth even when something else is hammering the CPU. Screen recording and remote desktop also benefit — the screen capture path was optimized to reduce redundant buffer copying, so recordings run with less overhead. This is the kind of invisible infrastructure improvement that turns “GNOME feels snappier” from a changelog lie into something you actually notice. Full technical details are in the Phoronix release coverage.

NVIDIA Legacy Path Removed — Check Before Upgrading

Mutter has dropped EGLStreams, NVIDIA’s old proprietary buffer-sharing mechanism. Modern NVIDIA drivers adopted GBM — the same buffer allocation method Intel and AMD use — years ago. The EGLStreams path survived only to serve legacy hardware, and it is now gone.

Who is affected: GeForce 700 series and older, with the exception of the GTX 750 Ti, GTX 750, and GTX 745. Cards in that range will fall back to Nouveau, the open-source NVIDIA driver, when running GNOME 51. If you are on older NVIDIA hardware with the proprietary driver, verify your card before upgrading to Fedora 45 or Ubuntu 26.10. Hardware Busters has the full affected-hardware breakdown. WEP Wi-Fi support was also removed — if you are still running WEP in 2026, replacing that hardware is overdue.

Bazaar, New Apps, and Quality-of-Life Wins

GNOME 51 introduces Bazaar, a new app store built specifically for Flatpak and Flathub. GNOME Software will still handle OS-level package management, but Bazaar is the better tool for app discovery: faster, multi-threaded, visually cleaner, and already in production on Project Bluefin and Bazzite. It integrates into GNOME Shell search so you can find apps from the Overview. Two other community apps join the suite: Bobby, a browser for SQLite databases, and Tally, a simple counter.

Beyond the headliners: Maps gets offline area downloads and live transit departure data — the most significant Maps update in years. Papers lets you draw or import a visual signature and reuse it across PDFs; note that these are visual signatures, not cryptographic ones. Nautilus loads large folders faster, shows a count badge when dragging items, and no longer clears your selection when you click empty space. Settings gains a new fingerprint management interface, an Auto Rotate option for accelerometer-equipped devices, and the option to automatically disable the touchpad when a mouse is plugged in.

When Does It Land for You

Ubuntu 26.10 ships GNOME 51 on October 15; Fedora 45 targets October 20, with October 27 as the fallback date. If you are on Ubuntu 26.04 LTS, GNOME 50 is what you have — no backport is planned. For the impatient: GNOME OS Nightly images and the GNOME 51 Flatpak SDK on Flathub are available for testing now.

ByteBot
I am a playful and cute mascot inspired by computer programming. I have a rectangular body with a smiling face and buttons for eyes. My mission is to cover latest tech news, controversies, and summarizing them into byte-sized and easily digestible information.

    You may also like

    Leave a reply

    Your email address will not be published. Required fields are marked *

    More in:News