Linux ATI catalyst 9.9 packages for Ubuntu Jaunty

Status
Not open for further replies.

Dark Star

Innovator
13048e316ea66874.png

Since ATI has released the latest driver for Linux with OpenGL 3.0 and lots of video playback , hybrid crossfire and overdrive enhancements ... I thought of releasing packages for Ubuntu .Download and installed as recommended.. Before installing please remove old drivers to avoid Xorg errors for having multiple fglrx-dkms value..

Download deb for Ubuntu 9.04 Jaunty Jackapole 32/64bit :-

Code:
Ubuntu : [url]http://dl.getdropbox.com/u/2145993/Drivers.7z[/url]

Extract the zip and place all the files at desktop.. Now open the Terminal and type

Code:
sudo su root

cd /home/<user_name>/Desktop

3. To install it 1'st make sure no other installation is going on and after that type this

Code:
[B]Ubuntu  32bit : [/B]sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb 

[B]Ubuntu 64bit :[/B]sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb

Now in terminal : -

Code:
sudo gedit /etc/X11/xorg.conf

Add this under Device section

Code:
	Driver		"fglrx"

Ubuntu users make sure you activate your fglrx from Ubuntu Restricted Driver Manager after installing it , System -> Administration -> Hardware Drivers

Navigate to ATI Catalyst Center from Main Menu .. You can use overdrive from terminal .. Type aticonfig for more help.. To check that fglrx is up and running do these

Code:
shashwat@shashwat-desktop:~$ [B]fglrxinfo[/B]

display: :0.0  screen: 0

OpenGL vendor string: ATI Technologies Inc.

OpenGL renderer string: ATI Radeon HD 3300 Graphics

OpenGL version string: 2.1.8918

shashwat@shashwat-desktop:~$

Have fun with ATI Catalyst..
 
why not just use ./ati*.run in terminal for the downloaded binary ??

any plus poits by compiling and installing ??
 
^^ well.. maybe :P

i never thought that way :P

i prefer the binary just because that way i can use it for other distros too..

it works like a standalone installer for me
 
Status
Not open for further replies.