0

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?

NickW
  • 1

1 Answers1

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