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.
This commit is contained in:
Dylan M. Taylor 2022-05-12 20:18:45 -04:00 committed by GitHub
parent 1ff84d0246
commit 8bccac2d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",