Howto davinci resolve: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
= archlinux = | = archlinux = | ||
configure RX580 amdgpu-pro drivers: | 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 | |||
download qt5-webkit: | download qt5-webkit: | ||
https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ | https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ |
Revision as of 04:24, 2 August 2023
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
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
download qt5-webkit:
https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/
fedora
install rocm:
yum install rocm-opencl -y