台式机安装CentOS 6.4 x86_64位  集成显卡ati4290

CentOS的release notes上:

The proprietary drivers for older AMD ( former ATI ) video cards, namely the 2xxx, 3xxx and 4xxx series ( both integrated in motherboards or standalone cards) are not compatible with the new version of the X server introduced in CentOS-6.4. As of mid-March 2013 the only known workaround allowing the use of the proprietary drivers is to downgrade the X server ( xorg* packages ) to the versions available in CentOS 6.3. More details about the extensive investigation around this issue is available here. Make sure that you do not allow yum to upgrade again the packages that have been downgraded by adding the following to the end of /etc/yum.conf exclude=xorg* Note that use of proprietary drivers was never needed for CentOS-6 if all you wanted was a dual-monitor setup. See this FAQ entry for more details on using a dual-monitor setup.

原来CentOS 6.4版本开始不支持ATI的2xxx,3xxx,4xxx系列的显卡。

但是已经升级到6.4怎么办呢。 只需要把xorg的版本降回6.3版系统时的版本就行

最快源(DVD版自带fastestmirror)

Shell代码

yum install yum-fastestmirror yum-presto

开发工具(为安装显卡做准备)

Shell代码

yum groupinstall “Development Tools”

RPMFusion源

  1. 下载EPEL:http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

  2. RPMFusion:http://download1.rpmfusion.org/free/el/updates/6/i386 /rpmfusion-free-release-6-1.noarch.rpm  http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm

  3. 安装

降级Xorg

Shell代码

  1. yum remove xorg-x11-drv-modesetting

  2. yum --disablerepo=\* --enablerepo=C6.3\* downgrade xorg\*

  3. yum --disablerepo=\* --enablerepo=C6.3\* install xorg-x11-drivers

 防止Xorg再次被更新

编辑/etc/yum.conf添加 exclude=xorg*

安装显卡驱动必要的依赖

Shell代码

yum install libX11.i686 libXext.i686 glibc.i686 libstdc++ compat-libstdc++-33

插曲 安装显卡驱动前测试

#glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
300 frames in 5.0 seconds = 59.887 FPS
300 frames in 5.0 seconds = 59.897 FPS

官网下载驱动 http://support.amd.com/en-us/download 解压

amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip 后

amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run

sh ./amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.run --extract ati

cd ati/

./packages/RedHat/ati-packager.sh --buildpkg RHEL6_64a

#RHEL6_64a是安装64位的,稍等一会

cd ..

rpm ivh fglrx64_p_i_c-8.97.100.7-1.x86_64.rpm 不能进行下去

rpm -ivh fglrx64_p_i_c-8.97.100.7-1.x86_64.rpm --force –nodeps  #忽略依赖性,强制安装

aticonfig --initial
reboot

$ fglrxinfo

display: :0.0 screen: 0

OpenGL vendor string: Advanced Micro Devices, Inc.

OpenGL renderer string: ATI Radeon HD 4290

OpenGL version string: 3.3.11672 Compatibility Profile Context

$ glxgears

17120 frames in 5.0 seconds = 3423.951 FPS

17202 frames in 5.0 seconds = 3440.250 FPS

17195 frames in 5.0 seconds = 3438.985 FPS

17199 frames in 5.0 seconds = 3439.799 FPS

17194 frames in 5.0 seconds = 3438.707 FPS

17203 frames in 5.0 seconds = 3440.470 FPS

参考http://turnip-gray.iteye.com/blog/1895406

本人电脑安装为win7和centos双系统,如果重启后不能出来界面,ctrl+alt+F3进入命令行界面,startx 启动,看问题提示

