A guide to installing DaVinci Resolve on Arch Linux and other distributions.
sudo pacman -S --needed nvidia nvidia-utils cuda opencl-nvidiasudo pacman -S --needed nvidia-dkms nvidia-utils cuda opencl-nvidiaInstead, go to the official site and download from there:
- Visit https://www.blackmagicdesign.com/products/davinciresolve
- Download the Linux version:
DaVinci_Resolve_Studio_your_version_Linux.zip
- Unzip the downloaded file:
unzip DaVinci_Resolve_Studio_your_version_Linux.zip- Make the installer executable:
chmod +x DaVinci_Resolve_Studio_your_version_Linux.runsudo pacman -S fuse2- Install DaVinci Resolve:
For Wayland users (recommended):
sudo APPIMAGELAUNCHER_DISABLE=1 QT_QPA_PLATFORM=minimal ./DaVinci_Resolve_Studio_your_version_Linux.run -i -yFor X11 users or command line:
sudo ./DaVinci_Resolve_Studio_your_version_Linux.runDO NOT open DaVinci Resolve yet! You need to run this first:
cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-librariesIf it still doesn't work, you probably need to install:
sudo pacman -S libxcrypt-compatHighly recommend to use
https://github.com/Ashark/davinci-resolve-checker
If you use hyprland you should run
env -u WAYLAND_DISPLAY XDG_SESSION_TYPE=x11 QT_QPA_PLATFORM=xcb /opt/resolve/bin/resolve
or if you want to run it from the shortcut, you should do this (when you update davinci, you should do it again)
sudo nano /usr/share/applications/com.blackmagicdesign.resolve.desktop
and replace the Exec with
Exec=env -u WAYLAND_DISPLAY XDG_SESSION_TYPE=x11 QT_QPA_PLATFORM=xcb /opt/resolve/bin/resolve %u
If you use scaling in hyprland (mostly on laptops, but it works in any case) add this to your hyprland.conf
xwayland {
force_zero_scaling = true
}
You should now be able to run DaVinci Resolve from your application menu or by running /opt/resolve/bin/resolve.