Fglrx 破包

Fglrx 破包

我没有回应,我可以单击 fglrx 进行安装,但是。这是代码。

$ sudo apt-get install fglrx 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fglrx : Depends: xorg-video-abi-11 but it is not installable or
                  xorg-video-abi-12 but it is not installable or
                  xorg-video-abi-13 but it is not installable or
                  xorg-video-abi-14 but it is not installable or
                  xorg-video-abi-15
E: Unable to correct problems, you have held broken packages.

答案1

前几天,我在尝试在 HP dv6-6117 上安装 fglrx 或 fglrx-updates 时遇到了同样的问题。我最终通过首先运行以下命令来安装它:

sudo apt-get install --install-recommends xserver-xorg libgl1-mesa-glx libeg1-mesa-drivers

只是一句警告,在执行此操作并安装 fglrx 后,我的触摸板被暂时禁用,但确实可以安装 fglrx。

相关内容