文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>升级至Ubuntu9.04,解决与INTEL集成显卡兼容问题

升级至Ubuntu9.04,解决与INTEL集成显卡兼容问题

时间:2009-04-25  来源:primes

升级至Ubuntu9.04,解决与INTEL集成显卡兼容问题--开启桌面特效和3D特
1、使用2.6.30rc3linux内核,按照下列顺序下载并安装:
- 32bit -
Kernel Header:
http://kernel.ubuntu.com/~kernel-ppa/ma … c3_all.deb
Kernel Header Generic:
http://kernel.ubuntu.com/~kernel-ppa/ma … 3_i386.deb
Kernel Header Image:
http://kernel.ubuntu.com/~kernel-ppa/ma … 3_i386.deb

- 64bit -
Kernel Header:
http://kernel.ubuntu.com/~kernel-ppa/ma … c3_all.deb
Kernel Header Generic:
http://kernel.ubuntu.com/~kernel-ppa/ma … _amd64.deb
Kernel Header Image:
http://kernel.ubuntu.com/~kernel-ppa/ma … _amd64.deb
(如果下载速度慢,从这个镜像下载:http://myubuntu.ca/download/mirror/kernel/2.6.30rc3/)

2、运行sudo gedit /etc/X11/xorg.conf
    Section “Device”
    Identifier “Configured Video Device”
    EndSection

修改为

    Section “Device”
    Identifier “intel”
    EndSection

    Section “Screen”
    Identifier “Default Screen”
    Monitor “Configured Monitor”
    Device “Configured Video Device”
    EndSection

修改为

    Section “Screen”
    Identifier “Default Screen”
    Monitor “Configured Monitor”
    Device “intel”
    EndSection
3、卸载现有驱动
sudo apt-get remove xserver-xorg-video-intel
4、重新安装驱动
sudo apt-get install xserver-xorg-video-intel
5、修改compiz的配置
sudo gedit /etc/xdg/compiz/compiz-manager
新起一行,增加SKIP_CHECKS=yes, 保存
6、运行 sudo apt-get install compizconfig-settings-manager
安装compiz的配置管理器
7、重启系统,打开compiz fusion icon,在window manager中选择 compiz
8、成功打开桌面效果和3D

因怕忘记,所以转载:http://www.3dian9.com/archives/3223.html
相关阅读 更多 +
排行榜 更多 +
利星行服务

利星行服务

购物比价 下载
最后一夜

最后一夜

角色扮演 下载
财会学堂

财会学堂

学习教育 下载