Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
02-15-2006, 04:57 PM
|
#1
|
LQ Newbie
Registered: Feb 2006
Posts: 25
Rep:
|
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?
|
|
|
02-15-2006, 06:21 PM
|
#2
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
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
|
|
|
02-15-2006, 06:36 PM
|
#3
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
fglrxconfig doesn't exist in newer drivers try
Code:
aticonfig --initial
|
|
|
02-15-2006, 07:27 PM
|
#4
|
LQ Newbie
Registered: Feb 2006
Posts: 25
Original Poster
Rep:
|
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?
|
|
|
02-15-2006, 08:35 PM
|
#5
|
Member
Registered: Jan 2003
Location: montreal
Distribution: Debian Ubuntu & Slackware
Posts: 147
Rep:
|
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.
|
|
|
02-15-2006, 09:15 PM
|
#6
|
LQ Newbie
Registered: Feb 2006
Posts: 25
Original Poster
Rep:
|
well, how's about 300fps or so sound for glxgears?
|
|
|
02-15-2006, 09:30 PM
|
#7
|
Member
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761
Rep:
|
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.
|
|
|
02-15-2006, 09:37 PM
|
#8
|
LQ Newbie
Registered: Feb 2006
Posts: 25
Original Poster
Rep:
|
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)
|
|
|
|
02-15-2006, 11:03 PM
|
#9
|
Member
Registered: Apr 2004
Location: Arkansas
Distribution: Ubuntu 8.10
Posts: 365
Rep:
|
aticonfig --initial
|
|
|
02-16-2006, 12:03 AM
|
#10
|
LQ Veteran
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642
Rep:
|
Or switch to nVidia 
|
|
|
02-16-2006, 05:25 AM
|
#11
|
LQ Newbie
Registered: Feb 2006
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
02-16-2006, 05:38 AM
|
#12
|
Member
Registered: Apr 2004
Location: Arkansas
Distribution: Ubuntu 8.10
Posts: 365
Rep:
|
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
|
|
|
02-16-2006, 02:51 PM
|
#13
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
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
|
|
|
02-18-2006, 08:55 PM
|
#14
|
LQ Newbie
Registered: Feb 2006
Posts: 25
Original Poster
Rep:
|
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.
|
|
|
02-21-2006, 06:03 AM
|
#15
|
Member
Registered: Jan 2003
Location: Hong Kong,China
Distribution: Slackware,OpenSUSE
Posts: 472
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 06:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|