Debian安裝compiz fusion
此頁由 Linux Wiki用戶Chenxing 於 2008年1月30日 (星期三) 06:32 的最後更改。
從 Linux Wiki
提示:此文已超过 16 年(6144 天)未更新,如发现内容过时或有误,欢迎改进:)
compiz fusion是一款3D桌面軟件。
前提條件
最基本的前提條件是3D加速已經啟用。另外此文在Debian testing(lenny)和sid下測試通過,沒有測試etch。
測試的方法是:
# apt-get install mesa-utils
看一下是否有direct rendering:
# glxinfo | grep 'direct rendering'
如果輸出direct rendering: Yes,通常3D加速已經啟用。否則3D加速未啟用,請參照接下來的3D加速配置方法。
# glxgears
輸出應是流暢的,且不怎麼佔CPU。
如果發現3D加速沒有啟用,那麼:
首先要確定顯卡已經驅動
- Debian安裝nvidia驅動
- Debian安裝ATI驅動
- Intel無需另外安裝驅動
如果不是nvidia顯卡,還需要開啟AIGLX(或XGL),xorg 7.1以後的版本都帶了AIGLX,但可能仍需要配置xorg.conf。
配置完成後,再按前面的測試方法試一下,看看3D加速是否已經啟用。
安裝compiz fusion
已經有人做好了deb包。在/etc/apt/sources.list中加入一行:
deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/ ./
然後
# apt-get update
對於gnome用戶:
# apt-get install compiz-fusion-gnome
對於kde用戶:
# apt-get install compiz-fusion-kde
啟動compiz fusion:
fusion-icon
參考資料
- http://people.debian.org.tw/~jesse/blog/2007/07/07/compiz-fusion-debian-packages/
- http://gentoo-wiki.com/HOWTO_compiz-fusion
- http://shame.tuxfamily.org/repo/
本文对您有帮助?分享给更多朋友!
反馈与讨论
发现文档不全面、有错误却没时间编辑文档?想分享自己的经验或见解?欢迎在此留言、讨论。