![]()
Normal view
Received β 13 September 2025
β
Linux News & Update
19 February 2025 at 13:04
How to Create Symbolic Links in Ubuntu Linux
10 February 2025 at 12:42
mv Command in Linux: Move Files and Directories
30 January 2025 at 14:05
How to Install Seamonkey on Linux Mint
20 January 2025 at 15:47
sed Command in Linux (Find and Replace Strings in Files)
19 January 2025 at 16:24
How to Install Snap on Fedora Linux
19 January 2025 at 09:17
![]()
How to Install DeaDBeeF on Linux Mint
13 January 2025 at 10:00
![]()
Ubuntu Added NVIDIA 580 Driver Support for 24.04, 22.04 & 25.04
12 September 2025 at 20:29
For user with NVIDIA graphics card, Ubuntu finally added official NVIDIA 580 driver packages for all current Ubuntu releases.
As you may know, NVIDIA 580 is so far the latest driver series for Linux, that was initially released one month ago. Itβs a production branch driver qualified for enterprise and data center GPU use.
The 580 driver features Wayland fifo-v1 protocol support for apps/games running via Vulkan API, reducing visual inconsistencies and potential stuttering.
It enabled RMIntrLockingMode feature by default, which can help reduce stutter especially when using virtual reality (VR). As well, it implemented a feature to reduce time spent in the interrupt top half for low latency display interrupts by deferring the work until later. See HERE for more.
With NVIDIA 580.82.07, it also supports NVIDIA Smooth Motion on GeForce RTX 40 Series GPUs!
Install NVIDIA 580 driver in Ubuntu
Ubuntu made NVIDIA 580 driver (so far 580.65.06) package into the proposed repository for testing few weeks ago. Now, it finally goes official. And, you may install it by following steps.
1. Enable Restricted and Multi-verse repository
The proprietary driver is available through the restricted and multiverse repositories. They are usually enabled by default in Ubuntu desktop.
Just in case, you may launch βSoftware & Updatesβ utility to ensure:
Or, run the command below for Ubuntu Server to enable them:
sudo add-apt-repository restricted multiverse
You need to install software-properties-common package if the command does not work.
2. Update your system.
Before installing the driver, itβs better to install all available system updates, especially kernel updates (usually minor version updates), to prevent potential failure.
To do so, either use Software Updater or run the commands below in terminal (Ctrl+Alt+T):
sudo apt update sudo apt upgrade
If thereβs a kernel updates, restart computer to boot the new kernel.
3. Install NVIDIA 580 driver
NOTE: The driver version so far is nvidia 580.65.06. If you canβt wait to getΒ 580.82.07 for NVIDIA Smooth Motion support on RTX 40 series GPUs, or youβre on old Ubuntu 20.04|18.04, then run command below to add the popular βGraphics Driversβ team PPA, which however is not officially supported.
sudo add-apt-repository ppa:graphics-drivers/ppa
For Ubuntu Desktop, you may now launch βAdditional Driversβ utility, then select either driver below:
nvidia-driver-580for general desktop and gaming purpose.nvidia-driver-580-serverfor Ubuntu Server or computing purpose.
Then, click βApply Changesβ and Β restart computer when installation done!
![]()
For server without GUI, simply run the commands below one by one to install the driver.
- First, list all available drivers via command:
sudo ubuntu-drivers list
Skip the Β βudevadm hwdb is deprecated. Use systemd-hwdb instead.β output. Itβs a warning that does not matter.

