Closed nachitox closed 4 years ago
The ADLSDK requires old AMD Catalyst drivers published before 2016 (AMD Catalyst 15.XX or earlier). AMDGPU-PRO (your AMD linux driver is very likely AMDGPU-PRO driver) and AMDGPU does not deliver needed ADL, thus AMDCOVC uses other way to read and write parameters. AMDGPU-PRO does not give (officially) and any way to set GPU voltage.
I understand. Thank you.
I'm trying to read voltages but can't make it work.
I compiled it with
HAVE_ADLSDK = 1
pointingADLSDKDIR
to the right dir and settingLIBDIRS
to the Ubuntu line. I have installed Radeon™ Software for Linux® Driver 17.50I don't know why but
if (handle.open())
fails.