欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ubuntu 9.04 X3100 顯卡開啟3D特效

  發(fā)布時(shí)間:2009-06-10 00:15:15   作者:佚名   我要評(píng)論
ubuntu 9.04 X3100 顯卡開啟3D特效 說(shuō)明:我的系統(tǒng)是9.04,內(nèi)核 2.6.30rc2,顯卡intel x3100 (在9.04中,x3100顯卡很有必要升級(jí)為該內(nèi)核,速度提升很明顯) 見:http://forum.ubuntu.org.cn/viewtopic.php?f=49&t=196419 1. 運(yùn)行sudo gedit /etc/X11/xorg.conf 把
ubuntu 9.04 X3100 顯卡開啟3D特效

說(shuō)明:我的系統(tǒng)是9.04,內(nèi)核 2.6.30rc2,顯卡intel x3100 (在9.04中,x3100顯卡很有必要升級(jí)為該內(nèi)核,速度提升很明顯)
見:http://forum.ubuntu.org.cn/viewtopic.php?f=49&t=196419

1. 運(yùn)行sudo gedit /etc/X11/xorg.conf

Section "Device"
Identifier "Configured Video Device"
EndSection

修改為
Section "Device"
Identifier "intel"
EndSection
注意:這里應(yīng)該是小寫的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.卸載現(xiàn)有驅(qū)動(dòng)
sudo apt-get remove xserver-xorg-video-intel

3.重新安裝驅(qū)動(dòng)
sudo apt-get install xserver-xorg-video-intel

4.修改compiz的配置
sudo gedit /etc/xdg/compiz/compiz-manager

新起一行,增加SKIP_CHECKS=yes, 保存

5.運(yùn)行 sudo apt-get install compizconfig-settings-manager
安裝compiz的配置管理器

6.重啟系統(tǒng),打開compiz fusion icon,在window manager中選擇 compiz
說(shuō)明:這一步很重要,我就是因?yàn)橄妊b的cairo-dock,啟用拉 metacity 的window manager,所以才始終無(wú)法打開桌面效果!

7.成功打開桌面效果和3D

相關(guān)文章

最新評(píng)論