Skip to content

Commit

Permalink
profiles/graphic_drivers: Use dumped list for closed modules instead …
Browse files Browse the repository at this point in the history
…of pattern matching

Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
  • Loading branch information
ventureoo committed Oct 4, 2024
1 parent 6e5fdb6 commit ef41722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/pci/graphic_drivers/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class_ids = "0300 0302 0380"
vendor_ids = "10de"
priority = 12
packages = 'nvidia-utils egl-wayland nvidia-settings opencl-nvidia lib32-opencl-nvidia lib32-nvidia-utils libva-nvidia-driver vulkan-icd-loader lib32-vulkan-icd-loader'
device_ids = '>/var/lib/chwd/ids/nvidia-latest-closed.ids'
conditional_packages = """
kernels="$(pacman -Qqs "^linux-cachyos")"
packages=""
Expand Down Expand Up @@ -121,7 +122,6 @@ post_remove = """
rm -f /etc/profile.d/nvidia-vaapi.sh
mkinitcpio -P
"""
device_name_pattern = '(GM|GP)\w+'

[nvidia-dkms-470xx]
desc = 'Closed source NVIDIA drivers for Linux (470xx branch, only for Kepler GPUs)'
Expand Down

0 comments on commit ef41722

Please sign in to comment.