我尝试过从“软件和更新对话框”安装专有驱动程序,也尝试过从 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 的页面,我的卡应该受此驱动程序支持。当然,每次我尝试新驱动程序时,我都会清除旧驱动程序。
谁能告诉我如何正确安装这个驱动程序?
谢谢。
答案1
尝试一下,正如提到的这个问题:sudo ln -s /usr/lib/fglrx/bin/aticonfig /usr/bin/aticonfig
sudo ln -s /usr/lib/fglrx/etc/ati/ /etc/ati
您可能只是错过了这些符号链接。