- Then, either install the desktopΒ or gaming use driver via command:
sudo ubuntu-drivers install nvidia:580
Or, install the server or computing purpose driver:
sudo ubuntu-drivers install --gpgpu nvidia:580-server
Finally, restart computer and enjoy!
In addition, for Ubuntu with default GNOME Desktop, it by default fall back to Xorg session, you need to manually switch back Wayland session (if need) from login screen.
For NVIDIA Optimus laptop, it by default runs in hybrid mode. You can right-click on an application or game icon and choose βLaunching using Discrete Graphics Cardβ to start it via NVIDIA GPU while leaving all others handled by integrated GPU.
Or, run command below in terminal to set environment variable, so all apps start from that terminal will be rendering via NVIDIA GPU:
export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia
If you want to run Ubuntu desktop with NVIDIA only mode, then launch βNVIDIA Settingsβ and navigate to PRIME Profiles page to make a switch.
GNOME 49: New Apps, Lock Screen Features & Design Changes
13 September 2025 at 00:30
GNOME 49 brings new apps, lock screen media controls, multi-monitor brightness controls, file manager changes and fractional scaling improvements.
You're reading GNOME 49: New Apps, Lock Screen Features & Design Changes, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.
-
Linux Journal - The Original Magazine of the Linux Community
- Qt Creator 17 Ushers in a Fresh Look and Stronger CMake Integration
Qt Creator 17 Ushers in a Fresh Look and Stronger CMake Integration
11 September 2025 at 00:00
In June 2025, the Qt team officially rolled out Qt Creator 17, marking a notable milestone for developers who rely on this IDE for cross-platform Qt, C++, QML, and Python work. While there are many changes under the hood, two of the spotlighted improvements are its updated default visual style and significant enhancements in how CMake is supported. Below, weβll explore these in depth, assess their impact, and offer guidance on how to adopt the new features smoothly.
What's New in Qt Creator 17: A Snapshot
Before zooming into the theme and CMake changes, here are some of the broader enhancements in version 17 to set context:
-
The β2024β theme set (light and dark variants) β which first appeared in earlier versions β becomes the foundational appearance for all new installs.
-
General polish across the UI: icon refreshes, more consistent spacing, and better contrast.
-
Projects now bind run configurations more tightly to the build configurations. That means selecting a build (e.g. Debug vs Release) also constrains which run configurations apply.
-
Upgraded C++ tooling (with LLVM 20.1.3), improved QML formatting options, enhanced Python (pyproject.toml) support, and refinements in version control & analysis tools.
With that backdrop, letβs dive into the theme and CMake changes in more detail.
A Refreshed Visual Identity: Default β2024β Themes
What Has ChangedQt Creator 17 makes the β2024β light and dark themes the standard look & feel for new installations. These themes had been available previously (since Qt Creator 15) but in this version become the out-of-the-box configuration.
Other visual adjustments accompany the theme change:
-
Icons throughout the IDE have been reviewed and updated so they align better with the new theme style.
-
UI consistency is improved: spacing, contrast, and alignment between interface elements have been refined so that the environment feels more cohesive.
A theme isn't just aesthetics. The look and feel of an IDE affect user comfort, readability, efficiency, and even fatigue. Some benefits include:
-
Improved clarity for long coding sessions: better contrast helps in low-ambient light or for users with visual sensitivity.
-
Consistency across elements: less jarring visual transitions when switching between parts of the interface or when using external themes/plugins.
-
Reduced setup friction: since the β2024β theme is now default, many users wonβt need to hunt down or tweak theme settings just to get a modern, usable look.
-
Linux Journal - The Original Magazine of the Linux Community
- Windows 11 Powers Up WSL: How GPU Acceleration & Kernel Upgrades Change the Game
Windows 11 Powers Up WSL: How GPU Acceleration & Kernel Upgrades Change the Game
10 September 2025 at 00:00
Introduction
Windows Subsystem for Linux (WSL) has gradually become one of Microsoftβs key bridges for developers, data scientists, and power users who need Linux compatibility without leaving the Windows environment. Over recent versions, WSL2 brought major improvements: a real Linux kernel running in a lightweight virtualized environment, much better filesystem behavior, nearly full system-call compatibility, etc. However, until recently, certain high-performance workloads, GPU computing, video encoding/decoding, and very up-to-date kernel features, were either limited, inefficient, or unavailable.
In Windows 11, Microsoft has taken bold strides to remove many of these bottlenecks. Two of the most significant enhancements are:
-
The ability for WSL to tap into the GPU for acceleration (compute, video hardware offload, etc.), reducing reliance on CPU where the GPU is much more suited.
-
More seamless Linux kernel upgrades, allowing users to run newer kernel versions inside WSL2, bringing performance, driver, and feature improvements faster.
This article walks through each thing in detail: what has changed, why it matters, how to use it, what limitations still exist, and how these developments shift whatβs possible with WSL on Windows 11.
What WSL Was, and Where It Needed Improvement
Before diving into recent changes, it helps to understand what WSL (especially WSL2) already provided, and where it lagged.
-
WSL1: Early versions translated Linux system calls to Windows equivalents. Good for basic command-line tools, scripts, but limited in compatibility with certain networking, kernel module, filesystem, and performance-sensitive tasks.
-
WSL2: Introduced a real Linux kernel inside a lightweight VM (Hyper-V or a similar backend), better system-call compatibility, better performance especially for Linux tools, and much improved behavior for things like Docker, compiling, etc. Still, heavy workloads (e.g. ML training, video encoding, hardware-accelerated graphics) were constrained by CPU support, lack of passthrough of GPU features, older kernels, etc.
So developers were pushing Microsoft to allow more direct access to GPU functionality (CUDA, DirectML, video decoding), and to speed up how kernel updates reach users.
GPU Acceleration in WSL on Windows 11: What It Means
GPU acceleration here refers to WSLβs ability to offload certain computation or video tasks from the CPU to the GPU, enabling faster, more efficient execution. This includes:
-
Compute workloadsΒ -Β frameworks like CUDA (for NVIDIA), DirectML, etc., so that things like deep learning, scientific computing, data-parallel tasks run much faster. Microsoft now supports running NVIDIA CUDA inside WSL to accelerate ML libraries like PyTorch, TensorFlow.
Distribution Release: Q4OS 6.1
12 September 2025 at 20:12
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The Q4OS team have published a new stable version of their lightweight, Debian-based operating system. "Q4OS 'Andromeda' is based on Debian 'Trixie' 13.1 and Plasma 6.3.6, optionally Trinity 14.1.5 desktop environment, and it's immediately available for 64-bit/x64 computers. An aarch64 edition is also planned for later. According to....
Linux top: Hereβs how to customize it
12 September 2025 at 19:11