Compiz Fusion on Presario v5000, running Radeon Xpress 200M
May11
This is from the Ubuntu Utah Ubuntu Forums. It took me well over a week to find this. If you follow this guide you will be able to get Compiz Fusion running perfect with a Presario V5000 laptop. These laptops have the ATI Radeon Xpress 200M series graphics card.
I did not create this guide, I am quoting Michael37 from the Ubuntu Utah Ubuntu Forums.
- Enable fgrlx driver.Install linux-restricted-modules and restricted-manager provied in the restricted repositories:
Code:
sudo apt-get update sudo apt-get install linux-restricted-modules-generic restricted-manager
Open the restricted drivers manager in “System -> Administration -> Restricted Drivers Manager” and select “ATI accelerated graphics driver”.
- Install xserver-xgl package
Code:
sudo apt-get install xserver-xgl
- Install compiz
Code:
sudo apt-get install compizconfig-settings-manager compiz compiz-core compiz-fusion-plugins-main compiz-fusion-plugins-extra compiz-gnome compiz-plugins libcompizconfig-backend-gconf libcompizconfig0
- Reboot
- Log in. 3D effects should be enabled!
- Customize Compiz Fusion.
Select System → Preferences → Advanced Desktop Effects Settings
In the new window, General Options → Desktop Size → Horizontal Virtual Size. Set it to 4.
The other two options have to be left at 1.Continue customization per Forlong’s guide at http://forlong.blogage.de/article/20…-Compiz-Fusion
via Ubuntu Utah Ubuntu Forums and Forlong’s Blog