I’ve installed HQPlayer Embedded 5.15.2-43 (amd64 .deb) on Ubuntu 25.04 with an RTX 4060 Ti using driver 570.195.03 (CUDA 12.8). HQPlayer runs fine through Roon, but the log always reports “CUDA devices: 0”.
Diagnostics summary:
dpkg -l | grep hqplayerd
→ ii hqplayerd 5.15.2-43 amd64
strings /usr/bin/hqplayerd | grep cuda
→ CUDA code paths present (clFIRCuda, clPolyphaseCuda, HaveCUDA…)
ldd /usr/bin/hqplayerd | grep cuda
→ NO_CUDA_LINK
journalctl -u hqplayerd | grep cuda
→ CUDA devices: 0
sudo -u hqplayer nvidia-smi
→ RTX 4060 Ti detected
sudo -u hqplayer clinfo | grep ‘Platform Name’
→ NVIDIA CUDA / RTX 4060 Ti
This suggests the Ubuntu .deb build includes CUDA references but is running CPU-only, with no active GPU linkage even though CUDA and OpenCL work correctly under the same user.
Could you please confirm:
- Whether the Ubuntu .deb build supports CUDA/OpenCL GPU offload?
- If not, is there a cuda or cudaopencl build available, or is GPU support only in HQPlayer OS?
Thanks