|

楼主 |
发表于 2005-11-22 18:00:22
|
显示全部楼层
aptitude e17时注意选择版本(0.16.999)
另外,为开启透明效果,需要先加上ubuntu的源
[php]
deb http://ftp2.jp.debian.org/debian etch main contrib non-free
deb-src http://ftp2.jp.debian.org/debian etch main contrib non-free
#deb http://archive.ubuntu.com/ubuntu/ hoary universe
deb http://www.soulmachine.net/debian/ unstable/[/php]
aptitude上xcompmgr和transset
在xorg.conf中加上段
[PHP]Section "Extensions"
Option "Composite" "Enable"
Endsection
[/PHP]
在"Devices"段中加
[PHP] Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"[/PHP]
[PHP]debian:~# cat .xsession
xcompmgr -cCfF -r14 -o.90 -l-14 -t-14 -D7&
enlightenment
[/PHP] |
|