1

Possible Duplicate:
What is the correct way to install ATI Catalyst Video Drivers?

I can not install fglrx ATI drivers/Catalyst 12.8. I have tried installing AMA Catalyst 12.8 using this guide: http://www.upubuntu.com/2012/08/install-amd-catalyst-128-on-ubuntu.html

When I reach the part of installing with sudo sh amd-driver-installer-8.982-x86.x86_64.run , I get the following error:

enter image description here

When I run it using the --force option, I get this message: enter image description here

How can I fix these errors and install Catalyst 12.8?

3 Answers3

1

I resolve the problem. Catalyst 12.8 dosent support Ubuntu 12.10. You have to download and install Beta Version Catalyst.

1

Resolve the problem and correctly instalation Catalyst. It is a Bug.

First if you have instaled drivers pls unistal them. After this enter comand.

sudo apt-get install linux-source
sudo apt-get install linux-headers-3.5.0-17-generic

After this install driver from System settings/software resources/additional drivers and select AMD graphicks accelerator

0

As mention on the page open terminal Ctrl+Alt+T, and;

Uninstall first the old driver with the following commands:

sudo sh /usr/share/ati/fglrx-uninstall.sh

sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx

Install base on this page:

cd /tmp

chmod +x amd-driver-installer-8.982-x86.x86_64.run

sudo sh amd-driver-installer-8.982-x86.x86_64.run
penreturns
  • 5,950