You are not logged in.

#1 2005-04-25 06:21:25

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

DRI on ATI 3d Rage LT Pro

Okay.. I've been struggling to get DRI to work on my ATI 3d Rage LT Pro. I'm pretty sure I have it correctly specified in my xorg.conf:

Section "Module"
    Load        "dri"
EndSection
...
Section "Device"
    Identifier  "My Video Card"
    Driver      "ati"
    Option      "DRI" "on"
EndSection
...
Section "DRI"
    Mode 0666
EndSection

However, it's not enabled:

$ glxinfo 
direct rendering: No

and here is my Xorg.0.log

(WW) ATI(0): Option "DRI" is not used

I came across this webpage that seems to specifically say that my video card is supported.

So what am I doing wrong? Any help would be appreciated..


I am a gated community.

Offline

#2 2005-04-25 10:16:56

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: DRI on ATI 3d Rage LT Pro

hmm ... suggestion for your "Device" section:

        Option      "RenderAccel" "1"
        Option      "DDCMode" "true"

at least this i have for the "radeon" driver

good luck


The impossible missions are the only ones which succeed.

Offline

#3 2005-04-25 15:12:43

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: DRI on ATI 3d Rage LT Pro

I've a ATI Rage 128 pro, and bad luck for us: no good 3D support (or the crad is just crap). You need the r128 driver, not the ati one. Except if the LT is something totally different...

Offline

#4 2005-04-25 17:32:23

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: DRI on ATI 3d Rage LT Pro


The impossible missions are the only ones which succeed.

Offline

#5 2005-04-25 17:52:39

i3839
Member
Registered: 2004-02-04
Posts: 1,185

Re: DRI on ATI 3d Rage LT Pro

Ah good site, and thanks for correcting me.

Offline

Board footer

Powered by FluxBB