CentOS6.4安装ati显卡驱动的更多相关文章

  1. centos 下安装ati显卡驱动方法

    1)到ati的官网(http://support.amd.com/us/gpudownload/Pages/index.aspx)下载相应的驱动,一定要注意 radeon系列和mobility rad ...

  2. CentOS6.5菜鸟之旅:安装ATI显卡驱动

    一.前言 自从安装了CentOS,我的显卡就没消停过,一直在彪高温而且噪音特别大,于是决定上网搜索解决办法.下面记录下来以供日后查阅. 二.安装fglrx driver(ATI/AMD 显卡的linu ...

  3. CentOS 6.3 安装ATI显卡驱动

    环境: centos 6.3  内核(GNU貌似大家都知道) 显卡:ATI Mobility Radeon HD 3470 安装显卡流程: 1.官网下载最新驱动 http://support.amd. ...

  4. Debian 8.0(Jessie) 无线网卡,ATI显卡驱动和输入法等安装记录。

    转载请注明作者与出处!谢谢! 最近准备彻底转换到Linux平台,之前一直用的是Red Hat,对Debian不是很熟悉,花了不少时间摸索.下面记录一下安装的过程以便备忘,顺便给他人能做个参考. 我的是 ...

  5. 索尼Sony ATI显卡驱动 Win7 Win8 Win8.1 视频黑屏 解决方法

    索尼ATI显卡驱动 Win7  Win8  Win8.1 视频 黑屏 完美解决方法: 下载这个补丁 安装 即可 解决  ! baidu pan:  http://pan.baidu.com/s/1gd ...

  6. Ubuntu14.04(64位)安装ATI_Radeon_R7_M265显卡驱动

    电脑型号:Dell inspiron 14-5447 笔记本 显卡配置:集成显卡Intel核心显卡,Cpu是i5-4210U;独立显卡ATI_Radeon_R7_M265 网上关于ATI/Intel双 ...

  7. ubuntu13.04 Thinkpad W520安装nvidia显卡驱动

    Ubuntu13.04 amd64 Thinkpad W520安装Nvidia显卡驱动 曾经在ubuntu11.10上成功安装Nvidia显卡驱动.但是自从机器(Thinkpad W520)更新到13 ...

  8. Ubuntu下安装nvidia显卡驱动

    layout: post title: Ubuntu下安装nvidia显卡驱动 date: 2015-10-02 17:19:06 categories: 常用命令 tags: 显卡 驱动 最近一直在 ...

  9. Thinkpad W520 + Ubuntu 12.04LTS, 13.10, 14.04LTS安装Nvidia显卡驱动设置

    Thinkpad W520 + Ubuntu 12.04LTS, 13.10, 14.04LTS安装Nvidia显卡驱动设置 http://henzhai.com/tech/2012/07/w520- ...

随机推荐

  1. MapReduce——计算温度最大值 (基于全新2.2.0API)

    MapReduce——计算温度最大值 (基于全新2.2.0API) deprecated: Job类的所有Constructors, 新的API用静态方法getInstance(conf)来去的Job ...

  2. 【CSS3】

    Web前端实验室http://demo.doyoe.com/ ::before ::afterCSS3已经将伪元素的前缀更改为双冒号,而伪类则保持为单冒号 backface-visibility ht ...

  3. apache 实用配置

    1.反向代理 反向代理是指想访问目标机器,但无法直接访问,此时,可以通过与目标机器相同网络段的机器做桥接,通过访问桥接机器,访问目标机器,称为反向代理. vi httpd.conf 将代理配置开放: ...

  4. selenium使用整理

    学习selenium自动化有一段时间了,今天一位自动化测试大侠给了我指导.如下: 第一步,先用selenium的固定脚本把手工测试的流程写成脚本 eg: driver.FindElement(By.I ...

  5. mysqld_multi配置MySQL多实例

    # This is an example of a my.cnf file for mysqld_multi.# Usually this file is located in home dir ~/ ...

  6. 修改ruby gem源为ruby.taobao.org

    由于网络原因,导致从rubygems.org下载gem文件较慢或者间歇性的连接失败,所以可以修改gem源为ruby.taobao.org.具体可以用 gem install rails -V 来查看执 ...

  7. 关于this的小总结

    关于对this目前有几点小理解 ①this指向调用它的元素.就是谁调用它,它就指向谁. ②可以通过call()和apply()改变this的指向 ③setInterval和setTimeout中的th ...

  8. BP神经网络分类器的设计

    1.BP神经网络训练过程论述 BP网络结构有3层:输入层.隐含层.输出层,如图1所示. 图1 三层BP网络结构 3层BP神经网络学习训练过程主要由4部分组成:输入模式顺传播(输入模式由输入层经隐含层向 ...

  9. HW2.16

    import java.util.Scanner; public class Solution { public static void main(String[] args) { final int ...

  10. POJ-2442 Sequence K路归并问题

    题目链接:http://poj.org/problem?id=2442 问题一:K个有序表合成一个有序表,元素共有n个.用堆优化 问题二:两个序列的前n小的元素.堆优化. 这题就是问题二的扩展,每次处 ...