LinuxQuestions.org
Help answer threads with 0 replies.
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 03-03-2004, 11:19 PM   #1
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Rep: Reputation: 30
Okay, how do I install ATI's video drivers?


Now I know that I have asked this before, but it's ben a long time since I have been in linux, so here it goes:

How do I install ATI's Drivers for an ATI Radeon 9000? Or, even better, can someone point me to where I can find out? (I don't even remember how to leave an X session, something about CTRL-ALT-Backspace or something).


Distro: MDK 9.1 or 9.2, I don't remember which
GFX Card: ATI Radeon 9000
 
Old 03-04-2004, 07:55 AM   #2
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
you can download ATI drivers here
To install them, go in /lib/modules/<kernel-version>/fglrx/build. Run make.sh and then follow the instruction.
 
Old 03-04-2004, 08:00 AM   #3
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Uhhhh, I already have the drivers... I don't know how to exit X to install them, and I don't know which switches you use when you use RPM
 
Old 03-04-2004, 08:42 AM   #4
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
to exit X, you have different manners:
- the nice manner: telinit 3
- the golgoth manner: pkill X
- without killing X: Ctrl-Alt-F1 (in fact a F-key between 1 and 6)
...
In fact when I installed them, I didn't use RPM... I have changed RPM into .tar.gz thanks to alien and then I have copied interesting files at the right place. But I remember, once the files are installed, you have to go in /lib/modules/.../fglrx/build and run make.sh then cd .. and run the other make script.
 
Old 03-04-2004, 08:48 AM   #5
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Do you know what the most common switches for RPM are? b/c I think it used the most common ones. ie: RPM with a switch of -iv and something else, but I can't remember what. ATI stopped including instructions on how to install the files.
 
Old 03-04-2004, 08:58 AM   #6
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
Every time, I used RPM, I did: rpm -ivh package.rpm (i for install, h for dependencies and v for verbose)
else I also did: rpm -Uvh package.rpm for upgrade... and -f option to force if it really doesn't want to install
 
Old 03-04-2004, 09:09 AM   #7
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
YESSSSS! Thanks
 
Old 03-04-2004, 10:22 AM   #8
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
Well, It didn't work

Alright, I did this:

Code:
rpm -ivh --force <ati's RPM file>
and it seemed to work okay. I then went into /lib/modules/fglrx/build_mod/
and compiled the kernel by running make.sh like this:

Code:
sh make.sh
It seemed to work, so I cd'ed up one level, and tried the same thing for make_install.sh, but it failed. I finally figured out that I need to do this to the fglrx dir,

Code:
chmod -R u+rwx fglrx
and I ran it like this:

Code:
./make_install.sh
Now, after this big runaround, I ran fglrxconfig, and I'm fairly confident that I did it correctly. Finally, I ran startx, but it wouldn't start. I got this errors that it had some unresolved symbols for some of the flgrx files (I think they were librarys, their names were *.o)

Anway, I have done this before, but gotten it to work, but obviously, something if differnt. Is there anything I still need to do or perhaps have forgotten?
 
Old 03-04-2004, 11:22 AM   #9
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
What is the exact output for the unresolved symbols ???
I know I had already have unresolved symbols with ATI... but I can't remember if it was due to libGL.so (or a name like that) or to the upgrade of my X-server (because drivers are differents according to the use of X v4.2 or v4.3)
 
Old 03-04-2004, 12:31 PM   #10
enigma Z
Member
 
Registered: Sep 2003
Location: The edge of the world, peering down into the dark abyss
Distribution: Gentoo 2004.2
Posts: 224

Original Poster
Rep: Reputation: 30
hmmmm, I tried to pipe the output to a text file, but it didn't work. They happened before where it says that unresolved symbols above may not be the cause of a failure or something like that. Anyway I got an exit code 4 I think, and then an error of 104, it was shut down by a peer. I have gotten the drivers to work before, but I think it was when they had catalyst 3.9 or 8 out. I recently put a new harddrive in my computer, if that could be the reason. I can still run X, but with the default drivers that came with mandy (they're not actually that bad) but I know that the FGLRX drivers are better
 
Old 03-04-2004, 01:01 PM   #11
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
Have you run fglrxconfig yet?
 
Old 03-04-2004, 01:06 PM   #12
Oliv'
Senior Member
 
Registered: Jan 2004
Location: Montpellier (France)
Distribution: Gentoo
Posts: 1,014

Rep: Reputation: 36
Are you sure the drivers downloaded correspond to the version of your X-server???
Else startx must log into /var/log/XFree86.0.log or a similar file... Post the end of the output (or where it goes wrong)... It may give us indications
 
  


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
ATI's cheap drivers linuxmandrake Linux - Hardware 6 07-29-2005 09:36 PM
Anybody know when ATi's new drivers will be out? Brakki Linux - Hardware 0 12-13-2004 06:00 PM
Are there any alternates to ATI's official drivers? enigma Z Linux - Hardware 2 09-15-2004 12:13 AM
Can't install ATI's drivers for my Radeon 9000 enigma Z Linux - Software 58 10-16-2003 11:37 AM
ATI's new Radeon drivers (8500) xeinsane Linux - Hardware 3 09-28-2003 04:48 PM

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

All times are GMT -5. The time now is 04:45 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