Latest Linux and open source news from around the web

Filtering: Phoronix ✕
Cat6 Ethernet Cable 5-Pack Sponsored · View on Amazon → Hiearcool USB-C Hub Adapter Sponsored · View on Amazon →
Phoronix

Qt Creator 20 Beta Expands AI Integration

The Qt Group released the Qt Creator 20 Beta today for this Qt/C++ focused integrated development environment (IDE). In building off the trends of recent releases of Qt Creator and development tools at large, AI integration continues to be a big area of focus...

Phoronix

OpenZL 0.2 Released For Meta's Content-Aware Compression Software

Last October engineers at Meta announced OpenZL as a format-aware compression framework. OpenZL aims to be speedy yet capable of delivering high compression ratios depending upon what is being compressed. OpenZL is viewed as their next leap in data compression beyond their wonderful work on Zstandard (Zstd). This week there's finally a new OpenZL software release available...

Phoronix

AMD's Local, Open-Source AI Can Now Easily Interact With Your Gmail

AMD software engineers continue rapidly advancing their open-source software efforts around local AI/LLM use on consumer-class Radeon and Ryzen hardware. AMD GAIA 0.17.6 was released on Thursday with more improvements for local AI processing on Windows, Linux, and even macOS. For those trusting enough in local LLM pipelines to do the right thing, there is even integration now for AMD GAIA to interface with your Gmail account...

Phoronix

Linux Erroneously Thinks Intel Bartlett Lake CPUs Run At 7GHz

With Intel's recently-launched Bartlett Lake P-core-only processors intended for the embedded market, there is a rather surprising oversight under Linux: the Intel P-State driver reporting a 7.0+ GHz clock speed. While many would yearn for a 7GHz CPU, the Core 9 273PE where this issue was discovered in reality can only boost up to 5.7GHz for its maximum turbo frequency...

Phoronix

Linux 7.2 To Support Realtek RTL8159 10GbE USB Ethernet

The Realtek RTL8159 has been appearing in some 10G-rated USB network adapters at online retailers, some for less than $100 USD. But currently the RTL8159 is only supported by Realtek's out-of-tree Linux kernel driver, but fortunately there will be mainline support coming with the Linux 7.2 kernel this summer...

Phoronix

AMD Instinct MI350P: PCIe Add-In Card For High Performance Open-Source AI/Compute

While there is the AMD Instinct MI400 series coming this year, today AMD announced an interesting and arguably overdue offering for the Instinct MI350 series: the MI350P. The AMD Instinct MI350P is a PCIe add-in-card to add Instinct MI350 compute capabilities to existing PCIe 5.0 air-cooled servers as an alternative to the Open Accelerator Module (OAM) currently used by the Instinct MI350 series.

Phoronix

Linux Drivers For The AMD Elan SoCs From The 1990s On Track For Retirement

Merged for the current Linux 7.1 cycle was beginning to phase out the Intel 486 processor support from the mainline kernel moving forward. That initial step with Linux 7.1 was dropping the various Kconfig options to allow compiling Linux kernel builds for targeting various i486 platforms. As part of that, the AMD Elan SoC configuration patches were dropped. The next step is proceeding on the AMD Elan side with beginning to remove the actual driver code...

Phoronix

KDE Plasma 6.7 To Provide A Much Better Experience For CPU-Based Rendering

KDE developer Xaver Hugl has whipped up another nice improvement for the upcoming Plasma 6.7 desktop release. Due to QtWidgets still relying on CPU-based rendering and finding the performance subpar with Wayland shared memory "wl_shm" usage, Xaver has leveraged UDMABUF for avoiding excess buffer copies to provide a much more fluid experience when dealing with CPU-based rendering / shared memory usage on KDE under Wayland...

Phoronix

New GCC Back-End Proposed For WebAssembly

When it comes to compiling C/C++ code to WebAssembly (WASM), LLVM/Clang and other LLVM-based tooling has dominated the space. Nearly a decade ago was a proposal for a GCC WebAssembly back-end that ultimately never ended up being merged while now there is a new proposal for a WebAssembly back-end for the GNU toolchain...