egpu-switch-script/egpu.conf

11 lines
293 B
Plaintext
Raw Normal View History

2022-03-18 19:30:58 +00:00
Section "Device"
Identifier "Device0"
Driver "amdgpu"
BusID "PCI:06:00:0" # Edit to match the PCI address of your AMD GPU
EndSection
Section "Module"
# Loading this allows offloading to the Intel GPU if you for some reason want that
Load "modesetting"
EndSection