GPU Not being Detected by Davinci Resolve Studio

Despite a very Rocky start in becoming acquainted with this OS, I finally was able to get past an enormous obstacle and get my Davinci Resolve Studio to install and open. But Now, the new problem is that DRS doesn’t recognize my GPU. I have entered and installed all needed dependencies as it appears. Can I please have some input here ? Thank You

What GPU do you have? What output do you get with command: lspci -nn | grep -i gpu

Which drivers do you have for the GPU?

What does the DRS actually look for when it looks for “GPU”?

I have downloaded the latest driver, x86_64-570.124 and have it on my desktop as a run file but double clicking doesn’t do anything. (Yes, I made an executable in permissions)

I have NVIDIA GeForce 3080Here is the error upon opening: ( when I enter further in the preferences, it just doesn’t list cuda/ GPU


Here is my Output after having gone through this again trying to ensure that all my dependencies are present-The command (thanks by the way) doesn’t seem to list anything;
[Oscar@localhost ~]$ su
Password:
[root@localhost Oscar]# blacklist nouveau
options nouveau modeset=0
bash: blacklist: command not found
bash: options: command not found
[root@localhost Oscar]# sudo dracut -f
[root@localhost Oscar]# sudo dnf install nvidia-driver nvidia-settings
Last metadata expiration check: 0:08:56 ago on Mon 03 Mar 2025 12:14:50 AM EST.
Package nvidia-driver-3:570.86.15-1.el9.x86_64 is already installed.
Package nvidia-settings-3:570.86.15-1.el9.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost Oscar]# sudo dnf install kernel-devel-$(uname -r) kernel-headers-$(uname -r)
Last metadata expiration check: 0:09:10 ago on Mon 03 Mar 2025 12:14:50 AM EST.
Package kernel-devel-5.14.0-503.26.1.el9_5.x86_64 is already installed.
Package kernel-headers-5.14.0-503.26.1.el9_5.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@localhost Oscar]# sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo
Adding repo from: https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo
[root@localhost Oscar]# lspci |grep -E “VGA|3D”

Example outputs

01:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)
01:00.0 Non-Volatile memory controller: Sandisk Corp SanDisk Ultra 3D / WD Blue SN550 NVMe SSD (rev 01)
07:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3080 Lite Hash Rate] (rev a1)
bash: syntax error near unexpected token `(’
[root@localhost Oscar]# chmod +x /path/to/NVIDIA-Linux-.run
chmod: cannot access '/path/to/NVIDIA-Linux-
.run’: No such file or directory
[root@localhost Oscar]# lspci -nn | grep -i gpu
[root@localhost Oscar]# lspci -nn | grep -i gpu
[root@localhost Oscar]#

Did I maybe not provide enough or useful information here? If so, what else can I do? Been waiting on pins and needles here patiently. Thanks

1 Like

Thank You very kindly, I really appreciate the response. I was able to fix my situation and have DRS fully working as it appears at the moment. Thank you again.

2 Likes