08-03-2016, 03:26 PM
(08-03-2016, 12:30 PM)HorreC Wrote:Quote:The following packages have unmet dependencies:
xserver-xorg-video-armsoc-sunxi : Depends: xorg-video-abi-20 but it is not installable
Depends: xserver-xorg-core (>= 2:1.17.99.902) but 2:1.16.4-1 is to be installed
E: Unable to correct problems, you have held broken packages.
As you can see I am having an issue installing the sunxi package, it seems to think something is on hold but ....
Quote:debian@pine64:~$ sudo apt-mark unhold xserver-xorg-core
xserver-xorg-core was already not hold.
debian@pine64:~$ sudo apt-mark unhold xorg-video-abi-20
xorg-video-abi-20 was already not hold.
I can't find it. When I do apt-mark showhold, I get nothing back. Is there a big huge thing that I am missing?
I will say even without this I am still getting around 50fps on glxgears at 1080p.
Thanks in advance.
I mean maybe I am missing something but doesn't number one saying you can't install xserver-..-sunxi because it needs xorg-video-abi-20 - can't find that in the repos
xserver-xorg-core version 2.1.17 or greater... but when I look for it in the repos I can't find it....
So you need to ignore that with apt-get --nodeps // not advisable because you may break the system
Or you need to find those packages and build them? with git and what not?