ubuntu 9.04 X3100 显卡开启3D特效
<p>ubuntu 9.04 X3100 显卡开启3D特效</p>
<p>
说明:我的系统是9.04,内核 2.6.30rc2,显卡intel x3100 (在9.04中,x3100显卡很有必要升级为该内核,速度提升很明显)</p>
<p>
见:http://forum.ubuntu.org.cn/viewtopic.php?f=49&t=196419</p>
<p>
1. 运行sudo gedit /etc/X11/xorg.conf</p>
<p>
把</p>
<p>
Section "Device"</p>
<p>
Identifier "Configured Video Device"</p>
<p>
EndSection</p>
<p>
修改为</p>
<p>
Section "Device"</p>
<p>
Identifier "intel"</p>
<p>
EndSection</p>
<p>
注意:这里应该是小写的i,即 intel ,下同</p>
<p>
把</p>
<p>
Section "Screen"</p>
<p>
Identifier "Default Screen"</p>
<p>
Monitor "Configured Monitor"</p>
<p>
Device "Configured Video Device"</p>
<p>
EndSection</p>
<p>
修改为</p>
<p>
Section "Screen"</p>
<p>
Identifier "Default Screen"</p>
<p>
Monitor "Configured Monitor"</p>
<p>
Device "intel"</p>
<p>
EndSection</p>
<p>
2.卸载现有驱动</p>
<p>
sudo apt-get remove xserver-xorg-video-intel</p>
<p>
3.重新安装驱动</p>
<p>
sudo apt-get install xserver-xorg-video-intel</p>
<p>
4.修改compiz的配置</p>
<p>
sudo gedit /etc/xdg/compiz/compiz-manager</p>
<p>
新起一行,增加SKIP_CHECKS=yes, 保存</p>
<p>
5.运行 sudo apt-get install compizconfig-settings-manager</p>
<p>
安装compiz的配置管理器</p>
<p>
6.重启系统,打开compiz fusion icon,在window manager中选择 compiz</p>
<p>
说明:这一步很重要,我就是因为先装的cairo-dock,启用拉 metacity 的window manager,所以才始终无法打开桌面效果!</p>
<p>
7.成功打开桌面效果和3D</p>
頁:
[1]