Il 31/08/2017 10:05, Michael Below ha scritto: > Hi, > > the original poster is on Debian testing, that's not supported by AMD. No! I have written many of times how to get AMD proprietary OpenCL driver work perfectly with darktable, even if your Linux distro is not officially supported. The procedure is very easy, and clean. As Fedora package maintainer, I strongly recommend to not follow suggestions of people who install CentOS packages on Fedora. Let's explain it again.
======= Just download the drivers for the distro that is more similar to yours (example, RPM or Deb packages). The example will follow RPM architecture, but for Debs the procedure is almost the same. Unpack the tar.xz file in a folder let's call it /home/user/unpacked After that, you will have folder /home/user/unpacked/amdgpu-pro that contains subfolders amdgpu-pro-install repodata RPMS SRPMS go in RPMS and take all RPM files that are in subfolder /home/user/unpacked/amdgpu-pro/x86_64 and put them together someelsewhere, for example /home/user/amd_opencl then unpack them all. You will get /home/user/amd_opencl/etc/ /home/user/amd_opencl/lib/ /home/user/amd_opencl/opt/ /home/user/amd_opencl/usr/ Then # mv /home/user/amd_opencl/opt/amdgpu-pro/ /opt/ (where RPMS are for rpm packes, for Deb packages you may have DEBS) # chown -R root:root /opt/amdgpu-pro/ Then # mv /home/user/amd_opencl/etc/OpenCL/vendors/amdocl64.icd /etc/OpenCL/vendors/ # chown -R root:root /etc/OpenCL/vendors/amdocl64.icd Then $ LD_LIBRARY_PATH=/opt/amdgpu-pro/lib64 darktable and enable OpenCL into darktable options :-))) Enjoy! ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
