Anyway, went back to my Matrox card that I *knew* worked... But the Unity desktop wouldn't display! I simply got a desktop with a Nautilus menu bar at the top.
After trying every tip I could find, I boiled the fix down to this:
sudo apt-get purge compiz unity ubuntu-desktopFinally, the good ol' Unity launcher is back!
sudo apt-get install compiz unity ubuntu-desktop
Got everything I needed from this page:
http://www.moonlitdog.com/nvidia_ubuntu
But, I liked the "nomodeset" option from that page to boot into the GUI with basic video when necessary:
- At the Grub screen, hit 'e' to edit one of the lines
- Add 'nomodeset' to the end of the 'linux' line, ex:
linux /boot/vmlinuz-3.0.0-15-generic root=UUID=... ro quiet splash vt.handoff=7 nomodeset
That's it!
Thanks for the quick, concise instructions, moonlitdog!
No comments:
Post a Comment