GPU not getting detected on running lspci | grep NVIDIA command
Help somebody.
nvidia-bug-report.log.gz (351.5 KB)
It’s there
0000:01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] [10de:2520] (rev a1)
Thanks for the answer.
The thing is, I know what video card I have. But the system does not see it.
I’ve tried installing the driver from the Debian repositories and I’ve tried installing the driver downloaded from the Nvidea site.
But the end result is always the same.
The driver is installed, but the system refuses to work with the card.
All I want is to connect a monitor to my laptop.
xrandr produces
HDMI1 disconnected (normal left inverted right x axis y axis)
It’s in offload mode and you’re using Debian which doesn’t auto-configure this.
To make use of the hdmi port, set kernel parameter
nvidia-drm.modeset=1
then run
xrandr --setprovideroutputsource NVIDIA-G0 modesetting && xrandr --auto
after login.
You are my hero. Thank you very much everything worked out.