如何检查已安装的AMD Catalyst驱动程序版本?


9

如何从终端检查已安装的AMD Catalyst驱动程序版本?我使用的是Ubuntu 12.04 64位。

Answers:



4

如果是fglrx从存储库或通过deb 安装的,则可以从以下版本获取版本apt-cache

apt-cache policy fglrx

这会给

fglrx:
  Installed: 2:9.012-0ubuntu1
  Candidate: 2:9.012-0ubuntu1
  Version table:
 *** 2:9.012-0ubuntu1 0
        100 /var/lib/dpkg/status
     2:8.960-0ubuntu1.1 0
       500 http://nl.archive.ubuntu.com/ubuntu/ precise-updates/restricted amd64 Packages
     2:8.960-0ubuntu1 0
        500 http://nl.archive.ubuntu.com/ubuntu/ precise/restricted amd64 Packages

如您所见,我安装了9.012版(从我从amd站点制作的Deb中下载),存储库中的版本为8.960。

或者,您可以执行Jeff的解决方案,如果您未使用进行apt安装,该解决方案也可以使用(不建议不使用apt进行安装!)。


2

在我的系统上,AMD Catalyst Linux 13.1驱动程序修订号:13.1(9.012) 为您的命令显示了与fglrxinfo不同的fglrx版本。仅供参考。

t@t-ubuntu:~$ dmesg | grep fglrx | grep module
[    3.768319] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[    3.839422] [fglrx] module loaded - fglrx 9.1.11 [Dec 19 2012] with 1 minors

t@t-ubuntu:~$ fglrxinfo
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Mobility Radeon HD 5800 Series 
OpenGL version string: 4.2.12002 Compatibility Profile Context 9.012
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.