红联Linux门户
Linux帮助

CentOS5 ATI Radeon显卡驱动安装

发布时间:2008-01-10 10:18:36来源:红联作者:ordFROg
在ati网站上下载radeon系列显卡的linux驱动程序:
http://ati.amd.com/support/drivers/linux/linux-radeon.html

在终端运行
sh ati-driver-installer-7-11-x86.x86_64.run

然后进入提问模式,你就一路回车,最后一个问题是问你是否运行浏览器访问网站,既然已经下了驱动就免了,所以选择NO

安装结束后运行aticonfig --initial=dual-head --screen-layout=right

修改/etc/X11/xorg.conf文件

把这一段中的“vesa”改为“fglrx”
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
EndSection

再加一段:
Section "Extensions"
Option "Composite" "0"
EndSection

重新启动
终端输入:
glxinfo | grep direct
输出
direct rendering: Yes

输入下面的命令测试显卡得分
glxgears和fgl_glxgears
文章评论

共有 0 条评论