From cb3fcbc11501b0fa29d195965b5876065f0a831f Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 30 Nov 2025 16:49:09 +0100 Subject: [PATCH] Add "Driver compatibility charts" for NVIDIA --- Graphics-Driver-Issues.md | 65 ++++++++++++++++++++++++++++++++------- 1 file changed, 54 insertions(+), 11 deletions(-) diff --git a/Graphics-Driver-Issues.md b/Graphics-Driver-Issues.md index 7697cae..14cf5d0 100644 --- a/Graphics-Driver-Issues.md +++ b/Graphics-Driver-Issues.md @@ -1,25 +1,27 @@ # Graphics Driver Issues This page quickly summarizes graphics driver quirks and issues present in GPU drivers by different manufacturers. -» [AMD (Proprietary)](#amd-proprietary)
-» [Intel (Proprietary)](#intel-proprietary)
-» [NVIDIA (Proprietary)](#nvidia-proprietary)
- -» [AMD (Mesa)](#amd-mesa)
-» [Intel (Mesa)](#intel-mesa)
-» [NVIDIA (Mesa)](#nvidia-mesa)
- -» [**Hall of Fame (List of fixed issues)**](#hall-of-fame) +**Index** +* [Driver compatibility charts](#driver-compatibility-charts) +* List of driver issues: + * [AMD (Proprietary)](#amd-proprietary) + * [Intel (Proprietary)](#intel-proprietary) + * [NVIDIA (Proprietary)](#nvidia-proprietary) + * [AMD (Mesa)](#amd-mesa) + * [Intel (Mesa)](#intel-mesa) + * [NVIDIA (Mesa)](#nvidia-mesa) +* » [**Hall of Fame (List of fixed issues)**](#hall-of-fame) --- +
-### Driver compatibility charts +## Driver compatibility charts $${\color{red} Unsupported}$$ - The driver supports the hardware, but due to its poor state, we do not support it.
$${\color{yellow} Legacy}$$ - The driver supports the hardware, has reached end-of-life, but we still have legacy support for it.
$${\color{green} Supported}$$ - The driver supports the hardware, is actively updated and supported. -#### AMD +### AMD @@ -76,7 +78,47 @@ $${\color{green} Supported}$$ - The driver supports the hardware, is actively up - **xgl:** AMD's proprietary Vulkan driver, used on Windows drivers and amdvlk (now defunct). - **radv:** mesa's open-source Vulkan driver. +### NVIDIA +
AMD/ATI Radeon
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NVIDIAlibgllibvulkannvk
Fermi (400)$${\color{yellow} Legacy}$$$${\color{gray} X}$$$${\color{gray} X}$$
Kepler (600/700)$${\color{yellow} Legacy}$$$${\color{gray} X}$$$${\color{gray} X}$$
Maxwell/Pascal (700/900/1000)$${\color{yellow} Legacy}$$$${\color{green} Supported}$$$${\color{red} Unsupported}$$
Turing and newer (1600 to 5000)$${\color{green} Supported}$$$${\color{green} Supported}$$$${\color{green} Supported}$$
+ +**Glossary:** +- **libgl:** NVIDIA's proprietary OpenGL driver. +- **libvulkan:** NVIDIA's proprietary Vulkan driver. +- **nvk:** mesa's open-source Vulkan driver for NVIDIA GPUs. + --- +
## AMD (Proprietary)
**OpenGL** @@ -156,6 +198,7 @@ $${\color{green} Supported}$$ - The driver supports the hardware, is actively up - _No known problems at this time_ --- +
# Hall of Fame
List of reported graphics driver bugs that are now fixed. We'd like to thank the developers who fixed these!