I have an old radeon 9200 pro card:
> lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV280 [Radeon 9200 PRO] [1002:5960] (rev 01)
attached to a monitor with resolution 1680x1050.
Desktop effects worded well in Jaunty, in Karmic they are back using the following /etc/X11/xorg.conf
Code:
Section "Device"
Driver "ati"
Identifier "Radeon 9200"
Option "BusType" "PCI"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "AGPSize" "64"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Radeon 9200"
EndSection
The system was unstable (kernel panic few minutes after logon) until I added the options:
Code:
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
also the option "BusType" "PCI" is needed to enable desktop effects