Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

bug in xorg-video-abi or xserver-xorg-core?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

bug in xorg-video-abi or xserver-xorg-core?

#1 Post by ramack »

This is on my AMD64 Sid box. I'm going to submit a bug report, but I'm not quite sure which package is actually buggy:
Package A that causes the dependency error, or package B that is suppose to include package A?
Package A: xorg-video-abi
Package B: xserver-xorg-core


Try to install one of the packages that creates the dependency issue.

Code: Select all

$ sudo apt-get install xserver-xorg-video-nvidia
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:
 xserver-xorg-video-nvidia : Depends: xorg-video-abi-10 but it is not installable or
                                      xorg-video-abi-8 but it is not installable or
                                      xorg-video-abi-6.0 but it is not installable
E: Broken packages

So I try to install the package.

Code: Select all

ramack@debian64:~$ sudo apt-get install xorg-video-abi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package xorg-video-abi
Where is xorg-video-abi?

Code: Select all

ramack@debian64:~$ sudo apt-cache search xorg-video-abi
xserver-xorg-core - Xorg X server - core server
Install xserver-xorg-core.

Code: Select all

$ sudo apt-get install xserver-xorg-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xserver-xorg-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
So which one is the problem? Obviously, xorg-video-abi is causing the dependency issue, but it's supposed to be included in xserver-xorg-core.
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

qjqqyy
Posts: 298
Joined: 2011-04-10 11:35
Location: /dev/tty7

Re: bug in xorg-video-abi or xserver-xorg-core?

#2 Post by qjqqyy »

ramack wrote:This is on my AMD64 Sid box. I'm going to submit a bug report, but I'm not quite sure which package is actually buggy:
Package A that causes the dependency error, or package B that is suppose to include package A?
Package A: xorg-video-abi
Package B: xserver-xorg-core


Try to install one of the packages that creates the dependency issue.

Code: Select all

$ sudo apt-get install xserver-xorg-video-nvidia
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:
 xserver-xorg-video-nvidia : Depends: xorg-video-abi-10 but it is not installable or
                                      xorg-video-abi-8 but it is not installable or
                                      xorg-video-abi-6.0 but it is not installable
E: Broken packages

So I try to install the package.

Code: Select all

ramack@debian64:~$ sudo apt-get install xorg-video-abi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package xorg-video-abi
Where is xorg-video-abi?

Code: Select all

ramack@debian64:~$ sudo apt-cache search xorg-video-abi
xserver-xorg-core - Xorg X server - core server
Install xserver-xorg-core.

Code: Select all

$ sudo apt-get install xserver-xorg-core
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xserver-xorg-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
So which one is the problem? Obviously, xorg-video-abi is causing the dependency issue, but it's supposed to be included in xserver-xorg-core.
apt-get update
Image

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: bug in xorg-video-abi or xserver-xorg-core?

#3 Post by ramack »

qjqqyy wrote:
apt-get update
I'm running Sid, I do an update, dist-upgrade several times a day, even more on the weekends!

Rich
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

User avatar
demosthenese
Posts: 168
Joined: 2009-07-12 14:39
Location: Liverpool, UK

Re: bug in xorg-video-abi or xserver-xorg-core?

#4 Post by demosthenese »

The ABI for xserver has been updated and nvidia has not caught up yet. If you have already upgraded xserver in sid you will need to downgrade to 2.1.10 from wheezy (before the upgrade filters down to there).

This can be done by pinning xserver to wheezy:

edit /etc/apt/preferences to include:

Package: xserver-*
Pin: release a=testing
Pin-Priority: 700

then
# apt-get update
# apt-get upgrade

Edit:
You will also need to enable the testing repos.

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: bug in xorg-video-abi or xserver-xorg-core?

#5 Post by ramack »

demosthenese wrote: Edit:
You will also need to enable the testing repos.
Thanks. I haven't pinned before, so just to clarify; I add the Testing repos to my current Sid repos and do not change them from Sid to Testing?

Rich
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

User avatar
dark_stang
Posts: 243
Joined: 2008-08-21 05:31
Location: St. Louis, MO, USA

Re: bug in xorg-video-abi or xserver-xorg-core?

#6 Post by dark_stang »

Or, you can just add this section to your /etc/X11/xorg.conf if you're running one of the newer nVidia drivers.

Code: Select all

Section "ServerFlags"
    Option         "IgnoreABI" "1"
EndSection
if (You_Dont_Care_Enough_To_Reasearch_Your_Own_Problems)
return "Why would I?";
else
return Helpful_Response;

User avatar
buntunub
Posts: 591
Joined: 2011-02-11 05:23

Re: bug in xorg-video-abi or xserver-xorg-core?

#7 Post by buntunub »

This has already been covered in a few threads. The one here -

http://forums.debian.net/viewtopic.php?f=6&t=69341

Covers the ignoreABI switch and pinning. The problem with pinning to testing is that it wont help you. When testing gets the new xorg version in a few days, it will update anyway and you will be right back with the problem again (along with everyone else using testing that has Nvidia cards). Instead, use version pinning to lock in testing's current xorg version as follows -

Code: Select all

Package: xserver-*
Pin: version 2:1.10.4-1
Pin-Priority: 700
You will have to enable wheezy repo's to do this and then you can disable them when your done. When NVIDIA gets around to updating their drivers to the new xorg version then you can remove the pinning and should be fine to do a dist-upgrade to current.

User avatar
62chevy
Posts: 1589
Joined: 2009-10-25 01:09
Location: West Virginia

Re: bug in xorg-video-abi or xserver-xorg-core?

#8 Post by 62chevy »

dark_stang wrote:Or, you can just add this section to your /etc/X11/xorg.conf if you're running one of the newer nVidia drivers.

Code: Select all

Section "ServerFlags"
    Option         "IgnoreABI" "1"
EndSection

The "IgnoreABI" caused a lot of instability so I was forced to downgrade to testing and then pinning with the version # as buntunub suggests. Now it's just a waiting game to see when nvidia will play catchup.
Debian Buster

Post Reply