Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Gary Kramlich
The pre-release drivers fixed my dependency problems, but I can't get 
multi-head to work with them.  I'm using a single card to drive 2 
monitors, and as long as I have a Screen 0 or Screen 1 in either 
device section, xorg bombs out saying screen 0 deleted because a 
matching config section couldn't be found.


I've verified my settings, and that's the only thing that makes a 
difference.  If I remove the Screen options, I can only bring up a 
single monitor.


--
Gary Kramlich g...@reaperworld.com



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Russ Allbery
Gary Kramlich g...@reaperworld.com writes:

 The pre-release drivers fixed my dependency problems, but I can't get
 multi-head to work with them.  I'm using a single card to drive 2
 monitors, and as long as I have a Screen 0 or Screen 1 in either
 device section, xorg bombs out saying screen 0 deleted because a
 matching config section couldn't be found.

 I've verified my settings, and that's the only thing that makes a
 difference.  If I remove the Screen options, I can only bring up a
 single monitor.

Does it work if you add two Screen sections?  My current configuration in
a similar sort of setup is:

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
BoardName  nForce 760i SLI
BusID  PCI:4:0:0
Screen 0
EndSection

Section Device
Identifier Device1
Driver nvidia
VendorName NVIDIA Corporation
BoardName  nForce 760i SLI
BusID  PCI:4:0:0
Screen 1
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth   24
SubSection Display
Depth  24
EndSubSection
EndSection

Section Screen
Identifier Screen1
Device Device1
MonitorMonitor1
DefaultDepth   24
SubSection Display
Depth  24
EndSubSection
EndSection

which has a lot more settings than are actually necessary, but may give
you an idea of what could work.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Gary Kramlich

On 02/22/2011 12:32 PM, Russ Allbery wrote:

Gary Kramlichg...@reaperworld.com  writes:

   

The pre-release drivers fixed my dependency problems, but I can't get
multi-head to work with them.  I'm using a single card to drive 2
monitors, and as long as I have a Screen 0 or Screen 1 in either
device section, xorg bombs out saying screen 0 deleted because a
matching config section couldn't be found.
 
   

I've verified my settings, and that's the only thing that makes a
difference.  If I remove the Screen options, I can only bring up a
single monitor.
 

Does it work if you add two Screen sections?  My current configuration in
a similar sort of setup is:

Section Device
 Identifier Device0
 Driver nvidia
 VendorName NVIDIA Corporation
 BoardName  nForce 760i SLI
 BusID  PCI:4:0:0
 Screen 0
EndSection

Section Device
 Identifier Device1
 Driver nvidia
 VendorName NVIDIA Corporation
 BoardName  nForce 760i SLI
 BusID  PCI:4:0:0
 Screen 1
EndSection

Section Screen
 Identifier Screen0
 Device Device0
 MonitorMonitor0
 DefaultDepth   24
 SubSection Display
 Depth  24
 EndSubSection
EndSection

Section Screen
 Identifier Screen1
 Device Device1
 MonitorMonitor1
 DefaultDepth   24
 SubSection Display
 Depth  24
 EndSubSection
EndSection

which has a lot more settings than are actually necessary, but may give
you an idea of what could work.

   
That's pretty much what mine looks like, except that I'm in a disjoint 
setup.  No xinerama/dualview.  It was working under xorg 1.7 btw, 
although it somehow magically got removed, but that's outside of this 
scope.  I can post my config, but I think I might try adding the 
pre-release as a mirror and pull in all the suggests and recommends.  I 
just pulled down the packages I needed to cover dependencies and 
installed them manually.


--
Gary Kramlich



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Russ Allbery
Gary Kramlich g...@reaperworld.com writes:

 That's pretty much what mine looks like, except that I'm in a disjoint
 setup.  No xinerama/dualview.

Yeah, I'm the same way.  I hate Xinerama.

I'm probably going to have the same problem that you have, then -- I
haven't upgraded this particular system to 1.7 yet.  (So my solution
wasn't a this works with 1.7 solution, but just a stab in the dark in
the hope that it was something simple.)

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Gary Kramlich

On 02/22/2011 01:31 PM, Russ Allbery wrote:

