After several posts into their forums, it is now the time for AMD to launch their most awaited driver (bug-fixes concerning to Steam Linux client) that comes in their 3rd instalmentย of Catalyst 13.2 beta. ย So, if you had problem with Serious Sam 3 or Team Fortress 2, now you can actually feel the ultimate gaming experience. Yet, there are many things remaining to be fixed, but this driver it was most awaited by many… many… people out there. Especially for us, Ubuntu users.

Check the log…

[toggle title=”Driver bug-fixes”]

Feature Highlights of the AMD Catalystโ„ข 13.2 Beta Driver for Linux

  • [370476 ]: Resolves a Team Fortress 2 performance issue with Ubuntu 12.04/12.10 and AMD Radeonโ„ข HD 7000, 6000 Series GPU. Up to 300% performance improvement
  • [369298 ]: Resolves a Serious Sam 3 launching and corruption issue with Ubuntu 12.04/12.10 and AMD Radeonโ„ข HD 7000, 6000 Series GPU

[/toggle]

[toggle title=”Supported GPUs”]

AMD Desktop Product Family Compatibility

AMD Radeonโ„ข HD 8900 Series

AMD Radeon HD 6800 Series

AMD Radeon HD 8800 Series

AMD Radeon HD 6700 Series

AMD Radeon HD 8700 Series

AMD Radeon HD 6600 Series

AMD Radeon HD 8400 Series

AMD Radeon HD 6500 Series

AMD Radeon HD 7900 Series

AMD Radeon HD 6400 Series

AMD Radeon HD 7800 Series

AMD Radeon HD 6300 Series

AMD Radeon HD 7700 Series

AMD Radeon HD 6200 Series

AMD Radeon HD 7600 Series

ATI Radeon HD 5900 Series

AMD Radeon HD 7500 Series

ATI Radeon HD 5800 Series

AMD Radeon HD 7570 Series

ATI Radeon HD 5700 Series

AMD Radeon HD 7500 Series

ATI Radeon HD 5600 Series

AMD Radeon HD 7400 Series

ATI Radeon HD 5500 Series

AMD Radeon HD 7300 Series

ATI Radeon HD 5400 Series

AMD Radeon HD 7000 series

ATI Radeon HD 5000 Series

AMD Radeon HD 6900 Series

AMD Radeonโ„ข HD 7600A Series

AMD Radeon HD 6600A Series

AMD Radeon HD 7400A Series

AMD Radeon HD 6350A Series

AMD Radeonโ„ข E6760

AMD Radeon E6460

AMD Radeonโ„ข HD 7600G Series

AMD Radeon HD 7600D Series

AMD Radeon HD 7500G Series

AMD Radeon HD 7500D Series

AMD Radeon HD 7400G Series

AMD Radeon HD 7400D Series

AMD Radeon HD 7300G Series

AMD Radeon HD 6500D Series

AMD Radeon HD 6700G Series

AMD Radeon HD 6400D Series

AMD Radeon HD 6600G Series

AMD Radeon HD 6300D Series

AMD Radeon HD 6500G Series

AMD Radeon HD 6400G Series

AMD Radeon HD 6300G Series

AMD Radeon HD 6200G Series

AMD Radeonโ„ข HD 7900M Series

AMD Radeon HD 6500M Series

AMD Radeon HD 7800M Series

AMD Radeon HD 6400M Series

AMD Radeon HD 7700M Series

AMD Radeon HD 6300M Series

AMD Radeon HD 7600M Series

ATI Mobility Radeon HD 5800 Series

AMD Radeon HD 7500M Series

ATI Mobility Radeon HD 5700 Series

AMD Radeon HD 7000M Series

ATI Mobility Radeon HD 5600 Series

AMD Radeon HD 6900M Series

ATI Mobility Radeon HD 5500 Series

AMD Radeon HD 6800M Series

ATI Mobility Radeon HD 5400 Series

AMD Radeon HD 6700M Series

ATI Mobility Radeon HD 5000 Series

AMD Radeon HD 6600M Series

[/toggle]

According to AMD, there is a potential performance boost up to 300% improvement ONLY for Radeon HD 7000, 6000 series. ย However, I tested the game with my Radeon 6950 and I didn’t notice a 300% boost. The overall experience is updated, indeed, but I can’t see this 300% boost the AMD claims in their website. I will make some test with Radeon HD7000 as soon as possible and then come back. Good news don’t stop here because there is another thing about this driver release. For the first time (if my memory serves me right) AMD offers you support for their upcoming GPUs: AMD Radeon 8000 series GPU also known as Oland family. According to TechPowerUpย “the Radeon HD 8870, ย could offer performance comparable to today’s high-end GPUs. The HD 8870 is clocked at 1050 MHz with 1100 MHz PowerTune Boost frequency; while the HD 8850 is clocked at 925 MHz with 975 MHz boost frequency. The memory of both SKUs is clocked at 6.00 GHz, yielding 192 GB/s memory bandwidth. The chips hence have 256-bit wide memory interfaces”.

[button color=”red” link=”http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64.zip”%5DDownload Catalyst[/button]

How to Install

[toggle title=”Ubuntu’s Requirements”]

System Requirements:
Before attempting to install the AMD Catalystโ„ข Linux graphics driver, the following software must be installed:

    • Xorg/Xserver 6.9 and above (up to 1.13)
    • Linux kernel 2.6 or above (up to 3.5)
    • glibc version 2.2 or 2.3
    • POSIX Shared Memory (/dev/shm) support is required for 3D applications

[/toggle]

Just for the sake of beta,ย notice that ย If a Linux 2.6.11 or newer kernel was built with CONFIG_AGP enabled, the kernel AGP frontend is required to load the fglrx kernel module. To identify whether your kernel with CONFIG_AGP enabled, look for CONFIG_AGP=y in the kernel config file, or if the โ€˜agpgartโ€™ module is loaded

Install any necessary Dependencies

sudo apt-get install XFree86-Mesa-libGL libstdc++ libgcc XFree86-libs fontconfig freetype zlib gcc

Run the installer

AMD recommends you to run the installer and build the kernel automatically. Then reboot your PC and come back.
However, just in case, there is another alternative way which I prefer to use:

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-catalyst-13.2-beta3-linux-x86.x86_64.run

# Create and install deb packages for precise 12.04 or quantal 12.10
sudo sh ./amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64 --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 13.x to 12.8″]
# eg Upgrade from AMD Catalyst 13.2 beta 2 to 13.2 beta 3

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

# Make the package executable
chmod +x amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64.run

# Create deb packages for precise (12.04) or quantal (12.10)
sudo sh ./amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64 --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]

If you have an older GPU than Radeon HD5000 (eg Radeon 4870) you need to use the AMD Legacy Linux Driver (instructions here).

In case you experience any tearing problems for Gnome 3 shell users, you are advised to enable the Tear Free option from the Catalyst Control Center.

11 responses to “AMD Catalyst 13.2 beta 3 driver up to 300% performance ?”

  1. Sabun Avatar
    Sabun

    Too bad it was too little too late. I gave my 6870 to a friend, and got myself a GTX 680. The difference in drivers is significant.

    6870 wouldn’t stop tearing windows in Ubuntu 12.10 with the 12.11 beta 8 driver. To only support Xorg 1.13 officially after Ubuntu 12.10 has been out for nearly 6 months was too long a wait. Even my friends Nvidia 9300M GS performed better than my 6870 because of the driver difference. Games we tested were Guild Wars 2 (Wine) and Killing Floor. The frames per second were significantly different. For now, I am an Nvidia user.

    Would love to see some benchmarks of these 13.2 drivers though (e.g SS3, KF, GW2).

    Like

  2. chisao Avatar
    chisao

    I installed them. The perfomance is better…I get about 5-10 fps in trine 2 and tf2 is working great…..of course they have a long way to go but the are gonna get better one way or another(thank you Valve!!!).My biggest problem still exists…TEARING!!!Youtube videos and video playback has tearing. I tried also with vaapi in vlc (installed xvba-va-driver) but still nothing. Tear-free still doesn’t exist in control center. I guess that’s because I have a mobility card (6770m/intel hd 3000). How can I send them an email or something to tell them my problem?

    Like

    1. kami84gr Avatar
      kami84gr

      sudo amdconfig –sync-video=on

      Like

    2. Oranges10e Avatar
      Oranges10e

      The Catalyst Control Center in Ubuntu offers an option to use Vsync on the Desktop and applications, which will eliminate tearing for the most part (tear free desktop), but it will cut your raw fps performance in half. Also, I recommend you use Google Chrome to browse the web and Youtube, because it offers the newest version of Flash with hardware acceleration for the web browser itself AND their implementation of Flash. Peace

      Like

  3. chisao Avatar
    chisao

    What I have noticed is that the battery goes away REALLY FAST!!!I don’t know if it’s the driver’s issue but this happened after installing 13.2. In windows everything works fine so it’s not a battery issue…

    Like

  4. Ghost Avatar
    Ghost

    E: Unable to locate package XFree86-Mesa-libGL
    E: Unable to locate package libgcc
    E: Unable to locate package XFree86-libs
    E: Unable to locate package freetype
    E: Unable to locate package zlib

    Like

    1. dom Avatar
      dom

      i got this error also…

      Like

  5. Guest Avatar
    Guest

    I’m following these directions to install the 13.3 Beta 3 driver, and when I try to create and install deb packages for quantal 12.10, I get the error:

    sh: 0: Can’t open ./amd-driver-installer-catalyst-13.3-beta3-linux-x86.x86_64

    What’s wrong?

    Like

  6. dom Avatar
    dom

    this does not work…

    sudo sh ./amd-driver-installer-catalyst-13.2-beta3-linux-x86.x86_64 –buildpkg Ubuntu/precise
    sudo dpkg -i fglrx*.deb

    Like

  7. CS-Cart.com Avatar

    Thank you very much for the news, it was very interesting and informative.

    Like

Leave a comment

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

Quote of the week

"People ask me what I do in the winter when there's no baseball. I'll tell you what I do. I stare out the window and wait for spring."

~ Rogers Hornsby

Designed with WordPress