无法删除“以前版本的 fglrx”,安装 AMD 驱动程序失败

无法删除“以前版本的 fglrx”,安装 AMD 驱动程序失败

我累坏了韓國驱动形式附加驱动程序程序,但它们并不是我想象的那样,所以我从AMD...但是当我像这样运行程序时,sudo ./amd-driver-installer-13.35.1005-x86.x86_64.run我得到了这个:

[Error]A previous installation of fglrx driver detected to be loaded.
User must uninstall existing fglrx driver 
or run install with force option. 
Forcing the installation is not recommended.

我尝试删除驱动程序附加驱动程序再次编程并尝试重新安装...仍然是相同的消息,然后我做了:

sudo apt-get remove --purge fglrx

然后再次尝试安装程序。仍然是同样的消息。我该怎么做才能完全摆脱韓國???

(注:每次移动后我都会重新启动)

答案1

我的安装方式有些不同。你可以尝试以下方法:

# Add the installer script it its own directory. For example amddriver
cd amddriver

# Create deb packages for precise (12.04) or quantal (12.10)
sudo sh ./amd-driver-installer-13.35.1005-x86.x86_64.run --buildpkg Ubuntu/precise

# Force overwrite the older packages with the new ones
sudo dpkg --force-overwrite -i *.deb

这对我删除有用:

sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*

相关内容