Compiz - Debian ; Up and running!

· Read in about 1 min · (148 words) ·

This is just a plain simple way to have Compiz installed on your system ( i use Debian Etch ).

Install Compiz:

$ sudo apt-get install compiz

Now edit the xorg.conf file: /etc/X11/xorg.conf, add the following lines at the bottom

Section "Extensions"
Option "Composite" "Enable"
EndSection

Create a .xinitrc in your home directoy i.e. ~/.xinitrc with following lines:

#!/bin/sh
gnome-terminal &
exec compiz

Now, kill your current X server session by pressing Ctrl-Alt-BackSpace .

login onto a ( virtual ) terminal using your username and password, then just fire the following command:

$ startx

And here you go! All the nice effects of wobble etc. at your desk and a terminal window on your screen.

this is really a light way, without putting too much of memory on useless applications running along with GNOME/KDE.

Whatever you really need to use, just start from the terminal.

References: