#Davinci resolve doesn't launch
35 messages · Page 1 of 1 (latest)
For me I got Davinci Resolve to work by downloading libxcrypt-compat https://archlinux.org/packages/core/x86_64/libxcrypt-compat/
Otherwise make sure you’re using the proprietary driver, probably by downloading the “nvidia” package
@vital thistle
I did but whenever I install nvidia and nvidia-utils and reboot my system it gets stuck at graphical interface
And then I have to remove them for my system to boot properly
I’ve been trying to install it since September 2023
try running it with prime-run or DRI_PRIME
Isnt this for laptops?
yes and no
it's for offloading rendering process to another gpu different from the one connected to monitor
most common use is for laptops isnce the display is connected to the integrated graphic sinstead of dedicated
What I found for nvidia drivers
If I install nvidia-utils, it doesn't even boot
it gets stuck on "graphical interface"
if you do install nvidia-utils
it's needed btw for opengl, vulkan, openc, cuda, nvenc, nvdec, etc
it's so needed i thought you had it installed allready
so do install nvidia-utils and set modeset=1 option for the nvidia_drm kmod
But if I install it nothing works when I reboot my system
like I thought it was broken
do this
btw im running endeavourOS-lts
okay ill try
what does this do ?
basically put this into /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1
and then run dracut to regenerate the initramf or kernel-install is it?
i forgot what endeavour uses
ah you're also using nouveau instead of nvidia proprietary
mkinitcpio
pretty sure endeavour defaults to dracut
well to be safe you can just reinstall the kernel which will trigger the rigth intiramfs generator
whenever i try to run dracut I would get no such command as dracut
okay i will try that when I get home
will report
- so install
sudo pacman -S nvidia nvidia-utils
- then edit your initramfs generator config to include nvidia_drm kmod
- then put this into
/etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1
- regerate initramfs
- done ig
Followed all the stepa
Steps
This gets me here