aiglx + compiz on Ubuntu Dapper
Filed in: 軟體 Add comments
終於在 Ubuntu Dapper 上把 aiglx + Compiz 給裝起來了
且裝在我這台有點舊的 Fujitsu P5020 intel 855GM 的顯示卡的 Notebook 上
跑起來的效果及效能還算不錯,真是感動啊…
但是,在 FC5 底下則是弄不出一樣的效果…XD
修改 /etc/apt/sources.list:
加入
# Xgl deb http://xgl.compiz.info/ dapper main aiglx
$ wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add - $ sudo apt-get update ; sudo apt-get upgrade $ sudo apt-get install linux-dri-modules-common linux-dri-modules-`uname -r` $ sudo /sbin/ldm-manager # regenerate modules.dep $ sudo apt-get install compiz-quinn-aiglx compiz compiz-gnome
修改 /etc/X11/xorg.conf:
DefaultDepth 24 Section "Module" # Load "GLcore" Section "Device" option "XAANoOffscreenPixmaps" Section "ServerLayout" Option "AIGLX" "true" #Section "DRI" #Mode 0666 #EndSection Section "Extensions" Option "Composite" "Enable" EndSection
修改 /etc/gdm/gdm.conf-custom:
[servers] 0=aiglx [server-aiglx] name=aiglx server command=/usr/bin/Xorg-air :0 flexible=true
重啟 gdm:
sudo /etc/init.d gdm restart
That is all!
跑起來真棒…^^
6月 21st, 2006 at 6:09 pm
感謝喔, 前兩週才升到 dapper, 今天看到您的文章,
馬上試了一下, 蠻炫的, 有些功能也蠻實用的 :D
8月 18th, 2006 at 2:03 pm
compiz-quinn-aiglx 需要的 gset-compiz 已經被官方殺掉了(據說是因為太舊)
所以相依性會死掉
deb http://3v1n0.tuxfamily.org dapper 3v1n0
deb-src http://3v1n0.tuxfamily.org dapper 3v1n0
這兩個來源目前似乎還有這個套件
ref: http://www.ubuntuforums.org/showthread.php?t=234734
有錯誤請指正,乾溫