After the screen went blanc, it will intermittently not give a login prompt when you wake the screen.
I have Ubuntu 19.10 installed on a Dell Vostro 3670 (Intel® Core™ i7-8700 CPU @ 3.20GHz × 12 ). The system has a Nvidia video card and the Nvidia 435.21 driver is installed.
I found a potential solution for Unbutu 18 (18.04 Screen remains blank after wake up from suspend):
$ sudo gedit /etc/default/grub
(change line to - GRUB_CMDLINE_LINUX="nouveau.modeset=0")
$ sudo update-grub
This did not work. Any other solution? Best wishes, Gert Kruger
sudo update-grub
. This change should be considered temporary, and only for testing. Your screen resolution may be messed up during this test. – heynnema Jan 22 '20 at 16:36sudo dmidecode -s bios-version
. InSoftware & Updates
, Additional Drivers tab, tell me what you see... probably easier in a screenshot... load it to imgur.com if you don't know how to add it to your question. – heynnema Jan 29 '20 at 08:3601:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050] (rev a1)
Bios version: 2.13.0
Additional drivers: NVIDIA Corporation: GP107 {GeForce GTX 1050]. Using NVIDIA driver metapackage from nvidia-driver-435.
Hope that helps!
– Gert Kruger Jan 29 '20 at 10:13