Comment 59 for bug 363238

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote : Re: [r100-rv200] very poor Xorg performance - XAA solves this

Everyone with 32MB memory, please continue to use EXA but add this to /etc/X11/xorg.conf under Section "Device":
Option "FBTexPercent" "0"

At least for my Mobility 9000 EXA is completely fine with that. It pushes the texture memory to system and frees as much memory as possible for EXA.

If you have eg. only 16MB memory on the gfx card, you may try to be wild and try, in addition to FBTexPercent, this:
Option "DepthBits" "16"

It halves the memory usage for depth buffer, causing problems in some 3D applications but giving even more memory to EXA. Don't know if it's enough with 16MB RAM but it might be just enough together with FBTexPercent 0 to have EXA working also on those. If you have 32MB you might want to experiment it as well, if you find something that is still slow after setting FBTexPercent.