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

     

  • 相关阅读:
    NLTK学习笔记(三):NLTK的一些工具
    NLTK学习笔记(四):自然语言处理的一些算法研究
    NLTK学习笔记(五):分类和标注词汇
    深入C++的运算符重载
    python3实现TCP协议的简单服务器和客户端
    python3实现UDP协议的简单服务器和客户端
    Windows平台下python2和3的兼容问题解决
    异常处理
    内置方法
    反射:hasattr、getattr、setattr、delattr
  • 原文地址:https://www.cnblogs.com/bizhu/p/2839285.html
Copyright © 2011-2022 走看看