Valve software developer Pierre-Loup Griffais has confirmed that NVIDIA GPU driver support for the company's gaming-focused Linux OS, SteamOS, is "definitely at the top of the development list." Valve has already integrated NVIDIA drivers into the in-development SteamOS main tree and has achieved display output ("light up") on certain generations of hardware. However, when compared to current state-of-the-art gaming performance on existing Linux and Windows environments, a significant performance gap remains for practical use. Why has SteamOS—long optimized for AMD hardware—taken so long to integrate NVIDIA drivers, with full support expected to take "several years"? The answer lies in structural challenges within the Linux graphics stack surrounding driver loading and its integration with the game rendering pipeline.
Integration Into the Main Tree and the Achievement of Display Output
The progress Griffais revealed in an interview with IGN indicates that driver support has moved beyond the conceptual stage and has been incorporated into the OS's core build. The development team enabled NVIDIA drivers within the SteamOS main tree and confirmed display output on environments equipped with specific generations of GeForce hardware.
However, there's a large gap between getting an image to appear on screen and running PC games comfortably. Griffais candidly acknowledged, "There's still a rift we're working to close in terms of the performance difference between that driver and the current state of the art." The driver has yet to reach the level of existing AMD-focused optimization in areas such as maintaining frame rates, reducing rendering latency, and handling DirectX-to-Vulkan API translation via Proton. Even so, development hasn't stalled—he explained that the team is making incremental improvements "day by day."
Valve has not yet disclosed the specific hardware generations on which display output was confirmed. NVIDIA has recently begun offering open-source kernel modules for Linux, but details on which hardware generations have undergone practical operational verification will have to await future announcements.
Why NVIDIA Support Will Take Years
The reason NVIDIA GPU support is taking so long to develop is closely tied to SteamOS's unique architectural design. SteamOS 3 is built on Arch Linux but employs an immutable root filesystem that keeps the OS partition read-only. System updates are applied atomically (via wholesale replacement), and this design—which prevents users from directly modifying the OS partition—has helped ensure console-level stability.
Overseeing rendering atop this immutable design is Valve's proprietary micro-compositor, "Gamescope." Gamescope controls per-game resolution scaling (FSR), refresh rate management, HDR, and variable refresh rate (VRR) directly at the OS level. In AMD environments, the Linux kernel's standard AMDGPU driver meshes well with Mesa's RADV driver—developed largely by the open-source community—enabling tight integration with Gamescope.
NVIDIA's driver stack, by contrast, is structured quite differently. While the kernel module has been open-sourced for Turing-generation hardware and later, the core of the userspace layer—including the OpenGL and Vulkan graphics implementations and the shader compiler—is still delivered as proprietary, closed-source binaries. Reconciling the immutable OS's root filesystem management, proprietary userspace libraries, and the low-latency buffer-sharing mechanisms required by Gamescope's Wayland session demands advanced engineering work.
Griffais likened the difficulty of this development effort to Valve's own work on "FEX" and driver development for Qualcomm chips. FEX is a compatibility layer that allows x86 binaries to run efficiently on Arm architecture, and it serves as the foundation for technologies such as Valve's VR headset, the Steam Frame. Completing a compatibility layer that bridges disparate architectures requires years of painstaking development, and NVIDIA driver integration is positioned as a multi-year project of the same nature.
A 73% Market Share and the Conditions for Rivaling Windows
The reason Valve is willing to commit years to pushing forward NVIDIA support lies in the overwhelming hardware composition of the PC gaming market.
According to Valve's Steam Hardware & Software Survey as of August 2026, NVIDIA GPUs hold a 72.88% share among Steam users' PC environments. That figure far outpaces AMD and Intel GPUs, meaning roughly 73% of users are running a GeForce series card.
Currently, Valve only officially recommends installing SteamOS on PCs equipped with AMD graphics. Since AMD APUs have been the standard choice for the Steam Deck and third-party portable devices (such as the ASUS ROG Ally and Lenovo Legion Go), this restriction hasn't posed a major obstacle so far. But for DIY PC builders and general desktop gamers looking to migrate from Windows to SteamOS, the lack of NVIDIA support stands as a significant barrier.
For SteamOS to grow into a self-sufficient gaming platform capable of rivaling Windows, capturing this 72.88% user base is an essential option. Full compatibility with the GeForce series is also an unavoidable requirement if third-party PC manufacturers are to ship SteamOS-powered desktop gaming PCs to the general market.
Anti-Cheat and Arm: The Next Frontier
Even once the graphics driver performance gap is closed, another major hurdle remains for SteamOS adoption: kernel-level anti-cheat systems, which are increasingly common in online competitive games.
On Linux environments running through Proton, compatibility support for major anti-cheat systems like Easy Anti-Cheat (EAC) and BattlEye has been established. However, whether to enable these on Linux is left up to individual game publishers. Furthermore, titles that require proprietary drivers running deep within the Windows kernel—such as Riot Games' Vanguard or the Ricochet system used in the Call of Duty series—simply won't run in Proton environments. Even if NVIDIA support removes the hardware-side constraints, the software-side question of whether popular live-service games will be supported remains on an entirely separate timeline.
Meanwhile, Valve's focus extends beyond the PC desktop to mobile and VR devices, where adoption of Arm architecture is growing. Both the development of Arm environments using Qualcomm SoCs and FEX, and NVIDIA GPU support on the desktop, represent long-term projects aimed at freeing the Steam platform from dependence on specific hardware vendors and proprietary operating systems.
The first thing to watch for going forward is the disclosure of technical specifications clarifying exactly which architectures fall within the range of "specific generations" that have already achieved display output. And the next real-world indicator of how close full practical support actually is will be when optimization patches that close the performance gap reach the general SteamOS beta channel, allowing testers to verify them firsthand.
