Davinci Resolve cant start missing openCL

Hi,
Cant start DR even openCL is already installed!

"/opt/resolve/bin/resolve: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory"

GPU: RadeonRX 570 (standard driver with the kernel)

Regards

Now the newest driver from AMD webside for REHL is installed and can start DR, but doesn’t recognize the GPU as you see:

AFAIK Resolve works best with Nvidia Cards. Using AMD is not supported. Best you start resolve from the command line and check the terminal output.

If you want to install the serial number for the resolve studio version you need to run it the first time as root.

1 Like
/opt/resolve/bin/resolve 
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= 2282, Mode=  0, Level=  0, CmdKey= 8, Option= 0
19.0.3.0005 Linux/Clang x86_64
Main thread starts: 15E4F000
0x7faa15e4f000 | Undefined            | INFO  | 2024-10-23 14:20:24,207 | --------------------------------------------------------------------------------
0x7faa15e4f000 | Undefined            | INFO  | 2024-10-23 14:20:24,207 | Loaded log config from /home/sia/.local/share/DaVinciResolve/configs/log-conf.xml
0x7faa15e4f000 | Undefined            | INFO  | 2024-10-23 14:20:24,207 | --------------------------------------------------------------------------------

according to the “DaVinci Resolve 19.0.3” article found on Support Center | Blackmagic Design it could work. Does your machine fulfill the specs ?

Minimum system requirements for Linux

    Rocky Linux 8.6.
    32 GB of system memory.
    For monitoring, Blackmagic Design Desktop Video 12.9 or later.
    Discrete GPU with at least 4 GB of VRAM.
    GPU which supports OpenCL 1.2 or CUDA 12.
    AMD official drivers from your GPU manufacturer.
    NVIDIA Studio driver 550.40.07 or newer.

1 Like

Have more than the system requirement, and the error is about something missing not a hardware!

Looking at https://interfacinglinux.com/2024/01/08/davinci-resolve-on-linux-with-amd-gpu/

did you disable wayland in /etc/gdm3/custom.conf and did you run following command to install the amd driver?

amdgpu-install --vulkan=pro --opencl=rocr,legacy
1 Like

The Link i’ve visited before is like others doesn’t work!