在Trusty上使用AMD Radeon 8000M系列上的fglrx驱动程序出现问题

我已尝试从“软件和更新”对话框以及ATI的最新驱动程序页面安装专有驱动程序。

我面临的问题是二进制文件不在路径中,并尝试使用完整路径运行它们会给我以下错误。

atoulan@atoulan-laptop:~$ sudo /usr/lib/fglrx/bin/aticonfig Unable to open /etc/ati/control, please reinstall the driver. /usr/lib/fglrx/bin/aticonfig: No supported adapters detected 

这是lspci的输出:

 atoulan@atoulan-laptop:~$ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mars [Radeon HD 8670A/8670M/8750M] (rev ff) 

和uname:

 atoulan@atoulan-laptop:~$ uname -a Linux atoulan-laptop 3.13.0-29-lowlatency #53-Ubuntu SMP PREEMPT Wed Jun 4 21:27:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux 

根据AMD的页面,我的卡应该由此驱动程序支持。 当然每次我尝试一个新的驱动程序我清除旧的驱动程序。

任何人都可以告诉我如何正确安装此驱动程序?

谢谢。

试试这个,如本问题所述 :

sudo ln -s /usr/lib/fglrx/bin/aticonfig /usr/bin/aticonfig
sudo ln -s /usr/lib/fglrx/etc/ati/ /etc/ati

你可能会错过这些符号链接。