Wine 10.20 is out as the newest bi-weekly development release of this open-source software enabling Windows applications and games to run on Linux. This is also with Wine 11.0 stable quickly approaching…
Category Archives: Linux
Collabora for Desktop Brings Modern UI and New Workflow to LibreOffice
This new offering from Collabora takes the company’s popular modernized LibreOffice spin from online to offline on users’ local machines.
The post Collabora for Desktop Brings Modern UI and New Workflow to LibreOffice appeared first on FOSS Force.
New Patches Work To Optimize Code Generation For Linux Context Switching
As some additional enticing Linux kernel patches posted this week for review, an updated patch series is working to optimize code generation during context switching…
Open-Source Nouveau+NVK vs. NVIDIA 580 Linux Gaming/Graphics & Compute Driver Performance
This Black Friday is an in-depth look at the current performance of the open-source NVIDIA Linux driver stack with the Nouveau kernel driver (the Nova driver not yet being ready for end-users) paired with the latest Mesa NVK driver for open-source Vulkan API support. With that NVK Vulkan driver is also looking at the OpenGL performance using the Zink OpenGL-on-Vulkan driver used now for OpenGL on modern NVIDIA GPUs rather than maintaining the Nouveau Gallium3D driver. Plus the Rusticl driver for OpenCL compute atop the NVK driver. This fully open-source and latest NVIDIA Linux driver support was compared to NVIDIA’s official 580 series Linux driver. Both RTX 40 Ada and RTX 50 Blackwell graphics cards were tested for this thorough GPU driver comparison.
New Linux Patches Enhance Single-Threaded Performance On Many-Core CPUs
In addition to the proposed Hierarchical Queued NUMA-aware spinlocks for better performance, another interesting performance-enhancing patch series posted in the past 24 hours for the Linux kernel is for improving the performance of single-threaded tasks running on high core count CPU desktops / workstations / servers…
Fanless AIM101 Edge System Integrates Intel Processor N150 and PCIe AI Accelerator Support
Axiomtek’s AIM101 is a compact fanless edge computer built around Intel’s Processor N150, offering PCIe-based AI acceleration, dual 2.5GbE networking, wide-range DC input, and extended-temperature operation for industrial, machine-vision, and real-time inference workloads. The system is powered by the Intel Processor N150, a quad-core N-series SoC with clock speeds up to 3.6GHz. This platform integrates […]
AMD ISP4 Linux Webcam Driver Updated For HP ZBook Ultra G1a & Future Ryzen Laptops
We eagerly await to see if the AMD ISP4 driver will be ready for mainlining in the imminent Linux v6.19 merge window but it’s getting down to the wire and thus looking less likely it will make it unless action is taken in the coming days. Today though a sixth version of this AMD ISP4 image signal processor driver was posted for this last piece of the puzzle in enabling the web camera on the HP ZBook Ultra G1a Strix Halo laptop as well as future Ryzen high-end laptops…
KDE Plasma 6.8 Will Go Fully Wayland, Ending Nearly 30 Years of X11 Sessions
KDE shifts the upcoming Plasma 6.8 release to a Wayland-only setup, keeping X11 apps running via Xwayland and maintaining X11 session support only until early 2027.
NTFSPLUS Now Supports $MFT File Extension, FITRIM, More Mount Options
The NTFSPLUS Linux kernel driver as a modern NTFS file-system driver implementation continues quickly taking shape as it aims to become the most performant and feature-rich NTFS read/write driver for Linux systems…
HQspinlock Proposal For Linux Shows Very Nice Performance Benefits For Large Servers
A Huawei engineer has sent out patches proposing HQspinlock as a Hierarchical Queued NUMA-aware spinlock for the Linux kernel. HQspinlock aims to addresss inefficiencies within the Linux kernel’s spinlock on modern NUMA-systems due to frequent and costly cross-NUMA cache-line transfers…
Beginners Guide for Read Command in Linux
The read command is a built-in Linux utility that allows shell script writers to take single line input from the keyboard or from the file descriptor and store it in a variable.
Pebble Watch Software Goes 100% Open Source
Pebble watch software is now 100% open source, including the new mobile app and tools, securing long-term support for all Pebble devices.
Black Friday Reminder For Those Hating Ads But Loving Linux Hardware/Software
As the one and last friendly reminder, if you enjoy the daily and original content found on Phoronix.com but not liking ads and wanting to view multi-page articles on a single page, native dark mode, and more: the 2025 Black Friday / Cyber Week deal is ending Monday to help support the site while enjoying a discounted rate…
Vulkan 1.4.335 Released With The Very Notable VK_EXT_present_timing
Vulkan 1.4.335 released a few hours ago as the latest iteration of this high performance graphics and compute API. With being just a week since the prior update and given the US Thanksgiving week, it’s on the lighter side in terms of issues addressed. There is one new extension though and it’s a big one: VK_EXT_present_timing is finally merged…
DietPi November 2025 Update Adds BirdNET-Go, Trixie Support Enhancements, and Broad Software Fixes
The November release of DietPi v9.19 introduces a new continuous audio analysis tool, expanded Debian Trixie compatibility across several software packages, and updates that improve performance and stability on popular ARM-based single-board computers. The update also provides fixes for Raspberry Pi systems, Allwinner H3/H5 devices, and several DietPi-Software components. DietPi: DietPi is a lightweight, […]
One Of Intel’s Xe Open-Source Linux Graphics Driver Maintainers Is Departing
It’s been two months since there were any notable Intel Linux engineering departures to note following various layoffs and voluntary departures this year that have unfortunately impacted their Linux/open-source talent. Sadly this US Thanksgiving is a new departure to note: one of Intel’s maintainers for the Xe open-source Linux kernel graphics driver is leaving the company. This is for the modern Xe driver used by default since Lunar Lake and playing a pivotal role for Intel Linux graphics moving forward…
GNOME 49.2 Released with Bugfixes Across Shell, Mutter, GTK, and Core Apps
GNOME 49.2 desktop environment updates Shell, GTK, GLib, Nautilus, Epiphany, and other key components, focusing solely on stability and bug fixes.
Linux Kernel Explorer: A Simple and Structured Way to Learn Linux Kernel Internals
Learn Linux Kernel internals using Linux Kernel Explorer, a free website that helps you explore the Linux kernel in a simple and structured way.
How to Use Here Document (HereDoc) in Linux Shell Script
In Bash and also for other implementations of the shell, like zsh and fish, you can use the HereDoc to redirect a multi-line or block of lines from the script as an input to interactive commands.
GCC 16 Switches To Using C++20 Standard By Default
Following up on the discussion from earlier this month among GCC developers over switching to C++20 by default for the GCC compiler as the default C++ standard when not otherwise set, that change has indeed happened. Merged now is the change defaulting to C++20 (well, the GNU++20 dialect) rather than C++17/GNU++17 when not otherwise specified when compiling C++ code…