zoukankan      html  css  js  c++  java
  • 显卡升级Ubuntu 12.04 升级至13.04 时显卡不兼容问题解决方案

    文章结束给大家来个程序员笑话:[M]

        

    Three terminal-commands:

        sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 sudo apt-get install dkms libqtgui4 wget execstack libelfg0 dh-modaliases sudo apt-get install linux-headers-generic xserver-xorg-core libgcc1

        

        

    Additional two terminal-commands for 64-bit:

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

        

        

    (Note: The second command shouldn't be necessary if there is already such a symbolic link named lib64pointing to folder lib there. And if there is already a real folder by that name you should ensure that its contents are safely moved into folder /usr/lib and then delete --now empty-- folder /usr/lib64 before executing this command.)

        

    Download from these direct-links:

        

    http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu//pool/main/u/udev/libudev0_175-0ubuntu13_amd64.deb

        

    and (the older intel driver - xserver-xorg - see also section "Important" on answer for 12.10. I think this would also be very important here.)

        

    https://docs.google.com/file/d/0B0tTaH4qTIIXdDF3NThFWUtrYlU/edit?usp=sharing

        

    Copy these files (two .deb packages) into an empty folder.

        

    Remove the old drivers:

        sudo apt-get remove fglrx* sudo apt-get remove xserver-xorg-video-intel

        

        

    Execute the following two terminal-commands in the folder with downloaded .deb files:

        sudo dpkg -i libudev* sudo dpkg -i xserver-xorg-video-intel_2.21.6-0ubuntu4_amd64.deb

        

        

    Installation:

        每日一道理
    书籍好比一架梯子,它能引领人们登上文化的殿堂;书籍如同一把钥匙,它将帮助我们开启心灵的智慧之窗;书籍犹如一条小船,它会载着我们驶向知识的海洋。

        

    Get the current ATI Catalyst driver e.g. 13.04 (I have tested it with this release) from the official website: www.amd.com/drivers

        

    Unzip the .zip and make it executable. Then go to the folder with the unzipped .run-file in terminal and type:

        sudo sh ./amd-catalyst-XX.X-linux-x86.x86_64.run --buildpkg Ubuntu/raring

        

        

    Replace XXX with the correct name of the file.

        

    Install the created .deb-files with the following terminal-command in the current directory:

        sudo dpkg -i fglrx*.deb

        

        

    Post-Install:

        

    Enter the terminal command

        sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup sudo aticonfig --initial -f

        

        

    (Note: If you use multiple AMD graphics cards or AMD dual graphics, you can use sudo aticonfig --adapter=all --initial -f instead, and/or if you use a dual monitor display, you can also use this additional third command: sudo aticonfig --set-pcs-str="DDX,EnableRandR12,FALSE")

        

    Select the discrete GPU

        sudo aticonfig --px-dgpu

        

        

    Reboot your system

        sudo reboot

        

    Install the Unity:

        

        

    dconf reset -f /org/compiz/
    gtk-window-decorator --replace

    文章结束给大家分享下程序员的一些笑话语录: 警告
    有一个小伙子在一个办公大楼的门口抽着烟,一个妇女路过他身边,并对他 说, “你知道不知道这个东西会危害你的健康?我是说, 你有没有注意到香烟 盒上的那个警告(Warning)?”
    小伙子说,“没事儿,我是一个程序员”。
    那妇女说,“这又怎样?”
    程序员说,“我们从来不关心 Warning,只关心 Error”

    --------------------------------- 原创文章 By
    显卡和升级
    ---------------------------------

  • 相关阅读:
    ajax
    前端学数据库之子查询
    读书笔记:《HTML5开发手册》Web表单
    阅读《编写可读代码的艺术》笔记
    windows环境下sublime的nodejs插件详细安装图解
    有关css3的一些问题
    前面的话
    gulp思考
    10种排序算法分析
    ajax异步请求
  • 原文地址:https://www.cnblogs.com/xinyuyuanm/p/3098760.html
Copyright © 2011-2022 走看看