GPU drivers

Winsage
August 31, 2026
Linux users benefit from a streamlined software update process through package managers like APT, DNF, and Pacman, allowing all applications to be updated with a single command. In contrast, Windows requires multiple update mechanisms for the operating system and third-party software, often necessitating manual checks. Most drivers in Linux are built into the kernel, enabling automatic recognition and configuration of new hardware, while Windows typically requires users to download drivers from manufacturers' websites. Linux provides clearer system logs for troubleshooting, making it easier to diagnose issues, whereas Windows error messages can be vague and less informative. Overall, Linux offers advantages in software updates, driver management, and troubleshooting compared to Windows.
Winsage
August 30, 2026
For over a decade, Windows managed graphics card operations through a single CPU thread. In May 2020, Microsoft introduced Hardware-Accelerated GPU Scheduling (HAGS), allowing users to transfer scheduling tasks to the GPU. HAGS shifts scheduling from the CPU to a dedicated processor on the GPU, reducing CPU overhead. The introduction of WDDM 3.0 with Windows 11 21H2 requires HAGS for the basic hardware flip queue, which reduces power consumption. The advanced hardware flip queue, which addresses presentation latency, also requires HAGS. With Windows 11 24H2 and WDDM 3.2, native GPU fences were introduced, allowing the GPU to manage dependencies without CPU intervention. Nvidia's frame generation features require HAGS, while Intel's Arc B-series cards do not. The state of HAGS is determined by GPU drivers, and applications like OBS have shown caution towards HAGS due to historical issues.
Winsage
August 28, 2026
An ASUS ROG Zephyrus G14 owner reported that after using Eco Mode for several weeks, Windows 11 removed the NVIDIA GeForce RTX 5070 Ti GPU driver when switching back to performance mode. This behavior is expected due to Windows 11's automatic driver removal for inactive GPUs, managed by a maintenance task called pnpclean.dll, which cleans up drivers for devices not connected for 15 to 30 days. After the driver was deleted, the GPU was recognized as a generic display adapter, requiring reinstallation of the driver. The user found a workaround by disabling the Disk Cleanup handler in PowerShell to prevent automatic deletion, but this increased storage usage as Windows would no longer purge old driver packages.
Winsage
August 26, 2026
Microsoft has identified RGB peripherals and components as the source of game crashes following the August 11 Patch Tuesday rollup for Windows 11. The issue stems from drivers or code components resembling inpoutx64, which are triggered when certain games are launched. Embark Studios linked the problem to update KB5121003, and Microsoft confirmed the connection to inpoutx64.sys, although the root cause involves changes to the Windows kernel driver. A temporary workaround involves editing the registry to disable the inpoutx64 driver, though this may affect RGB functionality. Affected games include ARC Raiders, MARVEL Tokon: Fighting Souls, and The Finals on Windows 11 versions 24H2 and 25H2, with symptoms like game freezing and unexpected closures. Rolling back the update is not recommended due to security vulnerabilities it addressed. The inpoutx64.sys driver has been included with various RGB and monitoring software, and Microsoft is investigating the issue further, asking users for feedback. No timeline for a permanent fix has been provided.
Winsage
August 22, 2026
A user on the Zephyrus G14 subreddit discovered that using the eco power mode on Windows 11 for 15 consecutive days leads to the automatic deletion of GPU drivers. The eco mode power-gates the discrete GPU off the PCIe bus, causing Windows to treat it as disconnected. After 15 days of inactivity, Windows performs a cleanup and removes the GPU driver package. When switching back to standard power mode, the GPU is identified as a "Basic Display Adapter." Users can check if their GPU drivers have been removed using specific command prompt commands. To prevent driver cleanup, users can either switch to a non-eco power plan occasionally or modify the registry to set Autorun (DWORD) = 0.
Search