Gary Kramlichg...@reaperworld.com  writes:

   

That's pretty much what mine looks like, except that I'm in a disjoint
setup.  No xinerama/dualview.
 

Yeah, I'm the same way.  I hate Xinerama.

I'm probably going to have the same problem that you have, then -- I
haven't upgraded this particular system to 1.7 yet.  (So my solution
wasn't a this works with 1.7 solution, but just a stab in the dark in
the hope that it was something simple.)

   
What's going to be more run is that my workstation at home is a 
trimonitor setup, same problem, so as long as I don't exit X i'll be 
fine for now :)


Anyways, I just purged everything I installed manually and am 
reinstalling from the repo now.  I follow up on the results shortly.


--
Gary Kramlich



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Gary Kramlich

On 02/22/2011 01:31 PM, Russ Allbery wrote:

Gary Kramlichg...@reaperworld.com  writes:

   

That's pretty much what mine looks like, except that I'm in a disjoint
setup.  No xinerama/dualview.
 

Yeah, I'm the same way.  I hate Xinerama.

I'm probably going to have the same problem that you have, then -- I
haven't upgraded this particular system to 1.7 yet.  (So my solution
wasn't a this works with 1.7 solution, but just a stab in the dark in
the hope that it was something simple.)

   
After the purge and installing from the mirror I still have the same 
results.  :(


--
Gary Kramlich g...@reaperworld.com



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core, provides xorg-video-abi-8

2011-02-22 Thread Julien Cristau
On Tue, Feb 22, 2011 at 09:36:04 -0600, Gary Kramlich wrote:

 The pre-release drivers fixed my dependency problems, but I can't
 get multi-head to work with them.  I'm using a single card to drive
 2 monitors, and as long as I have a Screen 0 or Screen 1 in
 either device section, xorg bombs out saying screen 0 deleted
 because a matching config section couldn't be found.
 
 I've verified my settings, and that's the only thing that makes a
 difference.  If I remove the Screen options, I can only bring up a
 single monitor.
 
That sounds somewhat similar to 604915, although that one was with
xinerama.  I have no idea about a cause though, or whether it's
nvidia-specific.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core provides xorg-video-abi-8

2011-02-21 Thread Andreas Beckmann
On 2011-02-19 00:44, Craig Sanders wrote:
 more detail on xorg-video-abi-8.0 vs xorg-video-abi-8
...
 not sure if this bug belongs to nvidia-glx or xserver-xorg-core, but the 
 solution
 requires co-ordination between the two packages.

This needs to be fixed in the nvidia packages, the new pre-release
packages should fix this.

 PS: why does nvidia-glx conflict with itself in the Conflicts: line
 above? i know it's been in the package since at least 195.36.31 without
 causing problems, but it seems an odd conflict to have.

It's a packaging issue and generated by some variable substitutions - I
want to use packaging scripts with minimal differences for the current
and all the legacy packages to simplify merging changes.

Package: self
Provides: self
Conflicts: self
works fine and is quite common with real packages that are also
virtual packages.

 'aptitude why-not nvidia-glx' says that that is the problem (it's wrong,
 the problem is the missing dependancy xorg-video-abi-8.0).
 
 # aptitude why-not nvidia-glx
 ih  nvidia-glx Conflicts nvidia-glx

Eventually you should report that as an aptitude bug.


Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core provides xorg-video-abi-8

2011-02-21 Thread Andreas Beckmann
On 2011-02-19 00:11, Emil Sedgh wrote:
 The nvidia-glx package on 'upcoming experimental' page you linked still 
 depends on 'xorg-video-abi-8.0' but 'xorg-video-abi-8' is provied by xserver-
 xorg-core.

I don't see your problem:

Package: nvidia-glx
Version: 260.19.36-0~anbe1
Architecture: amd64
Depends: libgl1-nvidia-glx (= 260.19.36-0~anbe1),
libglx-nvidia-alternatives, nvidia-kernel-260.19.36,
xorg-video-abi-8 | xorg-video-abi-6.0 | xserver-xorg-core ( 2:1.7.7),
libc6 (= 2.2.5)


If you are asking about the legacy packages, I didn't find time to
update them, yet. They still want -8.0.


Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core provides xorg-video-abi-8

2011-02-18 Thread Andreas Beckmann
On 2011-02-17 16:07, Ernesto Domato wrote:
 Hi, I was trying to upgrade my unstable/experimental Debian desktop
 and found what the subjects says :-)
 
 Trying to upgrade xserver-xorg-core from 2:1.9.4-1 to 2:1.9.4-2 tries
 to remove nvidia-glx version 260.19.21-1 since it depends on
 xorg-video-abi-8.0 but the new xserver-xorg-core provides
 xorg-video-abi-8 so I think that the nvidia-glx package should update
 the dependency accordingly.

