Comment 5 for bug 394402

Revision history for this message
Robert Hooker (sarvatt) wrote : Re: 32MB r200 DRI Slow - Fails to allocate texture

Have you tried forcing XAA instead of EXA? EXA with 32MB VRAM sounds painful..

Try adding this to your /etc/X11/xorg.conf

Section "Device"
     Identifier "radeon"
     Driver "radeon"
     Option "AccelMethod" "XAA"
EndSection