> > When I look at the control file for nvidia-glx 1.0.8774-3 , I see the > following: > > Package: nvidia-glx > Architecture: i386 amd64 > Depends: nvidia-kernel-1.0.8762, x11-common (>= 1:7.0.0), ${shlibs:Depends} > Suggests: nvidia-settings, nvidia-kernel-source (>= 1.0.8762) > Conflicts: nvidia-glx-src > Provides: xserver-xorg-video > Replaces: nvidia-glx-src > Description: NVIDIA binary XFree86 4.x driver > > > I'm not sure where you are getting the "xserver-xorg-video-1.0" from (because > the control file for nvidia-glx says "xserver-xorg-video"). But I do see the > problem now.. Its not that xserver-xorg-core is providing > "xserver-xorg-video", > it is because xserver-xorg-core conflicts with the virtual xserver-xorg-video > package provided by nvidia-glx. >
I just re-downloaded the source code to be sure and discovered that the problem is that the "control.in" file is correct, but the "control" file is not. This patch fixes the conflict with xorg 7.1: --- nvidia-graphics-drivers-1.0.8774.orig/debian/control 2006-10-09 06:31:35.000000000 -0700 +++ nvidia-graphics-drivers-1.0.8774/debian/control 2006-10-09 06:32:54.000000000 -0700 @@ -34,7 +34,7 @@ Depends: nvidia-kernel-1.0.8762, x11-common (>= 1:7.0.0), ${shlibs:Depends} Suggests: nvidia-settings, nvidia-kernel-source (>= 1.0.8762) Conflicts: nvidia-glx-src -Provides: xserver-xorg-video +Provides: xserver-xorg-video-1.0 Replaces: nvidia-glx-src Description: NVIDIA binary XFree86 4.x driver These XFree86 4.0 / Xorg binary drivers provide optimized hardware Best Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]