Hello there,
I have an issue and I think I'm too junior to fix it by myself.
I have a PC from System76. It's an Adder WS running Debian 12 XFCE on the kernel version 6.1.0-27-amd64.
I am trying to connect this PC to an external monitor, via HDMI. Unfortunately the monitor doesn't detect the PC. It only displays "Input signal not found" before going into sleep mode. I assumed it was due to missing nvidia drivers.
I runned the following commands:
My conclusion was that the nouveau drivers don't support my Nvidia GeForce RTX 4070 Max-Q / Mobile. I followed the official documentation to install the proprietary drivers. First I ran nvidia-detect, installed nvidia-driver as recommended in the output and rebooted my PC.
Now the situation is even worse. lspci | grep -i vga doesn't even detect the Nvidia GPU anymore (only Intel Graphics show up) and lsmod | grep -E 'nvidia|nouveau gives an empty output.
To be honest, I hate non-free software. It's so frustrating. All I want is to be able to connect the PC to an external monitor which is a basic thing...
Could you please help me to fix it?
I read stuff online about Hybrid, optimus and a bunch of other stuff but at this point I'm so frustrated that I'm barely able to write this post without punching the PC.
Thank you for your help.
PS:
- The monitor is not faulty, it works with my other PC
- I tried using an USB-C to HDMI adapter to make sure the HDMI port wasn't damaged
- I tried different HDMI cables
EDIT: Even after purging all the nvidia-* packages I still can't detect my GPU anymore and the nouveau kernel module isn't loaded. I read it could have been blacklisted but I find no traces of that.
I have an issue and I think I'm too junior to fix it by myself.
I have a PC from System76. It's an Adder WS running Debian 12 XFCE on the kernel version 6.1.0-27-amd64.
I am trying to connect this PC to an external monitor, via HDMI. Unfortunately the monitor doesn't detect the PC. It only displays "Input signal not found" before going into sleep mode. I assumed it was due to missing nvidia drivers.
I runned the following commands:
Code:
$ lspci | grep -i vga00:02.0 VGA compatible controller: Intel Corporation Raptor Lake-S UHD Graphics (rev 04)01:00.0 VGA compatible controller: [b]NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile] (rev a1)[/b]
Code:
$ lsmod | grep -E 'nvidia|nouveau':nouveau 2433024 0mxm_wmi 16384 1 nouveaui2c_algo_bit 16384 2 i915,nouveaudrm_display_helper 184320 2 i915,nouveaudrm_ttm_helper 16384 1 nouveauttm 94208 3 drm_ttm_helper,i915,nouveaudrm_kms_helper 212992 3 drm_display_helper,i915,nouveaudrm 614400 18 drm_kms_helper,drm_display_helper,drm_buddy,drm_ttm_helper,i915,ttm,nouveauvideo 65536 2 i915,nouveauwmi 36864 3 video,mxm_wmi,nouveaubutton 24576 1 nouveau
Now the situation is even worse. lspci | grep -i vga doesn't even detect the Nvidia GPU anymore (only Intel Graphics show up) and lsmod | grep -E 'nvidia|nouveau gives an empty output.
To be honest, I hate non-free software. It's so frustrating. All I want is to be able to connect the PC to an external monitor which is a basic thing...
Could you please help me to fix it?
I read stuff online about Hybrid, optimus and a bunch of other stuff but at this point I'm so frustrated that I'm barely able to write this post without punching the PC.
Thank you for your help.
PS:
- The monitor is not faulty, it works with my other PC
- I tried using an USB-C to HDMI adapter to make sure the HDMI port wasn't damaged
- I tried different HDMI cables
EDIT: Even after purging all the nvidia-* packages I still can't detect my GPU anymore and the nouveau kernel module isn't loaded. I read it could have been blacklisted but I find no traces of that.
Statistics: Posted by mcjeangab1 — 2024-11-09 15:47 — Replies 4 — Views 86