Second monitor doesnt connect after nvidia drivers update 580.126.18

Hello,

My second monitor cant show up after nvidia drivers update. I’m using 580.126.18 driver and 6.18.13-200 kernel.

.985614] nvidia-modeset: Loading NVIDIA UNIX Open Kernel Mode Setting Driver for x86_64  580.126.18  Release Build  (dvs-builder@U22-I3-H04-01-6)  Wed Feb 11 18:19:14 UTC 2026
[    5.988918] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    6.276856] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input26
[    6.276912] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input27
[    6.276947] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input28
[    6.276973] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input29
[    6.541159] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
[    6.558116] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input32
[    6.558138] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input33
[    6.558158] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card1/input34
[    7.997029] nvidia-modeset: ERROR: GPU:0: Failure reading DP dongle info for display device Asustek Computer Inc PG32UCDM (HDMI-0).
[    7.997036] nvidia-modeset: ERROR: GPU:0: Failed to query VR headset for Asustek Computer Inc PG32UCDM (HDMI-0)
[    7.997289] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
[    7.997319] nvidia-modeset: ERROR: GPU:0: Failed detecting connected display devices
[    7.997332] nvidia-modeset: ERROR: GPU:0: Failure reading maximum pixel clock value for display device HDMI-0.
[    7.997343] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    7.997819] nvidia-modeset: ERROR: GPU:0: Failed detecting connected display devices
[    7.997830] nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
[   15.392965] nvidia-modeset: ERROR: GPU:0: Failed detecting connected display devices
[   26.828001] nvidia-modeset: ERROR: GPU:0: Failed detecting connected display devices

I tried using modprobe nvidia command but nothing appears.
In other post i see someone has similar error and editing /etc/default/grub adding lockdown=none could fix but still nothing.
I triend to force reinstall akmod and dracut and on the grub change the kernel version but nothing so i dont know whats happening.

Thanks.

Hi and welcome,
can you please gives us the output of:
inxi -Fzxx.

Open the terminal
type inxi -Fzxx
Select with your left-mouse button pressed the complete text, instruction plus output so that it is marked. Right-click the text and select Copy.
Then here in the answering window you click on the </> button in the toolbar of this window. Three new lines appear, one with 3 ’ signs, one with text in blue and again one with 3 ` signs.
Right click the text in blue and select Paste.
Now the text is pasted into your answer in such a way that it is easy to be read.
Thanks.

1 Like

This command is only for manually loading a module into the kernel.
To see if the nvidia modules are loaded use lsmod | grep nvidia
To identify the current driver version use modinfo -F version nvidia and
to see the licensing version use modinfo -l nvidia

It seems the most common cause of this type issue may be something that causes the newly built driver to be corrupted. That can usually be fixed with sudo akmods --rebuild --force.

The inxi output that was requested above is also usually very helpful.