2

fglrx fails to load causing black screen on boot.

I need to recover my Ubuntu (perhaps to the previous 10.10 version).

Is there a way for doing so ?

I mean, perhaps after Ubuntu tried to update, it has place some restore point that we may now use to recover ?

Thanks

MEM
  • 11,255

1 Answers1

2

Can you go to a terminal (Ctrl + Alt + F1)?

Then you can uninstall fglrx:

sudo apt-get remove --purge fglrx

Or:

cd /usr/share/ati
sudo sh ./fglrx-uninstall.sh
sudo reboot now

References: 1, 2.

desgua
  • 33,215