Im using an Packard Bell easynote TJ75 with a ati mobility radeon HD5650, and its not bad at all.
Compiz benchmark is around 500~600 frames/sec, i can play good World of Warcraft or Call of duty MW 4 (under wine), for example (well, there is some slowdown sometimes).
BTW, im using the experimental drivers:
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x3B22AB97AF1CDFA9
Sometimes compiz has some issue (for example, does not load the windows icons, minimixe, maximize and close), but i dont know if this is really related with the ati card.
I have an ati on my desktop too, with ubuntu 9.10 no kind of driver used to works, with ubuntu 10.04 it works perfectly.
Here's a screenshot for you, with the compiz expo effect:
As you see, ati card and drivers does not work bad at all.
sudo apt-get remove fglrx
then for newest ati driver:
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
If you have a 64 bit system, then install this before anything:
sudo apt-get install ia32-libs
Once dowloaded right-click the .run file and set it to run as executable.
then.
cd /path_of_the_file
This is for 32 bit only:
sh ./ati-driver-installer-11-5-x86.x86_64.run
This is for 64 bit only:
sh ./ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
sudo dpkg -i fglrx*.deb
Once it's done.
sudo aticonfig --initial -f
that's all you have to do.
Alternatively you can add this ppa.
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install fglrx
Best Answer
From this blog
You have two options, both involve editing
/etc/init.d/ati-power-save
optionsdynpm method
Add these lines:
Reboot
Profile method
Add these lines to the file
Reboot
Either method
Save the script and make it executable
See the blog for additional details.