Comment 4 for bug 1075035

Revision history for this message
penalvch (penalvch) wrote :

Sean Fitzpatrick, thank you for testing the WORKAROUND. Regarding your comments:
>"I tried the workaround, but ran into some problems: - in step 5, the command apt-get -y reinstall was not recognised. The "reinstall" seems to be the wrong code."

It was. It has just been updated to:
sudo apt-get --reinstall install xserver-xorg-video-intel

>"- step 6 failed because there was no package "fglrx-installer". The repository I added in Step 2 didn't have this package, but it did have plain ol' "fglrx", so I tried installing that instead."

This also was incorrect. This has been updated to:
sudo apt-get -y install fglrx

As well, could you also please try the PPA with instead:
sudo apt-get -y install fglrx-updates

Thank you for your understanding.