LinuxQuestions.org
Visit the LQ Articles and Editorials section
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
 
LinkBack Search this Thread
Old 06-30-2009, 06:55 PM   #1
luke9511
Member
 
Registered: Feb 2007
Location: Nashville Tn
Distribution: Ubuntu
Posts: 33

Rep: Reputation: 15
how to install ati proprietary drivers on fedora 9 without updates


like the title says im trying to figure out how to install the ati proprietary drivers without running any updates, i tried once already and just got a black screen, but on another with updates it works fine
 
Old 06-30-2009, 10:05 PM   #2
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
fedora 9 has just gone unsupported - so it is no wonder you don't want to do the updates.
I figure you'll have to get the driver off ATI.

But you have not said how you attempted to install the driver and what the difference between your examples were and how you got the "updates" or even what you mean by this. Show us the terminal commands and output.
 
Old 07-01-2009, 02:54 PM   #3
luke9511
Member
 
Registered: Feb 2007
Location: Nashville Tn
Distribution: Ubuntu
Posts: 33

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge View Post
fedora 9 has just gone unsupported - so it is no wonder you don't want to do the updates.
I figure you'll have to get the driver off ATI.

But you have not said how you attempted to install the driver and what the difference between your examples were and how you got the "updates" or even what you mean by this. Show us the terminal commands and output.
ok hard drive number 1, i installed fedora and used the update manager to do a full update, then i went to ati's website and downloaded the drivers and put them in my home folder then i went into the terminal and did this

Code:
[ronald@localhost~]su
password:
[ronald@localhost~]#sh ati-driver-installer-9-6-x86.x86_64.run
then it went on to install the driver and everything worked pefectly.

hard drive number 2, installed fedora did not do any updates, went to ati's website and downloaded the drivers and ran the same command as on hard drive 1 and restarted, it started to go to the login screen but all i got was a black screen, left it sitting there for an hour, still the same thing.

so i restarted edit the kernel at boot so that i could get into single user mode and i went to the folder where the ati drivers were installed and ran the uninstall file, then i ran the command startx and the xserver started without a problem

Last edited by luke9511; 07-01-2009 at 02:56 PM.
 
Old 07-01-2009, 10:18 PM   #4
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
Lets make sure I got this right - you have two installs of fedora9 (you won't be able to get updates for much longer) on one computer but with two HDDs. These are default installs. You are dual-booting.

Check your kernel version in each install: uname -r

What has probably happened is that you have a kernel upgrade on the first HDD and not on the second but you have the same binary driver for each. This cannot be expected to work.

Installing from the ATI script is not best practise. You normally get the proprietary fglrx driver prepackaged from the rpm fusion repositories. (see second link below)

yum install kmod-fglrx

http://www.fedorafaq.org/f9/#radeon
... there were no ati drivers at the time this was written. The radeon hd driver is probably worth a try, I've had decent results from it before. It may be that there is no ati support for the default install kernel - i.e. you have to upgrade for ATI 3D acceleraltion.

http://www.fedorafaq.org/#radeon
... this will probably only work for recent kernels

You are strongly urged to install a recent version of fedora (or other gnu/linux).
 
Old 07-02-2009, 01:07 AM   #5
luke9511
Member
 
Registered: Feb 2007
Location: Nashville Tn
Distribution: Ubuntu
Posts: 33

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge View Post
Lets make sure I got this right - you have two installs of fedora9 (you won't be able to get updates for much longer) on one computer but with two HDDs. These are default installs. You are dual-booting.

Check your kernel version in each install: uname -r

What has probably happened is that you have a kernel upgrade on the first HDD and not on the second but you have the same binary driver for each. This cannot be expected to work.

Installing from the ATI script is not best practise. You normally get the proprietary fglrx driver prepackaged from the rpm fusion repositories. (see second link below)

yum install kmod-fglrx

http://www.fedorafaq.org/f9/#radeon
... there were no ati drivers at the time this was written. The radeon hd driver is probably worth a try, I've had decent results from it before. It may be that there is no ati support for the default install kernel - i.e. you have to upgrade for ATI 3D acceleraltion.

http://www.fedorafaq.org/#radeon
... this will probably only work for recent kernels

You are strongly urged to install a recent version of fedora (or other gnu/linux).
unfortunately fedora 9 is what we use at school though they are going to switch to fedora 11 some time later for now this is what we are using, im just doing this to help out my class mates i kinda figure already that everyone would have to update but thanks for the help
 
Old 07-02-2009, 02:23 AM   #6
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
OK - sure. FYI: binary drivers generally need to be recompiled for different kernels. The ati site will give you a list of drivers and the kernels they support. Old ati cards are not normally supported by ati - instead, the specifications are released to the free software community.

The main trouble with self-compiled drivers is that they need to be recompiled each time there is a kernel upgrade.

Distros usually have packaged drivers which can be upgraded when something changes.

Always try the free software driver first, then the packaged driver, before going to the vendor.
 
Old 07-02-2009, 12:59 PM   #7
luke9511
Member
 
Registered: Feb 2007
Location: Nashville Tn
Distribution: Ubuntu
Posts: 33

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge View Post
OK - sure. FYI: binary drivers generally need to be recompiled for different kernels. The ati site will give you a list of drivers and the kernels they support. Old ati cards are not normally supported by ati - instead, the specifications are released to the free software community.

The main trouble with self-compiled drivers is that they need to be recompiled each time there is a kernel upgrade.

Distros usually have packaged drivers which can be upgraded when something changes.

Always try the free software driver first, then the packaged driver, before going to the vendor.
well im not to much a fedora user mostly *buntu user so this is a little different for me but thanks anyway
 
Old 07-02-2009, 09:31 PM   #8
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu 10.04
Posts: 9,196

Rep: Reputation: 190Reputation: 190
*buntu is the same - except your first point of call is:
system > administration > hardware drivers

you also get meta packages for installing common configurations.

The routine of going to the HW vendor for drivers is often thought of as "normal" or "good practice".
gnu/linux users need to get out of this habit of thought.

You usually end up going to the vendor if the latest driver on the vendors site enables parts of the card you need which are not enabled in the packaged drivers. Some goes for building drivers from source.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
trying to install ATI 9550 proprietary drivers. 10/4 Linux - Newbie 19 06-02-2009 08:22 PM
ATI Radeon 3200HD with Slackware 12.2 not working with proprietary ATI drivers... cyrrius_corruption Linux - Laptop and Netbook 10 04-20-2009 01:46 PM
Howto install the ATI proprietary drivers for Mandrake 10.2 why2jjj Mandriva 36 05-15-2006 02:01 PM
DISCUSSION: How To: Install X.Org 6.8 and ATI Proprietary drivers in Mandrake 10.1 tjmax LinuxAnswers Discussion 15 01-13-2006 11:54 AM
ATI 9600Pro & ATI Proprietary Drivers problem Hyakutake Slackware 6 12-04-2005 10:08 AM


All times are GMT -5. The time now is 04:49 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration