LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-15-2006, 04:57 PM   #1
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Rep: Reputation: 15
Unhappy Grr...ati drivers


Ok, I followed shilo's instructions on his website, on how to install ati's drivers. I first ran into problems when the instructions told me this:

Quote:
modprobe agp-gart
modprobe intel-agp
modprobe fglrx
Now, agp-gart was agpgart in slack, and I don't know my chipset module, but I do know I have a via pt880 chipset Northbridge, with a via 8237 southbridge. Anyway, fglrx is already loaded, but when I run fglrxconfig, it says the command doesn't exist. Can someone walk me through the install of my drivers, and is there a way to start over by removing all ati affiliated files?
 
Old 02-15-2006, 06:21 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Ati has a new installer that has worked good for me. There site is a little hard to find it. Here is a link to it but I think they block links for some reason but just try and get to it.
https://a248.e.akamai.net/f/674/9206...22.5-inst.html
 
Old 02-15-2006, 06:36 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 476Reputation: 476Reputation: 476Reputation: 476Reputation: 476
fglrxconfig doesn't exist in newer drivers try
Code:
aticonfig --initial
 
Old 02-15-2006, 07:27 PM   #4
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
oh really? neato, thanks a lot guys, I was getting really mad, looking for a command that didn't exist. anyway how do I know that I got the drivers installed?
 
Old 02-15-2006, 08:35 PM   #5
nutronix
Member
 
Registered: Jan 2003
Location: montreal
Distribution: Debian Ubuntu & Slackware
Posts: 147
Blog Entries: 1

Rep: Reputation: 20
i tested mine with glxgears ,big difference with the generic drivers the card was using before. And lsmod shows fglrx is loaded. man aticonfig useful also.
 
Old 02-15-2006, 09:15 PM   #6
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
well, how's about 300fps or so sound for glxgears?
 
Old 02-15-2006, 09:30 PM   #7
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
fglrxinfo

It should return something like this:
Code:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 Pro Generic
OpenGL version string: 2.0.5642 (8.22.5)
The card will obviously vary depending on which one you actually have. If it says 'Mesa' though, then you haven't installed and set up X with fglrx properly yet.
 
Old 02-15-2006, 09:37 PM   #8
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
awww it says mesa what do I do to fix that?
Quote:
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
 
Old 02-15-2006, 11:03 PM   #9
MMYoung
Member
 
Registered: Apr 2004
Location: Arkansas
Distribution: Ubuntu 8.10
Posts: 365

Rep: Reputation: 30
aticonfig --initial
 
Old 02-16-2006, 12:03 AM   #10
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Or switch to nVidia
 
Old 02-16-2006, 05:25 AM   #11
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by J.W.
Or switch to nVidia

...the only thing that I have nvidia at my house, is a geforce2. my 9600 is clearly better, and I'm broke, so no new video card :-/

And MMYoung, I've already did that, it says its configured it.
 
Old 02-16-2006, 05:38 AM   #12
MMYoung
Member
 
Registered: Apr 2004
Location: Arkansas
Distribution: Ubuntu 8.10
Posts: 365

Rep: Reputation: 30
Quote:
Originally Posted by ch13f121
...the only thing that I have nvidia at my house, is a geforce2. my 9600 is clearly better, and I'm broke, so no new video card :-/

And MMYoung, I've already did that, it says its configured it.
Yeah, sometimes changing to a new video card ain't an option.

In your /etc/X11/xorg.conf do you see this line in the "Section "Device"" section that reads:
Driver "fglrx"

If not then it ain't loading up the ATI drivers. If it is there, can you manually "insert" the module by using modprobe? Get out of X and from the command line as root, try this:

depmod -a
modprobe fglrx

You should get NO error messages from either of those commands. If you do get error messages, post them here.

Later,
MMYoung
 
Old 02-16-2006, 02:51 PM   #13
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
One thing to get dri enabled is to make sure you have the modules that fglrx
needs, hope this helps;
http://www.cosmicpothole.com/Linux/ati.php
 
Old 02-18-2006, 08:55 PM   #14
ch13f121
LQ Newbie
 
Registered: Feb 2006
Posts: 25

Original Poster
Rep: Reputation: 15
I just got it working, thanks guys.

I switched distros, however, but I didn't leave the slackware side I'm using zenwalk, which I think has improved since the last time I used it...which was 2.0 I think.

1000fps in glxgears, as opposed to 250 or something before hand.
 
Old 02-21-2006, 06:03 AM   #15
Swift&Smart
Member
 
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472

Rep: Reputation: 30
Improve performance?

Hello,everyone. Sorry for interrupting in this thread without contributing a solution.

By the way,I didn't follow the instruction regarding ATI display card from the Slackware HOW I DO IT ALL because it's outdated in that part.I would like to ask,is there any improvement on performance or display quality?If it does,I will follow the new instruction here or I will stick to the generic configuration.

I appreciate if you would kindly drop me a line.

Last edited by Swift&Smart; 02-21-2006 at 06:04 AM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI drivers fakes- Impossible to run 3D on ATI Radeon 9550 ilpadrino Linux - Hardware 29 06-24-2006 01:59 PM
8.6.20 ATI Drivers and ATI Radeon XPress 200M ltracy Linux - Hardware 8 04-28-2006 07:52 PM
ATI drivers for old ATI Rage LT Pro card? Kramer Linux - Hardware 7 12-22-2005 09:55 AM
ATI 9600Pro & ATI Proprietary Drivers problem Hyakutake Slackware 6 12-04-2005 10:08 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:55 PM.

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