You are not logged in.
Hello ,
today i tried to install this software Svp4linux on devuan beowulf on pc with amd a10 apu (bristol ridge).
it seems the APU is not very good supported on Debian / Devuan, but maybe i just made an error during installation.
however, the program would not start and i get the following error
21:09:19.633 [I]: OS: Linux 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
21:09:19.649 [I]: Desktop environment: / xfce
21:09:19.675 [I]: CPU: AMD A10-9700 RADEON R7, 10 COMPUTE CORES 4C+6G [base frequency 1540 MHz, 4 threads]
21:09:19.677 [W]: Video: OpenCL subsystem isn't available, try to reinstall video drivers
21:09:19.679 [I]: Memory: 15026 MB total, 14476 MB free
i have installed the firmware-amd-graphics and also firmware-xorg-video-ati or similar , as this was done during installation (went from ascii to beowulf).
If anyone know an help, please post.
thank you very much.
Offline
Give this a try:
https://linuxconfig.org/how-to-install- … -10-buster
rolfie
Online
Thank you very much Rolfie,
this has been solved!
firmware-linux
was missing, the one-liner filled it up.
Now the program starts!
Offline
Hello ,
i have now a newer System with Graphics card RX 7000 series.
Is there asolution to install OpenCL for Devuan and Amdgpu already?
On Ubuntu it would function, but would much prefer using Devuan.
Thanks.
Offline
Opencl is currently enabled in rocm on debian, available as rocm-opencl-icd.
You would have to run (devuan) testing or unstable to use it.
Offline
thank you, i was able to install the OpenCL part of driver, in daedalus, it seem function;
however, the application, most probably need the vulkan part of amdgpu, and those seem not function with the opensource driver as exepected.
14:24:26.555 [W]: Video [gpuID=11] initialization failed
14:24:26.555 [W]: Performance: GPU-based frame rendering [gpuID=11] FAILED
14:24:26.683 [W]: Video [gpuID=12] initialization failed
14:24:26.683 [W]: Performance: GPU-based frame rendering [gpuID=12] FAILED
trying to install amd radeon driver from amd website fails on devuan (i tried with the package of ubuntu 24.04)
https://www.amd.com/en/support/download … ivers.html
sudo amdgpu-install --usecase=graphics -y --vulkan=pro --opencl=rocr --accept-eula
[b]Unsupported OS: /etc/os-release ID 'devuan'[/b]
Offline