ATi Drivers for Linux that Work?
James F. Hitchens asks: "I used to run Red-Hat Enterprise vs.3, just recently I switched to fedora core 3. The reason for my change was because I could not get my ATi Radeon 9600 All in Wonder to work. I hoped that Fedora was a little more advanced in the area of 3D acceleration (so I could play Unreal Tournament 2004 and Tux-racer). Yet again it was not to be, ne worke pas. Can anyone tell me what I need to do to make this work? The drivers that ATi supplies on their website are, in short, crap."
That's what I had to do. No amount of distribution switching is going to help. It's all the same stuff underneath. Ati's drivers are worthless, plain and simple. NVidia's drivers are awesome. Hell, an old ti4200 or something will probably perform better than the best ati card simply because of driver differences.
http://www.anandtech.com/linux/showdoc.aspx?i=2302
I've got a PC with Radeon at work, and in the last two years I've tried three times to get the ATi drivers to work with hardware 3D... I've never managed to get it run.
In contrast, I've never had any problems with nVidia's drivers... not on my TNT2, not on my GeForce 1 and not on the GeForce WhatEver that a friend of mine has. nVidia does a very good job with their drivers, IMHO. I'm not that happy thay they're closed source at least but they Just Work (tm).
This is why I won't ever buy a ATi card. They treat Linux users as third class citizens, unfortunately...
The best forum to read/ask this topic is at Rage3D.
They have howto's, patches, and some ATI dev's even post there.
I got my ATI 9600 radeon pro working with the 2.6.x kernels. Here is a short procedure of how I go about it.
1. First install the rpm based drivers. Now if you look under
2. Now it should autodetect the existence of 2.6.x drivers and it will do some stuff. cd back to fglrx directory and do your usual
3. After this cd to your kernel directory where fglrx.ko is installed and delete it.
4. Then cd to
I do a
5. Now do a make in the 2.6.x directory.
6. Copy the fglrx.ko to the kernel directory where fglrx.ko was there.
7. Now run your fglrxconfig or whatever to create the XF86Config-4.
8. I have a nforce based chipset, so I enable the nforce motherboard drivers during kernel compilation and set this option on in my XF86Config.
Option "UseInternalAGPGART" "no"
I have an AMD so I need to switch off mtrr
Option "mtrr" "off"
9. Now try a X, remember you need a dri enabled kernel and you need to have enabled dri in your xf86config.
If you look in your
And for all those people who say nvidia chips are better. Once you get the ATI drivers working, they are a good competition to nvidia. In fact ATI had things like quad buffer opengl stereo on X, which was why I switched. Also I don't have a vaccum cleaner running inside my box.
If you (or anybody) get it working please reply to this post, so I can write a feedback report on the ATI website.
Good luck.
Hope this helps.
Slashdot: Tabloid for the nerds. Stuff that doesn't matter.
Here's what I did: /etc/X11 /dev/input/mice
telinit 3
fglrxconfig
cd
mv xorg.conf xorg.conf.bak
ln -sf xf86Config -4 xorg.conf
telinit 5
(for mouse)
mice =
Use ATI driver and setup using XConfigurator then repoint the X.org file to that one and it works fine. I found this in a blog somewhere and worked like a charm.
Okay, I am involved in the Linux Development at ATI. We have drivers which will be released shortly that will support XOrg 6.8, AMD64 and GLSL.
We have worked with the guys at Livna for drivers for FC2 - and are ready to go with FC3, once the new drivers are released.
Some links for those who care...
http://bugzilla.livna.org/show_bug.cgi?id=308
http://bugzilla.livna.org/show_bug.cgi?id=296
And through Fedorafaq.org
http://www.fedorafaq.org/#radeon
All I can say, is watch this space.