Comment 16 for bug 468412

Revision history for this message
rayunix (raykubuntu) wrote :

Hello,

I can also confirm this bug in Supertuxkart on Ubuntu 9.10. I have an ATI radeon xpress 1100 (RS400 5A62).
I'm currently using the ati driver from the xorg-edgers PPA.

glxinfo output:
enrico@rayunix:~$ glxinfo | egrep 'OpenGL (renderer|vendor)'
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 (RS400 5A62) 20090101 x86/MMX/SSE2 NO-TCL
 my xorg.conf :

Section "Module"
 Load "extmod"
 Load "record"
 Load "FGL.renamed.libdri"
 Load "dri2"
 Load "dbe"
 Load "dri"
 Load "FGL.renamed.libglx"
 Load "glx"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Device"
 Identifier "Configured Video Device"
 Driver "radeon"
 VendorName "ATI Technologies Inc"
 BoardName "RC410 [Radeon Xpress 200M]"
 BusID "PCI:1:5:0"
 Option "XAANoOffscreenPixmaps" "true"
        Option "AGPMode" "8"
 Option "AccelMethod" "XAA"
 Option "EnablePageFlip" "true"
 Option "DRI" "true"
 Option "RenderAccel" "true"
 Option "AllowGLXWithComposite" "true"
 Option "GARTSize" "64"
 Option "AGPFastWrite" "yes"
 Option "ColorTiling" "on"
 Option "no_accel" "no"
 Option "no_dri" "no"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
SubSection "Display"
  Viewport 0 0
  Depth 24
  Modes "1280x800" "1024x768"
 EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "ServerFlags"
    Option "AIGLX" "True"
EndSection

any suggestions ?