I am looking for Davinci Resolve Studio for Linux.
On PirateBay there is only Windows and one for Mac. They don’t even have a Linux apps category, only UNIX.
On 1337x.to they don’t have categories for the different operating systems, but from what I can see it’s only windows.
It costs $300 one time, which is a very fair price and I will pay it if it works on my computer. But because it’s so much money I want to check if it really works before I move over the money.
I tried the free version and it’s cool but it can’t handle the files from my Sony A7C and I need to transcode all of them before editing, that takes a lot of space and a lot of time because I have hundreds of files for each project. Theoretically the paid version should be able to use my Intel iGPU which has hardware acceleration for the file format my camera spits out. This way I could use both my GPUs at the same time.
Found an updated script for Resolve 20.1 by u/Longjumping-Health26 on Reddit
sudo /usr/bin/perl -pi -e 's/\x03\x00\x89\x45\xFC\x83\x7D\xFC\x00\x74\x11\x48\x8B\x45\xC8\x8B/\x03\x00\x89\x45\xFC\x83\x7D\xFC\x00\xEB\x11\x48\x8B\x45\xC8\x8B/g' /opt/resolve/bin/resolve sudo /usr/bin/perl -pi -e 's/\x74\x11\x48\x8B\x45\xC8\x8B\x55\xFC\x89\x50\x58\xB8\x00\x00\x00/\xEB\x11\x48\x8B\x45\xC8\x8B\x55\xFC\x89\x50\x58\xB8\x00\x00\x00/g' /opt/resolve/bin/resolve sudo /usr/bin/perl -pi -e 's/\x74\x11\xE8\x31\x25\x00\x00\x48\x89\xC7\xE8\x09\xBA\x02\x00\x84/\x75\x11\xE8\x31\x25\x00\x00\x48\x89\xC7\xE8\x09\xBA\x02\x00\x84/g' /opt/resolve/bin/resolve
Edit: According to u/Longjumping-Health26, you just need to apply those 3 updated scripts. No need to run the original script.
Now that DaVinci works for me, I just need to figure out how to get it running under Wayland as it won’t launch and just instantly crashes.
Edit: Nevermind, it just works now after applying those new patches.