egpu-switch-script/egpu.conf

11 lines
293 B
Plaintext

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