Zlib-rs is the effort out of the Trifecta Tech Foundation to provide a Zlib compression implementation written in the Rust programming language that can serve as a C dynamic library and Rust crate. The intent here being that zlib-rs is potentially safer than the classic C-based implementation of Zlib...
Vulkan 1.4.340 is out today as the first significant new Vulkan API update following the end of year holidays. With Vulkan 1.4.340 comes four new extensions worth talking about...
KMSCON as a KMS/DRM-based virtual console emulator in user-space has been released. KMSCON is one of the leading solutions for potentially replacing the in-kernel Virtual Terminal (VT) implementation...
Servo 0.0.4 is out today as the newest monthly update to this open-source, Rust-based web browser engine. Building off recent Servo embedding API additions, Servo 0.0.4 introduces support for multiple browser windows...
Something has changed in my browsing habits of late, and I’m not sure I like it. I used to be a “if I don’t need it, close it” guy. Now? 25 tabs open – a mix of news articles, code repos, drafts and random stuff I swore I’d revisit… only I don’t remember why. But it seems Firefox has a fix for my forgetfulness in the works: Tab Notes. As the name suggests, Tab Notes are small text notes you can attach to any tab. This should act as an alibi for my intent, surfacing much needed answers for the all-too-frequent […]
While slightly too late for making it into the Mesa 26.0 release that branched yesterday, merged now to Mesa Git for Q2's Mesa 26.1 release are some new RadeonSI Gallium3D (OpenGL) driver optimizations for the latest AMD Radeon RDNA4 graphics cards...
The Linux Kernel Runtime Guard (LKRG) is a out-of-tree loadable kernel module that attempts to detect and report violations of the kernel's internal invariants, such as might be caused by an in-progress security exploit or a rootkit. LKRG has been experimental since its initial release in 2018. In September 2025, the project announced the 1.0 version. With the promises of stability that version brings, users might want more information to decide whether to include it in their kernel.
Manjaro 26.0 aims to deliver Arch speed with fewer sharp edges; here’s how it handles installation, performance, and everyday tasks. The post Arch the Easy Way, With Manjaro 26.0 appeared first on FOSS Force.
by George Whittaker Introduction Gaming on Linux has never been better. Thanks to advances in compatibility layers like Proton, drivers, and distro-level optimizations, Linux now supports thousands of games, from AAA titles to indie favorites, with performance that rivals Windows in many cases. As we head into 2026, certain Linux distributions have risen to the top as the most gamer-friendly, offering build-ins, drivers, and tooling that make playing on open-source systems smoother and more fun. In this article, we’ll look at the best Linux gaming distros for 2026, what sets each one apart, and who they’re best suited for, whether you’re a seasoned Linux gamer or someone switching from Windows or macOS. 1. SteamOS (SteamOS 5 / “Holo”) Why It’s Great SteamOS remains the top choice if games are your priority. Developed by Valve, SteamOS is designed specifically for gaming hardware and integrates tightly with: Steam and Proton for Windows game compatibility Controller-first navigation, pe
An oversight in the Linux kernel's Direct Rendering Manager (DRM) graphics driver common code could allow unprivileged users to trigger unbounded kernel memory consumption for a potential system-wide out-of-memory "OOM" situation...