While in recent weeks Linus Torvalds was becoming increasingly concerned over the size of the changes in Linux 5.10, 5.10-rc6 is out this evening and fortunately it has calmed down. At this point Linus is appearing relieved that Linux 5.10 will be in good shape for shipping on time and without any major concerns...
With this month's release of Chrome 87 having more performance improvements while Firefox 83 debuted with its "Warp" JavaScript improvements, it's a good time for some fresh Linux web browser benchmarks of these two main options. Plus with Firefox 84 to begin enabling WebRender by default in some Linux configurations, there is also a fresh run of Firefox with WebRender enabled.
Over the past year we have seen various Vulkan features landing in the FFmpeg repository and this past week brought more fixes and improvements around using the Vulkan API for accelerated filters and more...
Earlier this month we covered the news of Xilinx is looking to upstream their open-source "AI Engine" driver to the Linux kernel. This comes as Xilinx and AMD are working on Radeon Open eCosystem (ROCm) support for their FPGAs with AMD being in the process of acquiring the FPGA giant. Now more open-source code is looking to be included in the Linux kernel tree...
While consumer GPUs are reaching market with AV1 decode acceleration, there still is the matter of the various media APIs and multimedia software making use of it. In cases where that is missing or the user doesn't yet have a supported Tiger Lake / Ampere / RDNA2 GPU, the dav1d decoder remains the fastest open-source CPU-based AV1 decoder. Similarly, SVT-AV1 remains the fastest CPU-based AV1 encoder available...
The Mediatek MT8167 SoC was announced four years ago already while for the Linux 5.11 kernel in early 2021 will finally be display support via the open-source Mediatek DRM driver...
Mike Blumenkrantz who has spent most of the year working on the "Zink" Gallium3D code for allowing universal OpenGL over Vulkan translation and took this Mesa code to OpenGL 4.6 compatibility and in some cases 90%+ the performance of a native OpenGL driver is now working on Zink development from a Radeon Navi graphics card with the RADV driver, which may in turn help uncover bugs and areas of optimizations for the open-source Radeon driver stack...
Genode as an original operating system framework that has been in development for more than a decade is out with a new release. The Genode OS based Sculpt OS as their "general purpose OS" push is also updated...
RenderDoc 1.11 is out as the newest feature release for this leading open-source graphics debugger supporting platforms from Linux to Windows to the Nintendo Switch to even Google's Stadia and supporting all major graphics APIs...
One area not talked about much for Intel's latest Tiger Lake processors are hardened CPU security mitigations against the various speculative execution vulnerabilities to date. What's peculiar about Tiger Lake though is now if disabling the configurable mitigations it can actually result in worse performance than the default mitigated state. At least that's what we are seeing so far with the Core i7 1165G7 on Ubuntu 20.10 Linux is the opposite of what we have been seeing on prior generations of hardware.
In September Arm began adding Neoverse N2 support to the open-source compilers initially with GCC and now the support has been merged into LLVM Clang 12 as well...
FUSE is well known to longtime Linux users for allowing file-systems to be implemented in user-space for where a Linux kernel port isn't feasible for portability or licensing restrictions, among other factors. There is also CUSE for character devices in user-space. Now being based on FUSE, there is "MUSE" being worked on for MTD in user-space...
As part of Lenovo offering Linux pre-loaded on more laptops and desktops, they have been working on upstream improvements themselves along with their partners at Red Hat and others. One of the latest Lenovo-contributed improvements to the kernel is palm sensor support for newer ThinkPad notebooks...
Systemd 247 is out today as the latest major version of this Linux init system. Like most systemd releases, systemd 247 is very heavy on new features...
Unigine 2 remains one of the most visually stunning game and simulation engines out there. That's even with still using OpenGL (or Direct3D 11 also on Windows) while their Vulkan renderer remains in the works. Unigine 2.13 is out this week as their latest iteration of this visually incredible engine with first-rate Linux support...
While the Radeon RX 6800 series is now shipping that was developed under the Sienna Cichlid codename, there are other fishy codenames remaining and are seeing more work for the Linux 5.11 kernel that will officially open development in December and then likely reaching stable in February...
For those with some extra time around the US Thanksgiving holiday, the Arcan display server/environment is out with a new release. This is the interesting project that's powered in part by a game engine, offers X11 and Wayland compatibility, ported to BSDs, and more recently has been exploring VR and other desktop innovations...
The Godot Game Engine has been funding work on a GPU-based texture compressor to deal with the issue that importing textures to this leading open-source game engine can often be painfully slow...
Blender has been gaining a lot of ground this year with numerous prominent organizations now backing its development (just most recently, Facebook) and just at the end of summer they delivered Blender 2.90 while out today is Blender 2.91...
PHP 8.0 is scheduled for release tomorrow on the US Thanksgiving day. PHP 8.0 brings with it many new language features on top of the opt-in JIT compiler support. Here is a look at some of the PHP 8.0 changes along with a quick look at the near final performance of PHP 8.0 on an AMD EPYC Linux server...
Last week a new vulnerability was made public for IBM POWER9 processors resulting in a mitigation of the processor's L1 data cache needing to be flushed between privilege boundaries. Due to the possibility of local users being able to obtain data from the L1 cache improperly when this CVE is paired with other side channels, the Linux kernel for POWER9 hardware is flushing the L1d on entering the kernel and on user accesses. Here are some preliminary benchmarks looking at how this security change impacts the overall system performance.
Thanks to work by AMD and SUSE engineers, the Linux kernel could soon be seeing frequency invariance support for EPYC 7002 "Rome" processors for yielding greater performance and power efficiency...
The Qt Company has just announced Qt 6.0 Release Candidate 1 as what should be the second to the last test build ahead of the big Qt 6.0 toolkit release next month...
Just yesterday Raspberry Pi fans were celebrating that the V3DV driver is now officially Vulkan 1.0 conformant for supporting this modern high performance graphics/compute API atop the Raspberry Pi 4 and newer. Today another milestone was reached with V3DV...
This week marked the release of Vulkan 1.2.162 with the ray-tracing extensions now finalized. As such Intel's stellar open-source team has begun landing their work around Vulkan ray-tracing ahead of the Xe HPG hardware availability that will support this functionality...
While the new Radeon RX 6800 series is suited for 4K gaming, a number of premium readers inquired about seeing 1440p gaming benchmarks for the cards. Now that all the initial launch coverage is out of the way, here is a look at the Radeon RX 6800 / RX 6800 XT with 15 graphics cards in total for this round of Linux gaming benchmarks focused at 1440p...
In addition to shipping the much anticipated GTK 4.0, this toolkit driven by the GNOME desktop environment is making more plans for an exciting 2021...
Given the recent Intel presentation alleging AMD Ryzen laptop performance being worse on battery relative to the AC vs. battery performance seen with Intel EVO notebooks featuring Tiger Lake processors, I ran a mini comparison on my side to see whether there is any merit to Intel's information when testing under Ubuntu Linux.
Earlier this year we mentioned Greg Kroah-Hartman working on a new READFILE system call. The goal of this new syscall is for reading small and medium files more efficiently by having one call to read a file straight into a buffer without having to use the separate open/read/close system calls. It's looking like that system call is back on the table and could be mainlined now that there's a possible user...
LibreOffice 7.1 was branched this weekend that also marked the hard feature freeze for this next half-year update to this open-source office suite. LibreOffice 7.1 Beta has now shipped ahead of next month's release candidate and the additional test releases in January before going gold in early February...
There are two interesting bits of news today pertaining to open-source Vulkan drivers being officially conformant with the Vulkan 1.0 specification in passing the necessary Vulkan CTS tests...
An interesting solution built off Intel's oneAPI Level Zero is the open-source "ZLUDA" that is providing a "Level Zero CUDA" implementation for being able to run programs geared for NVIDIA CUDA atop Intel UHD / Xe Graphics hardware...
WireGuard's adoption continues growing with it recently having the accomplishments of being back-ported to Oracle's Unbreakable Enterprise Kernel, coming to Android 12, upstreamed into OpenBSD, and other accomplishments this year. The WireGuard developers have now also updated their port of this secure VPN tunnel technology for Micrsoft Windows...
Longtime open-source developer Mike Blumenkrantz who has been an Enlightenment developer for many years and was working for Samsung's Open-Source Group prior to its demise jumped into the open-source Linux graphics world this year. While being unemployed he began hacking on the Zink Gallium3D code that allows generic OpenGL acceleration over the Vulkan API. He quickly got the code to the point of OpenGL 4.6 support and quite compelling performance compared to where Zink was at earlier this year. Now it turns out he will continue with his Linux graphics adventures thanks to funding from Valve...
While in 2021 we might begin to see PipeWire replacing PulseAudio by default at least on bleeding-edge distributions like Fedora, for now PulseAudio still is the dominant sound server used by desktop Linux distributions. Rolling out today is PulseAudio 14.0...
Last week we delivered AMD Radeon RX 6800 / RX 6800 XT Linux benchmarks and the performance was great both for Linux gaming as well as the OpenCL compute performance. But for as good as those Big Navi numbers were on the open-source Linux graphics driver stack, they are now even better.