You are not logged in.
Hello everyone
I have downloaded DaVinci Resolve from official website.
I installed it and now it doesn't open.
When I run it in terminal it shows this:
pezhman@archlinuxhn:/opt/resolve/bin $ ./resolve
./resolve: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directoryI know DaVinci Resolve is available in aur but I Downloaded it befor swithing to archlinux.(for ububntu)
I tried "sudo pacman -S libOpenCL.so.1"
error: target not found: libOpenCL.so.1what should I do?
Last edited by Pezhman (2022-01-26 14:37:54)
Offline
See the table in https://wiki.archlinux.org/title/DaVinc … stallation for relevant packages you need to install depending on your vendor.
Offline
well I run "davinci-resolve-checker" script and this is the resault.
pezhman@archlinuxhn:~/clone/davinci-resolve-checker $ ./davinci-resolve-checker.py
Locale unavailable: None, using en_US instead
Using locale en_US
DaVinci Resolve checker 2.4.1
Installed DaVinci Resolve package:
Chassis type: desktop
Installed OpenCL drivers: lib32-opencl-nvidia-390xx opencl-nvidia-390xx
Presented GPUs:
GF108 [GeForce GT 730] (kernel driver in use: nvidia)
OpenGL vendor string: NVIDIA Corporation
All seems good. You should be able to run DaVinci Resolve successfully.Offline
Please post output of
$ pacman -Qs nvidia
$ clinfo --listDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
pezhman@archlinuxhn:/opt/resolve/bin $ ./resolve ./resolve: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
$ pacman -F libOpenCL.so.1
extra/ocl-icd 2.3.1-1 [installed]
usr/lib/libOpenCL.so.1
community/cuda 11.5.1-1
opt/cuda/targets/x86_64-linux/lib/libOpenCL.so.1
multilib/lib32-ocl-icd 2.3.0-1 [installed: 2.3.1-1]
usr/lib32/libOpenCL.so.1
$So try installing the ocl-icd package. I don't think the 32-bit version is needed and the cuda package doesn't seem relevant here.
EDIT: the ocl-icd package is listed in the dependencies for the AUR package.
https://aur.archlinux.org/cgit/aur.git/ … esolve#n69
Last edited by Head_on_a_Stick (2022-01-25 15:50:30)
Jin, Jîyan, Azadî
Offline
Here you are"Lone_Wolf"
pezhman@archlinuxhn:~ $ pacman -Qs nvidia
local/egl-wayland 2:1.1.9+r3+g582b2d3-1
EGLStream-based Wayland external platform
local/lib32-nvidia-390xx-utils 390.147-1
NVIDIA drivers utilities (32-bit), 390xx legacy branch
local/lib32-opencl-nvidia-390xx 390.147-1
OpenCL implemention for NVIDIA (32-bit), 390xx legacy branch
local/libvdpau 1.4-1
Nvidia VDPAU library
local/libxnvctrl-390xx 390.147-1
NVIDIA NV-CONTROL X extension, 390xx legacy branch
local/nvidia-390xx-dkms 390.147-1
NVIDIA drivers - module sources
local/nvidia-390xx-settings 390.147-1
Tool for configuring the NVIDIA graphics driver, 390xx legacy branch
local/nvidia-390xx-utils 390.147-1
NVIDIA drivers utilities
local/opencl-nvidia-390xx 390.147-1
OpenCL implemention for NVIDIA
local/xf86-video-nouveau 1.0.17-2 (xorg-drivers)
Open Source 3D acceleration driver for nVidia cardspezhman@archlinuxhn:~ $ clinfo --list
Platform #0: NVIDIA CUDA
`-- Device #0: GeForce GT 730Offline
Here you are "Head_on_a_Stick"
pezhman@archlinuxhn:~ $ pacman -F libOpenCL.so.1
extra/ocl-icd 2.3.1-1 [installed]
usr/lib/libOpenCL.so.1
community/cuda 11.5.1-1
opt/cuda/targets/x86_64-linux/lib/libOpenCL.so.1
multilib/lib32-ocl-icd 2.3.1-1
usr/lib32/libOpenCL.so.1Offline
DaVinci resolve works perfectly fire now.
I think thats becuase I installed "ocl-icd" package.
Thanks everyone.
[SOLVED]
Last edited by Pezhman (2022-01-28 11:42:36)
Offline