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.

  • Comexs@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don’t want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    

    For CachyOS Everything is installed already deps wise

    sudo pacman -S fuse2
    

    Next, optimize compatibility by moving some libraries:

    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    

    Next Apply the Crack

    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works

    • Marcus Lee@pawb.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 days ago

      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.

      • Marcus Lee@pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 days ago

        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.

  • gazter@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    They’re actually a pretty cool company- If you sent them an email clarifying their refund policy first, I’m sure they would refund you if it doesn’t do what you need it to.

  • schizo@forum.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 months ago

    I can answer your question: Resolve are very clear that Intel iGPUs are not supported in Linux, at all, because the Intel Linux drivers do not support some features they require.

    Free version, paid version: doesn’t matter, it’s not supported hardware right now. Not even the new ARC cards are, because it’s a software issue Intel has to fix.

    Ran into this when looking at moving to Linux and there’s not a solution for it.

    • Jeena@piefed.jeena.netOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 months ago

      Oh snap, that is exactly what I was trying to figure out. That’s a shame. Somehow KdenLive deals with those files well enough, I guess on the CPU. I might then stay on KdenLive for some time. It seems much more stable and fast on the beefy new desktop compared to my old laptop.

      Thanks for letting me know!