因此,在谷歌搜索并找出葡萄酒不工作的AMD驱动程序,我卸载它和libopen依赖的AMD64和i386,因为他们是冲突的安装fglrx-core。
然而,现在,当我尝试安装它时,我得到了以下错误信息:
(Reading database ... 208182 files and directories currently installed.)
Preparing to unpack .../fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.deb ...
Unpacking fglrx-core (2:14.501-0ubuntu1) ...
dpkg: error processing archive /tmp/fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.deb (--install):
trying to overwrite '/etc/acpi/fglrx-powermode.sh', which is also in package fglrx 2:13.350.1-0ubuntu2
dpkg-deb (subprocess): decompressing archive member: internal gzip write error: Broken pipe
dpkg-deb (subprocess): cannot copy archive member from '/tmp/fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.deb' to decompressor pipe: failed to write (Broken pipe)
dpkg-deb: error: subprocess <decompress> returned error exit status 2
Errors were encountered while processing:
/tmp/fglrx-core_14.501-0ubuntu1_amd64_UB_14.01.debtmp/fglrx-core_14.501-0buntu1_amd64_UB_14.01.deb是我正在尝试安装的fglrx-core包,但我也从我的主目录尝试过它,并将它重命名,但似乎没有什么工作。
有人能快速解决吗?我是Ubuntu的新手,并不擅长。
发布于 2015-03-27 20:11:52
尝试安装fglrx,fglrx核心为您提供“AMD图形加速器的最小视频驱动程序”,而fglrx将给您一个更“完整”的安装。
像这样:
sudo apt-获取更新 sudo apt-获取安装fglrx
或(包括催化剂中心)
sudo apt-get sudo apt-get install fglrx fglrx-amdcccle dev
https://askubuntu.com/questions/596916
复制相似问题