Mesa 24.1 Git has landed the initial infrastructure for allowing drivers to choose to using Zink instead for OpenGL via this OpenGL-on-Vulkan implementation. The motivating factor for this latest Mesa work is for using Zink atop the NVK Vulkan driver for newer NVIDIA GPUs...
When it comes to today's complex RGB lighting for PC peripherals and the like it's mostly been left up to user-space. With most RGB devices interfacing via USB, it's been up to Linux user-space projects like OpenRGB, OpenRazer, etc, to implement their RGB lighting controls as needed. But as RGB lighting use continues to grow in the PC space for better or worse, there's an increasing need for a kernel API to handle complex RGB devices. Such an API is currently being devised...
As many enthusiasts wait to hear from AMD more broadly supporting ROCm in an official capacity across consumer Radeon GPUs and/or hearing about better supporting more Linux distributions outside of the major enterprise Linux distributions, today AMD announced a new medium for their communications with the community: the "New AMD ROCm Software Blog Platform" will be rolling out...
At the end of last year Intel hosted a survey of open-source developers to collect their feeback on various open-source software issues. Intel's 2023 Open Source Community Survey is all wrapped up, the data tallied up, and the results emailed out today to participants...
Earlier this month I posted some initial CPU benchmarks of the NVIDIA GH200 Grace Hopper up against AMD EPYC Zen 4 and Intel Xeon Emerald Rapids processors. That was a very interesting battle and showed the interesting capabilities of the 72 Arm Neoverse-V2 cores. With this GPTshop.ai GH200 system actually being in workstation form, I also ran some additional benchmarks looking at the CPU capabilities of the GH200 compared to AMD Ryzen Threadripper 7000 series workstations.
There are some new Linux kernel patches that were posted by Intel on Monday that aim to help enhance the overall performance and power efficiency of new Meteor Lake laptop processors under Linux...
There are still no signs of a new X.Org Server feature release coming in the near-term with most of the major stakeholders divesting from the xorg-server besides the XWayland portion of the code-base. But for those interested in the past few days there have been some NetBSD/OpenBSD build fixes to the X.Org Server as well as clearing out some remnants of old compiler support...
For years Wine developers have been after a better synchronization API for the Linux kernel to better match the semantics of Microsoft Windows. Posted back in January was a request for comments on an "NTSYNC" Linux kernel driver to implement Windows NT synchronization primitives for the Linux kernel. At the start of the month a post-RFC version was posted of this open-source driver and today the latest iteration of that work has been published to the kernel mailing list...
For over two years Red Hat's engineers working on the Anaconda installer have been working on a modern web-based installer UI that integrates with Cockpit and is a modern alternative to their GTK-based installer interface for deploying Fedora Linux and eventually RHEL too. The hope was to offer this web UI installer option for Fedora Workstation 40 but that's now been delayed to Fedora 41...
Following the initial AMDGPU driver updates targeting Linux 6.9 that were submitted to DRM-Next one week ago, another batch of AMDGPU feature updates were sent out today ahead of this next kernel cycle kicking off in March...
Back in January 2023 was an attempt to disable kernel drivers for Microsoft's RNDIS protocol. The Remote Network Driver Interface Specification (RNDIS) is home to security concerns for this protocol built atop USB for virtual Ethernet functionality. Later in the year the effort to disable RNDIS on Linux was tried again without going mainline. In recent days it looks like there will be a fresh attempt at getting the RNDIS driver support disabled...
Posted on Sunday was the third iteration of the patches working toward the threaded/atomic non-blocking console "NBCON" support that is known to be one of the last blockers to sort out before the remainder of the Linux real-time "RT" patches can be upstreamed...
The Intel "i915" LInux kernel graphics driver has been working to wrap-up support for enabling Adaptive Sync SDP for DisplayPort (DP) for their graphics cards...
For the upcoming Linux 6.9 kernel cycle there are a number of AMD Instinct MI300 additions to the EDAC (Error Detection And Correction) and RAS (Reliability, Availability and Serviceability) drivers...
Cloud Hypervisor 38 rolled out this week as the newest version of this Rust-based VMM that was started by Intel while now a Linux Foundation hosted project being worked on by multiple different organizations...
Last April was a display/HDR hackfest hosted in the Czech Republic by Red Hat. Another Linux display hackfest has been announced for this year so upstream stakeholders can collaborate around high dynamic range (HDR) monitor support, color management, variable refresh rate (VRR), and other topics...
With Linux 6.8 the kernel's Rust code was brought up to Rust 1.75 while new patches posted this weekend port the code over to Rust 1.76 and then the upcoming Rust 1.77...
The GNOME 46 beta is out today for featuring the latest fixes and last-minute enhancements to this open-source desktop environment update due out in March...
System76 has been developing the Rust-based COSMIC desktop for their Pop!_OS Linux distribution but its usage won't be artificially limited to that in-house distro. Among other distributions that have been looking toward packaging it, interest is currently being evaluated in creating a Fedora special interest group (SIG) for the COSMIC desktop environment...
While recent graphics cards support GPU-accelerated AV1 video decoding, for those still relying on dav1d for CPU-based AV1 decode there is now version 1.4 "Road Runner" available that adds support for LoongArch and RISC-V architectures while continuing to further enhance the performance of this open-source AV1 decoder on x86_64 Intel/AMD processors too...
There is just two weeks to go until the much-anticipated KDE 6 Mega-Release that includes KDE Plasma 6.0, KDE Frameworks 6, and the updated KDE Gear apps. KDE developers continue fixing bugs as well as already working on KDE Plasma 6.1 features...
Longtime Linux kernel developer Thomas Gleixner with Intel-owned Linutronix has been spending much time over the past several months reworking the Linux kernel's x86 CPU topology evaluation code. This is to clean-up a mess of aging kernel code as well as some areas of the code being incorrect in today's era of hybrid Intel Core processors with a mix of P / E cores with the E cores lacking SMT/HT and thus throwing off prior kernel assumptions. With the code now queued up in a TIP branch today, it looks like that CPU topology rework could be good to go with Linux 6.9...
The FreeBSD project today issued their Q4'2023 status report that highlights all of their interesting work accomplished last quarter on this open-source platform. Among the interesting achievements were the FreeBSD Foundation sponsoring AMD64 SIMD improvements for FreeBSD 15 that will also be back-ported to FreeBSD 14.1...
Merged to the LLVM compiler stack two years ago was the BOLT tool for optimizing the layout of generated binaries for offering even greater performance than the likes of Profile Guided Optimizations (PGO) alone. BOLT had been in development for years by Facebook/Meta engineers and has continued to be improved upon for enhancing the code layout of binaries to yield enhanced performance. Recently there's been renewed work on using BOLT to optimize Linux kernel images...
Ahead of the SUSE/openSUSE Adaptable Linux Platform (ALP) their engineers have been working on a new web-based OS installer. Originally known as the "D-Installer" and now going by the "Agama" name, this new installer architecture has plans for many architectural improvements this calendar year...
Intel engineers working on their open-source Mesa OpenGL/Vulkan driver code currently replay captured error state / GPU hangs using a simulator, but a new patch proposal allows for replaying GPU hangs on the actual hardware. In turn this will hopefully help Intel driver developers better address some real-world issues...
Iced is the Rust GUI library that's been gaining quite a lot of interest by Rust developers for creating cross-platform user interfaces. Iced is also what's being used by the Pop!_OS COSMIC desktop environment. Iced v0.12 released yesterday as the first new release for this GUI toolkit since last July...
Valve's Linux graphics driver team has fixed the Vulkan mesh shader support for those using RDNA3 integrated graphics with Phoenix APUs on the latest Mesa RADV driver code...
Vulkan 1.3.278 was published this morning and in addition to the usual documentation corrections/clarifications, there are also two new Vulkan extensions in tow...
AMD on Valentine's Day released an updated Radeon Software for Linux packaged driver stack for enterprise Linux operating systems that targets the Radeon RX 7900 series and Radeon PRO W6800 / W7800 / W7900 graphics cards...
Following the Linux reviews of the Ryzen 7 8700G, Ryzen 5 8600G, and Ryzen 5 8500G Zen 4 + RDNA3 desktop APUs, here is another look at these parts when making use of the lower configurable TDP options for these AM5 chips. All three of these new parts were re-tested at both 35 and 45 Watt cTDPs for seeing the impact on performance and power efficiency.
As part of the AMD color management and HDR efforts worked on by AMD Linux engineers along with Valve and other stakeholders like Igalia developers, Intel engineers have posted their plane color pipeline implementation that follows the cross-vendor API proposal...
AMD made a Valentine's Day announcement of expanding the graphics cards they are officially supporting with ROCm 6.0 as well as adding ONNX Runtime alongside PyTorch to the AI/ML frameworks they are supporting with their open-source software stack...
The folks at iXsystems and Klara are contributing Fast Dedup support to upstream OpenZFS and beginning to roll out this improved deduplication support within TrueNAS SCALE starting next month...
The Qt Creator 13 Beta is now available for testing for this Qt/C++ focused integrated development environment (IDE) that also supports a growing number of other programming languages too...
Power-Profiles-Daemon 0.20 has been released as the newest version of this project now living under the UPower umbrella. The Power-Profiles-Daemon allows for exposing power profiles over D-Bus and in turn integrates nicely with the likes of the GNOME Settings...
For those that prefer to wait for the first Mesa point release in a new series before upgrading, Mesa 24.0.1 was released on Wednesday evening with the first batch of fixes for the feature-packed Mesa 24.0...
In recent weeks there have been a lot of open-source AMD Radeon graphics driver patches flying around for the GFX12 graphics engine, Video Core Next 5, and other new graphics intellectual property (IP) blocks that appear to be for next-generation "RDNA4" Radeon graphics. This week yet more patches have been posted publicly...