Compiz-fusion, ATI Radeon 9100 and Debian

Repository: Visit http://shame.tuxfamily.org/repo/ I use debian testing (lenny), compiz unstable repo. You need compiz-gnome (or compiz-kde). You might need compiz-manager if you want to make compiz your default window manager.

Related settings in xorg.conf:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Section "Device"
Identifier "ATI Technologies Inc Radeon R200 QM [Radeon 9100]"
Driver "ati"
BusID "PCI:1:0:0"
Option "EnablePageFlip" # may disable this.
Option "XAANoOffscreenPixmaps"
EndSection

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

Section "DRI"
group "video"
mode 0660
EndSection

Ctrl-Alt-Backspace to restart X. Execute fusion-icon, switch to compiz. If it works, you may make it the default window manager:

  1. gconf-editor: /desktop/gnome/applications/window_manager/default , modify value to: /usr/bin/compiz-manager
  2. sudo vim /usr/bin/gnome-wm, near the end of the file, modify:
1
2
3
4
5
6
7
8
9
10
11
openbox)
OPT1=--sm-client-id
OPT2=$SMID
CURRENT=openbox
;;
*)
OPT1=--sm-client-id
OPT2=$SMID
;;
esac
fi
  1. Modify /usr/bin/compiz-manager, change COMPIZ_NAME from “compiz” to “compiz.real”