• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ut2003 demo failed on 9500Pro+Redhat 9

thesix

Member
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

 
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.
 
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:
 
Back
Top