###Tried many methods to install various versions of Nvidia drivers, including turning off secure boot. Tried reseating the GPU as well. The run file from Nvidia gave the best results, but was still not working. These were the results of various commands I ran after “successful” installation of the driver. Installation was on a brand new desktop with a fresh install of Debian 13 Trixie, AMD 7 7700 CPU, Nvidia 5070Ti GPU. I’m just about ready to pull my hair out. Any assistance would be greatly appreciated.
:~$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GB203 [GeForce RTX 5070 Ti] (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 22e9 (rev a1)
:~$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation GB203 [GeForce RTX 5070 Ti] (rev a1)
0f:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev c5)
:~$ dpkg -l | grep nvidia
ii firmware-nvidia-graphics 20250410-2 all Binary firmware for Nvidia GPU chips
:~$ lsmod | grep nouveau
:~$ lsmod | grep nvidia
nvidia_drm 135168 0
nvidia_modeset 1830912 1 nvidia_drm
nvidia 97689600 2 nvidia_modeset
drm_ttm_helper 16384 3 amdgpu,nvidia_drm
drm_kms_helper 253952 4 drm_display_helper,amdgpu,drm_ttm_helper,nvidia_drm
drm 774144 20 gpu_sched,drm_kms_helper,drm_exec,drm_suballoc_helper,drm_display_helper,nvidia,drm_buddy,amdgpu,drm_ttm_helper,nvidia_drm,ttm,amdxcp
video 81920 2 amdgpu,nvidia_modeset
:~$ nvidia-smi
No devices were found
:~$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 570.190 Fri Aug 29 16:47:46 UTC 2025
GCC version: gcc version 14.2.0 (Debian 14.2.0-19)
:~$ nvidia-settings
ERROR: A supplied argument is invalid
(nvidia-settings:3372): GLib-GObject-CRITICAL **: 00:43:22.608: g_object_unref: assertion ‘G_IS_OBJECT (object)’ failed
** (nvidia-settings:3372): CRITICAL **: 00:43:22.609: ctk_powermode_new: assertion ‘(ctrl_target != NULL) && (ctrl_target->h != NULL)’ failed
ERROR: nvidia-settings could not find the registry key file or the X server is not accessible. This file should have been installed along with this driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation. The application profiles will continue to work, but values cannot be prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.
###Also tried with the v580.82.09 run file. Similar results to this one, but had an additional error message during installation saying something about 32-bit libraries not being installed. System still using AMD RadeonTM Graphics. Not sure if its related, but sudo dmesg | grep cert before installation yielded the following errors:
[ 2.649716] integrity: Loading X.509 certificate: UEFI:db
[ 2.657996] integrity: Problem loading X.509 certificate -22
[ 2.658017] integrity: Loading X.509 certificate: UEFI:db
[ 2.658029] integrity: Problem loading X.509 certificate -22