Hi All,
Seeking some assistance, if I may.
It began with me attempting to fix wifi connectivity issues, then NVidia issues and eventually came across the big kernel upgrade which (post research) I did:
... and then all seemed well (got connected screen up and running... Yaayyyy!).
However, noticed the laptop screen wasn't working past the Kubuntu splash screen.
So another NVidia sourced issue?
Purged NVidia drivers:
... and laptop screen worked again (Yayyy...!)
Reinstalled nvidia drivers again:
...where laptop screen stopped working as before (Booo...!) and since kinda has me flummoxed somewhat, as I generally see non-functional additional monitor issues, but not this way around.
So turning to this forum to enquire if anyone else has experienced/seen this issue before, given the above?
Additional (hopefully helpful?) info:
... hmmm, appears there's no driver loaded for the laptop screen. Pls don't tell me it's as obvious as that?
Just to add, this combo was working all fine and dandy up 'til a few days ago - I'll now pop off and do some more poking around...
TiA
t0nym
Seeking some assistance, if I may.
It began with me attempting to fix wifi connectivity issues, then NVidia issues and eventually came across the big kernel upgrade which (post research) I did:
Code:
apt-get reinstall --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04
However, noticed the laptop screen wasn't working past the Kubuntu splash screen.
So another NVidia sourced issue?
Purged NVidia drivers:
Code:
sudo apt remove --purge nvidia-*
Reinstalled nvidia drivers again:
Code:
ubuntu-drivers autoinstall
So turning to this forum to enquire if anyone else has experienced/seen this issue before, given the above?
Additional (hopefully helpful?) info:
Code:
$ lshw -c display *-display description: VGA compatible controller product: GP107M [GeForce GTX 1050 Ti Mobile] vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:01:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vga_controller bus_master cap_list rom configuration: driver=nvidia latency=0 resources: irq:128 memory:d2000000-d2ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:d3000000-d307ffff *-display UNCLAIMED description: VGA compatible controller product: Intel Corporation vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 04 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list configuration: latency=0 resources: memory:d4000000-d4ffffff memory:b0000000-bfffffff ioport:f000(size=64) memory:c0000-dffff --------- $ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04) 01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1) --------- lsmod | grep -E 'Module|591' Module Size Used by
Just to add, this combo was working all fine and dandy up 'til a few days ago - I'll now pop off and do some more poking around...
TiA
t0nym
Comment