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 commit330080697d. * Revert "Trying a flexible option of setting the menu listings" This reverts commit701b105b1d. * Revert "Trying to get menu to show additional changes" This reverts commitb038987561. * Revert "Expose package functions from archinstall.lib.packages to avoid explicit imports." This reverts commit9244c0b190. * Revert "Adding __future__ to the top again" This reverts commit1679f00f2e. * Revert "Forgot to put level= on log output" This reverts commit6561894388. * 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 commit652308ee40. Co-authored-by: Anton Hvornum <anton@hvornum.se>
This commit is contained in:
parent
6e3a5a8c2f
commit
a748f3fba0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue