While (K)ubuntu 7.10 Gutsy Gibbon has been released, and this edition includes the graphical desktop effects Compiz Fusion out of the box, here is a description how to install it on Kubuntu Feisty for those who haven’t upgraded yet.
- If you use a multi monitor setup, first verify that Xinerama is disabled. You should use Twinview instead.
- if you have an nvidia graphical card check if the following line is present in xorg.conf. if not, add it
Option “AddARGBGLXVisuals” “false”
- Remove any previous version of Compiz
sudo apt-get remove compiz-core desktop-effects
- Add the following source to /etc/apt/sources.list
# Treviño’s Ubuntu feisty EyeCandy Repository (GPG key: 81836EBF – DD800CD9)
# Many eyecandy 3D apps like Beryl, Compiz, Fusion and kiba-dock snapshots
# built using latest available (working) sources from git/svn/cvs.
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
- Import the gpg keys from this apt source
gpg --keyserver subkeys.pgp.net --recv-keys 81836EBF
gpg --export --armor 81836EBF | sudo apt-key add -
-Install Compiz Fusion
sudo apt-get install compiz-kde compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-unofficial libcompizconfig-backend-kconfig
- Install the theme manager for Compiz Fusion. (This file is not yet released as an apt package, so you have to download it here and manually install it.
sudo dpkg -i fusion-icon_1.0-1.0_i386.deb
- Add the following line of code to automatically launch Compiz Fusion when your box boots
If you need more guidance, check this page