Have you tried using the open source drivers?
- Rebuild X (so you start fresh):
Code:
- Open xorg.conf for editing:
Code:
- Add the following lines to the "Device" section:
Code:
- Save the file and reboot.
The chip should be supported by that driver. Only opengl1.3 and half the speed of the regular ATI driver, but with that IGP you don't really need 3D muscle (it should still be able to run Compiz at minimum and KDE4 effects thought).
- Rebuild X (so you start fresh):
Code:
Code:
sudo dpkg-reconfigure xserver-xorg
Code:
Code:
sudo gedit /etc/X11/xorg.conf
Code:
Code:
Driver "ati"
Option "AccelMethod" "EXA"
The chip should be supported by that driver. Only opengl1.3 and half the speed of the regular ATI driver, but with that IGP you don't really need 3D muscle (it should still be able to run Compiz at minimum and KDE4 effects thought).