Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| 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.
|
 |
|
04-24-2003, 04:42 PM
|
#1
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Rep:
|
XFree86 4.3 ATI Drivers
Hey, i just picked up a smokin' new ATI radeon 9500 pro gfix card (yeah, for doom 3  ) and now I'm need for the right drivers. I mean come on, its just NOT LEGAL to have linux and not be able to play tux racer! So, i've checked high and low for ati drivers that support xfree86 4.3.0 (the version that ships with rh9) to no avail.
Does anybody out there have any ideas as to where i can get these drivers or do i just have to WAIT...?
|
|
|
|
04-24-2003, 04:52 PM
|
#2
|
|
LQ Newbie
Registered: Apr 2003
Location: Austria
Distribution: RedHat
Posts: 17
Rep:
|
|
|
|
|
04-24-2003, 05:09 PM
|
#3
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Original Poster
Rep:
|
thanks for the link, interesting, but still only good up to 4.2...thanks anyways
|
|
|
|
04-24-2003, 05:14 PM
|
#4
|
|
LQ Newbie
Registered: Apr 2003
Location: Austria
Distribution: RedHat
Posts: 17
Rep:
|
I just double checked it is also good for 4.3 - look into the download area there you will see
|
|
|
|
04-24-2003, 06:28 PM
|
#5
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Original Poster
Rep:
|
newbism confirmed...thanks a TON

|
|
|
|
04-24-2003, 07:13 PM
|
#6
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Original Poster
Rep:
|
ppfttt....not even those drivers support my card i guess...i'll just haveta wait.
i tested it with chromium and tux racer, and it still runs terribly choppy...
any more help? anyone?
|
|
|
|
04-25-2003, 01:36 AM
|
#7
|
|
LQ Newbie
Registered: Apr 2003
Location: Austria
Distribution: RedHat
Posts: 17
Rep:
|
There are also closed source driveres directly from ati, but the drivers at gatos should work - did you check with glxinfo?
Wich modules did you load in your config?
|
|
|
|
04-25-2003, 10:58 AM
|
#9
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Original Poster
Rep:
|
edit--just hadta reboot--edit
HOWEVER, i still have a problem. They simply aren't working. I installed the RPM without a hitch, restarted X and Xserver and tested it with chromium...blargh, it's still choppy.
btw, i used the drivers from the german site
IRT ritzlmayr:
i know, i tried the ati drivers first, but they only support up to XFree 4.2.x.
when i run glrxinfo the only useful piece of info i got was
Quote:
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.3 Mesa 4.0.4
|
now, in the readme that came attached to the download i got from schneider-digital says that should look like
Quote:
OpenGL vendor string: ATI
OpenGL renderer string: FireGL 8700/8800
OpenGL version string: 1.2.1234 (1.2.3)
|
now what?
Last edited by martinman; 04-25-2003 at 11:24 AM.
|
|
|
|
04-25-2003, 12:05 PM
|
#10
|
|
Member
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317
Rep:
|
Code:
>fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon 8500 DDR Pentium 4 (SSE2)
OpenGL version string: 1.3 (X4.3.0-2.9.8)
|
|
|
|
04-25-2003, 12:33 PM
|
#11
|
|
Member
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590
Rep:
|
i think you will have to edit your XF86Config file to tell X to use the new driver. i can't give you any more specific information myself, but maybe someone else can. take a close look through the driver documntation.
alex
|
|
|
|
04-25-2003, 03:49 PM
|
#12
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Original Poster
Rep:
|
i tried, and everything was just rejected when i restarted the X server, it said it wouldnt accept the settings and tried with a fresh config every time.
I guess its still back to the drivers, (i.e. i cant enable agp in the XF86Config file if my drivers dont support it)
|
|
|
|
04-26-2003, 03:12 AM
|
#13
|
|
LQ Newbie
Registered: Apr 2003
Location: Austria
Distribution: RedHat
Posts: 17
Rep:
|
Here is some data from my config (how it should look like) wich works.
when you execute gxlinfo one line is important wich is
direct rendering: Yes (if this is no - something is wrong)
if it is Yes you are fine (chromium etc. should run fine)
XF86Config:
the following modules are loaded on my machine where HW-accel. works. (dri and glx are the most important ones for HW-accel.) If you also want native OpenGL support also include GLcore.
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
After your X-Server is started you should also check the loaded Kernel modules. Important here is radeon and agpgart. On my machine radeon is used 20 times and agpgart is used 3 times. You can check that with lsmod (usually those modules are somewhere near the top of the list).
If something is different on your machine post exactly what the differences are - otherwise it is hard to help.
good luck
|
|
|
|
04-27-2003, 08:55 AM
|
#14
|
|
Member
Registered: Apr 2003
Location: Scotland UK
Distribution: Gentoo
Posts: 92
Rep:
|
You need to recompile your kernel and REMOVE radeon and DRI support. I wrote a little howto that I am told works with a good few radeon cards. Maybe it will be of help?
http://www23.brinkster.com/nukes031/radeon.html
|
|
|
|
04-28-2003, 01:29 PM
|
#15
|
|
Member
Registered: Apr 2003
Distribution: Gentoo 1.4
Posts: 290
Original Poster
Rep:
|
thanks, i'll check that out
|
|
|
|
All times are GMT -5. The time now is 06:12 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
|
|