The fglrx driver allows me (in most cases) to run games like Temple of Elemental Evil (particularily) or Morrowind normally, but I can't use it for everyday work because of it's constant issues which get fixed and then re-appear from version to version.
The problem with ATI open-source driver is that no Direct3D stuff is accelerated. For instance, the Temple of Elemental Evil runs fine with fglrx, but with open-source driver even the main menu is unplayably slow (say, 1-2 FPS at it's best).
My xorg.conf section for the open-source driver looks like this:
Code: Select all
Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "radeon"
VideoRam 65536
# Option "RenderAccel" "on"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "XAA"
Option "EnablePageFlip" "on"
Option "AGPFastWrite" "False"
Option "XAANoOffscreenPixmaps" "True"
Option "BackingStore" "True"
Option "DynamicClocks" "on"
EndSection
Can anyone help me get something more decent out of Wine?
Many thanks!
edit: typos