
Originally Posted by
yoshi314
that's strange exa works way better for me on r300 card with opensource driver.did you use official driver or a git checkout? (i use the latter)
I am using the gentoo unstable default (beside the 2D driver for xorg). That is x11-drivers/xf86-video-ati-6.6.193, x11-base/x11-drm-20071019 and x11-libs/libdrm-2.3.0. As stated I do get exactly the same with fglrx when setting to exa.
The relevant part of my configuration:
Code:
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "radeon"
BusID "PCI:1:0:0"
Screen 0
Option "MonitorLayout" "TMDS, NONE"
Option "AGPMode" "8"
Option "RenderAccel" "on"
# Option "AccelMethod" "exa"
Option "GARTSize" "128"
# needed for tvtime
Option "XAANoOffscreenPixmaps" "true"
# r300 driver options
Option "EnablePageFlip" "true"
Option "ColorTiling" "on"
# fglrx options
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Dell2405FPW"
DefaultDepth 24
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
# fglrx-only for xvideo (tvtime)
Option "XVideo" "Enable"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
When removing the comment from "AccelMethod", things get really slow. Basically I do use the same config for both, fglrx and radeon (where fglrx has quite some more problems than the radeon driver...)