A new pre-release of upcoming experimental packages is available at

http://stxxl.ae.cs.uni-frankfurt.de/tmp/262e3a21-dcfc-4852-84b7-44d1cab8ede2-n-g-d-exp/

Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core provides xorg-video-abi-8

2011-02-18 Thread Emil Sedgh
On Jumee, Bahman 29, 1389 03:14:53 pm Andreas Beckmann wrote:
 A new pre-release of upcoming experimental packages is available at
 
 http://stxxl.ae.cs.uni-frankfurt.de/tmp/262e3a21-dcfc-4852-84b7-44d1cab8ed
 e2-n-g-d-exp/
 
 Andreas
Hi Andreas.
The nvidia-glx package on 'upcoming experimental' page you linked still 
depends on 'xorg-video-abi-8.0' but 'xorg-video-abi-8' is provied by xserver-
xorg-core.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core provides xorg-video-abi-8

2011-02-18 Thread Craig Sanders
more detail on xorg-video-abi-8.0 vs xorg-video-abi-8

xserver-xorg-core 2:1.9.4-1 Provides both of them, but 2:1.9.4-2
Provides only xorg-video-abi-8:

Package: xserver-xorg-core
Version: 2:1.9.4-1
Provides: xorg-input-abi-11, xorg-input-abi-11.0, xorg-video-abi-8, 
xorg-video-abi-8.0

Package: xserver-xorg-core
Version: 2:1.9.4-2
Provides: xorg-input-abi-11, xorg-video-abi-8


nvidia-glx 260.19.21-1 depends on xorg-video-abi-8.0:

Package: nvidia-glx
Version: 260.19.21-1
Depends: libgl1-nvidia-glx (= 260.19.21-1), libglx-nvidia-alternatives, 
nvidia-kernel-260.19.21, xorg-video-abi-8.0 | xorg-video-abi-6.0 | 
xserver-xorg-core ( 2:1.7.7), libc6 (= 2.2.5)
Conflicts: fglrx-driver, nvidia-glx, nvidia-glx-legacy, 
nvidia-glx-legacy-173xx, nvidia-glx-legacy-71xx, nvidia-glx-legacy-96xx



so attempting to upgrade xserver-xorg-core to 1.9.4-2 fails to provide
nvidia-glx's required dependancies.



not sure if this bug belongs to nvidia-glx or xserver-xorg-core, but the 
solution
requires co-ordination between the two packages.


craig

PS: why does nvidia-glx conflict with itself in the Conflicts: line
above? i know it's been in the package since at least 195.36.31 without
causing problems, but it seems an odd conflict to have.

'aptitude why-not nvidia-glx' says that that is the problem (it's wrong,
the problem is the missing dependancy xorg-video-abi-8.0).

# aptitude why-not nvidia-glx
ih  nvidia-glx Conflicts nvidia-glx


-- 
craig sanders c...@taz.net.au



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#612956: nvidia-glx requires xorg-video-abi-8.0 but new xserver-xorg-core provides xorg-video-abi-8

2011-02-17 Thread Ernesto Domato
Hi, I was trying to upgrade my unstable/experimental Debian desktop
and found what the subjects says :-)

Trying to upgrade xserver-xorg-core from 2:1.9.4-1 to 2:1.9.4-2 tries
to remove nvidia-glx version 260.19.21-1 since it depends on
xorg-video-abi-8.0 but the new xserver-xorg-core provides
xorg-video-abi-8 so I think that the nvidia-glx package should update
the dependency accordingly.

Thanks for all.

Ernesto



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org