#Davinci resolve doesn't launch

35 messages · Page 1 of 1 (latest)

vital thistle
#

How can I switch to the correct driver? What does it even mean?

Not found opencl platforms with appropriate GPUs. Check that you have installed corresponding driver. Otherwise you cannot run DR.
You are not using nvidia as kernel driver. Use proprietary nvidia driver, otherwise you could not use DaVinci Resolve.

orchid inlet
#

Otherwise make sure you’re using the proprietary driver, probably by downloading the “nvidia” package

hard gyro
#

@vital thistle

vital thistle
#

And then I have to remove them for my system to boot properly

#

I’ve been trying to install it since September 2023

trim blade
vital thistle
trim blade
#

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

vital thistle
#

What I found for nvidia drivers

#

If I install nvidia-utils, it doesn't even boot

#

it gets stuck on "graphical interface"

trim blade
#

so do install nvidia-utils and set modeset=1 option for the nvidia_drm kmod

vital thistle
#

like I thought it was broken

vital thistle
#

btw im running endeavourOS-lts

trim blade
#

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

trim blade
vital thistle
#

mkinitcpio

trim blade
#

pretty sure endeavour defaults to dracut

#

well to be safe you can just reinstall the kernel which will trigger the rigth intiramfs generator

vital thistle
#

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

trim blade
#
  1. so install
sudo pacman -S nvidia nvidia-utils
  1. then edit your initramfs generator config to include nvidia_drm kmod
  2. then put this into /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1
  1. regerate initramfs
  2. done ig
vital thistle
#

Steps

#

This gets me here