HOWTO: Folding AMD GPU (RX 5700) on Ubuntu 20.04
Posted: Thu May 07, 2020 7:53 pm
I've been trying to figure this out for weeks on Ubuntu 19.10 prior to the release of Ubuntu 20.04 without any success after following all the instructions I could find.
I was hoping that AMD would release a new driver with the OpenCL drivers for Ubuntu 20.04, but unfortunately this did not happen yet.
So after another attempt I now have it running.
This worked for me:
1. Download AMD Driver for your card from the AMD Support site
2. Extract with tar zvf
3. Edit and replace VERSION_ID with 18.04
4. Run:
5. Edit and replace VERSION_ID with 20.04 again
6. I had to run FAHClient as root by editing You might be able to run it with the default fahclient user by adding the fahclient user to the render group
7. Reboot
8. Then I had an issue with Bad State Detected
9. Reboot
Now my GPU is folding!
I was hoping that AMD would release a new driver with the OpenCL drivers for Ubuntu 20.04, but unfortunately this did not happen yet.
So after another attempt I now have it running.
This worked for me:
1. Download AMD Driver for your card from the AMD Support site
2. Extract with tar zvf
3. Edit
Code: Select all
/etc/os-release
4. Run:
Code: Select all
amdgpu-pro-install --opencl=legacy,pal --headless --no-dkms
Code: Select all
/etc/os-release
6. I had to run FAHClient as root by editing
Code: Select all
/etc/init.d/FAHClient
7. Reboot
8. Then I had an issue with Bad State Detected
9. Reboot
Now my GPU is folding!