1

I've found BinaryDriverHowto/AMD.

New items are in my comments ....

I have got amd-driver-installer-catalyst-15-20.1046-x86.x86_64.run in my Downloads folder ready to run, but when I'm trying to issue the command sh amd-driver-installer-catalyst-13-4-x86.x86_64.run --buildpkg Ubuntu/trusty, it does not want to run it. I have the error message:

sh: 0: Can't open amd-driver-installer-catalyst-15-20.1046-x86.x86_64.run

Can someone explain me what to do?

2 Answers2

2

You do not need to download and run any files. You can install 15.20 driver by running in terminal

sudo apt-get install fglrx-updates

This is the correct way of installing the driver.

Pilot6
  • 92,041
0

I just do what Pilot6 has recommended and I never have the same drawbacks. It seems to work now and to anyone that contributed.

The solution is definitely :

sudo apt-get install fglrx-updates

Laurent06000