Skip to content

Commit a748f3f

Browse files
dylanmtaylorTorxed
andauthored
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 3300806. * Revert "Trying a flexible option of setting the menu listings" This reverts commit 701b105. * Revert "Trying to get menu to show additional changes" This reverts commit b038987. * Revert "Expose package functions from archinstall.lib.packages to avoid explicit imports." This reverts commit 9244c0b. * Revert "Adding __future__ to the top again" This reverts commit 1679f00. * Revert "Forgot to put level= on log output" This reverts commit 6561894. * 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 652308e. Co-authored-by: Anton Hvornum <[email protected]>
1 parent 6e3a5a8 commit a748f3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

archinstall/lib/hardware.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"intel-media-driver",
5252
"vulkan-intel",
5353
],
54-
"Nvidia (open-source)": [
54+
"Nvidia (open kernel module for newer GPUs, Turing+)": ["nvidia-open"],
55+
"Nvidia (open-source nouveau driver)": [
5556
"mesa",
5657
"xf86-video-nouveau",
5758
"libva-mesa-driver"

0 commit comments

Comments
 (0)