CentOS 6.2 安装、闭源ATI显卡驱动安装

http://mirrors.163.com/centos/6/isos/i386/下载了CentOS-6.2-i386-bin-DVD1.iso。

使用ultraISO将之写入到U盘中,然后将文件本身也copy到U盘下。

如果不将文件本身拷贝的U盘下,那么会出现“找不到9660 ISO”的问题。

使用U盘安装,一切顺利,重启,进入CentOS 6系统。

备份/etc/yum.repos.d/CentOS-Base.repo(先备份下比较好)。

http://mirrors.163.com/.help/centos.html下载需要的仓库文件,将仓库改为网易的仓库。

更新一下:yum update

安装开发工具:yum install groupinstall "Development Tools"

 去http://support.amd.com/us/gpudownload/Pages/index.aspx选择自己需要的驱动

 

>init 3  (切换到字符界面执行,以 root 用户登录)
>cd DIR(DIR of amd-driver-installer-12-4-x86.x86_64.run)
>sh amd-driver-installer-12-4-x86.x86_64.run ati (将ati-xxx.run解压到ati目录)
>cd ati
>sh ./packages/RedHat/ati-packager.sh --buildpkg RHEL6 (编译出文件fglrx_p_i_c-8.961-1.i386.rpm,该文件的位置会输出的终端)

如果缺少compat-libstdc++-33,>yum install compat-libstdc++-33

>cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak     (备份下原有配置文件)

>rpm -ivh fglrx******.rpm   (安装)

>aticonfig --initial --input=/etc/X11/xorg.conf     (生成新的配置文件)

>init 5

>fglrxinfo    (若成功安装的话,会输出和下面类似的内容)

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 4670
OpenGL version string: 3.3.10834 Compatibility Profile Context FireGL

>glxgears   
    glxgears是一个测试你的Linux是否可以顺利运行2D、3D的测试软件。这个程序弹出一个窗口,里面有三个转动的齿轮,屏幕将显示出每五秒钟转动多少栅,所以这是一个合理的性能测试。窗户是可以缩放的,栅数多少极大程度上依赖于窗口的大小。如果你的显示卡够好,而且你的驱动程序也配合得很好,那齿轮就跑得越快。

27781 frames in 5.0 seconds = 5556.186 FPS
28094 frames in 5.0 seconds = 5618.777 FPS
27687 frames in 5.0 seconds = 5537.369 FPS
27704 frames in 5.0 seconds = 5540.742 FPS
20580 frames in 5.0 seconds = 4115.983 FPS
20152 frames in 5.0 seconds = 4030.279 FPS
21605 frames in 5.0 seconds = 4320.820 FPS
13916 frames in 5.0 seconds = 2783.027 FPS
13870 frames in 5.0 seconds = 2773.999 FPS     (窗口拉大的情况,风扇开始响动)
14080 frames in 5.0 seconds = 2815.914 FPS
16573 frames in 5.0 seconds = 3314.525 FPS
25914 frames in 5.0 seconds = 5182.673 FPS
27709 frames in 5.0 seconds = 5541.637 FPS
27801 frames in 5.0 seconds = 5560.160 FPS

 

 

posted @ 2012-06-18 20:32  ray hill  阅读(1037)  评论(0编辑  收藏  举报