I had the blank screen / screen flicker issue today when running a usual system update on Ubuntu 12.04.5 LTS amd64. My PC is a Dell Latitude D620 with Nvidia Quadro NVS 110M graphics. Reading existing threads, I've tried via Grub the NOMODESET obit option but this hasn't helped. Can anyone please offer any suggestions?
Ubuntu 12.04.5 LTS screen blank after regular system update - NOMODESET boot option doesn't resolve?
Asked
Active
Viewed 138 times
0
-
2possible duplicate of How do I set 'nomodeset' after I've already installed Ubuntu? – David Sep 22 '15 at 20:56
-
did you install the nvidia driver yourself or did you use apt-get or the ubuntu software center to do that? – mchid Sep 22 '15 at 23:03
-
I used the Ubuntu software centre to install the Nvidia driver.. – NickW Sep 23 '15 at 07:22
-
Can anyone help here? I'm a bit lost as to what to try next. I have a flickering screen that won't allow me to view easily. It is launching now in low res mode and i can get to Grub but the nomodeset makes no difference to the graphics on boot. – NickW Sep 23 '15 at 13:50
1 Answers
0
You could try this from tyy:
sudo apt-get install --reinstall ubuntu-desktop
sudo bash
grub-mkrescue
update-grub
update-grub2
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get install -f
and it might work fine this way.

Michael
- 2,499
- 5
- 19
- 24
-
1Thanks Michael.. I'm pretty inexperienced with Linux. How do I input those commands if I can't get or see a Terminal window..? – NickW Sep 22 '15 at 21:05
-
-
I can try that but not sure how I would do that if I can't see a screen...? – NickW Sep 22 '15 at 21:40