Skip to content

Commit

Permalink
profiles/graphics_drivers: Fix invalid device_name_patterns for close…
Browse files Browse the repository at this point in the history
…d nvidia drivers
  • Loading branch information
ventureoo committed Aug 11, 2024
1 parent afb771e commit c8889dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiles/pci/graphic_drivers/profiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ post_remove = """
rm -f /etc/profile.d/nvidia-vaapi.sh
mkinitcpio -P
"""
device_name_pattern = "(GM|GP[0-9]+[^M]*)[[:blank:]].*"
device_name_pattern = "((GM|GP)+[0-9]+[^M]*\s.*)"

[nvidia-dkms.prime]
desc = 'Closed source NVIDIA drivers for Linux (Latest)'
class_ids = "0300 0302 0380"
device_name_pattern = "(GM|GP[0-9]+[A-Z]*M)[[:blank:]].*"
device_name_pattern = "((GM|GP)+[0-9]+[A-Z]*M\s.*)"
priority = 13
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 nvidia-prime switcheroo-control'
post_install = """
Expand Down

0 comments on commit c8889dc

Please sign in to comment.