zoukankan      html  css  js  c++  java
  • ubuntu安装A卡驱动

    ubuntu安装A卡驱动

    1:sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4;

    2:sudo apt-get install fglrx fglrx-amdcccle

    3:

    If you are using the x86_64 architecture (64 bit):

    sudo apt-get install ia32-libs-multiarch:i386 lib32gcc1 libc6-i386 sudo apt-get install ia32-libs cd /usr ; sudo ln -svT lib /usr/lib64

    4:Download the latest Catalyst package.;

    5:sudo sh ./amd-driver-installer-8.982-x86.x86_64.run --buildpkg Ubuntu/precise sudo dpkg -i fglrx*.deb;

    6:reboot and then

    sudo amdconfig --initial -f;

    7:Test your installation

    NOTE: if you don't reboot first, fglrxinfo gives an error message.Reboot the computer and type

    fglrxinfo

    -------------------------------------------------------------------------------------------------------------------------------------------

    Latest proprietary AMD Catalyst driver version 12.9 cannot be used with Ubuntu 12.10 If you have a AMD Radeon HD 2xxx-4xxx series card.

    Drivers for these cards are now available in a separate branch called legacy series. Unfortunately these legacy drivers (version 12.6) have not been updated to work with Ubuntu 12.10. Ubuntu 12.10 comes with xorg 1.13 while these drivers have support for older xorg 1.12.
     
    So if you want to install these drivers in Ubuntu 12.10, you have to downgrade to xorg 1.12. A PPA has been provided by Tomasz Makarewicz that includes all the required packages you need to downgrade plus a fglrx-legacy package.
     
    To install these packages, run the following commands:
     
     
    sudo add-apt-repository ppa:makson96/fglrx
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install fglrx-legacy

    Do note that these packages are not officially supported by Ubuntu, so use them at your own risk. If something goes wrong, you can purge the packages by running following commands:

    sudo apt-get install ppa-purge
    sudo ppa-purge ppa:makson96/fglrx

     

  • 相关阅读:
    kettle初探
    ECLIPSE 不能连接MYSQL 8 的现象
    easyreport 安装手记
    eclipse 下安装 lombok.jar
    mysql 8 安装及更改密码
    转:Python的这几个技巧,简直屌爆了
    转:通用缩写表
    检查webpack版本
    vue-cli脚手架项目按需引入elementUI
    webstorm “Unterminated statement”
  • 原文地址:https://www.cnblogs.com/bizhu/p/2839285.html
Copyright © 2011-2022 走看看