AMD Catalyst 12.9 released – Install Guide (updated)

The latest AMD Catalyst 12.9 was released yesterday (13/9/12) . The most significant change here is that Catalyst 9 improves your embedded Radeon graphics. For example if you’re using a netbook with an AMD CPU, then you have better support for its embedded IGPU, like E6760, E6460 etc.

Last but not least, the AMD hasn’t updated their website, thus this link is located under embedded graphics, not PC Desktop. Hopefully they will update their website during the next 24 hours.

[toggle title=”Changelog from Phoronix”]

Fix startx failure on PowerXpress A+A platforms
– Fix performance downgrade with 3DMarkVantage
– Fix startx failure on some specific ASICs
– Fix PowerPlay settings not persistent after reboot
– Fix problem that the hardware information is shown twice in AMD CCC:LE for Power Saving mode of PowerXpress A+A
– Fix severe corruption when switch between multiple X servers
– Fix cursor disappear when open AMD CCC:LE with specific steps
– Fix suspend/resume hang on PowerXpress A+A in Power-Saving mode
– Fix system hang after panning
– Fix system font change after enable Xinerama
– Fix X crash when run 32bit AMD CCC:LE on 64bit system
– Fix the issue that monitor goes into sleep for some ASICs after kill X

[/toggle]

Click to download the drivers for 64/32 bit (the package contains both the 32-bit and 64-bit driver.).

[button color=”orange” link=”http://www2.ati.com/drivers/embedded/9.00-120815a-146426C-EDG_Direct.zip”%5DDownload 32/64bit[/button]

Currently you can’t install this driver using Xorg-Edgers PPA because the repository has not been updated yet. You have to built it by you own following the hard(manual) way.

The hard (manual) way

[toggle title=”First install of AMD Catalyst”]
#First install of AMD Catalyst

#prerequisite packages#
sudo apt-get install build-essential cdbs dh-make dkms
sudo apt-get install execstack dh-modaliases fakeroot libqtgui4

# If you are 64 bit, install these too
sudo apt-get install ia32-libs ia32-libs-multiarch:i386
sudo apt-get install lib32gcc1 libc6-i386
cd /usr ; sudo ln -svT lib /usr/lib64

# Go into your Downloads folder (I suppose you have already download the driver)
cd Downloads

# Make the package executable
chmod +x amd-driver-installer-9.00-x86.x86_64.run

# Create and install deb packages
sudo sh ./amd-driver-installer-9.00-x86.x86_64.run --buildpkg Ubuntu/precise
sudo dpkg -i fglrx*.deb

# Enable new settings
sudo aticonfig --initial -f

# Reboot you PC

[/toggle]

[toggle title=”Upgrade from AMD Catalyst 12.x to 12.9″]
# eg Upgrade from AMD Catalyst 12.8 to 12.9

# Go into your Downloads folder (I suppose you have already download the driver)
cd Downloads

# Make the package executable
chmod +x amd-driver-installer-9.00-x86.x86_64.run

# Create deb packages
sudo sh ./amd-driver-installer-9.00-x86.x86_64.run --buildpkg Ubuntu/precise

# Force overwrite the older packages with the new ones
sudo dpkg --force-overwrite -i *.deb

# Reboot you PC

If want to unistall them

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

[/toggle]

Thanks to our reader:Yannis Tsismentzoglou

Advertisement

23 Comments

  1. There is no fglrx-installer in the repository, only fglrx. I going with that one and see what happens…

    Like

      1. When I purged the repository it said something about accepting a solution. I pressed yes and now I m not able to enable the discrete card to install manually the drivers. Using switcheroo I can use the intel card but when I switch to ati it hangs. I think I lost the open driver and I can’t get it back…(shit…that’s where the phrase “if it ain’t broken don’t fix” goes….

        Like

          1. Tried that but after reboot ubuntu wont get to the login screen…The xorg seems fine.The thing is that I when I tried to run the automated installer it said no supported graphical adapter or something like that. I have hybrid graphics with the 6770m. Maybe it’s not supported by this driver? I don’t know…

            Like

  2. 8.980-0ubuntu1~xedgers~precise1 is definitely not 9.00 that catalyst 12.9 is…
    it’s not even catalyst 12.8 which was 8.982…

    Like

  3. My friend duh, according to the original article this driver was the “new” catalyst and amd just “forgot” to update their links. So it’s not entirely our fault (or my fault) that we tried this out.Personally I thought someone tried this already. One advice guys, first check what you write and then publish it (at least the articles that have to do with the system’s stability). Just a friendly advice and nothing more! 🙂

    Like

    1. @google-73cc18611f4bc0f720d3c487c462ebeb:disqus If you have an AMD 4xxx series as I do, there is no hope. They have stoped supporting it and so far the driver doesn’t seem to bee compatible with 12.10. If you have a 4xxxx series graphics card and you are playing games then stay with 12.04, it is supported with updates for 5 years. If not then upgrade to 12.10 but you will stay with open source driver

      Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.