XOrg is what displays your windows, switching off the wireless driver will have no effect on it.
It might be worth disabling visual effects for the time being (preferences -> appearance -> visual effects tab), but research shows this model of machine has a radeon 9000 which isn't far behind mine where XOrg runs fine. Certainly 90%+ usage seems brutal.
Are there any apps running in particular when top reports this usage, e.g. Firefox?
Otherwise, the only other thing I can think of is adding the following line to /etc/X11/xorg.conf (use alt+f2, gksu gedit /etc/X11/xorg.conf to do this, but back xorg.conf up somewhere safely first)
Code: Select all
Section "Device"
Identifier "Configured Video Device"
Option "EnablePageFlip" "on"
EndSection
Page flipping is disabled by default in the radeon driver due to being unstable sometimes, but enabling it can improve performance. Might be worth a try, it was here. If it all goes wrong
Code: Select all
dpkg-reconfigure --phigh xserver-xorg
should bring things back to default settings, if that fails replace the new xorg.conf with the one backed up.