Article Collection
This article is part of the following series:1. Video
Table of Contents
Introduction
This article summarizes the simple instructions for running DaVinci Resolve and DaVinci Resolve Studio video editing software on Debian GNU/Linux-based systems.
Supported Distributions
DaVinci Resolve and Resolve Studio work fine on Debian and Ubuntu.
Release of Debian tested was Debian 12 (bookworm) amd64.
Due to reliance on systemd, the application will not work on Devuan GNU+Linux.
Installation
The installation instructions are simple, as always:
-
Download the “.zip” file from Blackmagic (the file usually ends up placed in
~/Downloads/) -
Unzip it with
cd ~/Downloads/ && unzip DaVinci_Resolve_Studio_20.3_Linux.zip -
Run the extracted installation file:
./DaVinci_Resolve_Studio_20.3_Linux.run -
Follow the instructions
Running
To run the application, use /opt/resolve/bin/resolve or click the desktop icon.
Nvidia Graphics Drivers
Add/trust Nvidia drivers signing keys:
(If the keyring package is not there, open the directory in the browser and find out what the existing/current keyring package filename is.)
curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/cuda-keyring_1.1-1_all.deb -o nvidia-keyring.deb
dpkg -i nvidia-keyring.deb
Add to /etc/apt/sources.list.d/nvidia-drivers.list:
deb [signed-by=/usr/share/keyrings/nvidia-drivers.gpg] https://developer.download.nvidia.com/compute/cuda/repos/debian12/x86_64/ /
Run:
apt update
apt install linux-headers-amd64 nvidia-driver{,-cuda}
High DPI
To correct the size of graphical and font elements in the application (usually when they are too small), run:
QT_AUTO_SCREEN_SCALE_FACTOR=1 QT_FONT_DPI=192 /opt/resolve/bin/resolve
Extras Download Manager
In the Studio version of DaVinci Resolve, there is a menu option “DaVinci Resolve -> Extras Download Manager…”.
But it can’t download extras. Trying to download any extras packages will immediately fail with the error message “Download failed”.
The cause are hardcoded SSL-related paths in the application which are set to the values valid for RedHat-based systems.
To correct the issue, two symlinks are needed:
cd /etc/pki
ln -sf /etc/ssl
cd /etc/ssl/certs
ln -sf ca-certificates.crt ca-bundle.crt
Article Collection
This article is part of the following series:1. Video
Automatic Links
The following links appear in the article:
1. DaVinci Resolve and DaVinci Resolve Studio - https://www.blackmagicdesign.com/products/davinciresolve