问题描述
我想激活 ATI/AMD 专有的 FGLRX 显卡驱动程序(post-release 更新),但在安装过程中出现问题。它说:
Sorry, installation of this driver failed.
Please have a look at the log file for details: /var/log/jockey.log
如何安装此驱动程序?
最佳答案
删除并 purge 当前版本,然后安装更新:
-
sudo apt-get --purge remove fglrx*
-
sudo apt-get install fglrx-updates fglrx-amdcccle-updates
-
重启
确保完全删除 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 中不起作用,请参阅 bug report 。 -
2013 年 7 月 27 日 – 仍然没有解决问题
12.10 故障排除
如果安装或更新到 12.10 后出现图形问题,则需要删除 fglrx
并使用开源驱动程序:
$ sudo apt-get remove fglrx*
如果您遇到关于 “low graphics” 的警告:
-
打开终端
Ctrl
+Alt
+F1
-
删除 fglrx:
sudo apt-get remove fglrx*
-
重启:
sudo reboot
有关更多信息,请参阅 SO 问题 Can’t install ATI proprietary drivers in 12.10 。
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
-
Confirm the drivers are working
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
-
对于 Catalyst <=11.11 with gnome <=3.2 预期屏幕闪烁和系统挂起。
-
AMD Catalyst Proprietary Display Driver – Linux x86 & Linux x86_64
-
获取设备信息:
lspci
或详细lspci -vv
次佳答案
Jockey 所做的只是在普通驱动程序的情况下安装 fglrx 和 fglrx-amdcccle,当您选择 post-release 更新选项时安装 fglrx-updates 和 fglrx-amdcccle-updates,尽管它以某种方式失败,因为我不知道是什么原因。
您可以通过在终端中键入以下行来简单地安装/激活 ATI/AMD 专有的 FGLRX 图形驱动程序(post-release 更新)选项:
sudo apt-get install fglrx-updates fglrx-amdcccle-updates
或者在 Ubuntu 软件中心搜索这些软件包并从那里安装它们。
第三种答案
安装 ATI 最新驱动程序的绝佳资源,并且易于遵循。 Installing Catalyst latest driver from ATI in Ubuntu 11.10
Bob Bowles (ed.):我发现 ATI 下载站点非常 user-friendly,在下载/构建/部署过程中具有良好的 self-documentation。 ATI Download site 。