Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI Rage XL: which driver
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
chrisstankevitz
Guru
Guru


Joined: 14 Dec 2003
Posts: 472
Location: Santa Barbara, CA, USA

PostPosted: Sat Nov 18, 2006 10:07 pm    Post subject: ATI Rage XL: which driver Reply with quote

I have an ATI RAGE XL. How do I configure xorg to use drivers for my ATI RAGE XL? xorg works (but very slowly) with vga driver.

Q1. What do I put for VIDEO_CARDS in make.conf?
Q2. What do I do after "emerge ati-drivers"? ("aticonfig" not exist on my system)
Q3. What do I put for Driver in xorg.conf? Currently it reads vga which is slow.

Thank you for answering my three questions!

Chris
Back to top
View user's profile Send private message
JCdemay
n00b
n00b


Joined: 19 Nov 2006
Posts: 10

PostPosted: Sun Nov 19, 2006 5:06 pm    Post subject: Reply with quote

Q1. r128
Q2. don't use ati-drivers, opensource drivers will perform better with these old cards (up to radeon 9250)
Q3. r128

^_^
Back to top
View user's profile Send private message
ksp7498
Apprentice
Apprentice


Joined: 08 Jun 2006
Posts: 225
Location: North Carolina - US

PostPosted: Sun Nov 19, 2006 7:53 pm    Post subject: Reply with quote

I don't think it uses the rage 128 driver. As far as I am aware the rage xl uses the mach64 driver. I have a rage xl card here in my server but I've never run X on it before...I can try it out, though, and see which one works. I'm almost positive it uses the mach64 driver, though.

EDIT: is it an 8mb card like mine is? Keep in mind that if you want DRI to work on an 8mb card you'll probably have to use 16-bit color depth, unless you're at a very low resolution. So if you're having trouble with DRI give that a shot.
_________________
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
– Douglas Adams
Back to top
View user's profile Send private message
chrisstankevitz
Guru
Guru


Joined: 14 Dec 2003
Posts: 472
Location: Santa Barbara, CA, USA

PostPosted: Thu Nov 23, 2006 3:10 am    Post subject: Reply with quote

Thanks for your help everyone. Here is what I found:

1. Adding "mach64" to VIDEO_CARDS in make.conf gave me these drivers:
Code:
chris@quinn ~ $ find /usr/lib/xorg/modules/drivers -ctime -1 -name \*.so
/usr/lib/xorg/modules/drivers/ati_drv.so
/usr/lib/xorg/modules/drivers/atimisc_drv.so
/usr/lib/xorg/modules/drivers/r128_drv.so
/usr/lib/xorg/modules/drivers/radeon_drv.so


2. Only the ATI driver worked
Code:
Section "Device"
    Identifier  "Generic VGA"
#    Driver      "vga"
#    Driver      "vesa"
   
# Comments about how well the driver works are for the ATI Rage XL
# 8MB card which is on the Dell 1600SC motherboard.
#    Driver      "mach64"  # does not exist
     Driver      "ati"     # works well
#    Driver      "atimisc" # does not work
#    Driver      "r128"    # does not work
#    Driver      "radeon"  # does not work
EndSection


3. I believe I have the ATI Rage XL 8MB. I definately have a Dell 1600SC with onboard video card. Is ther a "cat /proc/videocard" command I can use to confirm?

Thanks for your help everyone,

Chris
Back to top
View user's profile Send private message
ksp7498
Apprentice
Apprentice


Joined: 08 Jun 2006
Posts: 225
Location: North Carolina - US

PostPosted: Mon Nov 27, 2006 4:35 pm    Post subject: Reply with quote

Out of curiosity, does DRI work with the rage xl? I've never tried to use it on mine (since the box is generally console-only) but I've always wondered what kind of acceleration it is capable of providing. Naturally, being an 8mb card the highest it could really go with DRI enabled would be 1024x768@16-bit or so, but I'm still curious.
_________________
“Isn’t it enough to see that a garden is beautiful without having to believe that there are fairies at the bottom of it too?”
– Douglas Adams
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum