Comment 20 for bug 1511301

Revision history for this message
Kai-Heng Feng (kaihengfeng) wrote :

Hi Serenity,

First, be sure the APT is updated:
$ sudo apt-get update

Then you can remove old fglrx by `apt-get purge`:
$ sudo apt-get purge fglrx fglrx-core fglrx-amdcccle

Finally, reinstall them:
$ sudo apt-get install fglrx fglrx-core fglrx-amdcccle

And supposedly, this should fix your upgrading problem.