, however I have 2 problems, The /opt/resolve/libs folder is not created when downloading the ZIP of version 18.6.6 of Davinci Resolve from the official repository (www.blackmagicdesign.com)
which does not allow me to execute the 3 step of the GitHub guide that I am relying on to be able to install it
I already unzipped the folder, however when trying to grant permissions through chmod +x or directly trying to run the file DaVinci_Resolve_18.6.6_Linux.run I get the next error:
Missing or outdated system packages detected.
Please install the following missing packages:
zlib
Regarding this error message, as I understand in Fedora 40 this dependency was replaced by zlib-ng-compat which I already have installed on my system
I also already installed the necessary dependencies with: sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --best --allowerasing but I continue with the same problem
I would appreciate it if anyone knows how I can solve this.
her this is topic i created and tested it multiple times
there is the command SKIP_PACKAGE_CHECK=1 need to be entered when installing
on that script from github it is missing cruzial part of especially F40 installation that to skip package check since F40 dont use anymore zlib and is using zlib-compat and thats why installer dosent go since it is looking for that lib so skip-package check command is the main thing to enable to install DaVinci resolve
I haven’t been able to get back to the podman image project for DaVinci Resolve and honestly not sure when, AMD buids are kind of broken because of ROCm things. . .
how what packages? can ou explain where you get this
how it will handle all external devices that is used for editing? how it will use GPU? team clouds all thes comes again sandboxing and messing the permissions
so this zlib package has many conflicts on many software on fedora since there is no zlib anymore so just skip package check and all golden
have you ever installed the DaVinci resolve to know exactly the process and product?
Flatpak doesn’t handle udev rules so generally if the program needs access to an external device, the manifest just disables the sandbox with --device=all.
There shouldn’t be any problem with using the GPU? Flathub ships userspace drivers for the proprietary NVIDIA graphics driver and Mesa.
I could install DaVinci Resolve and run it. However, now I get a DaVinci error “Unsupported GPU Processing Mode”, but that’s probably a problem with something else.