我一直试图为我的宏碁Aspire One D270安装Intel二进制Xorg驱动程序,用于D270,Windows 8和Ubuntu12.04。
我逐字地遵循了这些指示,但在步骤3中,当我试图安装Cedarview驱动程序时,会出现以下错误:
The following packages have unmet dependencies:
cedarview-drm:i386 : Depends: grub-gfxpayload-lists:i386 but it is not going to be installed
Depends: linux-headers-generic:i386 (>= 2.6) but it is not going to be installed or linux-headers-generic-pae:i386 (>= 2.6) but it is not going to be installed
Depends: dkms:i386 (>= 2.1.0.0) but it is not installable
cedarview-graphics-drivers:i386 : Depends: xserver-xorg-core:i386 (>= 2:1.10.99.901) but it is not going to be installed
Depends: xorg-video-abi-11:i386
E: Unable to correct problems, you have held broken packages.我自己尝试并成功地安装了其中一个软件包:
sudo apt-get install libva-cedarview-vaapi-driver但是,当我试图自己安装cedarview-drm时,会出现以下错误:
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 packages have unmet dependencies:
cedarview-drm:i386 : Depends: grub-gfxpayload-lists:i386 but it is not going to be installed
Depends: linux-headers-generic:i386 (>= 2.6) but it is not going to be installed or linux-headers-generic-pae:i386 (>= 2.6) but it is not going to be installed
Depends: dkms:i386 (>= 2.1.0.0) but it is not installable
E: Unable to correct problems, you have held broken packages.发布于 2012-11-10 07:31:52
您安装了64位Ubuntu(使用uname -m验证),存储库中的CedarView驱动程序仅为32位。
https://askubuntu.com/questions/215290
复制相似问题