intel X3100 打开3D特效
根據該帖子和jioyo源的幫助,終于成功打開了桌面效果。現在總結一下具體操作,方便后來人。
說明:我的系統是9.04,內核 2.6.30rc2,顯卡intel x3100 (在9.04中,x3100顯卡很有必要升級為該內核,速度提升很明顯)
見:http://forum.ubuntu.org.cn/viewtopic.php?f=49&t=196419
1. 運行sudo gedit /etc/X11/xorg.conf
把
Section "Device"
Identifier "Configured Video Device"
EndSection
修改為
Section "Device"
Identifier "intel"
EndSection
注意:這里應該是小寫的i,即 intel ,下同
把
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
修改為
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "intel"
EndSection
2.卸載現有驅動
sudo apt-get remove xserver-xorg-video-intel
3.重新安裝驅動
sudo apt-get install xserver-xorg-video-intel
4.修改compiz的配置
sudo gedit /etc/xdg/compiz/compiz-manager
新起一行,增加SKIP_CHECKS=yes, 保存
5.運行 sudo apt-get install compizconfig-settings-manager
安裝compiz的配置管理器
6.重啟系統,打開compiz fusion icon,在window manager中選擇 compiz
說明:這一步很重要,我就是因為先裝的cairo-dock,啟用拉 metacity 的window manager,所以才始終無法打開桌面效果!
7.成功打開桌面效果和3D
總結
以上是生活随笔為你收集整理的intel X3100 打开3D特效的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 美国石油大亨洛克菲勒给儿子的信
- 下一篇: 联想服务器硬盘灯全部闪烁,服务器故障处理