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/
本文对您有帮助?分享给更多朋友!
反馈与讨论
发现文档不全面、有错误却没时间编辑文档?想分享自己的经验或见解?欢迎在此留言、讨论。