I’m using Ubuntu 24.04 and my graphics card is an Nvidia GTX 3060.
I installed the driver for it, and my laptop doesn’t recognize graphics card.
The kernel I am using is 6.8.0-49-generic
When I type nvidia-smi in my terminal I get this:
I also have this error in the log that I’m not sure how to fix
[16897.435751] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
[17017.443883] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
[17017.477791] nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
[17751.160188] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[17751.181672] nvidia-uvm: Loaded the UVM driver, major device number 507.
Here is my reports log:
nvidia-bug-report.log.gz (408.3 KB)
Thank you all in advance!
Hello @pazistaradis123, welcome to the NVIDIA developer forums.
The fact, that you see the nvidia-smi
output is a good sign that your GPU in fact is working correctly.
The nvidia-modeset
warnign is only a warning showing that some Displayport monitor was not reognized, which can be caused by a lot of things independent from the GPU itself.
So far I do not see a GPU failure above.
Thanks!
1 Like
Hi @MarkusHoHo, thanks for your feedback.
Now after a couple of tries, I get this status in the log. Do you maybe know something more about this, how I can solve it.
A secure boot is turned off on my computer.
[ 3.485298] nvidia: loading out-of-tree module taints kernel.
[ 3.485304] nvidia: module license ‘NVIDIA’ taints kernel.
[ 3.485306] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 3.485307] nvidia: module license taints kernel.
[ 3.635534] nvidia-nvlink: Nvlink Core is being initialized, major device number 509
[ 3.636465] nvidia 0000:01:00.0: enabling device (0000 → 0003)
[ 3.636568] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 3.695983] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 560.35.03 Fri Aug 16 21:21:48 UTC 2024
[ 3.698153] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 5.086893] [drm:nv_drm_load [nvidia_drm]] ERROR [nvidia-drm] [GPU ID 0x00000100] Failed to allocate NvKmsKapiDevice
[ 5.087126] [drm:nv_drm_register_drm_device [nvidia_drm]] ERROR [nvidia-drm] [GPU ID 0x00000100] Failed to register device
[ 5.117206] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 5.160178] nvidia-uvm: Loaded the UVM driver, major device number 507.
Thank you very much!
I also got this log from journalctl
/usr/libexec/gdm-x-session[2175]: (II) LoadModule: “nvidia”
/usr/libexec/gdm-x-session[2175]: (WW) Warning, couldn’t open module nvidia
/usr/libexec/gdm-x-session[2175]: (EE) Failed to load module “nvidia” (module does not exist, 0)
systemd[3050]: Started app-gnome-nvidia\x2dsettings\x2dautostart-3617.scope - Application launched by gnome-session-binary.
kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
systemd[1]: Starting systemd-backlight@backlight:nvidia_0.service - Load/Save Screen Backlight Brightness of backlight:nvidia_0…
░░ Subject: A start job for unit systemd-backlight@backlight:nvidia_0.service has begun execution
░░ A start job for unit systemd-backlight@backlight:nvidia_0.service has begun execution.
systemd[1]: Finished systemd-backlight@backlight:nvidia_0.service - Load/Save Screen Backlight Brightness of backlight:nvidia_0.
░░ Subject: A start job for unit systemd-backlight@backlight:nvidia_0.service has finished successfully
░░ A start job for unit systemd-backlight@backlight:nvidia_0.service has finished successfully.
kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-4
There are a few things you could try here.
One is to make sure the X config is correct. Check if there exists an NVIDIA specific config file in the XOrg configuration. If in doubt, do a clean driver re-install and validate to get the installer to create a new XOrg config file.
Another option is to try to disable the integrated GPU of the laptop.
What laptop is this? There have been eports in the past that certain Lenovo laptops do not play well with newer kernel versions.
Yes, it is Lenovo Legion 5 Pro 16IAH7H.
When I install the NVIDIA driver, during installation the configuration of the xorg.conf file.
I will try to downgrade the kernel version.