From d3b04322837aab3e396aabcfcd5ff028ed39e7db Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Thu, 12 May 2022 22:03:37 -0400 Subject: [PATCH] Clarify that the other open option is noveau --- archinstall/lib/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index dcd7d01e..9660ea95 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -52,7 +52,7 @@ AVAILABLE_GFX_DRIVERS = { "vulkan-intel", ], "Nvidia (open kernel module for newer GPUs, Turing+)": ["nvidia-open"], - "Nvidia (open-source)": [ + "Nvidia (open-source nouveau driver)": [ "mesa", "xf86-video-nouveau", "libva-mesa-driver"