From 8bccac2d3509ce9f8fe9e6acaf9868cfff836301 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Thu, 12 May 2022 20:18:45 -0400 Subject: [PATCH] Adds nvidia-open package as an option. Apologies for making the installation even more confusing for Nvidia users. This adds an option for the new open-source kernel module for Turing or later cards, https://github.com/NVIDIA/open-gpu-kernel-modules. nvidia-open is currently in the testing repository. --- archinstall/lib/hardware.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index ea570707..bddda65a 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -51,6 +51,7 @@ AVAILABLE_GFX_DRIVERS = { "intel-media-driver", "vulkan-intel", ], + "Nvidia (new open-source kernel module)": ["nvidia-open"], "Nvidia (open-source)": [ "mesa", "xf86-video-nouveau",