Skip to content

Commit

Permalink
profiles/graphic_drivers: Increase nouveau profile priority
Browse files Browse the repository at this point in the history
  • Loading branch information
ventureoo committed Aug 22, 2024
1 parent a7c4e44 commit 89c5aed
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 @@ -174,7 +174,7 @@ device_name_pattern = '(GF)\w+'
desc = "Open Nouveau driver for NVIDIA graphics cards (Only for old GPUs)"
class_ids = "0300 0302"
vendor_ids = "10de"
priority = 0
priority = 9
packages = 'mesa lib32-mesa libva-mesa-driver mesa-vdpau lib32-libva-mesa-driver vulkan-nouveau'
conditional_packages = """
if [ -z "$(lspci -d "10de:*:030x")" ]; then
Expand Down

0 comments on commit 89c5aed

Please sign in to comment.