免费注册 查看新帖 |

Chinaunix

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

ubuntu 7.04 linux 显卡驱动安装 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-28 00:05 |只看该作者 |倒序浏览

               
                       


                                                        参考
6.10/7.04下的ati官方驱动安装07/06/01更新
安装驱动

sudo apt-get update

sudo apt-get install linux-restricted-modules-$(uname -r)

sudo apt-get install xorg-driver-fglrx fglrx-control

sudo depmod -a
配置驱动

sudo dpkg-reconfigure xserver-xorg
在选择驱动时,选择fglrx。
  
或者用

sudo aticonfig --initial -f以上方法只能两者择一。LCD显示器的推荐用第二种。
  
然后


sudo aticonfig --ovt=Xv
如果执行出错,则把备份的xorg.conf.xx改名,用mv命令。
其实本语句相当于在/etc/X11/xorg.conf的Device段添加两行:


Option      "VideoOverlay"      "on"

Option      "OpenGLOverlay"     "off"

并且


sudo gedit /etc/X11/xorg.conf
  
在文件末尾添加两段


Section "Extensions"
         Option  "Composite" "0"

EndSection
  


Section "ServerFlags"
         Option  "AIGLX" "off"


EndSection
注意,上面这两段非常重要!
  
重启系统
  
确认是否正常运行

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300 Series
OpenGL version string: 2.0.6334 (8.34.8)  
               
               
               
               
               

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

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP