LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-28-2005, 03:49 PM   #1
husnos
Member
 
Registered: Jun 2005
Distribution: debian sarge
Posts: 49

Rep: Reputation: 15
ATI Proprietary Linux x86 Driver


This driver is for RADEON 8500 Series and higher

STEP1: Download "Check.sh" to identify the version of XFree86 you have.

#http://www2.ati.com/drivers/linux/check.sh
# run this file by typing "sh Check.sh". It will show what version you have installed.

STEP2: Download the ATI Driver Installer "ati-driver-installer-8.14.13.run".

#http://www2.ati.com/drivers/linux/at...er-8.14.13.run

STEP3: Make sure you have minimum requirements by installing the following:

# POSIX Shared Memory (/dev/shm) support is required for 3D apps
# glibc version 2.2 or 2.3
# Linux kernel 2.4 or higher
# XFree86 version 4.1, 4.2, or 4.3

STEP4: Run the installer by typing "sh ati-driver-installer-8.14.13.run". You must be a superuser to do this.

STEP5: Follow the step-by-step instructions in the GUI installer. Make sure to choose the options that corresopond to your XFree86 version.

STEP6(IMPORTANT): Backup your current "XF86Config-4" file. It is found in "/etc/X11/". Just make a copy of the file and place it somewhere safe: eg. your home folder or on a floppy disk.

STEP7: run "fglrxconfig" by typing "./fglrxconfig". You must be a superuser to do this.

STEP8: Answer the series of questions prompted by "fglrxconfig".

#When done, your current "XF86Config-4" file would have been replaced by a newer one.

STEP9: Reboot.

After reboot, If xserver does not start, this is probably becuase of wrong setup with fglrxconfig. Simply, restore the old "XF86Config-4" file. Run "fglrxconfig" and go through the questions again.

Most importantly, is that you have a backup of your original "XF86Config-4 file".

For more detailed instructions: http://www2.ati.com/drivers/linux/li...4.13-inst.html

Last edited by husnos; 06-28-2005 at 03:50 PM.
 
Old 06-28-2005, 05:10 PM   #2
Marc L.
Member
 
Registered: Nov 2004
Posts: 53

Rep: Reputation: 15
hI, i have a Radeon 9600, so I guess I'm right here.

Isn't there any way around downloading the ati-driver-installer? I only have a 56k analog modem, so a whole 30mb is a bit too big to download.
 
Old 06-28-2005, 05:31 PM   #3
husnos
Member
 
Registered: Jun 2005
Distribution: debian sarge
Posts: 49

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Marc L.

Isn't there any way around downloading the ati-driver-installer? I only have a 56k analog modem, so a whole 30mb is a bit too big to download. [/B]

Yes.

Have a look at this tutorial:
http://www.linuxquestions.org/questi...icle&artid=212

You still need to meet the minimum requirement.

Still VERY IMPORTANT that you backup your X config. file.

Last edited by husnos; 06-28-2005 at 05:35 PM.
 
Old 07-03-2005, 02:48 PM   #4
Marc L.
Member
 
Registered: Nov 2004
Posts: 53

Rep: Reputation: 15
that tutorial linked to some patch script that i was told to save to a text file and execute. well, the script's broken. so i still havent come one step further.
isn't there any more straightforward way to just download some driver, execute the install script and done?
 
Old 07-04-2005, 03:49 AM   #5
abunsair
Registered User
 
Registered: Jul 2005
Posts: 56

Rep: Reputation: 15
the link is not broken..........this check.sh script verifies what version of XFree86 you have.......if you know what version, you can skip this step


the easiets most straightforward method is to follow this tutorial, because the driver mentioned has a GUI. the downside is that it is too big for a medem connection
 
Old 07-04-2005, 04:52 AM   #6
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
Hi,
Okay, the install works.

HUSNOS, just a little error in your :
Quote/
'STEP7: run "fglrxconfig" by typing "./fglrxconfig". You must be a superuser to do this.'

typing : ./fglrxconfig is not correct. You must just type : fglrxconfig, the ./ is not needed here.
Also, you could have precised that just typing that doesn't work and that you have to :


Code:
cd /usr/share/fglrx
to do it.

Otherwise it works better than the other methods, though I didn't notice a real change in glxgears
as far as FPS is concerned. But is does enable DRI, which is what I wanted.

Thanks.
 
Old 07-04-2005, 08:23 AM   #7
jabbahutt
LQ Newbie
 
Registered: Jul 2005
Posts: 1

Rep: Reputation: 0
Well, I've got a Radeon 9700, and suse 9.3.

I've managed to install the driver and all that. But problem is i still don't have 3d accelaration!

Any idea how can I make it happen (there's still that software OpenGL driver... when typing fglrxinfo... trying to run fgl_gears doesn't work...).

Thanks,
Jabba
 
Old 07-04-2005, 11:28 PM   #8
abunsair
Registered User
 
Registered: Jul 2005
Posts: 56

Rep: Reputation: 15
sincere thanks to you for correcting the mistake......it is good that you double checked by running through the tutorial step by step...................this is what the linux community is all about
 
Old 08-03-2005, 01:33 PM   #9
anon040
LQ Newbie
 
Registered: Aug 2005
Location: Athens - Georgia
Posts: 2

Rep: Reputation: Disabled
hello guys.I'm having truble installing the drivers
this is what happens after trying to install them:

linux:~ # cd /usr/local/ATI
linux:/usr/local/ATI # ls
. .. ati-driver-installer-8.14.13.run fglrx-install
linux:/usr/local/ATI # ./ati-driver-installer-8.14.13.run
Creating directory fglrx-install
Verifying archive integrity...Error in MD5 checksums: a864092c4a3c0167531e7f36b97159c1 is different from 8562a7f5b3a0bc52f3ea4c78a96f1ac0
linux:/usr/local/ATI #

can anyone help please?
edit:forgot to say that I had alredy logged in as root

Last edited by anon040; 08-03-2005 at 01:38 PM.
 
Old 08-05-2005, 04:26 PM   #10
noblejourney
LQ Newbie
 
Registered: Aug 2005
Location: Minneapolis
Posts: 1

Rep: Reputation: 0
hey

i installed the driver but the fglrxconfig isn't where the Release Notes said it should be, which is /usr/X11R6/bin/fglrxconfig . nor is it where samael26 said it should be in /usr/share/fglrx.

im running fc4.

thanks,
brandon burfeind
 
Old 08-05-2005, 05:02 PM   #11
ride153
Member
 
Registered: Apr 2005
Location: Northeast USA
Distribution: current is PCLOS (server) and Suse (desktop)
Posts: 102

Rep: Reputation: 15
Quote:
Originally posted by jabbahutt
Well, I've got a Radeon 9700, and suse 9.3.

I've managed to install the driver and all that. But problem is i still don't have 3d accelaration!

Any idea how can I make it happen (there's still that software OpenGL driver... when typing fglrxinfo... trying to run fgl_gears doesn't work...).

Thanks,
Jabba
i think you need to
install fglrx-kernel-module(kernel name)
then run
./make.sh
./make_install.sh
fglrxconfig

hope this helps
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse 10 and ATI Linux x86 Driver 8.18.8 Sparky1 SUSE / openSUSE 11 10-31-2005 06:48 PM
ATI Proprietary Linux x86 Driver Superganja23 Linux - Software 6 01-22-2005 01:12 PM
ATI Proprietary Linux Driver 3.12.0 Xerop Linux - Hardware 1 09-11-2004 01:53 PM
New ATi Proprietary Linux Driver (3.11.1) Xerop Linux - Hardware 6 08-26-2004 11:33 AM
ATI Proprietary Linux Driver 3.9.0 Released jayptr Fedora 17 06-18-2004 04:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration