I have Kubuntu 18.04 installed on a Thinkpad P51 with an Nvidia Quadro M2200 and an Intel P630 (Optimus) using the NVIDIA proprietary driver 390.48.
derek@ds-p51:~$ lspci | egrep 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics P630 (rev 04)
01:00.0 3D controller: NVIDIA Corporation GM206GLM [Quadro M2200 Mobile] (rev a1)
Problem: After configuring options nvidia_drm modeset=1 in /etc/modprobe.d/zz-nvidia-modeset.conf to clean up screen-tearing issues, my laptop sits at a black screen with a blinking cursor in the upper left corner of the screen, but only when I start it while docked. If I eject it from the dock it quickly proceeds to the login screen. This does not happen if I start without the dock, or remove the modeset configuration.
Other info: There are two external displays connected to the dock, and another connected directly to the laptop via USB-C; workstation.
derek@ds-p51:~$ lspci | egrep 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics P630 (rev 04)
01:00.0 3D controller: NVIDIA Corporation GM206GLM [Quadro M2200 Mobile] (rev a1)
Problem: After configuring options nvidia_drm modeset=1 in /etc/modprobe.d/zz-nvidia-modeset.conf to clean up screen-tearing issues, my laptop sits at a black screen with a blinking cursor in the upper left corner of the screen, but only when I start it while docked. If I eject it from the dock it quickly proceeds to the login screen. This does not happen if I start without the dock, or remove the modeset configuration.
Other info: There are two external displays connected to the dock, and another connected directly to the laptop via USB-C; workstation.
Comment