Search found 4 matches

by haveyaseen
Thu Sep 03, 2020 4:34 pm
Forum: Problems with AMD/ATI drivers
Topic: AMD Radeon HD 7870 Pitcairn cannot handle the force
Replies: 4
Views: 6049

Re: AMD Radeon HD 7870 Pitcairn cannot handle the force

Thanks for the warm welcomes and for the quick replies!

@JimboPalmer Thanks for the hint, I just removed the second device by uninstalling the free mesa-opencl-icd (https://packages.debian.org/buster/mesa-opencl-icd).

@JohnChodera Awesome, sure would love to try it out! I'll send you my email.
by haveyaseen
Thu Sep 03, 2020 1:41 pm
Forum: Problems with AMD/ATI drivers
Topic: AMD Radeon HD 7870 Pitcairn cannot handle the force
Replies: 4
Views: 6049

AMD Radeon HD 7870 Pitcairn cannot handle the force

After a long time I have finally managed to get the amdgpu driver installed on my Debian 10 machine with OpenCL support. Now I even installed kernel version linux-image-5.6.0-0.bpo.2-amd64 from buster-backports and successfully compiled rocm-dkms from the AMD repositories according to the instructio...
by haveyaseen
Tue Mar 17, 2020 10:28 am
Forum: New Donors start here
Topic: Linux: How fix GPU configuration issue?
Replies: 9
Views: 4351

Re: Linux: How fix GPU configuration issue?

You may have success installing the AMD client driver for OpenCL: sudo apt install amd-opencl-icd Now this is the package name on Debian, on Linux Mint it may be called differently. Edit: The following may also help (see https://foldingforum.org/viewtopic.php?p=314284#p314284). sudo apt install ocl-...
by haveyaseen
Mon Mar 16, 2020 6:05 pm
Forum: New Donors start here
Topic: Linux: How fix GPU configuration issue?
Replies: 9
Views: 4351

Re: Linux: How fix GPU configuration issue?

As far as I know you need to install OpenCL:

Code: Select all

sudo apt install ocl-icd-opencl-dev
And then restart the FAHClient service or process:

Code: Select all

sudo systemctl restart FAHClient