Clarify that the other open option is noveau

This commit is contained in:
Dylan M. Taylor 2022-05-12 22:03:37 -04:00 committed by GitHub
parent 135583ccba
commit d3b0432283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ AVAILABLE_GFX_DRIVERS = {
"vulkan-intel", "vulkan-intel",
], ],
"Nvidia (open kernel module for newer GPUs, Turing+)": ["nvidia-open"], "Nvidia (open kernel module for newer GPUs, Turing+)": ["nvidia-open"],
"Nvidia (open-source)": [ "Nvidia (open-source nouveau driver)": [
"mesa", "mesa",
"xf86-video-nouveau", "xf86-video-nouveau",
"libva-mesa-driver" "libva-mesa-driver"