Quadro M3000M not detecting laptop screen (470.94 driver)

I have a Dell 7710 w/ a Quadro M3000M. I run a external monitor over HDMI. I recently tried to move to NVIDIA drivers. After an install via sudo apt install nvidia-driver-470, the monitor worked fine, but the laptop screen did not.
I then purged this package install, and tried to install 470.94 via the .run installer, same behavior.

kernel is 5.4.0-96-generic

Best I can tell, the driver isn’t detecting the laptop screen at all.

$ xrandr 
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
VGA-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (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)
DP-4 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    59.94  
DP-5 disconnected (normal left inverted right x axis y axis)
DP-6 disconnected (normal left inverted right x axis y axis)

nvidia-bug-report.log.gz (482.7 KB)

nvidia-installer.log (33.3 KB)

Please try switching to “switchable graphics” in bios.

Thanks! I think I’m making headway.

I checked the switchable graphics box in the bios. I think the nvidia driver is running both screens (lsmod | grep nvidia & nvidia-smi seem good, and the console text is small), but x won’t start. Nothing in X.org.log looks bad to me.

Also, is there also onboard graphics on this machine too?

$ sudo lshw -c video | grep 'configuration'
       configuration: driver=nvidia latency=0
       configuration: driver=i915 latency=0

Xorg.0.log (30.3 KB)

It has an onboard intel but you now disabled it with your xorg.conf, please delete it.

That worked - thank you!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.