「Software&Updates dialog」およびATIの最新ドライバー page から独自のドライバーをインストールしようとしました。
私が直面している問題は、バイナリがパスにないことであり、フルパスで実行しようとすると、次のエラーが発生します。
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
これらのシンボリックリンクを見逃す可能性があります。