I had installed driver nvidia-driver-575 in Ubuntu 24.04 and restarted the system:
$ dpkg -l | grep nvidia
ii libnvidia-cfg1-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA binary OpenGL/GLX configuration library
ii libnvidia-common-575 575.64.03-0ubuntu0.24.04.1 all Shared files used by the NVIDIA libraries
ii libnvidia-compute-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA libcompute package
ii libnvidia-compute-575:i386 575.64.03-0ubuntu0.24.04.1 i386 NVIDIA libcompute package
ii libnvidia-decode-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA Video Decoding runtime libraries
ii libnvidia-decode-575:i386 575.64.03-0ubuntu0.24.04.1 i386 NVIDIA Video Decoding runtime libraries
ii libnvidia-egl-wayland1:amd64 1:1.1.13-1build1 amd64 Wayland EGL External Platform library -- shared library
ii libnvidia-egl-wayland1:i386 1:1.1.13-1build1 i386 Wayland EGL External Platform library -- shared library
ii libnvidia-encode-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 NVENC Video Encoding runtime library
ii libnvidia-encode-575:i386 575.64.03-0ubuntu0.24.04.1 i386 NVENC Video Encoding runtime library
ii libnvidia-extra-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 Extra libraries for the NVIDIA driver
ii libnvidia-fbc1-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA OpenGL-based Framebuffer Capture runtime library
ii libnvidia-fbc1-575:i386 575.64.03-0ubuntu0.24.04.1 i386 NVIDIA OpenGL-based Framebuffer Capture runtime library
ii libnvidia-gl-575:amd64 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii libnvidia-gl-575:i386 575.64.03-0ubuntu0.24.04.1 i386 NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
ii linux-modules-nvidia-575-6.14.0-24-generic 6.14.0-24.24~24.04.3+1 amd64 Linux kernel nvidia modules for version 6.14.0-24
ii linux-modules-nvidia-575-generic-hwe-24.04 6.14.0-24.24~24.04.3+1 amd64 Extra drivers for nvidia-575 for the generic-hwe-24.04 flavour
ii linux-objects-nvidia-575-6.14.0-24-generic 6.14.0-24.24~24.04.3+1 amd64 Linux kernel nvidia modules for version 6.14.0-24 (objects)
ii linux-signatures-nvidia-6.14.0-24-generic 6.14.0-24.24~24.04.3+1 amd64 Linux kernel signatures for nvidia modules for version 6.14.0-24-generic
ii nvidia-compute-utils-575 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA compute utilities
ii nvidia-driver-575 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA driver metapackage
ii nvidia-firmware-575-575.64.03 575.64.03-0ubuntu0.24.04.1 amd64 Firmware files used by the kernel module
ii nvidia-kernel-common-575 575.64.03-0ubuntu0.24.04.1 amd64 Shared files used with the kernel module
ii nvidia-kernel-source-575 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA kernel source package
ii nvidia-prime 0.8.17.2 all Tools to enable NVIDIA's Prime
ii nvidia-settings 510.47.03-0ubuntu4 amd64 Tool for configuring the NVIDIA graphics driver
ii nvidia-utils-575 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA driver support binaries
ii screen-resolution-extra 0.18.3 all Extension for the nvidia-settings control panel
ii xserver-xorg-video-nvidia-575 575.64.03-0ubuntu0.24.04.1 amd64 NVIDIA binary Xorg driver
However, the nvidia-driver-575 - distro non-free recommended driver does not detect the RTX 5060 Ti GPU.
$ nvidia-detector
nvidia-driver-575
$ nvidia-smi
No devices were found
$ ubuntu-drivers devices
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
== /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0 ==
modalias : pci:v000010DEd00002D04sv00001043sd00008A11bc03sc00i00
vendor : NVIDIA Corporation
driver : nvidia-driver-575 - distro non-free recommended
driver : nvidia-driver-570-open - distro non-free
driver : nvidia-driver-575-server-open - distro non-free
driver : nvidia-driver-575-server - distro non-free
driver : nvidia-driver-570-server - distro non-free
driver : nvidia-driver-570 - distro non-free
driver : nvidia-driver-575-open - distro non-free
driver : nvidia-driver-570-server-open - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
$ uname -srvpi
Linux 6.14.0-24-generic #24~24.04.3-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 7 16:39:17 UTC 2 x86_64 x86_64
$ lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation Device 2d04 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 22eb (rev a1)
I noticed the following issues in my kernel log. nvidia-drm failed and saying the it requires use of the NVIDIA open kernel modules. :
$ sudo dmesg | grep nvidia
[ 61.428524] nvidia: loading out-of-tree module taints kernel.
[ 61.428531] nvidia: module license 'NVIDIA' taints kernel.
[ 61.428533] nvidia: module license taints kernel.
[ 61.478735] nvidia-nvlink: Nvlink Core is being initialized, major device number 510
[ 61.480471] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 62.613013] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 575.64.03 Wed Jun 25 18:07:15 UTC 2025
[ 62.626339] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 62.704505] [drm:nv_drm_load [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice
[ 62.704571] [drm:nv_drm_register_drm_device [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to register device
[ 62.781056] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
$ sudo dmesg | grep NVIDIA
[ 61.428531] nvidia: module license 'NVIDIA' taints kernel.
[ 61.494392] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 575.64.03 Wed Jun 25 18:40:52 UTC 2025
[ 62.613013] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 575.64.03 Wed Jun 25 18:07:15 UTC 2025
[ 62.702880] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 65.982414] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.025637] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.072525] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.113511] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.150910] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.187665] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.301002] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.337272] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.375039] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.411343] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.448520] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.484925] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.585763] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.622217] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.660880] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.697209] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.733449] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.770127] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.941853] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 66.978287] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.017979] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.054340] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.091292] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.127718] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.288245] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.325763] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.365261] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.404349] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.443068] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.484379] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.545762] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.583636] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.624106] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.662039] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.699690] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 67.737848] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 69.813088] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 69.856765] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 69.903174] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 69.947230] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.523138] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.565938] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.606033] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.642109] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.678451] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.714753] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.833525] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.871800] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.910593] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.946785] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 82.982752] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.019122] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.118558] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.156607] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.195464] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.232056] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.269440] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.305480] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.504634] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.541710] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.580655] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.617141] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.653785] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.690190] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.835958] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.874842] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.914431] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.953157] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 83.992305] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.035379] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.075867] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.117487] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.158023] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.199417] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.238249] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.278358] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.317537] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.367036] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.406873] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.449277] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.489488] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.528558] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.572820] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.617411] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.663083] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.711896] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.751589] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.790466] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.829200] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.884260] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.922657] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 84.964028] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 85.003696] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 85.041151] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 85.078532] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 98.762796] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 274.937078] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 274.979593] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.026514] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.066632] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.107662] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.146493] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.222058] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.259463] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.301888] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.340757] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.377616] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.414353] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.542031] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.578928] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.620304] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.656840] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.693695] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 275.730249] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 323.949004] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 323.992859] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 324.039404] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 324.082687] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 324.125897] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
[ 324.169065] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:2d04)
NVRM: installed in this system requires use of the NVIDIA open kernel modules.
How should I resolve this issue? Even though the monitor that is connected to the GPU via the HDMI port shows images (i.e i don’t have a black screen issue).
System info: