博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

Coffee's BLOG

做事要仔细;遇事不慌张;思维应缜密;逻辑要清晰
  whitecoffee0828.cublog.cn

关于作者
姓名:阎铭
出生:1982年8月28日20时40分
职业:PHP开发
位置:北京
简介: 
中国制造,长179cm,净重61公斤,采用人工智能,各部分零件齐全,运转稳定,经二十多年运行,属信得过产品,手续齐全。现正研制开发第二代产品。

咖啡不一定代表JAVA;企鹅不一定就是linux;我们怀疑一切;并用所有的手段试图否定它!当它依然正确的时候——这是真理!
|| << >> ||
我的分类


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就可以了。

记得XGL刚出的时候,为了实现个3D效果,看了N多资料,狂搞了N长时间,头都大了好几圈~~,没想到再做的时候如此简单,惊叹:时过境迁啊...

参考文献:http://wiki.ubuntu.org.cn/Beryl-Edgy-nVIDIA
               http://wiki.ubuntu.org.cn/DesktopEyeCandy


下面是我的硬件资料列表:
CPU: cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      : Intel(R) Pentium(R) D CPU 2.80GHz
stepping        : 7
cpu MHz         : 2800.052
cache size      : 1024 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     : 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips        : 5605.06

processor       : 1
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      : Intel(R) Pentium(R) D CPU 2.80GHz
stepping        : 7
cpu MHz         : 2800.052
cache size      : 1024 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     : 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr lahf_lm
bogomips        : 5600.11

内存: free -m
                  total         used       free     shared    buffers     cached
Mem:          1003          441        561          0           10            218
-/+ buffers/cache:        212        790
Swap:         1027          0           1027

其它硬件列表: lspci
00:00.0 Host bridge: Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 14)

 TAG linux ubuntu 3D
发表于: 2007-03-18,修改于: 2007-03-18 23:02,已浏览683次,有评论0条 推荐 投诉


网友评论
 发表评论