ut2003 demo failed on 9500Pro+Redhat 9

thesix

Member
Jan 23, 2001
133
0
0
I cannot run ut2003 demo on my Linux box, it gives this error:

Couldn't set video mode: Couldn't find matching GLX visual

Found quite a lot hits from Google, but none of those 'solutions' works for me.
(Lots of hits are for Nvidia cards)

Can anyone help ?
Have you successfully run ut2003 demo on the same configuration (9500Pro + Redhat9) ?

Thanks in advance!


Graphic card: ATI 9500-PRO
Redhat 9.1 with latest patches through RHN
2.4.20-18.9smp
fglrx-glc22-4.3.0-2.9.12
XFree86-4.3.0-2

In /etc/X11/XF86Config, relevant entries:
====================
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "IBM P260"
DisplaySize 400 300
HorizSync 30.0 - 106.3
VertRefresh 60.0 - 85.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9500 Pro"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
ok try commenting out the Load "glx" and add Load "radeon" if that does not work you might look into getting the none generic radeon drivers from ATI.
 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
What's the output of fglrxinfo ?

Edit: Ahh, wait a second. If you're using the firegl drivers you should be loading "fglrx" not "radeon".

Later.. :beer:
 

thesix

Member
Jan 23, 2001
133
0
0
Thanks the reply. I will have to wait til tomorrow to try your suggestions. Will post result.