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?

Laurent06000
  • 736
  • 2
  • 13
  • 28
  • Please [edit] your question and add output of lspci -k | grep -EA2 'VGA|Display'; dpkg -l | grep fglrx terminal command. – Pilot6 Sep 10 '15 at 20:12
  • Dorry but I do not hoa to use : fglrx-installer fglrx-installer-updates fglrx-installer-experimental-9 fglrx-installer-experimental-12 fglrx-installer-experimental-13

    in the https://goo.gl/8dkIaw document. Manay thanks in advance

    – Laurent06000 Sep 16 '15 at 08:57
  • With the "lspci -k | grep -EA2 'VGA|Display'; dpkg -l | grep fglrx" commande i obtain ; 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos XT [Radeon HD 7470/8470 / R5 235 OEM] Subsystem: Micro-Star International Co., Ltd. [MSI] Radeon HD 8470 OEM Kernel driver in use: radeon. So what is the next to do. I got many SynologyAssistant-5.2-5566_amd64.deb, fglrx_15.201-0ubuntu1_amd64_UB_14.01.deb and fglrx-core_15.201-0ubuntu1_amd64_UB_14.01.deb. – Laurent06000 Sep 16 '15 at 09:00
  • Which is the *.deb file to user please ? – Laurent06000 Sep 16 '15 at 09:07
  • @pico6 the result off your command is ; lspci -k | grep -EA2 'VGA|Display'; dpkg -l | grep fglrx 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos XT [Radeon HD 7470/8470 / R5 235 OEM] Subsystem: Micro-Star International Co., Ltd. [MSI] Radeon HD 8470 OEM Kernel driver in use: radeon – Laurent06000 Sep 18 '15 at 18:10
  • @ David forster : I'av noed this url http://goo.gl/MzKv3Y witch is not applicable in my case – Laurent06000 Sep 18 '15 at 18:15

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
  • 90,100
  • 91
  • 213
  • 324
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

Laurent06000
  • 736
  • 2
  • 13
  • 28