Howto davinci resolve
archlinux
configure RX580 amdgpu-pro drivers:
wget https://aur.archlinux.org/cgit/aur.git/snapshot/aur-43227c96bde5619f54d1fd2ba2a74bf0e943066c.tar.gz tar xvf aur-43227c96bde5619f54d1fd2ba2a74bf0e943066c.tar.gz cd aur-43227c96bde5619f54d1fd2ba2a74bf0e943066c makepkg -si
install opencl-legacy:
yay -S opencl-legacy-amdgpu-pro lib32-opencl-legacy-amdgpu-pro
download qt5-webkit:
wget https://phoenixnap.dl.sourceforge.net/project/fabiololix-os-archive/Packages/qt5-webkit-5.212.0alpha4-20-x86_64.pkg.tar.zst
install qt5-webkit:
pacman -U qt5-webkit-5.212.0alpha4-20-x86_64.pkg.tar.zst
install davinci-resolve with yay:
yay -S davinci-resolve
edit /usr/share/applications/DaVinciResolve.desktop:
Exec=/usr/bin/progl /opt/resolve/bin/resolve
davinci-resolve-checker
install required dependencies:
sudo pacman -S expac mesa-utils python-distro python-cached-property
install other required dependencies from aur
yay -S python-pylspci
clone git repo:
git clone https://github.com/Ashark/davinci-resolve-checker.git
execute the script:
cd davinci-resolve-checker ./davinci-resolve-checker.py
install obs amd encoder
install obs with amf support:
yay -S obs-studio-amf
if using wayland launch obs with the following settings:
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/amd_pro_icd64.json:/usr/share/vulkan/icd.d/amd_pro_icd32.json obs
references
- https://discord.com/channels/930482284774191215/984132126574276689
- https://fedoraproject-org.translate.goog/wiki/SIGs/HC?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=es&_x_tr_pto=wapp
- https://wiki.archlinux.org/title/DaVinci_Resolve
- https://wiki.archlinux.org/title/AMDGPU_PRO
- https://gist.github.com/c0debreaker/94d65d0a48d9173436c949fe62903964
- https://aur.archlinux.org/packages/obs-studio-amf
[progl]