Comment 47 for bug 559163

Revision history for this message
jcwinnie (jcwinnie) wrote :

Sure, from the command line, run

  sudo gedit /etc/default/grub

Look for the line:

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

change it to

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

save the file, then run

  sudo update-grub

That's what I did and it worked.