You are not logged in.
Pages: 1
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
EndSectionHowever, it's not enabled:
$ glxinfo
direct rendering: Noand here is my Xorg.0.log
(WW) ATI(0): Option "DRI" is not usedI 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
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
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
The impossible missions are the only ones which succeed.
Offline
Ah good site, and thanks for correcting me.
Offline
Pages: 1