Arch Linux Installer Adds Bluetooth Support & U2F Authentication

Archinstall 3.0.9 released today as the newest iteration of this text-based Arch Linux operating system installer.

Archinstall 3.0.9 adds support for U2F authentication for system log-in of added users. There is now a "U2F login setup" area if a universal two-factor authentication device is found by the installer.

The updated Arch Linux installer also adds Bluetooth support for being able to install common Bluetooth packages like Bluez and Blueman.

Continue reading...

Linux 6.17 Improves NUMA Locality For SMP Call Rather Than Deferring To Random CPU Core

After all of these years of Linux dominating the high performance computing (HPC) space and other industries, one might think (most) all the interesting performance nuggets have been uncovered and well thought out and robust fallbacks in place across all important code paths. As we showcase almost each cycle, interesting new performance bits to be uncovered within the Linux kernel. For Linux 6.17 thanks to a NVIDIA engineer is applying a better fallback for NUMA locality rather than simply picking a random CPU core.

Merged today for the
Continue reading...

Intel

Longtime Linux Kernel Engineer With 14 Years At Intel Is Now At Meta

Facebook's Meta already employs an all-star team of Linux kernel engineers and it doesn't appear that they are over in recruiting top-tier Linux kernel talent. One of Intel's senior Linux software engineers is now the latest high profile kernel developer onboard at Meta.

Earlier this month I wrote about longtime Intel Linux kernel engineer Kirill Shutemov leaving the company after 14 years . His contributions to the Linux kernel on Intel's behalf can't be overstated with being a maintainer of Trust Domain Extensions
Continue reading...

Proton 10.0-2 Beta Delivers More Enhancements For Linux Gaming

Proton 10.0-2 beta was released today by Valve and CodeWeavers for furthering this Wine-derived software powering Steam Play for running Windows games on Linux with great success.

Proton 10.0-2 beta makes more games playable now under Linux. The latest games known to be working include Stardust Skate, STAR OCEAN THE DIVINE FORCE, Champions of Anteria, IL-2 Sturmovik Cliffs of Dover, Click&Fight, Tunnet, WRC Generations, and Post Mortem.

Proton 10.0-2
Continue reading...

Linux 6.17 Staging Continues Cleaning The Realtek RTL8723BS Driver

The staging area of the Linux kernel, where preliminary code initially appears to mature until being promoted out, continues seeing a lot of code churn. With Linux 6.17 the staging updates were submitted and now merged with one driver in particular standing out.

The staging changes this cycle weren't too particularly noteworthy on a grand scale. While back during the Linux 6.16 merge window it was talked about that the GPIB bus code might be ready to move out of staging in the next kernel cycle (

Xtraceroute Ported To GTK4 + Vulkan For Demonstrating The Open-Source Potential For AI

Christian Schaller, a Fedora developer and Director of Software Engineering at Red Hat, recently began exploring the potential of AI usage more from the open-source/Linux perspective. He was left impressed from his ability to easily generate a Python application for internal Red Hat use to porting the venerable Xtraceroute program to GTK4 and Vulkan.

Schaller recently decided to leverage Claude AI to get a better feeling for today's LLM capabilities and seeing the potential impact from a Linux/open-source developer perspective.

Continue reading...

xf86-video-amdgpu 25.0.0 Released With Two Years Worth Of Fixes

It had been two years since the last update to the AMDGPU X.Org DDX driver but now xf86-video-amdgpu 25.0.0 is now available for those relying on this driver/hardware-specific driver for X.Org enabled Linux systems rather than the xf86-video-modesetting generic driver or a Wayland-based desktop.

Coming as a surprise is xf86-video-amdgpu 25.0 as the successor to xf86-video-amdgpu 2
Continue reading...

AMD Streaming SDK Updated With Linux Support - But Recommending X.Org Over Wayland

AMD's GPUOpen group today released the AMD Interactive Streaking SDK 1.1 release that now delivers Linux support alongside the existing Microsoft Windows support. The AMD Interactive Streaming SDK is designed to provide pieces for developers to build-out low-latency streaming solutions for cloud gaming, virtual desktop infrastructure (VDI), and embedded applications. This MIT-licensed streaming SDK was originally launched by AMD back in March as Windows-only while now is thankfully also native to Linux.

The headline feature of the AMD Interactive Streaming SDK
Continue reading...

Farewell Benchmarks Of Intel's Clear Linux On AMD EPYC Shows More Performance Left To Tap

Last week I ran the last planned benchmarks of Intel CPU performance on Clear Linux vs. Ubuntu with Intel having ceased development of Clear Linux following the restructuring at the company. In today's article is a final look at how the AMD EPYC performance compares on Clear Linux relative to Ubuntu Linux and AlmaLinux. An AMD EPYC 9965 "Turin" dual socket server was used for showing the strong out-of-the-box performance on Intel's Clear Linux even for this competing server processor.

Very

Continue reading...

Linux 6.17 Lands New file_getattr & file_setattr System Calls

Along with the better handling of multi-device file-systems such as Btrfs' native RAID capabilities and now allowing more efficient writing of zeroes to modern storage devices , the number of VFS pull requests for Linux 6.17 also added some other extra goodies.

Some new system calls to Linux 6.17 is introducing file_getattr() and file_setattr() as more extensible alternatives to FS_IOC_FSGETXATTR and FS_IOC_FSSETXATTR. The pull request explains of file_getattr and