debian lennyでcompiz fusionを使ってみる

http://shame.tuxfamily.org/repo/?cat=11 を参考にいく

まず /etc/apt/sources.listに以下を書く

deb http://download.tuxfamily.org/shames/debian-lenny/desktopfx/stable/ ./

次に以下を実行

# wget http://download.tuxfamily.org/shames/A42A6CF5.gpg -O - | apt-key add -
# aptitude update
# aptitude install compiz-fusion-all

以下の状態でストップというかアイコンが出たまんまなので

~$ fusion-icon 
 * Detected Session: gnome
 * Searching for installed applications...
 * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
 * Using the GTK Interface
 * Decorator "" is invalid.
 * Setting decorator to GTK Window Decorator ("gtk-window-decorator --replace")
 * Starting Compiz
 ... executing: compiz.real --replace --sm-disable --ignore-desktop-hints ccp
compiz.real (core) - Fatal: No composite extension

NDIVIA のビデオな私は /etc/X11/xorg.conf の "Device" or "Screen" のセクション

Section "Screen"
...
Option "AddARGBGLXVisuals" "True"
EndSection

の一行を追加。一番下に

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

の3行を追加。Fedoraだと自動で書き込まれたり必要なかったりするので、この設定するの忘れて

ここを参考にxorg.confを修正

見事動きました。
問題は、キーバインドがよくわからないってことか、そのへんはまた後で調べるということで。
とりあえずはwindowsキー+マウスホイールで拡大ができるのはberylとおなじ。