GNOME 45.1 Improves Flatpak Permission Checks, Adds Support for More CPUs

The GNOME Project announced today the release and general availability for public consumption of GNOME 45.1 as the first point release to the latest GNOME 45 “Riga” desktop environment series.

The post GNOME 45.1 Improves Flatpak Permission Checks, Adds Support for More CPUs appeared first on Linux Today.



Source: Linux Today – GNOME 45.1 Improves Flatpak Permission Checks, Adds Support for More CPUs

[$] Better string handling for the kernel

The C programming language is replete with features that seemed like a good
idea at the time (and perhaps even were good ideas then) that have not aged
well. Most would likely agree that string handling, and the use of
NUL-terminated strings, is one of those. Kernel developers have, for
years, tried to improve the handling of strings in an attempt to slow the
flow of bugs and vulnerabilities that result from mistakes in that area.
Now there is an early discussion on the idea of moving away from
NUL-terminated strings in much of the kernel.

Source: LWN.net – [$] Better string handling for the kernel

Latest Steam Client Update Enables New VR Gamepad UI in SteamVR Beta on Linux

After announcing SteamVR 2.0, Valve released today a new Steam Client update for all supported platforms that introduces several new features, improvements, as well as bug fixes to provide gamers with the best possible Linux gaming experience.

The post Latest Steam Client Update Enables New VR Gamepad UI in SteamVR Beta on Linux appeared first on Linux Today.



Source: Linux Today – Latest Steam Client Update Enables New VR Gamepad UI in SteamVR Beta on Linux

Edge AI Fanless PC equipped with Nvidia Jetson Orin

ICP Germany recently presented a Fanless embedded PC for high-performance applications such as machine vision, automation, IoT and industrial control. The MA1 is compatible with both NVIDIA Jetson Orin NX and Nano modules. Users have the option to configure the MA1 Fanless PC with NVIDIA Jetson Orin NX 8GB (10~20W), 16GB (10~25W) or the NVIDIA […]

Source: LXer – Edge AI Fanless PC equipped with Nvidia Jetson Orin

How to Install Nvidia Drivers on Debian 12 Bookworm

In this guide, you will learn how to install NVIDIA drivers on Debian 12 Bookworm utilizing two methods: directly from Debian’s repositories or the latest NVIDIA and Cuda drivers directly from NVIDIA APT repository.

The post How to Install Nvidia Drivers on Debian 12 Bookworm appeared first on Linux Today.



Source: Linux Today – How to Install Nvidia Drivers on Debian 12 Bookworm

[$] Weighted interleaving for memory tiering

The kernel has, for many years, had the ability to control how memory
allocation is performed in systems with multiple NUMA nodes. More
recently, NUMA nodes have also been pressed into service to represent
different classes of memory; those nodes are now organized into tiers
according to their performance characteristics. While memory-allocation
policies can control the placement of pages at the NUMA-node level, the
kernel provides no way to connect those policies with memory tiers. This
patch series
from Gregory Price aims to change this situation by
allowing allocations to be placed across tiers in a weighted manner.

Source: LWN.net – [$] Weighted interleaving for memory tiering