免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1405 | 回复: 0
打印 上一主题 下一主题

升级至Ubuntu9.04,解决与INTEL集成显卡兼容问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-04-25 17:33 |只看该作者 |倒序浏览
升级至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
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17358/showart_1910932.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP