Hello,
I’ve been using the GeForce GTX 1650 GPU for two years on my desktop without any issues. I’m using 2 monitors, one of which is connected to a Display Port, while the other – to a HDMI port. Suddenly, a couple days ago I turned the computer on in the morning and it crashed during boot, spilling a lot of errors and mem dumps on the screen. I DID NOT perform any system updates or install any new software on the day before. After a reboot the system started as if nothing happened, but ever since only the monitor connected through HDMI is working, while Display Ports are not. It seems that the monitor on DP is not detected at all. I tried switching monitors – both are working fine, but only when connected to the HDMI port.
OS: Arch Linux
My setup:
$ uname -a
Linux sventimir 6.6.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 02 Jan 2024 02:28:28 +0000 x86_64 GNU/Linux
$ lspci | grep GeForce
01:00.0 VGA compatible controller: NVIDIA Corporation TU117 [GeForce GTX 1650] (rev a1)
$ lsmod | grep nvidia
nvidia_drm 118784 12
nvidia_modeset 1585152 14 nvidia_drm
nvidia_uvm 3506176 0
nvidia 62390272 272 nvidia_uvm,nvidia_modeset
video 77824 1 nvidia_modeset
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected primary (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+
1680x1050 59.95
1440x900 59.89
1280x1024 75.02 60.02
1280x960 60.00
1280x720 60.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 72.81 59.94
None-1-1 connected (normal left inverted right x axis y axis)
1920x1080 60.00 +
In Xorg log I can see messages appearing when I connect and disconnect the HDMI monitor, but no events on connecting/disconnecting to any of the DP ports. This None-1-1 display shown by xrandr is suspcious. I think it wasn’t there before the accident, but I’m not sure. Whenever I try to enable it, I get the following error:
$ xrandr --output None-1-1 --auto
xrandr: Configure crtc 4 failed
nvidia-bug-report.log.gz (270.3 KB)