I finally managed to get Davinci Resolve to work on my Vega 3 GPU (Should work for any AMD GPU as well)
Procedures:
Install AMD's proprietary OpenCL and OpenGL through the AUR:
yay -S opencl-amd
yay -S amdgpu-pro-libgl
Install Davinci Resolve:
yay -S davinci-resolve
Start the program with:
progl /opt/resolve/bin/resolve
If you want to modify the executable to start the program through the application menu, copy it to .local:
sudo cp /usr/share/applications/com.blackmagicdesign.resolve.desktop ~/.local/share/applications
Edit it:
sudo nano ~/.local/share/applications/com.blackmagicdesign.resolve.desktop
Look for the line:
Exec=/opt/resolve/bin/resolve %u
Change to:
Exec=progl /opt/resolve/bin/resolve %u
Pinned Comments
Muflone commented on 2025-01-26 00:55 (UTC)
IMPORTANT!
Since version 19.1.3-2 this package will not download automatically the source file from the upstream site.
To build this package you will need to manually download the file from https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion and place it in the same directory with the PKGBUILD.
This would reduce the mess in this package, making it more readable and clear. Also bypassing the required information from the upstream URL is not allowed in an automated way.
satriani commented on 2021-05-15 14:14 (UTC)
Issues and bugs, please report on the official forum here: https://forum.blackmagicdesign.com/viewforum.php?f=21&sid=239f0d5c49abe5d6a635b69638192e9a Thank you!
Visit DaVinci Resolve - ArchWiki before installing: https://wiki.archlinux.org/title/DaVinci_Resolve
ATTENTION: Please don't flag this package as out-of-date before beta version has been released as stable!
This is a current stable Package!
The current free beta is available here: https://aur.archlinux.org/packages/davinci-resolve-beta/
And for current studio beta here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/
Thanks.