ATI/AMD 专有 FGLRX 显卡安装失败,如何解决?

tah*_*aha 20 jockey software-installation

我想激活 ATI/AMD 专有的 FGLRX 图形驱动程序(发布后更新),但在安装过程中出现问题。它说:

抱歉,此驱动程序安装失败。

请查看日志文件以了解详细信息:/var/log/jockey.log

如何安装此驱动程序?

Ger*_*che 16

删除并清除当前版本,然后安装更新:

  1. sudo apt-get --purge remove fglrx*
  2. sudo apt-get install fglrx-updates fglrx-amdcccle-updates
  3. 重启

确保完全删除 fglrx 是重要的一步。第一次尝试安装更新时它对我不起作用,最后我单独删除了每个 fglrx 包,单独清除了每个包,不再删除依赖项sudo apt-get autoremove,重新启动,然后安装更新sudo apt-get install fglrx-updates fglrx-amdcccle-updates,重新启动,并且(截至写作)我得到了催化剂版本 11.11 (它仍然不适用于 gnome3)

12.10

  • 2012 年 10 月 21 日 -fglrx在 12.10 中不起作用,请参阅错误报告
  • 2013 年 1 月 4 日 - 还没有修复,错误 报告火了,
  • 2013 年 7 月 27 日 - 仍然没有修复叹息

12.10 故障排除

如果在安装或更新到 12.10 后出现图形问题,则需要删除fglrx并使用开源驱动程序:

    $ sudo apt-get remove fglrx*
Run Code Online (Sandbox Code Playgroud)

如果您遇到有关“低图形”的警告:

  1. 打开终端Ctrl+ Alt+F1
  2. 删除 fglrx: sudo apt-get remove fglrx*
  3. 重启: sudo reboot

有关更多信息,请参阅无法在 12.10 中安装 ATI 专有驱动程序的 SO 问题。

13.04

  • 2013 年 7 月 27 日 -fglrx不起作用。

笔记

  • 当前安装了哪些软件包? dpkg -l fglrx*

    $ dpkg -l fglrx*
    un  fglrx          <none>         (no description available)
    un  fglrx-amdcccle <none>         (no description available)
    ii  fglrx-amdcccle 2:8.911-0ubunt Catalyst Control Center for the AMD graphics
    un  fglrx-control  <none>         (no description available)
    un  fglrx-control- <none>         (no description available)
    un  fglrx-driver   <none>         (no description available)
    un  fglrx-kernel-s <none>         (no description available)
    un  fglrx-modalias <none>         (no description available)
    ii  fglrx-updates  2:8.911-0ubunt Video driver for the AMD graphics accelerato
    
    Run Code Online (Sandbox Code Playgroud)
  • 确认驱动程序正在工作 fglrxinfo

    $ fglrxinfo 
    display: :0  screen: 0
    OpenGL vendor string: Advanced Micro Devices, Inc.
    OpenGL renderer string: AMD Radeon HD 6300M Series
    OpenGL version string: 4.2.11733 Compatibility Profile Context
    
    Run Code Online (Sandbox Code Playgroud)
  • 对于 Catalyst <=11.11 和 gnome <=3.2预计屏幕闪烁和系统挂起。

  • AMD Catalyst 专有显示驱动程序 - Linux x86 和 Linux x86_64

  • 获取设备信息:lspci或详细lspci -vv


Rav*_*lik 7

Jockey 所做的只是在正常驱动程序的情况下安装fglrxfglrx-amdcccle,并在您选择发布后更新选项时安装fglrx -updatesfglrx-amdcccle-updates,尽管它以某种方式失败,因为我不知道是什么原因。

您可以通过在终端中输入以下行来简单地安装/激活ATI/AMD 专有 FGLRX 图形驱动程序(发布后更新)选项:

sudo apt-get install fglrx-updates fglrx-amdcccle-updates
Run Code Online (Sandbox Code Playgroud)

或者在 Ubuntu 软件中心搜索这些软件包并从那里安装它们。