Adds nvidia-open package as an option. (#1176)

* 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.

* Change description

* Clarify that the other open option is noveau

* Added a check to see if the package we include exists in testing or not, and if it does, we allow that repo and warn about it.

* Forgot to put level= on log output

* Adding __future__ to the top again

* Expose package functions from archinstall.lib.packages to avoid explicit imports.

* Trying to get menu to show additional changes

* Trying a flexible option of setting the menu listings

* Trying a flexible option of setting the menu listings

* Revert "Trying a flexible option of setting the menu listings"

This reverts commit 330080697d.

* Revert "Trying a flexible option of setting the menu listings"

This reverts commit 701b105b1d.

* Revert "Trying to get menu to show additional changes"

This reverts commit b038987561.

* Revert "Expose package functions from archinstall.lib.packages to avoid explicit imports."

This reverts commit 9244c0b190.

* Revert "Adding __future__ to the top again"

This reverts commit 1679f00f2e.

* Revert "Forgot to put level= on log output"

This reverts commit 6561894388.

* Revert "Added a check to see if the package we include exists in testing or not, and if it does, we allow that repo and warn about it."

This reverts commit 652308ee40.

Co-authored-by: Anton Hvornum <anton@hvornum.se>
This commit is contained in:
Dylan M. Taylor 2022-05-14 01:34:41 -04:00 committed by GitHub
parent 6e3a5a8c2f
commit a748f3fba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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