Showing posts with label ATI Catalyst AMD Video Driver. Show all posts
Showing posts with label ATI Catalyst AMD Video Driver. Show all posts

Tuesday, April 9, 2013

How to Fix/Repair ATI Catalyst AMD Video Driver on Ubuntu 12.xx




ATI Catalyst drivers are blocking the system? Have you stopped abruptly installation of the latter, and now you can no longer use the X server Ubuntu 12.10 or Ubuntu 12.04 Precise Quantal? You “forced” a bit ‘too his hand, and your Catalyst refuse to work? Well, then this is just the guide for you: we will see how to restore the drivers AMD / ATI Catalyst using recovery mode Ubuntu.

Maybe you could think that that option boot system was there only as a formality, but it is not! The recovery mode has its uses: it is possible to perform diagnostics, recovery and system repairs regardless of the damage it caused during the various sessions of use. E ‘for this reason that, today, upubuntu suggests how to use the recovery mode if the ATI Catalyst drivers suddenly they stopped working, something that happens regularly – for example – after a change kernel or operating system upgrade.
First, the selection screen of GRUB, if we have a version of GRUB less than 2.0 we select
Into Our OS-with-our-kernel (recovery mode / recovery mode)
such as
Ubuntu, with 3.xx-y.generic (recovery mode)
and give ENTER. Or, if we GRUB 2.0, have to bring us in ”Advanced options for Ubuntu”: find there the recovery mode! (Small tip: if GRUB does not appear, start the computer by pressing and holding the SHIFT key after the BIOS POST).
Wait kernel initialization after that, in the next window, select ”Network” (will allow you to enable the network). The system will notify you that your disk will be remounted in read / write mode: you confirm and wait for the loading.
At this point we get back to the main screen, hence selected root (Open a root shell) and dates sent. At this point, the steps are the same people who normally perform from terminal to install the ATI drivers. Eye could happen that the layout of the keyboard is the American one. First, for the avoidance of doubt, a moment update the system with the commands
Into sudo apt-get
update sudo apt-get upgrade

And now, let’s install the ATI drivers (the last are the 12.10) by following the steps in this guide.
After the procedure, we can exit the shell by typing the command of recovery
Into exit
And then selecting from the main window ”Resume” – “Restore normal startup.”

Saturday, January 19, 2013

AMD Catalyst Display Driver 13.1 Adds Official Support for Ubuntu 12.10 (Quantal Quetzal)



ATI/AMD Catalyst Driver 13.1 for Linux-based systems has been released recently that brings various bug fixes and improvements. AMD has stated that this release fixes most of the problems encountered with Steam for Linux and it brings support for Ubuntu 12.10 (Quantal Quetzal) and XServer 1.13. You can review the release notes for AMD 13.1 here.

The PPA from xorg-edgers is available for the following Ubuntu/Linux Mint distributions:


  • Ubuntu 13.04/12.10/12.04
  • Linux Mint 14/13
A- Automatic Installation (Recommended)

You can install the driver from PPA using this sequence of commands:

sudo add-apt-repository ppa:xorg-edgers/ppa 
sudo apt-get update 
sudo apt-get install fglrx-installer

After finishing the installation, you need to remove the xorg-edgers PPA using these commands before rebooting your system:

sudo add-apt-repository --remove ppa:xorg-edgers/ppa 
sudo apt-get update 

B- Manual Installation

If you prefer to install the driver manually, you can go through all these steps, but I can't confirm that this may work for all users:

   1. Uninstalling The Current AMD Driver

Before starting the installation of this new driver, you need to remove your current driver using these commands:

sudo sh /usr/share/ati/fglrx-uninstall.sh 
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx

Or

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

   2. Installing Dependencies

First of all, let's install some dependencies needed for creating the Debian packages out of the .run file. Open the terminal and enter these commands:

sudo apt-get install cdbs fakeroot build-essential dh-make debconf execstack dh-modaliases 
sudo apt-get install debhelper dkms libqtgui4 libstdc++6 libelfg0 unzip

Users of amd64 platforms (64-bit) need also to install these packages:

sudo apt-get install ia32-libs-multiarch i386 lib32gcc1 ia32-libs libc6-i386 ia32-libs

   3. Installing The AMD Driver

Via the terminal, download AMD Catalyst driver 13.1 with these commands:

mkdir -p ~/amd-driver && cd amd-driver 
wget -c http://goo.gl/gKM8v -O amd-catalyst-13.1-linux-x86_64.zip 
unzip -oq amd-catalyst-13.1-linux-x86_64.zip

Generate now Debian packages for your distribution with the following command:

sudo sh amd-driver-inst*.run --buildpkg `lsb_release -is`/`lsb_release -cs`

Install the driver with these commands:

sudo dpkg -i *.deb 
sudo aticonfig --initial 
sudo reboot

Wednesday, November 14, 2012

How to Fix/Repair ATI Catalyst AMD Video Driver on Ubuntu 12.xx


ATI Catalyst drivers are blocking the system? Have you stopped abruptly installation of the latter, and now you can no longer use the X server Ubuntu 12.10 or Ubuntu 12.04 Precise Quantal? You “forced” a bit ‘too his hand, and your Catalyst refuse to work? Well, then this is just the guide for you: we will see how to restore the drivers AMD / ATI Catalyst using recovery mode Ubuntu.
Maybe you could think that that option boot system was there only as a formality, but it is not! The recovery mode has its uses: it is possible to perform diagnostics, recovery and system repairs regardless of the damage it caused during the various sessions of use. E ‘for this reason that, today, upubuntu suggests how to use the recovery mode if the ATI Catalyst drivers suddenly they stopped working, something that happens regularly – for example – after a change kernel or operating system upgrade.
First, the selection screen of GRUB, if we have a version of GRUB less than 2.0 we select
Into Our OS-with-our-kernel (recovery mode / recovery mode)
such as
Ubuntu, with 3.xx-y.generic (recovery mode)

and give ENTER. Or, if we GRUB 2.0, have to bring us in ”Advanced options for Ubuntu”: find there the recovery mode! (Small tip: if GRUB does not appear, start the computer by pressing and holding the SHIFT key after the BIOS POST).
Wait kernel initialization after that, in the next window, select ”Network” (will allow you to enable the network). The system will notify you that your disk will be remounted in read / write mode: you confirm and wait for the loading.
 How to Fix/Repair ATI Catalyst AMD Video Driver on Ubuntu 12.xx
At this point we get back to the main screen, hence selected root (Open a root shell) and dates sent. At this point, the steps are the same people who normally perform from terminal to install the ATI drivers. Eye could happen that the layout of the keyboard is the American one. First, for the avoidance of doubt, a moment update the system with the commands
Into sudo apt-get
update sudo apt-get upgrade

And now, let’s install the ATI drivers (the last are the 12.10) by following the steps in this guide.
After the procedure, we can exit the shell by typing the command of recovery
Into exit
And then selecting from the main window ”Resume” – “Restore normal startup.”