Installing Compiz in Fedora 10
September 6th, 2009
To add some pizzaz to my Fedora 10 box, I decided to install Compiz. I mostly followed the instructions under step 21 at http://www.my-guides.net/en/content/view/125/26/1/9/. Here’s what I did step-by-step:
- Installed the latest NVidia drivers for my graphics card. (As far as I know, you cannot use the
nvdriver with Compiz.) - Ran the command
glxinfo | grep direct
and got the response
Direct Rendering: Yes
confirming my box had the capacity to run Compiz.
- Installed the necessary packages (as root) for using Compiz with Gnome.
yum install ccsm emerald-themes compizconfig-backend-gconf fusion-icon-gtk \ emerald compiz-fusion compiz-fusion-gnome libcompizconfig compiz-gnome \ compiz-bcop compiz compizconfig-python compiz-fusion-extras \ compiz-fusion-extras-gnome
- Added a Startup Program in Gnome to auto-start Compiz at login.
- Select System > Preferences > Personal > Sessions.
- Click Add.
- Enter
fusion-iconfor command. - Enter a name and comment as you prefer. My comment was
Compiz Fusion panel applet.
- Logged off and logged back in.
- Configured my preferences by selecting System > Preferences > Look and Feel > CompizConfig Settings Manager.