You are not logged in.
Pages: 1
Hey folks,
I'm using a X1600 ATI graphics card and the free radeon driver.
Direct rendering is enabled (direct rendering: Yes) but when looking at "glxgears -info" I get the following output:
GL_RENDERER = Software Rasterizer
GL_VERSION = 2.1 Mesa 7.2
GL_VENDOR = Mesa Project
This doesn't look good - I don't want to use mesa! Also the glxgears performance is worse, just got ~260fps.
This is my xorg.conf device part:
Section "Device"
Identifier "card"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "AccelDFS" "1"
EndSection
Can someone help me?
Edit:
After reinstalling some libs (a ext4 crash did delete some files) the GL_RENDERER is now Mesa DRI R300 and the Vendor is DRI R300 Project. Looks better, but: I just get 200 FPS in glxgears, other users get around 2500 with this graphics card!
Last edited by champus (2009-03-14 13:34:44)
Offline
Are you using xf86-video-ati or xf86-video-radeonhd? The latter claims to support your card, and should be faster if anything. Also, post your X log.
Last edited by Ranguvar (2009-03-15 04:48:22)
Offline
Pages: 1