- enable amd iommu and set to passthrough:
- iommu=pt amd_iommu=on
- blacklist some drivers:
- modprobe.blacklist=sp5100_tco,radeon
- enable amdgpu for Southern Islands:
- radeon.si_support=0 amdgpu.si_support=1
- enable amdgpu for Sea Islands:
- radeon.cik_support=0 amdgpu.cik_support=1
- enable amdgpu HDMI/DP audio (kernel >=4.15) :
- amdgpu.dc=1
- enable R9 390 performance fix :
- amdgpu.dpm=1
- good reads on amdgpu:
Lets you manually select the clock speed on an amdgpu card. Usefull for those hot running R9's
sudo ./amdgpu-setclock.sh
Resets card to auto power management
sudo ./amdgpu-auto.sh
Author: DominiLux << Thank you for the good work! License: Apache Version 2.0 DominiLux has deprecated this project as it was meant to be an example. He's currently developing his new project in C++ and will have a release ready soon. It's name is GPUMAGIC and it is specifically engineered not just for mining but for managing any large compute cluster which uses AMD Graphics Cards. You can get more information on it in my repository GPUMAGIC which is also the future home of the code (currently in testing and debugging)
sudo ./amdgpu-fanspeed.sh -s [speed 0 - 100]