Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2024-11-24 01:00
Xonotic 0.8.6 Released With Various In-Game Improvements
Xonotic 0.8.6 is out as the latest update to this long-running, open-source first person shooter game...
Sound Quirks For The ASUS ROG Ally Queued For Linux 6.5
Ahead of the Linux 6.5 merge window expected to open up next week, a patch providing sound quirks for the ASUS ROG Ally's CS35l41 audio is now queued in the sound subsystem's for-next branch...
AMD Hardware-Accelerated Virtualized IOMMU Patches Posted For Linux
Following the recent AMD IOMMU v2 page table work and other IOMMU improvements as part of AMD's effort to further enhance the Linux virtualization support on EPYC server platforms, the latest patches out of AMD as of yesterday are for wokring on hardware-accelerated virtualized IOMMU (AMD HW-vIOMMU)...
PoCL 4.0 OpenCL Implementation Released With Intel oneAPI Level Zero Driver
PoCL 4.0 is out as the latest major update to this "Portable Computing Language" implementation that started out as an OpenCL-on-CPU effort while with time has expanded its sights beyond just OpenCL on processors to providing OpenCL on other accelerators/devices via leveraging different LLVM target back-ends. With PoCL 4.0, there is also now an Intel oneAPI Level Zero driver for using this OpenCL stack on Intel graphics processors...
Go 1.21 Enabling PGO For Faster Performance, Tuned Garbage Collector
The Go 1.21 release candidate is out today and it's interesting on the performance front plus a few language additions like min / max / clear functions as well as further enhancing its standard library...
Linux 6.3.9 Released With Fix For Nasty Nouveau Issue
For those making use of the current Linux 6.3 stable series, Linux 6.3.9 is out today and it's particularly important if you make use of the open-source NVIDIA "Nouveau" kernel graphics driver...
Linux Mint 21.2 Promoted To Beta With Desktop Improvements, HEIF & AVIF Support
Linux Mint as the popular desktop Linux distribution derived from Ubuntu LTS releases and known for their Cinnamon desktop is out today with their 21.2 "Victoria" beta release for testing...
Red Hat Now Limiting RHEL Sources To CentOS Stream
Red Hat announced today that CentOS Stream will now be the sole repository for public RHEL-related source code releases...
Intel Continues Working On IAA Crypto Compression Driver For Linux
Introduced with 4th Gen Xeon Scalable "Sapphire Rapids" processors are various new accelerators available on select SKUs or via the Intel On Demand offering. One of the initial challenges there though is the early accelerator software support limitations and many upstream open-source (or even just widespread) software not yet enabled to make use of these new accelerators. One of the improvements on that front has been Intel engineers working on an IAA crypto compression driver for the kernel so that the In-Memory Analytics Accelerator can be transparently accessible to kernel features making use of the crypto API...
GCC Adopts A Code of Conduct
While a few years late compared to many other open-source projects adopting a Code of Conduct, the GCC Steering Committee has now adopted a Code of Conduct "CoC" for this open-source compiler project...
Valve Still Making RADV Driver Improvements To AMD GCN 1.0 Era Hardware
On a quest toward trying to get the game Halo Infinite running under Linux via Steam Play (Proton) with AMD GFX6 / GCN 1.0 era graphics processors, Valve's prolific open-source driver contributor Samuel Pitoiset has added VK_NV_device_generated_commands support for these original Radeon GCN GPUs...
LLVM Clang 17 Now Defaulting To OpenMP 5.1
The LLVM Clang 17 C/C++ compiler when shipping later this year will now use OpenMP 5.1 as the default version of this multi-processing programming API...
SDL2 Now Transitioning To Maintenance Mode
With today's release of SDL 2.28 it also marks the SDL2 library entering maintenance mode for this open-source software that's relied upon by Valve and many cross-platform games...
Linux 6.5 Slated To Add Provisioning Primitives For Thinly Provisioned Storage
Another feature scheduled to be sent in for the upcoming Linux 6.5 kernel merge window is introducing support for provisioning primitives for thinly provisioned storage with the Device Mapper (DM) code...
Linux 6.5 Adding Qualcomm Adreno 690 Open-Source GPU Support
The upcoming Linux 6.5 kernel is poised to add support for Qualcomm's Adreno 690 GPU to the open-source MSM kernel graphics/display driver. The A690 is notably used by the Snapdragon 8cx Gen 3 (SC8280XP) platform that in turn is what's found inside the Lenovo ThinkPad X13s laptop and other hardware...
XFS Large Extent Counts Feature No Longer Considered Experimental
As another feature on the way for the upcoming Linux 6.5 kernel cycle is the large extent counts feature of the XFS file-system no longer being treated as "experimental" but is now considered safe to deploy...
Linux 6.5 Preps For IBM POWER's "DEXCR"
Patches being queued ahead of the upcoming Linux 6.5 kernel merge window prepare initial support for DEXCR that is found in recent Power ISA specifications...
Libreboot To Provide New Firmware ROMs With CPU Microcode Removed
CPU microcode updates are commonly done in the name of security fixes and resolving functionality issues.. In recent years, CPU microcode updates have been a much more common -- and important -- occurrence. While all modern CPUs rely on microcode it's just a matter of whether the version used is baked into the hardware or an updated version loaded by the BIOS or OS at boot time, a "vocal minority" of users are unhappy with CPU microcode being included in Libreboot ROMs. Thus moving forward there will be alternative builds of Libreboot for different motherboards with the CPU microcode stripped out in the name of software freedom...
Linux 6.5 Adding Support For NCT6799D Sensors Found In Various Newer Motherboards
If your newer desktop motherboard has a NCT6799D Super I/O controller or one of the variants like NCT6799D-S, the Linux 6.5 kernel is set to introduce support for this ASIC in order to expose hardware sensor support under Linux...
F2FS Preparing To Land Async Buffered Write Support
The Flash-Friendly File-System (F2FS) is preparing to land async buffered write support into the Linux kernel as another performance win for this flash-optimized file-system...
Red Hat Aiming To Address IBRS Mitigation Still Being Too Costly On Performance
Red Hat engineers are working to deal with Indirect Branch Restricted Speculation (IBRS) being too costly for mitigating Spectre V2 and Retbleed on older Intel Xeon Scalable processors. A new patch has been floated to disable IBRS when idle and is working out well at least for Red Hat Enterprise Linux 9 while isn't clear yet if it will be accepted into the upstream kernel...
SVT-AV1 1.6 Squeezes Out Even More Performance For CPU-Based AV1 Encoding
SVT-AV1 1.6 is now available as the latest version for this leading CPU-based AV1 encoder that is now enjoying 30~40% faster performance with high quality presets...
Revised Intel Shadow Stack Support May Be Ready For Linux 6.5
Intel engineers had sent in Shadow Stack support for Linux 6.4 as this feature part of Control-flow Enforcement Technology (CET) but it hit a last-minute snag during the merge window with issues raised by Linus Torvalds. Now it looks like the cleaned-up Shadow Stack code will be re-submitted for the upcoming Linux 6.5 cycle...
GCC Lands AVX-512 Fully-Masked Vectorization
Stemming from looking at the generated x264 video encode binary and some performance inefficiencies, SUSE engineers have worked out AVX-512 fully masked vectorization support for the GCC 14 development code...
Linux 6.5 Upgrading The Rust Toolchain, New Modules Added
While the Linux 6.5 merge window isn't opening for another week, Rust for Linux lead developer Miguel Ojeda has already submitted the pull request of the new Rust kernel code destined for this next kernel cycle...
Open-Source Vulkan Driver Continues To Be Worked On For Old Radeon HD 6000 Series GPUs
The "Terakan" Vulkan driver continues to be developed as an open-source Vulkan API implementation catering to the aging Radeon HD 6000 series graphics processors...
Linux 6.4-rc7 Released With The Quiet Cycle Continuing
Linus Torvalds took time out of his Father's Day to release Linux 6.4-rc7 as the newest weekly test candidate for this kernel that's likely to be officially released next weekend...
RADV Zink Sees Another "Massive" Optimization On The Way
In going through my recent RADV-Zink vs. RadeonSI OpenGL benchmarks, Valve's Mike Blumenkrantz has already been landing optimizations/fixes and there is another one on the way as a result...
NVK Vulkan Driver Working Toward YCbCr Support This Summer
NVK as the open-source Mesa Vulkan driver being developed for NVIDIA graphics hardware will hopefully see YCbCr format support this summer...
FreeBSD Celebrating Its 30th Anniversary
This month the FreeBSD project is celebrating its 30th anniversary since this open-source BSD operating system project was established...
KDE Plasma 6 Has Reached The Point Of Being "Fairly Livable"
Following yesterday's KDE weekly development summary, prominent KDE developer Nate Graham has published an update on the current state of affairs for KDE Plasma 6 along with when we may potentially see Plasma 6.0 actually released...
Lisa Su Reaffirms Commitment To Improving AMD ROCm Support, Engaging The Community
AMD CEO Dr. Lisa Su has reaffirmed the company's commitment to the open-source ROCm compute stack and working with the community and ultimately improving their software support...
CentOS Stream 10 Starting To Get Underway, More Activity In 2024
Some Fedora Enterprise Linux Next (ELN) plans were shared on Friday with the process of launching CentOS Stream 10 getting underway that will ultimately form the basis of Red Hat Enterprise Linux 10...
Linux 6.4 Lands Fix For Open-Source NVIDIA Driver Use-After-Free Issue
As a follow-up to yesterday's article about the believed fix for the Nouveau use-after-free bug plaguing Linux 6.3 users of this open-source NVIDIA driver, the fix has now been merged to Linux 6.4 Git and in turn should also be picked up for an upcoming Linux 6.3 point release...
Distrobox 1.5 Released With NVIDIA GPU Containers Support
Distrobox is the open-source project for quickly and easily firing up other Linux distributions as containers on your desktop. Distrobox is a delight to use if needing to try different Linux distributions on your system or wishing to leverage different distributions for specialized workloads...
Plasma 6.0 Development Continues, More Plasma Wayland Fixes Land
It may be the middle of summer but there are no signs of Plasma 6.0 development efforts slowing down at all with this being another interesting week for KDE development...
Python 3.13 Aiming For More Performance
Python 3.12 isn't even being released until October and Python 3.13 won't be out until H2'2024, but already the developers working on tuning CPython performance are aiming to make more enhancements this next development cycle...
Firefox 116 Should Have Experimental PipeWire Camera Support
Mozilla's Firefox 116 web-browser should have experimental PipeWire camera capturing support available for Linux users...
The Nasty Linux 6.3 Nouveau Driver Bug Appears To Have Been Figured Out
As a follow-up to the potentially nasty open-source NVIDIA "Nouveau" driver bug in Linux 6.3, the issue is believed to have been figured out and a patch is pending that appears to address the issue...
GNOME Wayland vs. X.Org Performance For Radeon & NVIDIA Gaming On Ubuntu 23.04
Similar to prior Wayland vs. X.Org desktop comparison impact on Linux gaming, here is a fresh round of tests looking at the (X)Wayland vs. X.Org GNOME session performance with Ubuntu 23.04 and the latest NVIDIA proprietary and AMD open-source graphics drivers on Linux.
Vulkan 1.3.254 Published With Another Extension Drafted By Valve
The Vulkan API v1.3.254 specification update was published today with just a few fixes/clarifications to the documentation but also two new extensions...
AMDVLK 2023.Q2.3 Released With RX 7600 Support, Counter-Strike 2 Optimizations
AMDVLK 2023.Q2.3 is out today as the newest snapshot of AMD's official open-source Vulkan driver...
AMD Prepares Linux Driver For New Feature: FreeSync Panel Replay
FreeSync Panel Replay is a new feature for AMD Ryzen laptops with the DCN v3.1.4 display block or newer for helping to reduce power usage when the screen contents are unchanged...
Arm Ethos-U Linux Driver Posted For Machine Learning Processor
Arm and NXP engineers have posted the initial open-source Linux driver patches for an Ethos-U driver for their machine learning processor to enable Linux to dispatch AI inference jobs to the hardware. It's yet another inference/accelerator driver working its way toward the mainline kernel but is off to a rocky start with many code issues being raised...
NsCDE 2.3 Released For Modern Desktop Looking Like The Old CDE
A new version of the "Not so Common Desktop Environment" is now available, a modern Linux desktop that continues to mimic the look and feel of the old CDE Unix desktop environment...
Google Limiting IO_uring Use Due To Security Vulnerabilities
While IO_uring has been one of the greatest Linux kernel innovations in recent years for helping to deliver more performant and efficient I/O, it's also been home to various security vulnerabilities. Due to ongoing security issues, this interface for asynchronous I/O is being restricted or outright disabled across Google products...
Steam Linux Client Beta Adds New Scaling Setting Override
While yesterday brought a major update to the Steam client stable series, tonight brings a new update to the Steam beta series with some notable enhancements to the Linux client...
System76's COSMIC Desktop Enhancing Its Auto-Tiling
As part of Linux hardware vendor System76's ongoing work around their COSMIC desktop for their Pop!_OS Linux distribution, recently their development team has been working on enhancing the automatic window tiling capabilities...
Running Linux On The ASUS ROG Ally Gaming Handheld
Following last month's announcement, this week marks the start of the ASUS ROG Ally shipping as the most compelling alternative to date for Valve's Steam Deck. The ASUS ROG Ally features the new AMD Ryzen Z1 Extreme CPU that's interesting in its own right for being based on Zen 4 and RDNA3 integrated graphics. There will be many benchmark articles on Phoronix over the days ahead looking both at the ASUS ROG Ally itself for Linux gaming/performance as well as focusing more generally on the Ryzen Z1 Extreme. In today's article is a few words to get started on the Linux support.
Intel Announces "Biggest Brand Update" For Core CPUs
The recent leaks and reports around Intel Core Ultra were true and today Intel unveiled what they call their biggest brand update in 15 years for their consumer CPU line. Beginning with the upcoming Intel Meteor Lake processors is this new client branding...
...86878889909192939495...