Skip to content

Commit

Permalink
🚧 profiles/graphics_drivers: fix amd GPU being exposed as additional …
Browse files Browse the repository at this point in the history
…display controler
  • Loading branch information
vnepogodin authored Jan 28, 2025
1 parent d15d73c commit 8b7db35
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 @@ -254,7 +254,7 @@ rm -f /etc/environment.d/30-opencl.conf

[amd]
desc = "Mesa open source driver for AMD"
class_ids = "0300 0302"
class_ids = "0300 0302 0380"
vendor_ids = "1002"
device_ids = "*"
priority = 4
Expand Down

1 comment on commit 8b7db35

@rrevi
Copy link

@rrevi rrevi commented on 8b7db35 Jan 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vnepogodin for the quick turnaround 🚀

Please sign in to comment.