我的筆電是asus w3h00a,顯卡是intel 915GM,以下安裝筆記
1.sudo vim /etc/apt/sources.list
增加
deb http://xgl.compiz.info/ dapper aiglx
deb http://xgl.compiz.info/ dapper main
2.sudo apt-get update
sudo apt-get dist-upgrade
3.
sudo apt-get install linux-dri-modules-common linux-dri-modules-`uname -r`
4.sudo /sbin/ldm-manager
5.
sudo aptitude purge compiz-aiglx compiz-aiglx-gnome
6.
sudo apt-get install compiz-vanilla-aiglx compiz-vanilla compiz-vanilla-gnome
7.
sudo vim /etc/X11/xorg.conf
將內容改為
Quote:
Quote:
Section "Module"
# Load "GLcore"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
|
Quote:
Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
Option "XAANoOffscreenPixmaps"
BusID "PCI:0:2:0"
EndSection
|
Quote:
Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
|
Quote:
Section "DRI"
Mode 0666
EndSection
|
Quote:
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
8.修改/etc/gdm/gdm.conf-custom
Quote:
[servers]
0=aiglx
[server-aiglx]
name=aiglx server
command=/usr/bin/Xorg-air :0
flexible=true |
|
|
|
9.重啟gdm
sudo /etc/init.d/gdm restart