Latest Linux and open source news from around the web

Raspberry Pi Camera Module 3 Sponsored · View on Amazon → Keychron V3 Mechanical Keyboard Sponsored · View on Amazon →
Phoronix

Linux 7.0 Should Fix Nouveau For The Large Pages Support For Better NVK Performance

The Linux 6.19 merge window had introduced support for larger pages and compression with the Nouveau kernel driver, which ultimately should help provide a performance win to this open-source NVIDIA driver. The Mesa NVK driver was ready to make use of that new kernel driver functionality but then it ended up being disabled due to bugs. Fortunately, for the Linux 6.20~7.0 kernel those issues should be resolved so then the Mesa NVK usage of the larger pages / compression support could be restored...

LWN.net

[$] API changes for the futex robust list

The robust futex kernel API is a way for a user-space program to ensure that the locks it holds are properly cleaned up when it exits. But the API suffers from a number of different problems, as AndrΓ© Almeida described in a session in the "Gaming on Linux" microconference at the 2025 Linux Plumbers Conference in Tokyo. He had some ideas for a new API that would solve many of those problems, which he wanted to discuss with attendees; there is a difficult-to-trigger race condition that he wanted to talk about too.

Foss Force

Need to Redact a PDF on Linux? Try Censor

Follow this walkthrough to set up Censor from Flathub and use it to remove sensitive information from your PDFs. The post Need to Redact a PDF on Linux? Try Censor appeared first on FOSS Force.

OMG! Ubuntu

JetBrains to Enable Wayland Support in IntelliJ 2026.1

JetBrains has announced that native Wayland support will be enabled in its IntelliJ-based IDEs starting with version 2026.1, letting Linux developers work without X11 compatibility layers. Moving its development suite away from legacy X11 is necessary now that major desktop environments and distributions (including Ubuntu) only officially run on or support Wayland out-of-the-box. Wayland support gas been available in preview in 2024. If you run IntelliJ IDEs on Ubuntu right now it likes runs through XWayland, the compatibility layer that allows legacy apps to run on Wayland desktops. While that bridge is functional, matching old X11 protocols on modern compositors […]