tah*_*aha 20 jockey software-installation
我想激活 ATI/AMD 专有的 FGLRX 图形驱动程序(发布后更新),但在安装过程中出现问题。它说:
抱歉,此驱动程序安装失败。
请查看日志文件以了解详细信息:/var/log/jockey.log
如何安装此驱动程序?
Ger*_*che 16
删除并清除当前版本,然后安装更新:
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)。
fglrx
在 12.10 中不起作用,请参阅错误报告。如果在安装或更新到 12.10 后出现图形问题,则需要删除fglrx
并使用开源驱动程序:
$ sudo apt-get remove fglrx*
Run Code Online (Sandbox Code Playgroud)
如果您遇到有关“低图形”的警告:
sudo apt-get remove fglrx*
sudo reboot
有关更多信息,请参阅无法在 12.10 中安装 ATI 专有驱动程序的 SO 问题。
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预计屏幕闪烁和系统挂起。
获取设备信息:lspci
或详细lspci -vv
Jockey 所做的只是在正常驱动程序的情况下安装fglrx和fglrx-amdcccle,并在您选择发布后更新选项时安装fglrx -updates和fglrx-amdcccle-updates,尽管它以某种方式失败,因为我不知道是什么原因。
您可以通过在终端中输入以下行来简单地安装/激活ATI/AMD 专有 FGLRX 图形驱动程序(发布后更新)选项:
sudo apt-get install fglrx-updates fglrx-amdcccle-updates
Run Code Online (Sandbox Code Playgroud)
或者在 Ubuntu 软件中心搜索这些软件包并从那里安装它们。
归档时间: |
|
查看次数: |
89806 次 |
最近记录: |