Dirk Broer wrote: ↑Mon Aug 12, 2019 4:34 pm
The -y argument sets all questions during the install to a default 'yes'.
The install of OpenCL depends heavily on the
--opencl=pal,legacy argument. Without it you will get the infamous 'no useable GPU detected'...
Code: Select all
./amdgpu-pro-install -y --opencl=pal,legacy --headless
--headless will drop Accelerated graphics, Mesa multimedia, Pro OpenGL and Pro Vulkan
I tired above command without
--headless argument with same results as when issuing
./amdgpu-pro-install -y.
Out of curiosity I opened synpatic to check what packages are installed and added boinc-client-opencl (7.9.3+dfsg-5ubuntu2) and
ocl-icd-libopencl1 (2.2.11-1ubuntu1) packages. After this I restarted boinc-client service. Still my GPU was not detected.
Once more I opened synaptic and installed these packages:
clinfo-amdgpu-pro (19.10-785425)
libopencl1-amdgpu-pro (19.10-785425)
opencl-amdgpu-pro (19.10-785425)
opencl-amdgpu-pro-icd (19.10-785425)
opencl-orca-amdgpu-pro-icd (19.10-785425)
Finally I rebooted PC and viola. GPU shows up nicely in Boinc.
I assume that OpenGL was causing the trouble.