无法打开/etc/ati/control,请重新安装驱动

cuk*_*imo 8 ati

我以前运行过测试版驱动程序,在标准更新后它停止工作。到目前为止我尝试过的:

sudo apt-get remove --purge fglrx*
Run Code Online (Sandbox Code Playgroud)

然后从 Amd 网站下载驱动程序并解压并运行:

sudo ./amd-driver-installer-catalyst-13-4-x86.x86_64.run --buildpkg Ubuntu/trusty
sudo dpkg -i fglrx*.deb
Run Code Online (Sandbox Code Playgroud)

在此之后,Ubuntu BinaryDriverHowTo/AMD指南想要做到这一点:

aticonfig --initial
Run Code Online (Sandbox Code Playgroud)

它返回:

Unable to open /etc/ati/control, please reinstall the driver.
aticonfig: No supported adapters detected
Run Code Online (Sandbox Code Playgroud)

适配器是 280x,如前所述,它以前使用相同的驱动程序和相同的安装程序工作。

有任何想法吗?

小智 5

以 root 身份使用此命令:

/usr/lib/fglrx/switchlibGL amd # or /usr/lib/fglrx/switchlibglx amd
reboot
Run Code Online (Sandbox Code Playgroud)

并在重新启动后,尝试执行

aticonfig --initial
Run Code Online (Sandbox Code Playgroud)


小智 4

我设法通过创建一些缺少的符号链接来使其工作:

sudo ln -s /usr/lib/fglrx/bin/aticonfig /usr/bin/aticonfig
sudo ln -s /usr/lib/fglrx/etc/ati/ /etc/ati
Run Code Online (Sandbox Code Playgroud)

然后我就可以aticonfig正常运行了