You are not logged in.
Hello everyone,
I’ve been running into an issue on my Arch Linux setup where my second monitor, initially detected and functioning correctly after installation, blacks out after some time and becomes unusable. The monitor itself is working fine, as I have tested it on a Windows machine, so I believe the issue is specific to my setup. Some information i think may be relevant to help fix this issue is posted below and if there is anything else i've missed let me know, thank you in advance:
dmesg | grep "nvidia"
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2a02f5b0-7540-4ee3-875f-13f451a2623e rw nvidia-drm.modeset=1 nowatchdog nvme_load=YES loglevel=3
[ 0.035095] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2a02f5b0-7540-4ee3-875f-13f451a2623e rw nvidia-drm.modeset=1 nowatchdog nvme_load=YES loglevel=3
[ 1.027060] nvidia: loading out-of-tree module taints kernel.
[ 1.027070] nvidia: module license 'NVIDIA' taints kernel.
[ 1.027076] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 1.027076] nvidia: module license taints kernel.
[ 1.170061] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[ 1.171118] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[ 1.171244] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
[ 1.223041] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 1.291833] nvidia-uvm: Loaded the UVM driver, major device number 239.
[ 1.291913] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 565.57.01 Thu Oct 10 12:02:00 UTC 2024
[ 1.305831] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 2.795293] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
[ 2.902107] nvidia 0000:01:00.0: [drm] fb1: nvidia-drmdrmfb frame buffer device
[ 6.242639] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
[ 6.633748] nvidia-modeset: Unloading
[ 6.700652] nvidia-uvm: Unloaded the UVM driver.
[ 6.796886] nvidia-nvlink: Unregistered Nvlink Core, major device number 241
[ 453.364481] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[ 453.365668] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=none,decodes=none:owns=none
[ 453.434659] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 565.57.01 Thu Oct 10 12:02:00 UTC 2024
[ 453.436569] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 455.003437] [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
[ 455.110579] nvidia 0000:01:00.0: [drm] fb1: nvidia-drmdrmfb frame buffer device
xrandr --listmonitors
Monitors: 2
0: +*eDP1 1920/340x1080/190+0+0 eDP1
1: +HDMI-1-0 2560/597x1440/336+1920+0 HDMI-1-0
lspci | rg VGA
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
0000:01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
prime-run glxinfo | rg "OpenGL renderer"
OpenGL renderer string: NVIDIA GeForce GTX 1650/PCIe/SSE2
nvidia-smi
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 565.57.01 Driver Version: 565.57.01 CUDA Version: 12.7 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce GTX 1650 Off | 00000000:01:00.0 On | N/A |
| N/A 52C P0 20W / 50W | 99MiB / 4096MiB | 40% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 2611 G /usr/lib/Xorg 81MiB |
+-----------------------------------------------------------------------------------------+
Offline