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

     

  • 相关阅读:
    关于checkbox的一篇博客
    如何快速学习
    for循环下的取值问题
    vue的自动更新原理
    关于word-wrap的用法;
    2016年百度面试题
    编写代码的原则
    null和defined的区别
    js的模块化加载
    springmvc注解
  • 原文地址:https://www.cnblogs.com/bizhu/p/2839285.html
Copyright © 2011-2022 走看看