|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
[How-To] Linux ATI driver installation
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Angry Linux Gamer
![]() |
This is a short guide on how to install the Linux ATI proprietary driver (fglrx). This guide targets Ubuntu, but it should also work on other Debian based distros. I have had success with OpenSuse as well using a similar method.
Method 1 1.- Got to ATI's website and donwload the driver. The same installer works for both 32bit and 64bit systems. 2.- Open a terminal and move into the directory where you saved the driver in: Code:
cd /<location of driver> Code:
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms #install ia32-libs if on a 64bit system Code:
sudo sh <name of .run file>.run #alternatively, you can simply run ati*.run Code:
cd sudo aticonfig --initial You should now have a working driver. To confirm everything went well, in a terminal type fglrxinfo and you should get something like this: Code:
principe@magicbox:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 4800 Series OpenGL version string: 2.1.8673 Code:
cd /usr/share/ati sudo sh ./fglrx-uninstall.sh Method 2 *Note that this method involves distro specific package building. ATI's installer supports package building for several distros and the commands to accomplish this vary between distros. The following steps are for Ubuntu specificaly (it should be the same for any Debian based distro as well); if you use some other distro best you learn how to manipulate packages on that particular platform before proceeding. 1.- Got to ATI's website and donwload the driver. The same installer works for both 32bit and 64bit systems. 2.- Open a terminal and move into the directory where you saved the driver in: Code:
cd /<location of driver> Code:
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms #install ia32-libs if on a 64bit system Code:
sudo sh <name of .run file> --buildpkg #this will generate several packages inside the source directory Code:
sudo dpkg -i *.deb #this will install ALL .deb files inside the directory, so make sure you don't have anything else aside from the driver #if you are then asked about overwriting files, just tell it to go ahead (type "Y" when prompted) Code:
cd sudo aticonfig --initial You should now have a working driver. To confirm everything went well, in a terminal type fglrxinfo and you should get something like this: Code:
principe@magicbox:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 4800 Series OpenGL version string: 2.1.8673 Notes: * Besides the above given dependencies, the driver itself needs additional ones (these are specified in the driver's release notes). Most distros that I have dealt with already have all of them installed by default, but it doesn't hurt to check, specially if your installation fails. * The driver does not support pre-release software (kernels, xservers, etc.). If you're using a distro with any of these, don't expect it to work. Once a particular kernel (or xserver) is finalized, support for it usually comes within 1-3 releases (1-3 months). This is ATI policy. * Starting from the 9.4 diver, support for pre r6xx cards (cards earlier than HD2K) has been dropped. If you have one of these cards, you need to change to one of the open source drivers. Links of interest: FGLRX lookout thread
__________________
CPU-Z Validation GPU-Z Validation FGLRX look out thread Linux ATI driver installation ATI Overclocking in Linux ATI open source driver installation
Last edited by Melcar : 06-05-09 at 08:33 PM |
|||||||||||||
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Linux Lobbyist
![]() |
You could also mention that Ubuntu has prebuilt ones that you can download via the Hardware Drivers app.
Or, you can use Envy.
__________________
Quote:
|
||||||||||||||
|
|
|
|
|
#3 (permalink) | ||||||||||||||
|
PC Gamer
![]() |
Quote:
EDIT: I got it
__________________
¿uʍop ǝpısdn ʇı pɐǝɹ noʎ uɐɔ September 1, 2009 - Never forget.
Last edited by legoman786 : 05-20-09 at 05:32 PM |
||||||||||||||
|
|
|
|
|
#4 (permalink) | |||||||||||||||
|
Linux Lobbyist
![]() |
Quote:
Code:
sudo apt-get ia32-libs
__________________
Quote:
|
|||||||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||||
|
WaterCooler
![]()
Join Date: Jan 2009
Location: Woburn, MA - Soxnation
Posts: 749
Rep: 63
![]() Unique Rep: 56
Trader Rating: 1
|
Do I follow uninstall directions for the crappy ATI drivers I installed after I installed Ubuntu - they're WAY behind what ATI is telling me I should use.
I heard that if I followed your directions, the previous install would fail everything (unlike if I tried the same in Windows).. I'm relatively confident I could do it if you all can confirm the uninstall first is the appropriate approach. Also, so would normal VGA drivers be powering the system in the interim?
__________________
2 TB's are Explosive!! Album of the Watercool build Run this album as a slideshow to see the plane explode from Left for dead while I was playing 1900 by 1200
|
|||||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||||
|
Angry Linux Gamer
![]() |
If you installed the Ubuntu provided drivers, simply go back to System>Administration>Hardware Drivers and uncheck the applicable box. Another approach is to go to Synaptic and do a search for fglrx; remove all the packages containing the name (there should be at least 3).
You can then proceed with the install method outlined here (no need to reboot or restart X). However, to avoid possible complications, I would generate a new xorg.conf file and use the open source driver (follow my other guide in my sig); if you don't load the open source driver, next time you try to log-in you will get a black screen. After that reboot and then proceed with the installation
__________________
CPU-Z Validation GPU-Z Validation FGLRX look out thread Linux ATI driver installation ATI Overclocking in Linux ATI open source driver installation
|
|||||||||||||
|
|
|
|
#7 (permalink) | |||||||||||||
|
WaterCooler
![]()
Join Date: Jan 2009
Location: Woburn, MA - Soxnation
Posts: 749
Rep: 63
![]() Unique Rep: 56
Trader Rating: 1
|
Thanks Melcar, a very thoughtful response and great guides from such an "Angry Linux Gamer". I got here by clicking on a link in your sig - so great work bro, thanks. (gotta get outta work before I go wrecking my home machine)
__________________
2 TB's are Explosive!! Album of the Watercool build Run this album as a slideshow to see the plane explode from Left for dead while I was playing 1900 by 1200
|
|||||||||||||
|
|
|
|
|
#8 (permalink) | |||||||||||||
|
WaterCooler
![]()
Join Date: Jan 2009
Location: Woburn, MA - Soxnation
Posts: 749
Rep: 63
![]() Unique Rep: 56
Trader Rating: 1
|
going for the install via your method in this thread - uninstalled previous driver. Not going with the open source though, just want all or nothing - even though I see you have a 4850...if I fail, I'll try the open source too - goal here is no conflict between the two.
__________________
2 TB's are Explosive!! Album of the Watercool build Run this album as a slideshow to see the plane explode from Left for dead while I was playing 1900 by 1200
|
|||||||||||||
|
|
|
|
|
#9 (permalink) | |||||||||||||
|
Angry Linux Gamer
![]() |
If you're using Jaunty, the version of "radeon" provided only has 2D acceleration and TexturedVideo (for accelerating video playback) for r6xx/r7xx clas hardware, while the "radeonhd" version only has very basic support. The proprietary driver is the only real choice right now for these cards. You can still try them, if only to experiment and as a fallback driver in case you run into problems with fglrx.
__________________
CPU-Z Validation GPU-Z Validation FGLRX look out thread Linux ATI driver installation ATI Overclocking in Linux ATI open source driver installation
|
|||||||||||||
|
|
|
|
#10 (permalink) | |||||||||||||
|
WaterCooler
![]()
Join Date: Jan 2009
Location: Woburn, MA - Soxnation
Posts: 749
Rep: 63
![]() Unique Rep: 56
Trader Rating: 1
|
I thought this was for the propietary....the one I downloaded... now I don't have effects....but it's running fast as hell...
so...did the fglrxinfo...wasn't installed, (didn't I uninstall before?)....and now I'm reinstalling fglrx...display config works (didn't before) - and now I'm reinstalling the Prop drivers... here goes..
__________________
2 TB's are Explosive!! Album of the Watercool build Run this album as a slideshow to see the plane explode from Left for dead while I was playing 1900 by 1200
|
|||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|