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:
parent
1ff84d0246
commit
8bccac2d35
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue