Skip to content

Instantly share code, notes, and snippets.

@gnat
Last active April 27, 2025 06:42
Show Gist options
  • Save gnat/2a89fbac650e15c7b8142a53a0792a0e to your computer and use it in GitHub Desktop.
Save gnat/2a89fbac650e15c7b8142a53a0792a0e to your computer and use it in GitHub Desktop.
Davinci Resolve Install Linux

Davinci Resolve Nvidia on Linux / Ubuntu / Kubuntu 24.04 25.04

  • Install
  • Remove old built-in libraries sudo rm -r /opt/resolve/libs/libgio* ; rm -r /opt/resolve/libs/libglib* ; rm -r /opt/resolve/libs/libgmodule* ; rm -r /opt/resolve/libs/libgobject*
  • Restore control bars on KDE Window Rules ➡️ Description / Class: resolve ➡️ Appearance & fixes: No titlebar and frame = NO ➡️ Force On
  • No sound? sudo apt install pipewire-alsa Reboot.
  • No .mp4 rendering (h.264 / h.265) ? Microsoft / Apple license these. Free: No ): Studio: Yes.
    • Studio: Awesome NVENC accellerated AV1 support in .MP4 using 4000+ series Nvidia on Linux.
  • No AAC ? No Linux version has this.
  • Error: Your GPU Memory is Full? __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia /opt/resolve/bin/resolve
  • Need to refresh config? ~/.local/share/DaVinciResolve

Other Editors (Wider codec support without Studio. Better integration)

  • 🟢 Olive is on hiatus going into v3, but also has a very promising future on Godot
  • Blender 4.5+ promising future because it's a full suite but currently lacks often used FX.
  • KDenLive, can use hardware encode.
  • Openshot 3.3+ can use hardware encode, modern formats.
    • Basic but good for fading together clips. Lacks good audio and video FX.
    • Likely better than CapCut, Wondershare Filmora.
  • Shotcut, can use hardware encode.
    • Nice effects: glitch, fisheye, scan lines.
    • Not a great multi-track editor. Tries to keep you on 1 track.

Why not Adobe?

  • Wine. 🟢 Premiere CS6 works fine in Wine 8/9/10
    • Premiere CC 2013 boots up, no GUI.
    • CC 2013, CC 2014, CC 2015 red boxes. No matter what dependencies or Wine version is used.
  • Dual boot Windows, unencrypted.
    • 🟢 Lets you re-use hardware / desk.
    • 🟢 Easy backups!
    • Rebooting required.
  • Seperate Windows box.
    • Syncthing.
    • External unencrypted NTFS drive.
    • Remote
      • Parsec: You'll need Syncthing or a drive anyway!
      • RDP: Awful on Windows.. Crazy but experience is better on Linux to Linux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment