发新话题
打印

Ubuntu 6.10 实现3D效果

本帖已经被作者加入个人空间

Ubuntu 6.10 实现3D效果

1.编辑/etc/apt/sources.list文件,添加下列任一源

deb http://www.beerorkid.com/compiz edgy main-edgy
deb http://media.blutkind.org/xgl/ edgy main-edgy
deb http://compiz-mirror.lupine.me.uk/ edgy main-edgy
deb http://ubuntu.compiz.net/ edgy main-edgy

2.加入 GPG Key,也是任选下面一个命令执行即可

wget http://www.beerorkid.com/compiz/quinn.key.asc -O - | sudo apt-key add -   
wget  http://media.blutkind.org/xgl/quinn.key.asc -O - | sudo apt-key add -   
wget http://compiz-mirror.lupine.me.uk/quinn.key.asc -O - | sudo apt-key add -   
wget http://ubuntu.compiz.net/quinn.key.asc -O - | sudo apt-key add -

3.执行以下命令更新系统

sudo apt-get update
sudo apt-get dist-upgrade

4.安装beryl包

sudo apt-get install beryl-core beryl-plugins beryl-plugins-data emerald beryl-settings beryl-manager beryl beryl-dev emerald-themes

5. 配置beryl,让它启动

beryl-manager

注:我不想3D效果随X一起起动,这会影响我的工作效率,所以我没有编辑/etc/X11/xorg.conf。需要运行3D效果的话执行beryl-manager就可以了。
换个头像,看见广告就眼红,直接封ID。

TOP

下面是我的硬件资料列表:
CPU: cat /proc/cpuinfo
processor        : 0
vendor_id        : GenuineIntel
cpu family        : 6
model                : 15
model name        : Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz
stepping        : 6
cpu MHz                : 1600.000
cache size        : 2048 KB
physical id        : 0
siblings        : 1
core id                : 255
cpu cores        : 1
fdiv_bug        : no
hlt_bug                : no
f00f_bug        : no
coma_bug        : no
fpu                : yes
fpu_exception        : yes
cpuid level        : 10
wp                : yes
flags                : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips        : 3736.25

processor        : 1
vendor_id        : GenuineIntel
cpu family        : 6
model                : 15
model name        : Intel(R) Core(TM)2 CPU          6300  @ 1.86GHz
stepping        : 6
cpu MHz                : 1600.000
cache size        : 2048 KB
physical id        : 1
siblings        : 1
core id                : 255
cpu cores        : 1
fdiv_bug        : no
hlt_bug                : no
f00f_bug        : no
coma_bug        : no
fpu                : yes
fpu_exception        : yes
cpuid level        : 10
wp                : yes
flags                : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips        : 3733.41
换个头像,看见广告就眼红,直接封ID。

TOP

发新话题