Bug#432435: Regression: 1600x1200 output shows artifacts

2007-07-10 Thread Brice Goglin
tags 432425 +patch
thank you



Dylan Thurston wrote:
 The current version of xserver-xorg-video-intel shows artifacts when
 displaying on my external monitor, connected with a DVI output: I see
 a grid of black dots, and a shimmering pattern.  Lower resolutions
 work fine.

 This bug also occurs with 2.0.0-6.  Version 2.0.0-5 works fine.  I've
 also attached the Xorg log from the working version, 2.0.0-5.
   

Hi,

Thanks for testing multiple versions, it helps a lot since the changes
between -5 and -6 are pretty small. There's a least one small bug that
have been reported (by me) in this changes. It regards large resolution
on i9xx chipsets and is not fixed upstream so far. To workaround it, you
may either revert commit 1e2e301348b4168aeed38b3fdc6b0e43d5678a86, or
just apply the attached patch. Please let me know whether it helps.

Brice

diff --git a/src/i830_display.c b/src/i830_display.c
index ebde525..28be1ab 100644
--- a/src/i830_display.c
+++ b/src/i830_display.c
@@ -1055,12 +1055,14 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
 OUTREG(vtot_reg, (adjusted_mode-CrtcVDisplay - 1) |
 	((adjusted_mode-CrtcVTotal - 1)  16));
 
+#if 0
 /*
  * Give us some border at the bottom for load detection
  */
 adjusted_mode-CrtcVBlankStart = adjusted_mode-CrtcVSyncStart;
 if (adjusted_mode-CrtcVBlankEnd - adjusted_mode-CrtcVBlankStart  3)
 	adjusted_mode-CrtcVBlankStart = adjusted_mode-CrtcVBlankEnd - 3;
+#endif
 
 OUTREG(vblank_reg, (adjusted_mode-CrtcVBlankStart - 1) |
 	((adjusted_mode-CrtcVBlankEnd - 1)  16));


Bug#421058: xserver-xorg-core: with no xorg.conf, selects a resolution higher than the monitor supports

2007-07-10 Thread Brice Goglin
Zack Weinberg wrote:
 1) xrandr.out.1600x1200 is the output of this command when run under X
 with an xorg.conf forcing the max to be 1600x1200.
 2) xrandr.out.1920x1200 is the output of this command when run under X
 with no xorg.conf at all.

By the way, you might want to try xserver-xorg-video-ati 6.6.192
currently in experimental.

If it doesn't help, there's also the randr-1.2 branch of the upstream
git repository. It might be not as stable as the main branch, but it
should be better at detecting correct modes. I have packaged some
snapshots at
http://alioth.debian.org/~bgoglin-guest/xserver-xorg-video-ati.randr-1.2/

 3) Xorg.1.log is the log file from the server in (2).  The crash
 happened when I closed down the xterm that was the only client
 running.

I think it's a (unrelated) known problem and already fixed upstream.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#421772: xserver-xorg: EDID takes precedance over DisplaySize

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 421772 https://bugs.freedesktop.org/show_bug.cgi?id=10582
Bug#421772: xserver-xorg: EDID takes precedance over DisplaySize
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=10582.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421772: xserver-xorg: EDID takes precedance over DisplaySize

2007-07-10 Thread Brice Goglin
forwarded 421772 https://bugs.freedesktop.org/show_bug.cgi?id=10582
thank you



Vincent Lönngren wrote:
 tis 2007-05-01 klockan 14:05 +0200 skrev Brice Goglin:
   
 You appear to be running a release candidate Xserver (1.2.99.903 is
 1.3-rc3), is there any chance you try with the final release, aka
 xserver-xorg-core currently in unstable (2:1.3.0.0.dfsg-3)?

 Thanks,
 Brice


 

 Ok I just tried it, and the behaviour is the same.
   


Looks like the upstream bug at the URL above.

Brice




Bug#432516: xbacklight: randomizes brightnesses on i810

2007-07-10 Thread Helmut Grohne
Package: xbacklight
Version: 1.1-1
Severity: important

First of all: It does something! Great work! Unfortunately it's not
really ready to use on my system yet. Especially I don't really know
which package this bugreport really applies to, so please forward it to
whatever package you think to be more appropriate.

Hardware: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics
Controller driven by i810 (xserver-xorg-video-intel).

Observation: When running xbacklight --set somevalue it flickers a bit
and seems to set a random brightness where setting to some value always
results in the same brightness. 100% looks like 50%, 98% looks like
100%, 50% looks like 100% again with other values in between. I have not
further investigated this, but can do so if needed.

Helmut

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xbacklight depends on:
ii  libc62.5-9+b1 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.3-7X11 client-side library
ii  libxrandr2   2:1.2.1-1X11 RandR extension library
ii  libxrender1  1:0.9.2-1X Rendering Extension client libra
Versions of interesting packages:
ii  xserver-xorg-video-intel 2:2.0.0-1X.Org X server -- Intel i8xx, 
i9xx display driver
ii  xserver-xorg-core2:1.3.0.0.dfsg-6 X.Org X server -- core server



xbacklight recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#289338: xserver-xfree86: impossible to setup 1400x1050 mode

2007-07-10 Thread Brice Goglin
Fabien COUTANT wrote:
 The bug is still here, though I have some news: the unknown reason is
 still here but there a line just before saying
   rejecting mode with horizontal resolution 1400 not divisibile by 16 and
clock 179260 greater than 135000
 (check the joined logs / configs)

 Of course 1400 isn't a multiple of 16 but I know it's not a hardware
 constraint.  Additionally I tested with no explicit modeline and it works
 out a 1400x1050 @ 60 Hz resolution !  (see t1/*)

 I don't know where the 135000 comes from... but it's totally not coherent.
 It has picked up 1280x960 @ 85 Hz which works at 148.5 MHz.  The card has
 aXorg.0.log clock range (logged) from 12 to 270 MHz which is far enough to
 display themode I wanted.
   

This corresponding code has been here from the beginning of the XFree86
CVS 10 years ago, and there is no documentation about it. If you're
interested, you could try removing the check and see what happens.

Note that there is a patch
(debian/patches/02_tdfx_improve_mode_rejection_diagnostics.diff) which
modifies the code to add some messages.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422430: xserver-xorg: No keyboard input except for ctrl-alt-backspace

2007-07-10 Thread Brice Goglin
John David Anglin wrote:
 Could you try with the latest xserver-xorg-core 1.3 currently in
 unstable and latest drivers and report back whether this bug still occurs?
 

 I'm not sure when I can get to this.  Too many problems with recent update
 to glibc version 2.5 in testing and gcc issues (and my real world job).
   

Hi Dave,

Did you have a chance to test this?

Thanks,
Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 356618 to imwheel ...

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 reassign 356618 imwheel
Bug#356618: xserver-xorg: request for mouse navigation button support in X
Bug reassigned from package `xserver-xorg' to `imwheel'.

 retitle 356618 needs documentation about how to configure X for imwheel
Bug#356618: xserver-xorg: request for mouse navigation button support in X
Changed Bug title to `needs documentation about how to configure X for imwheel' 
from `xserver-xorg: request for mouse navigation button support in X'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: severity of 432458 is important

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 severity 432458 important
Bug#432458: xserver-xorg-video-amd: wrong dependency on xserver-xorg-core
Severity set to `important' from `serious'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432553: xserver-xorg-video-intel: Outputs seems to be shifted up by 1/2 pixel on DVI monitor

2007-07-10 Thread Gregor Jasny
Package: xserver-xorg-video-intel
Version: 2:2.1.0-2
Severity: important


Hi,

after I've upgraded to 2.1.0-x the output on my DVI diplay seems to be
very fuzzy. First I suspected a fontconfig problem, but xmag shows clear
and crisp corners. So I suspected the intel driver, downgraded and the
problem vanished.

My setup:
Mac Min (Core Duo) with 945GM chipset.
Note that it is booted via pure EFI. The graphic BIOS is loaded by a
hacked elilo bootloader that was published on mactel-linux some time 
ago. I'll try booting in leagacy mode later.

The attached X.org logfile is from version 2.0.0. A diff to version
2.1.0 follows.

Thanks,
Gregor

--- works.txt   2007-07-10 14:36:56.0 +0200
+++ fuzzy.txt   2007-07-10 14:38:12.0 +0200
@@ -11,7 +11,7 @@
 Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
-(==) Log file: /var/log/Xorg.0.log, Time: Tue Jul 10 14:35:14 2007
+(==) Log file: /var/log/Xorg.0.log, Time: Tue Jul 10 14:37:25 2007
 (==) Using config file: /etc/X11/xorg.conf
 (==) ServerLayout Default Layout
 (**) |--Screen Default Screen (0)
@@ -304,7 +304,7 @@
 (II) LoadModule: i810
 (II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
 (II) Module i810: vendor=X.Org Foundation
-   compiled for 1.3.0, module version = 2.0.0
+   compiled for 1.3.0, module version = 2.1.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.2
 (II) LoadModule: kbd
@@ -321,7 +321,8 @@
ABI class: X.Org XInput driver, version 0.7
 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
-   E7221 (i915), 915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ, 965GM
+   E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, 965G, 965Q, 946GZ,
+   965GM, 965GME/GLE, G33, Q35, Q33
 (II) Primary Device is: PCI 00:02:0
 (--) Chipset 945GM found
 (II) resource ranges after xf86ClaimFixedResources() call:
@@ -673,22 +674,17 @@
 (==) intel(0): VideoRam: 262144 KB
 (II) intel(0): Attempting memory allocation with tiled buffers and
   large DRI memory manager reservation:
-(WW) intel(0): xf86AllocateGARTMemory: allocation of 10 pages failed
-   (Cannot allocate memory)
 (II) intel(0): Allocating 4860 scanlines for pixmap cache
 (II) intel(0): Success.
 (II) intel(0): Increasing the scanline pitch to allow tiling mode (1280 - 
2048).
 (II) intel(0): Memory allocation layout:
 (II) intel(0): 0x-0x0001: ring buffer (128 kB)
-(II) intel(0): 0x0002-0x00027fff: logical 3D context (32 kB)
-(II) intel(0): 0x00028000-0x00037fff: xaa scratch (64 kB)
+(II) intel(0): 0x0002-0x00029fff: HW cursors (40 kB, 0x3f02 physical)
+(II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
+(II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x3f032000 
physical)
+(II) intel(0): 0x0004-0x03037fff: front buffer (49120 kB)
 (II) intel(0): 0x00fbf000:end of stolen memory
-(II) intel(0): 0x00fbf000-0x00fb: Core cursor (4 kB, 0x34fd1000 physical)
-(II) intel(0): 0x00fc-0x00fc3fff: ARGB cursor (16 kB, 0x2c3b4000 physical)
-(II) intel(0): 0x00fc4000-0x00fc4fff: Core cursor (4 kB, 0x34fc4000 physical)
-(II) intel(0): 0x00fc5000-0x00fc8fff: ARGB cursor (16 kB, 0x2048c000 physical)
-(II) intel(0): 0x00fc9000-0x00fc9fff: overlay registers (4 kB, 0x34fdd000 
physical)
-(II) intel(0): 0x00fd-0x03fc7fff: front buffer (49120 kB)
+(II) intel(0): 0x03038000-0x03047fff: xaa scratch (64 kB)
 (II) intel(0): 0x0400-0x04ff: back buffer (10240 kB)
 (II) intel(0): 0x0500-0x05ff: depth buffer (10240 kB)
 (II) intel(0): 0x0600-0x07ff: DRI memory manager (32768 kB)
@@ -709,15 +705,15 @@
 (II) intel(0): [drm] DRM interface version 1.3
 (II) intel(0): [drm] created i915 driver at busid pci::00:02.0
 (II) intel(0): [drm] added 8192 byte SAREA at 0xf8a13000
-(II) intel(0): [drm] mapped SAREA 0xf8a13000 to 0xb7bdf000
-(II) intel(0): [drm] framebuffer handle = 0x80fd
+(II) intel(0): [drm] mapped SAREA 0xf8a13000 to 0xb7b96000
+(II) intel(0): [drm] framebuffer handle = 0x8004
 (II) intel(0): [drm] added 1 reserved context for kernel
 (II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
 (II) intel(0): [drm] Registers = 0x9038
 (II) intel(0): [drm] ring buffer = 0x8000
 (II) intel(0): [drm] init sarea width,height = 1280 x 1280 (pitch 2048)
 (II) intel(0): [drm] Mapping front buffer
-(II) intel(0): [drm] Front Buffer = 0x201fa000
+(II) intel(0): [drm] Front Buffer = 0x20008000
 (II) intel(0): [drm] Back Buffer = 0x8400
 (II) intel(0): [drm] Depth Buffer = 0x8500
 (II) intel(0): [drm] textures = 0x8800
@@ -742,14 +738,10 @@
 (II) intel(0): Initializing HW Cursor
 (II) intel(0): Current clock rate multiplier: 8
 (II) intel(0): xf86BindGARTMemory: 

Processed: Re: [Pkg-blender-maintainers] Bug#432317: Interference with gtk and qt

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 432317 xserver-xorg-video-intel
Bug#432317: Interference with gtk and qt
Bug reassigned from package `blender' to `xserver-xorg-video-intel'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432553: xserver-xorg-video-intel: Outputs seems to be shifted up by 1/2 pixel on DVI monitor

2007-07-10 Thread Gregor Jasny

Note: The upper and the lower lines seem to be ok. In the middle of the
screen the text seems to be worst. It's like someone scaled the picture
by one pixel.

According to git-bisect the following commit is respsonsible for the
breakage:

e2e301348b4168aeed38b3fdc6b0e43d5678a86 is first bad commit
commit 1e2e301348b4168aeed38b3fdc6b0e43d5678a86
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sat Jun 30 12:45:24 2007 -0700

 Fix load detection to use border region instead of blanking.

 Make sure there is some border area to use by changing how the pipe is
 configured, then pick a scanline in the middle of the border for load
 detection. This lets the load detect code use an active pipe instead of
 requiring an idle one.

I'm CC-ing Keith: Short summary for you:
Mac Mini with 945GM chipset,
Pure EFI sytem. The Video BIOS is loaded by a hacked elilo.

Regards,
Gregor



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432553: xserver-xorg-video-intel: Outputs seems to be shifted up by 1/2 pixel on DVI monitor

2007-07-10 Thread Julien Cristau
Gregor, you won't have much luck with [EMAIL PROTECTED], as
dulcimer.keithp.com has address 10.0.0.15 :)

On Tue, Jul 10, 2007 at 16:29:09 +0200, Gregor Jasny wrote:

 Note: The upper and the lower lines seem to be ok. In the middle of the
 screen the text seems to be worst. It's like someone scaled the picture
 by one pixel.

 According to git-bisect the following commit is respsonsible for the
 breakage:

 e2e301348b4168aeed38b3fdc6b0e43d5678a86 is first bad commit
 commit 1e2e301348b4168aeed38b3fdc6b0e43d5678a86
 Author: Keith Packard [EMAIL PROTECTED]
 Date:   Sat Jun 30 12:45:24 2007 -0700

  Fix load detection to use border region instead of blanking.

  Make sure there is some border area to use by changing how the pipe is
  configured, then pick a scanline in the middle of the border for load
  detection. This lets the load detect code use an active pipe instead of
  requiring an idle one.

Other regressions have been reported after this patch, so I think Keith
is aware of it.


 I'm CC-ing Keith: Short summary for you:
 Mac Mini with 945GM chipset,
 Pure EFI sytem. The Video BIOS is loaded by a hacked elilo.

 Regards,
 Gregor

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: closing 414046

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 close 414046 4.3.0.dfsg.1-14sarge4
Bug#414046: libX11: Buffer overflow in XGetPixel().
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 4.3.0.dfsg.1-14sarge4, send any further 
explanations to Sami Liedes [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432553: xserver-xorg-video-intel: Outputs seems to be shifted up by 1/2 pixel on DVI monitor

2007-07-10 Thread Brice Goglin
forcemerge 432425 432553
thank you



 Note: The upper and the lower lines seem to be ok. In the middle of the
 screen the text seems to be worst. It's like someone scaled the picture
 by one pixel.

 According to git-bisect the following commit is respsonsible for the
 breakage:

 e2e301348b4168aeed38b3fdc6b0e43d5678a86 is first bad commit
 commit 1e2e301348b4168aeed38b3fdc6b0e43d5678a86
 Author: Keith Packard [EMAIL PROTECTED]
 Date:   Sat Jun 30 12:45:24 2007 -0700

  Fix load detection to use border region instead of blanking.

  Make sure there is some border area to use by changing how the pipe is
  configured, then pick a scanline in the middle of the border for load
  detection. This lets the load detect code use an active pipe instead of
  requiring an idle one.
 

 Other regressions have been reported after this patch, so I think Keith
 is aware of it.
   

The following patch should help for now (the #if 0 might be changed into
something like if (i8xx) for a proper fix).

Brice

diff --git a/src/i830_display.c b/src/i830_display.c
index ebde525..28be1ab 100644
--- a/src/i830_display.c
+++ b/src/i830_display.c
@@ -1055,12 +1055,14 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
 OUTREG(vtot_reg, (adjusted_mode-CrtcVDisplay - 1) |
 	((adjusted_mode-CrtcVTotal - 1)  16));
 
+#if 0
 /*
  * Give us some border at the bottom for load detection
  */
 adjusted_mode-CrtcVBlankStart = adjusted_mode-CrtcVSyncStart;
 if (adjusted_mode-CrtcVBlankEnd - adjusted_mode-CrtcVBlankStart  3)
 	adjusted_mode-CrtcVBlankStart = adjusted_mode-CrtcVBlankEnd - 3;
+#endif
 
 OUTREG(vblank_reg, (adjusted_mode-CrtcVBlankStart - 1) |
 	((adjusted_mode-CrtcVBlankEnd - 1)  16));


Bug#429147: Patch to fix the issue...

2007-07-10 Thread Julien Cristau
Hi Josh and Jamey,

Could you have a look at this bug and David's patch?  It looks like the
locking in XChangeDeviceControl() and XGetSelectedExtensionEvents()
causes problems.

Thanks,
Julien

On Wed, Jul  4, 2007 at 04:00:45 +0200, David Weinehall wrote:

 The attached patch seems to fix the issue with xsetwacom (and should fix
 some other locking issues in libxi6 at the same time).
 
 Hopefully correct; this is my first dive into X-land =)
 
 
 Regards: David
 -- 
  /) David Weinehall [EMAIL PROTECTED] /) Rime on my window   (\
 //  ~   //  Diamond-white roses of fire //
 \)  http://www.acc.umu.se/~tao/(/   Beautiful hoar-frost   (/

 diff -urN tmp/libxi-1.1.0/src/XChgDCtl.c libxi-1.1.0/src/XChgDCtl.c
 --- tmp/libxi-1.1.0/src/XChgDCtl.c2006-10-21 12:07:21.0 +0300
 +++ libxi-1.1.0/src/XChgDCtl.c2007-07-04 04:21:16.0 +0300
 @@ -105,6 +105,8 @@
   SyncHandle();
   return (NoSuchExtension);
   } else
 + UnlockDisplay(dpy);
 + SyncHandle();
   return (rep.status);
  }
  case DEVICE_ABS_CALIB:
 @@ -132,6 +134,8 @@
  return NoSuchExtension;
  }
  else {
 + UnlockDisplay(dpy);
 + SyncHandle();
  return rep.status;
  }
  }
 @@ -158,6 +162,8 @@
  return NoSuchExtension;
  }
  else {
 + UnlockDisplay(dpy);
 + SyncHandle();
  return rep.status;
  }
  }
 @@ -179,6 +185,8 @@
  return NoSuchExtension;
  }
  else {
 + UnlockDisplay(dpy);
 + SyncHandle();
  return rep.status;
  }
  }
 @@ -200,6 +208,8 @@
  return NoSuchExtension;
  }
  else {
 + UnlockDisplay(dpy);
 + SyncHandle();
  return rep.status;
  }
  }
 diff -urN tmp/libxi-1.1.0/src/XGtSelect.c libxi-1.1.0/src/XGtSelect.c
 --- tmp/libxi-1.1.0/src/XGtSelect.c   2006-10-20 00:45:43.0 +0300
 +++ libxi-1.1.0/src/XGtSelect.c   2007-07-04 04:25:22.0 +0300
 @@ -106,6 +106,8 @@
   sizeof(XEventClass));
   if (!*this_client_list) {
   _XEatData(dpy, (unsigned long)tlen + alen);
 + UnlockDisplay(dpy);
 + SyncHandle();
   return (Success);
   }
   for (i = 0; i  *this_client_count; i++) {
 @@ -122,6 +124,8 @@
   Xfree((char *)*this_client_list);
   *this_client_list = NULL;
   _XEatData(dpy, (unsigned long)alen);
 + UnlockDisplay(dpy);
 + SyncHandle();
   return (Success);
   }
   for (i = 0; i  *all_clients_count; i++) {


signature.asc
Description: Digital signature


Bug#420350: Xorg.log with debug option turned on

2007-07-10 Thread Brice Goglin
Mateusz Kaduk wrote:
 Again,
 As second email came later, I am also attaching Xorg-dbg.tar.gz
 including Xorg.log* with Debug option turned on, as you asked me for.
   


Hi Mateusz,

Does xserver-xorg-video-intel 2:2.1.0-2 (currently in unstable) help?

Thanks,
Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430819: xserver-xorg: update breaks X with spurious AIGLX error

2007-07-10 Thread Brice Goglin
J.J.Green wrote:
 Julian

 Further to this -- rolling back X to stable:

   X Window System Version 7.1.1
   Release Date: 12 May 2006
   X Protocol Version 11, Revision 0, Release 7.1.1
   Build Operating System: UNKNOWN
   Current Operating System: Linux nexus 2.6.18-jjg #1 SMP Wed Feb 21
   10:08:20 GMT 2007 sparc64
   Build Date: 04 April 2007

 and X is working again.

 ?

How do you start you X session? does it help if you stop gdm/xdm/kdm (or
whatever is trying to use X) and just start X from a VT console with
startx /usr/bin/xterm
?

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431242: xserver-xorg-video-i810: Resizing video windows leads to blue rectangles obscuring righthand sides

2007-07-10 Thread Brice Goglin
Adam Chlipala wrote:
 Brice Goglin wrote:
 Could you try with xserver-xorg-video-intel 2:2.0.0-5 currently in
 experimental? There has been lots of fixes in the intel driver since the
 one you're using. The one in experimental contains a more recent git
 snapshot.
   

 I've upgraded to that package version, but the problem is still present.

Once again, could you try the new package (2:2.1.0-2 currently in unstable)?

Thanks,
Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432553: xserver-xorg-video-intel: Outputs seems to be shifted up by 1/2 pixel on DVI monitor

2007-07-10 Thread Gregor Jasny

Brice Goglin wrote:

forcemerge 432425 432553


432425 is a PHP bug, you meant 432435?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: forcibly merging 432435 432553

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 forcemerge 432435 432553
Bug#432435: Regression: 1600x1200 output shows artifacts
Bug#432553: xserver-xorg-video-intel: Outputs seems to be shifted up by 1/2 
pixel on DVI monitor
Forcibly Merged 432435 432553.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422430: xserver-xorg: No keyboard input except for ctrl-alt-backspace

2007-07-10 Thread John David Anglin
 Did you have a chance to test this?

The software updates are installed and the links that I installed
are removed.  However, I haven't actually had a chance to look at
the display.  Normally, I access the machine remotely.

I think there's a new problem:

...
(EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode
(EE) FBDEV(0): mode initialization failed

Fatal server error:
AddScreen/ScreenInit failed for driver 0

Dave
-- 
J. David Anglin  [EMAIL PROTECTED]
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421058: xserver-xorg-core: with no xorg.conf, selects a resolution higher than the monitor supports

2007-07-10 Thread Zack Weinberg

On 7/10/07, Brice Goglin [EMAIL PROTECTED] wrote:

Zack Weinberg wrote:
 1) xrandr.out.1600x1200 is the output of this command when run under X
 with an xorg.conf forcing the max to be 1600x1200.
 2) xrandr.out.1920x1200 is the output of this command when run under X
 with no xorg.conf at all.

By the way, you might want to try xserver-xorg-video-ati 6.6.192
currently in experimental.


The experimental driver fixes the problem.

zw


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421058: marked as done (xserver-xorg-core: with no xorg.conf, selects a resolution higher than the monitor supports)

2007-07-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Jul 2007 19:59:09 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#421058: xserver-xorg-core: with no xorg.conf, selects a 
resolution higher than the monitor supports
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xserver-xorg-core
Version: 2:1.3.0.0.dfsg-2
Severity: normal

This is probably related to #418377, but the situation is slightly
different.  I have a flat-panel monitor which is not designed for
resolutions higher than 1600x1200, and says so in its DDC readout.
(Unfortunately my computer does not have a DVI jack, so I'm using it
via VGA cable.)  If I let X autoprobe everything, it nonetheless tries
to run the monitor at 1920x1200.  The monitor does a surprisingly good
job of rendering this, given how LCD panels work, but text is nonetheless
illegible and painful to look at.

I put back just enough of xorg.conf to force it not to go higher than
1600x1200 and everything is fine.  [It would be nice if I didn't have
to have Monitor and Device sections in addition to the Screen section,
to do this - see the appended xorg.conf.]

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-24 18:48 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1703596 2007-04-21 07:09 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 9100 IGP

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 590 2007-04-26 00:00 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# It is necessary, for some reason, to tell X not to try to run the
# monitor at 1920x1200.

# these are identical to what the autoprobe does, but we have to
# spell them out anyway :-P
Section Monitor
Identifier  Builtin Monitor
EndSection
Section Device
Identifier  Builtin default ati Device 0
Driver  ati
EndSection

Section Screen
Identifier  Builtin default ati Screen 0
Device  Builtin default ati Device 0
Monitor Builtin Monitor
DefaultDepth24
SubSection Display
Depth   24
Modes   1600x1200 1024x768 800x600 640x480
EndSubSection
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 44272 2006-04-08 23:35 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 49934 2007-04-26 00:01 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux banpei 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 
UTC 2007 i686
Build Date: 21 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu Apr 26 00:01:46 2007
(==) Using config file: /etc/X11/xorg.conf
(WW) No Layout section.  Using the first Screen section.
(**) |--Screen Builtin default ati Screen 0 (0)
(**) |   |--Monitor Builtin Monitor
(**) |   |--Device Builtin default ati Device 0
(==) |--Input Device default pointer
(==) |--Input Device default keyboard
(WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
(WW) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
(WW) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81dd140

Processed: Re: Bug#421058: xserver-xorg-core: with no xorg.conf, selects a resolution higher than the monitor supports

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 421058 xserver-xorg-video-ati
Bug#421058: xserver-xorg-core: with no xorg.conf, selects a resolution higher 
than the monitor supports
Bug reassigned from package `xserver-xorg-core' to `xserver-xorg-video-ati'.

 fixed 421058 1:6.6.192-1
Bug#421058: xserver-xorg-core: with no xorg.conf, selects a resolution higher 
than the monitor supports
Bug marked as fixed in version 1:6.6.192-1.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422430: xserver-xorg: No keyboard input except for ctrl-alt-backspace

2007-07-10 Thread Brice Goglin
John David Anglin wrote:
 Did you have a chance to test this?
 

 The software updates are installed and the links that I installed
 are removed.  However, I haven't actually had a chance to look at
 the display.  Normally, I access the machine remotely.

 I think there's a new problem:

 ...
 (EE) FBDEV(0): FBIOPUT_VSCREENINFO succeeded but modified mode
 (EE) FBDEV(0): mode initialization failed

 Fatal server error:
 AddScreen/ScreenInit failed for driver 0
   

Which xserver-xorg-video-fbdev and xserver-xorg-core is this?

Thanks
Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-nv: Changes to 'upstream-unstable'

2007-07-10 Thread Julien Cristau
 configure.ac  |2 -
 man/nv.man|5 +++
 src/g80_display.c |   17 
 src/g80_display.h |1 
 src/g80_driver.c  |   10 ++-
 src/g80_output.c  |3 +-
 src/g80_sor.c |   75 --
 src/g80_type.h|1 
 src/nv_driver.c   |8 +
 9 files changed, 117 insertions(+), 5 deletions(-)

New commits:
commit 493822998184a1d79d6774686983cbd41930f253
Author: Aaron Plattner [EMAIL PROTECTED]
Date:   Tue Jul 10 09:58:46 2007 -0700

Bump to 2.1.2.

diff --git a/configure.ac b/configure.ac
index ec55eb7..50dbeec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-2.1.1,
+2.1.2,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-nv)
 

commit d0d4e37accc697108e03c2ee7fdc0edf1f309620
Author: Aaron Plattner [EMAIL PROTECTED]
Date:   Tue Jul 10 09:48:19 2007 -0700

More GeForce 8 series mobile chips.

diff --git a/src/nv_driver.c b/src/nv_driver.c
index 28c46d1..47d0fbb 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -345,10 +345,17 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE0400, GeForce 8600 GTS },
   { 0x10DE0402, GeForce 8600 GT },
   { 0x10DE0407, GeForce 8600M GT },
+  { 0x10DE040B, Quadro NVS 320M },
   { 0x10DE0421, GeForce 8500 GT },
   { 0x10DE0422, GeForce 8400 GS },
   { 0x10DE0423, GeForce 8300 GS },
+  { 0x10DE0425, GeForce 8600M GS },
+  { 0x10DE0426, GeForce 8400M GT },
+  { 0x10DE0427, GeForce 8400M GS },
   { 0x10DE0428, GeForce 8400M G },
+  { 0x10DE0429, Quadro NVS 140M },
+  { 0x10DE042A, Quadro NVS 130M },
+  { 0x10DE042B, Quadro NVS 135M },
 
   {-1, NULL}
 };

commit e77a2d9b62bc65062e7e2167642be5ab75ac4864
Author: Aaron Plattner [EMAIL PROTECTED]
Date:   Tue Jul 10 00:41:21 2007 -0700

G80: Add a dithering property and corresponding config file option.

diff --git a/man/nv.man b/man/nv.man
index e9bcec9..54b637f 100644
--- a/man/nv.man
+++ b/man/nv.man
@@ -157,6 +157,11 @@ If you choose to use EXA, you might also consider setting
 .B Option \*qMigrationHeuristic\*q \*qgreedy\*q
 to improve performance.
 Default: XAA.
+.TP
+.BI Option \*qFPDither\*q \*q boolean \*q
+Enable or disable flat panel dithering by default.
+Dithering can also be enabled or disabled using the RandR 1.2 \*qdither\*q 
output property.
+Default: off.
 .\  end G80 section 
 .
 .SH SEE ALSO
diff --git a/src/g80_display.c b/src/g80_display.c
index d10f2d6..04ae3ec 100644
--- a/src/g80_display.c
+++ b/src/g80_display.c
@@ -41,6 +41,7 @@ typedef struct G80CrtcPrivRec {
 int pclk; /* Target pixel clock in kHz */
 Bool cursorVisible;
 Bool skipModeFixup;
+Bool dither;
 } G80CrtcPrivRec, *G80CrtcPrivPtr;
 
 static void G80CrtcShowHideCursor(xf86CrtcPtr crtc, Bool show, Bool update);
@@ -362,6 +363,7 @@ G80CrtcModeSet(xf86CrtcPtr crtc, DisplayModePtr mode,
 case 16: C(0x0870 + headOff, 0xE800); break;
 case 24: C(0x0870 + headOff, 0xCF00); break;
 }
+G80CrtcSetDither(crtc, pPriv-dither, FALSE);
 if((adjusted_mode-Flags  V_DBLSCAN) || (adjusted_mode-Flags  
V_INTERLACE) ||
adjusted_mode-CrtcHDisplay != HDisplay || adjusted_mode-CrtcVDisplay 
!= VDisplay) {
 C(0x08A4 + headOff, 9);
@@ -478,6 +480,19 @@ G80CrtcSkipModeFixup(xf86CrtcPtr crtc)
 pPriv-skipModeFixup = TRUE;
 }
 
+void
+G80CrtcSetDither(xf86CrtcPtr crtc, Bool dither, Bool update)
+{
+ScrnInfoPtr pScrn = crtc-scrn;
+G80CrtcPrivPtr pPriv = crtc-driver_private;
+const int headOff = 0x400 * G80CrtcGetHead(crtc);
+
+pPriv-dither = dither;
+
+C(0x08A0 + headOff, dither ? 0x11 : 0);
+if(update) C(0x0080, 0);
+}
+
 static void
 G80CrtcCommit(xf86CrtcPtr crtc)
 {
@@ -524,6 +539,7 @@ static const xf86CrtcFuncsRec g80_crtc_funcs = {
 void
 G80DispCreateCrtcs(ScrnInfoPtr pScrn)
 {
+G80Ptr pNv = G80PTR(pScrn);
 Head head;
 xf86CrtcPtr crtc;
 G80CrtcPrivPtr g80_crtc;
@@ -535,6 +551,7 @@ G80DispCreateCrtcs(ScrnInfoPtr pScrn)
 
 g80_crtc = xnfcalloc(sizeof(*g80_crtc), 1);
 g80_crtc-head = head;
+g80_crtc-dither = pNv-Dither;
 crtc-driver_private = g80_crtc;
 }
 }
diff --git a/src/g80_display.h b/src/g80_display.h
index d6f24f4..4ab1d55 100644
--- a/src/g80_display.h
+++ b/src/g80_display.h
@@ -12,5 +12,6 @@ void G80CrtcEnableCursor(xf86CrtcPtr, Bool update);
 void G80CrtcDisableCursor(xf86CrtcPtr, Bool update);
 void G80CrtcSetCursorPosition(xf86CrtcPtr, int x, int y);
 void G80CrtcSkipModeFixup(xf86CrtcPtr);
+void G80CrtcSetDither(xf86CrtcPtr, Bool dither, Bool update);
 
 void G80DispCreateCrtcs(ScrnInfoPtr pScrn);
diff --git a/src/g80_driver.c b/src/g80_driver.c
index 7801602..8a494b9 100644
--- a/src/g80_driver.c
+++ b/src/g80_driver.c
@@ -105,12 +105,14 @@ typedef enum {
 OPTION_HW_CURSOR,
 OPTION_NOACCEL,
 OPTION_ACCEL_METHOD,
+OPTION_FP_DITHER,

xserver-xorg-video-nv: Changes to 'debian-unstable'

2007-07-10 Thread Julien Cristau
 ChangeLog |   39 ++
 configure |   20 ++---
 configure.ac  |2 -
 debian/changelog  |6 
 debian/xsfbs/xsfbs.mk |   23 +--
 man/nv.man|5 +++
 src/g80_display.c |   17 +++
 src/g80_display.h |1 
 src/g80_driver.c  |   10 ++
 src/g80_output.c  |3 +-
 src/g80_sor.c |   75 --
 src/g80_type.h|1 
 src/nv_driver.c   |8 +
 13 files changed, 186 insertions(+), 24 deletions(-)

New commits:
commit ba2406ff6da2afdd9f3040083806bba45201de8d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Jul 10 20:27:26 2007 +0200

Update upstream changelog.

diff --git a/ChangeLog b/ChangeLog
index e8abf32..2f20fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+commit 493822998184a1d79d6774686983cbd41930f253
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Tue Jul 10 09:58:46 2007 -0700
+
+Bump to 2.1.2.
+
+commit d0d4e37accc697108e03c2ee7fdc0edf1f309620
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Tue Jul 10 09:48:19 2007 -0700
+
+More GeForce 8 series mobile chips.
+
+commit e77a2d9b62bc65062e7e2167642be5ab75ac4864
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Tue Jul 10 00:41:21 2007 -0700
+
+G80: Add a dithering property and corresponding config file option.
+
+commit c1503c864d495f8a3e5380fed5cb8ca5e21a3750
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Sun Jul 8 01:28:42 2007 -0700
+
+GeForce 8600M GT.
+
+commit 42dffde988176a3f85b0586ecb8d672b74050760
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Sun Jul 8 00:53:00 2007 -0700
+
+Work around more MacBook wackiness.
+
+Turn off more corrupt the framebuffer mode.  Don't mess with the pixel 
clock for
+LVDS as long as we're trusting the VBIOS-programmed timings.
+
+commit bc439899f323410b0549068cd88348e7fb62866b
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Tue Jul 3 14:03:59 2007 -0700
+
+Put the GPU into don't corrupt the framebuffer mode to work around MacBook 
wackiness.
+
 commit 0f93ad0e2af26b4e2381f337b58d3a5e50302664
 Author: Aaron Plattner [EMAIL PROTECTED]
 Date:   Mon Jul 2 09:01:12 2007 -0700

commit 761a80d61981c8d9864bca623a4a7becd1187d2d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Jul 10 20:09:49 2007 +0200

New upstream release.

diff --git a/configure b/configure
index 9fd4f35..88fce2d 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for xf86-video-nv 2.1.1.
+# Generated by GNU Autoconf 2.61 for xf86-video-nv 2.1.2.
 #
 # Report bugs to https://bugs.freedesktop.org/enter_bug.cgi?product=xorg.
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='xf86-video-nv'
 PACKAGE_TARNAME='xf86-video-nv'
-PACKAGE_VERSION='2.1.1'
-PACKAGE_STRING='xf86-video-nv 2.1.1'
+PACKAGE_VERSION='2.1.2'
+PACKAGE_STRING='xf86-video-nv 2.1.2'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
 
 ac_unique_file=Makefile.am
@@ -1417,7 +1417,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures xf86-video-nv 2.1.1 to adapt to many kinds of systems.
+\`configure' configures xf86-video-nv 2.1.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1487,7 +1487,7 @@ fi
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of xf86-video-nv 2.1.1:;;
+ short | recursive ) echo Configuration of xf86-video-nv 2.1.2:;;
esac
   cat \_ACEOF
 
@@ -1601,7 +1601,7 @@ fi
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-xf86-video-nv configure 2.1.1
+xf86-video-nv configure 2.1.2
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1615,7 +1615,7 @@ cat config.log _ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xf86-video-nv $as_me 2.1.1, which was
+It was created by xf86-video-nv $as_me 2.1.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2290,7 +2290,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='xf86-video-nv'
- VERSION='2.1.1'
+ VERSION='2.1.2'
 
 
 cat confdefs.h _ACEOF
@@ -21292,7 +21292,7 @@ exec 61
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by xf86-video-nv $as_me 2.1.1, which was
+This file was extended by xf86-video-nv $as_me 2.1.2, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   

xserver-xorg-video-nv: Changes to 'refs/tags/xserver-xorg-video-nv-1_2.1.2-1'

2007-07-10 Thread Julien Cristau
Tag 'xserver-xorg-video-nv-1_2.1.2-1' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-07-10 18:35 +

Tagging upload of xserver-xorg-video-nv 1:2.1.2-1 to unstable.

Changes since xserver-xorg-video-nv-1_2.1.1-1:
Aaron Plattner (6):
  Put the GPU into don't corrupt the framebuffer mode to work around 
MacBook wackiness.
  Work around more MacBook wackiness.
  GeForce 8600M GT.
  G80: Add a dithering property and corresponding config file option.
  More GeForce 8 series mobile chips.
  Bump to 2.1.2.

Brice Goglin (2):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.

Julien Cristau (4):
  Merge tag 'nv-2.1.2' of 
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-nv into debian-unstable
  New upstream release.
  Merge branch 'debian-unstable' of ssh://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  Update upstream changelog.

---
 ChangeLog |   39 ++
 configure |   20 ++---
 configure.ac  |2 -
 debian/changelog  |6 
 debian/xsfbs/xsfbs.mk |   23 +--
 man/nv.man|5 +++
 src/g80_display.c |   17 +++
 src/g80_display.h |1 
 src/g80_driver.c  |   10 ++
 src/g80_output.c  |3 +-
 src/g80_sor.c |   75 --
 src/g80_type.h|1 
 src/nv_driver.c   |8 +
 13 files changed, 186 insertions(+), 24 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xserver-xorg-video-nv_2.1.2-1_i386.changes

2007-07-10 Thread Archive Administrator
xserver-xorg-video-nv_2.1.2-1_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-nv_2.1.2-1.dsc
  xserver-xorg-video-nv_2.1.2.orig.tar.gz
  xserver-xorg-video-nv_2.1.2-1.diff.gz
  xserver-xorg-video-nv_2.1.2-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-nv_2.1.2-1_i386.changes ACCEPTED

2007-07-10 Thread Debian Installer

Accepted:
xserver-xorg-video-nv_2.1.2-1.diff.gz
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-1.diff.gz
xserver-xorg-video-nv_2.1.2-1.dsc
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-1.dsc
xserver-xorg-video-nv_2.1.2-1_i386.deb
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-1_i386.deb
xserver-xorg-video-nv_2.1.2.orig.tar.gz
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2.orig.tar.gz


Override entries for your package:
xserver-xorg-video-nv_2.1.2-1.dsc - source x11
xserver-xorg-video-nv_2.1.2-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422430: xserver-xorg: No keyboard input except for ctrl-alt-backspace

2007-07-10 Thread John David Anglin
 Which xserver-xorg-video-fbdev and xserver-xorg-core is this?

ii  xserver-xorg-v 1:0.3.1-1  X.Org X server -- fbdev display driver
ii  xserver-xorg-c 2:1.3.0.0.dfsg X.Org X server -- core server

Dave
-- 
J. David Anglin  [EMAIL PROTECTED]
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430819: xserver-xorg: update breaks X with spurious AIGLX error

2007-07-10 Thread J.J.Green

Hi Brice


How do you start you X session? does it help if you stop gdm/xdm/kdm (or
whatever is trying to use X) and just start X from a VT console with


Afraid not. I usually use gdm, but when I rebooted and
started the new X for the first time it failed and
dropped me into the console. Thereafter I spent 3-4 hours
with startx and rebooting and scouring the net (with
lynx!) to no avail.

Cheers

Jim
--
J.J. Green, Dept. Applied Mathematics, Hicks Bld.,
University of Sheffield, UK.   +44 (0114) 222 3742
http://pdfb.wiredworkplace.net/pub/jjg




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422430: xserver-xorg: No keyboard input except for ctrl-alt-backspace

2007-07-10 Thread Brice Goglin
John David Anglin wrote:
 Which xserver-xorg-video-fbdev and xserver-xorg-core is this?
 

 ii  xserver-xorg-v 1:0.3.1-1  X.Org X server -- fbdev display driver
 ii  xserver-xorg-c 2:1.3.0.0.dfsg X.Org X server -- core server
   

The version of xserver-xorg-core is truncated :) Last one is
2:1.3.0.0.dfsg-7 in unstable, not build for your architecture yet.
There's a xserver-xorg-video-fbdev 1:0.3.1-2 in experimental.

Upstream thinks the following patch might help
   
http://cvs.fedora.redhat.com/viewcvs/rpms/xorg-x11-server/devel/xserver-1.3.0-fbdevhw-magic-numbers.patch?rev=1.1view=log
Feel free to test it and tell us whether it helps. We will probably
include in the next upoad of xorg-server.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg-server: Changes to 'debian-unstable'

2007-07-10 Thread Brice Goglin
 debian/changelog |6 +
 debian/patches/47_fbdevhw_magic_numbers.diff |   17 ++
 debian/patches/series|1 
 debian/xsfbs/xsfbs.mk|   32 +++
 4 files changed, 42 insertions(+), 14 deletions(-)

New commits:
commit d08be5ec8d66af8d911d64639f8cfdf7a7fe091d
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Jul 10 20:58:20 2007 +0200

Add 47_fbdevhw_magic_numbers.diff

Might fix #422430.

diff --git a/debian/changelog b/debian/changelog
index 92b03d0..97943bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.3.0.0.dfsg-8) UNRELEASED; urgency=low
+
+  * Add 47_fbdevhw_magic_numbers.diff.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 10 Jul 2007 20:52:40 +0200
+
 xorg-server (2:1.3.0.0.dfsg-7) unstable; urgency=low
 
   [ Brice Goglin ]
diff --git a/debian/patches/47_fbdevhw_magic_numbers.diff 
b/debian/patches/47_fbdevhw_magic_numbers.diff
new file mode 100644
index 000..0bb1c6c
--- /dev/null
+++ b/debian/patches/47_fbdevhw_magic_numbers.diff
@@ -0,0 +1,17 @@
+* Fri May 11 2007 Adam Jackson [EMAIL PROTECTED] 1.3.0.0-5
+- xserver-1.3.0-fbdevhw-magic-numbers.patch: If the fbdev driver claims to
+  have a zero pixel clock, believe it.  Fixes Xen paravirt. (#238451)
+
+Might fix #422430
+
+--- xorg-server-1.3.0.0/./hw/xfree86/fbdevhw/fbdevhw.c.jx  2007-03-26 
23:32:36.0 -0400
 xorg-server-1.3.0.0/./hw/xfree86/fbdevhw/fbdevhw.c 2007-05-11 
15:10:05.0 -0400
+@@ -258,7 +258,7 @@
+ static void
+ fbdev2xfree_timing(struct fb_var_screeninfo *var, DisplayModePtr mode)
+ {
+-  mode-Clock = var-pixclock ? 10/var-pixclock : 2800;
++  mode-Clock = var-pixclock ? 10/var-pixclock : 0;
+   mode-HDisplay = var-xres;
+   mode-HSyncStart = mode-HDisplay+var-right_margin;
+   mode-HSyncEnd = mode-HSyncStart+var-hsync_len;
diff --git a/debian/patches/series b/debian/patches/series
index 40bbab7..abaa767 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -24,6 +24,7 @@
 44_fedora-xephyr-keysym-madness.diff
 45_CVE-2007-2437.diff
 46_export-ramdac-symbols.diff
+47_fbdevhw_magic_numbers.diff
 91_ttf2pt1
 91_ttf2pt1_updates
 92_xprint-security-holes-fix.patch

commit e29b56820909668b062fdba72458ee9483a4ae44
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Jul 9 21:50:47 2007 +0200

Minor fixes in the patching system.

 * Fix debian/rules to not be confused by ~/.quiltrc or QUILT_PATCHES (as 
in #369920).
 * Display which patches are applied and removed instead of just the first 
one (for #428090).

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 2930c1e..5f13302 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -21,6 +21,11 @@
 # Pass $(DH_OPTIONS) into the environment for debhelper's benefit.
 export DH_OPTIONS
 
+# force quilt to not use ~/.quiltrc
+QUILT = quilt --quiltrc /dev/null
+# force QUILT_PATCHES to the default in case it is exported in the environment
+QUILT_PATCHES = patches/
+
 # Set up parameters for the upstream build environment.
 
 # Determine (source) package name from Debian changelog.
@@ -140,9 +145,9 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
echo Couldn't find quilt. Please install it or add it to the 
build-depends for this package.; \
exit 1; \
fi; \
-   if quilt next /dev/null 21; then \
+   if $(QUILT) next /dev/null 21; then \
  echo -n Applying patches...; \
- if quilt push -a -v 21 | tee $(STAMP_DIR)/log/patch; then \
+ if $(QUILT) push -a -v 21 | tee $(STAMP_DIR)/log/patch; then \
echo successful.; \
  else \
echo failed! (check $(STAMP_DIR)/log/patch for details); \
@@ -159,7 +164,7 @@ unpatch:
rm -f $(STAMP_DIR)/patch
@echo -n Unapplying patches...; \
if [ -e $(STAMP_DIR)/patches/applied-patches ]; then \
- if quilt pop -a -v 21 | tee $(STAMP_DIR)/log/unpatch; then \
+ if $(QUILT) pop -a -v 21 | tee $(STAMP_DIR)/log/unpatch; then \
echo successful.; \
  else \
echo failed! (check $(STAMP_DIR)/log/unpatch for details); \
@@ -295,17 +300,17 @@ patch-audit: prepare unpatch
@echo -n Auditing patches...; \
$(STAMP_DIR)/log/patch; \
FUZZY=; \
-   while [ -n $$(quilt next) ]; do \
- RESULT=$$(quilt push -v | tee -a $(STAMP_DIR)/log/patch | grep ^Hunk 
| sed 's/^Hunk.*\(succeeded\|FAILED\).*/\1/');\
+   while [ -n $$($(QUILT) next) ]; do \
+ RESULT=$$($(QUILT) push -v | tee -a $(STAMP_DIR)/log/patch | grep 
^Hunk | sed 's/^Hunk.*\(succeeded\|FAILED\).*/\1/');\
  case $$RESULT in \
succeeded) \
- echo fuzzy patch: $$(quilt top) \
-   | tee -a $(STAMP_DIR)/log/$$(quilt top); \
+ echo fuzzy patch: $$($(QUILT) top) \
+   | tee -a 

Bug#422430: xserver-xorg: No keyboard input except for ctrl-alt-backspace

2007-07-10 Thread John David Anglin
 John David Anglin wrote:
  Which xserver-xorg-video-fbdev and xserver-xorg-core is this?
  
 
  ii  xserver-xorg-v 1:0.3.1-1  X.Org X server -- fbdev display driver
  ii  xserver-xorg-c 2:1.3.0.0.dfsg X.Org X server -- core server

 
 The version of xserver-xorg-core is truncated :) Last one is
 2:1.3.0.0.dfsg-7 in unstable, not build for your architecture yet.
 There's a xserver-xorg-video-fbdev 1:0.3.1-2 in experimental.

The xserver-xorg-core version is 2:1.3.0.0.dfsg-6.

 Upstream thinks the following patch might help

Thanks,
Dave
-- 
J. David Anglin  [EMAIL PROTECTED]
National Research Council of Canada  (613) 990-0752 (FAX: 952-6602)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-nv: Changes to 'upstream-unstable'

2007-07-10 Thread Julien Cristau
 src/nv_dac.c |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ec78618d685759a39d386e9929661037b167fe68
Author: Aaron Plattner [EMAIL PROTECTED]
Date:   Tue Jul 10 11:54:33 2007 -0700

Bug #4686: Fix a minor GeForceFX + flatpanel + video overlay corruption 
issue.

This change was originally in XFree86 CVS, nv_dac.c version 1.36 but got
reverted accidentally.

diff --git a/src/nv_dac.c b/src/nv_dac.c
index e1f0740..7e8340d 100644
--- a/src/nv_dac.c
+++ b/src/nv_dac.c
@@ -118,7 +118,9 @@ NVDACInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
vertBlankStart = vertStart;
horizStart = horizTotal - 5;
horizEnd = horizTotal - 2;   
-   horizBlankEnd = horizTotal + 4;
+   horizBlankEnd = horizTotal + 4;
+   if(pNv-Architecture == NV_ARCH_30)
+   horizTotal += 2;
 }
 
 pVga-CRTC[0x0]  = Set8Bits(horizTotal);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-nv: Changes to 'debian-unstable'

2007-07-10 Thread Julien Cristau
 ChangeLog|9 +
 debian/changelog |7 +++
 src/nv_dac.c |4 +++-
 3 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit cc000283055d76769f5f707ec7da6af8cce31a0b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Jul 10 21:23:35 2007 +0200

Update changelogs.

diff --git a/ChangeLog b/ChangeLog
index 2f20fc3..dc2b094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+commit ec78618d685759a39d386e9929661037b167fe68
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Tue Jul 10 11:54:33 2007 -0700
+
+Bug #4686: Fix a minor GeForceFX + flatpanel + video overlay corruption 
issue.
+
+This change was originally in XFree86 CVS, nv_dac.c version 1.36 but got
+reverted accidentally.
+
 commit 493822998184a1d79d6774686983cbd41930f253
 Author: Aaron Plattner [EMAIL PROTECTED]
 Date:   Tue Jul 10 09:58:46 2007 -0700
diff --git a/debian/changelog b/debian/changelog
index dbe285d..428784a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-nv (1:2.1.2-2) unstable; urgency=low
+
+  * Pull upstream commit ec78618d, to fix a minor GeForceFX + flatpanel +
+video overlay corruption issue (closes: #425279).
+
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 10 Jul 2007 21:22:10 +0200
+
 xserver-xorg-video-nv (1:2.1.2-1) unstable; urgency=low
 
   * New upstream release.

commit ec78618d685759a39d386e9929661037b167fe68
Author: Aaron Plattner [EMAIL PROTECTED]
Date:   Tue Jul 10 11:54:33 2007 -0700

Bug #4686: Fix a minor GeForceFX + flatpanel + video overlay corruption 
issue.

This change was originally in XFree86 CVS, nv_dac.c version 1.36 but got
reverted accidentally.

diff --git a/src/nv_dac.c b/src/nv_dac.c
index e1f0740..7e8340d 100644
--- a/src/nv_dac.c
+++ b/src/nv_dac.c
@@ -118,7 +118,9 @@ NVDACInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
vertBlankStart = vertStart;
horizStart = horizTotal - 5;
horizEnd = horizTotal - 2;   
-   horizBlankEnd = horizTotal + 4;
+   horizBlankEnd = horizTotal + 4;
+   if(pNv-Architecture == NV_ARCH_30)
+   horizTotal += 2;
 }
 
 pVga-CRTC[0x0]  = Set8Bits(horizTotal);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-nv: Changes to 'refs/tags/xserver-xorg-video-nv-1_2.1.2-2'

2007-07-10 Thread Julien Cristau
Tag 'xserver-xorg-video-nv-1_2.1.2-2' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-07-10 19:31 +

Tagging upload of xserver-xorg-video-nv 1:2.1.2-2 to unstable.

Changes since xserver-xorg-video-nv-1_2.1.2-1:
Aaron Plattner (1):
  Bug #4686: Fix a minor GeForceFX + flatpanel + video overlay corruption 
issue.

Julien Cristau (2):
  Merge branch 'upstream-unstable' into debian-unstable
  Update changelogs.

---
 ChangeLog|9 +
 debian/changelog |7 +++
 src/nv_dac.c |4 +++-
 3 files changed, 19 insertions(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xserver-xorg-video-nv_2.1.2-2_i386.changes

2007-07-10 Thread Archive Administrator
xserver-xorg-video-nv_2.1.2-2_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-nv_2.1.2-2.dsc
  xserver-xorg-video-nv_2.1.2-2.diff.gz
  xserver-xorg-video-nv_2.1.2-2_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-nv_2.1.2-2_i386.changes ACCEPTED

2007-07-10 Thread Debian Installer

Accepted:
xserver-xorg-video-nv_2.1.2-2.diff.gz
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-2.diff.gz
xserver-xorg-video-nv_2.1.2-2.dsc
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-2.dsc
xserver-xorg-video-nv_2.1.2-2_i386.deb
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-2_i386.deb


Override entries for your package:
xserver-xorg-video-nv_2.1.2-2.dsc - source x11
xserver-xorg-video-nv_2.1.2-2_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 425279 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425279: marked as done (xserver-xorg-video-nv: stripes when using XVideo in full-screen mode with TFT displays on NV_ARCH_30)

2007-07-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Jul 2007 19:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#425279: fixed in xserver-xorg-video-nv 1:2.1.2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xserver-xorg-video-nv
Version: 1:2.0.2-1
Severity: normal
Tags: patch


When using XVideo in fullscreen mode there are horizontal stripes all
over the picture (using a GeForce FX Go 5300 aka NV34GLM). It seems to
happen when the overlay picture takes almost the whole screen width and
starts on pixel X=0.

This problem originally appeared back in xserver-xfree86. There was a
patch applied for that package following bug #215997:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=215997

The solution in the attached patch is taken from the original bug
report. As I couldn't find out from that report if the problem exists on
other arches, I reduced it for NV_ARCH_30 as did the upstream developer
back then.

The attached patch solves the problem for me and doesn't seem to break
anything else.

Would it be possible to apply that patch for the next packages?

Regards,
Johannes Tysiak



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-nv depends on:
ii  libc6   2.5-7GNU C Library: Shared
libraries
ii  xserver-xorg-core   2:1.3.0.0.dfsg-5 X.Org X server -- core
server

xserver-xorg-video-nv recommends no packages.

-- no debconf information
--- xserver-xorg-video-nv-2.0.2/src/nv_dac.c	2007-04-14 06:20:28.0 +0200
+++ xserver-xorg-video-nv-2.0.2.patched/src/nv_dac.c	2007-05-20 16:23:55.0 +0200
@@ -119,6 +119,8 @@
horizStart = horizTotal - 5;
horizEnd = horizTotal - 2;   
horizBlankEnd = horizTotal + 4;
+   if(pNv-Architecture == NV_ARCH_30)
+  horizTotal += 2;
 }
 
 pVga-CRTC[0x0]  = Set8Bits(horizTotal);
---End Message---
---BeginMessage---
Source: xserver-xorg-video-nv
Source-Version: 1:2.1.2-2

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-nv, which is due to be installed in the Debian FTP archive:

xserver-xorg-video-nv_2.1.2-2.diff.gz
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-2.diff.gz
xserver-xorg-video-nv_2.1.2-2.dsc
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-2.dsc
xserver-xorg-video-nv_2.1.2-2_i386.deb
  to pool/main/x/xserver-xorg-video-nv/xserver-xorg-video-nv_2.1.2-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau [EMAIL PROTECTED] (supplier of updated xserver-xorg-video-nv 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Jul 2007 21:22:10 +0200
Source: xserver-xorg-video-nv
Binary: xserver-xorg-video-nv
Architecture: source i386
Version: 1:2.1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-nv - X.Org X server -- NV display driver
Closes: 425279
Changes: 
 xserver-xorg-video-nv (1:2.1.2-2) unstable; urgency=low
 .
   * Pull upstream commit ec78618d, to fix a minor GeForceFX + flatpanel +
 video overlay corruption issue (closes: #425279).
Files: 
 a0a92b77f77c5049023d7a56e5857b59 1052 x11 optional 
xserver-xorg-video-nv_2.1.2-2.dsc
 465720cbfce81aae66578e260ad4022d 74944 x11 optional 
xserver-xorg-video-nv_2.1.2-2.diff.gz
 dd8285de0ca448692f5535314f6d71d3 94014 x11 optional 
xserver-xorg-video-nv_2.1.2-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGk97BmEvTgKxfcAwRApbEAJ9usHyEZhRRLHGRXkZozzFmZYiNrACfaJod
xUVEJnU8Aldu+yc0tDWiX8A=
=dI0v
-END PGP SIGNATURE-

---End Message---


Bug#420350: Xorg.log with debug option turned on

2007-07-10 Thread Mateusz Kaduk
 Hi Mateusz,
 Does xserver-xorg-video-intel 2:2.1.0-2 (currently in unstable) help?

No, the same effect. Is upstream aware of that bug ?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#363339: marked as done (xserver-xorg no longer (?) checks for /var/lib/xfree86/xorg.conf.md5sum)

2007-07-10 Thread Debian Bug Tracking System
Your message dated Tue, 10 Jul 2007 23:18:04 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#363339: xserver-xorg no longer (?) checks for 
/var/lib/xfree86/xorg.conf.md5sum
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xserver-xorg
Version: 1:7.0.14
Severity: normal

Hello,

On upgrading from xserver-xorg 1:7.0.12 to 1:7.0.14, the following
happened:

Preparing to replace xserver-xorg 1:7.0.12 (using 
.../xserver-xorg_1%3a7.0.14_all.deb) ...
Unpacking replacement xserver-xorg ...
[snipped unrelated package output]
Setting up xserver-xorg (7.0.14) ...
cat: /var/lib/x11/xorg.conf.md5sum: No such file or directory
xserver-xorg postinst warning: not updating /etc/X11/xorg.conf; file has
   been customized

This is funny because I am upgrading inside a Sid chroot from which I
never actually use X, so I am pretty sure I never modified
/etc/X11/xorg.conf myself.  Indeed, I find:

benjo (sid)[7]:~% md5sum /etc/X11/xorg.conf
0716b545a5f806493099ba26d6f25911  /etc/X11/xorg.conf
benjo (sid)[8]:~% ls /var/lib/x11/xorg*
/var/lib/x11/xorg.conf.roster
benjo (sid)[9]:~% ls /var/lib/xfree86/xorg*
/var/lib/xfree86/xorg.conf.md5sum  /var/lib/xfree86/xorg.conf.roster
benjo (sid)[10]:~% cat /var/lib/xfree86/xorg.conf.md5sum
0716b545a5f806493099ba26d6f25911  /etc/X11/xorg.conf


So why is it that xserver-xorg apparently saw the file at
/var/lib/xfree86/xorg.conf.md5sum just fine up through 7.0.12 [I never
remember seeing this error message before, although I suppose I could
have missed it], but upon upgrading to 7.0.14 it no longer checked there
(and apparently never bothered to migrate the md5sum file into
/var/lib/x11)?  Very strange.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg depends on:
ii  debconf   1.4.72 Debian configuration management sy
ii  x11-common1:7.0.14   X Window System (X.Org) infrastruc
ii  xbase-clients 1:7.0.0-4  miscellaneous X clients
ii  xkb-data  0.8-5  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core 1:1.0.2-5  X.Org X server -- core server
ii  xserver-xorg-input-al 1:7.0.14   the X.Org X server -- input driver
ii  xserver-xorg-input-ev 1:1.0.0.5-2X.Org X server -- evdev input driv
ii  xserver-xorg-input-kb 1:1.0.1.3-2X.Org X server -- keyboard input d
ii  xserver-xorg-input-mo 1:1.0.4-2  X.Org X server -- mouse input driv
ii  xserver-xorg-video-al 1:7.0.14   the X.Org X server -- output drive
ii  xserver-xorg-video-ap 1:1.0.1.5-2X.Org X server -- APM display driv
ii  xserver-xorg-video-ar 1:0.5.0.5-2X.Org X server -- ark display driv
ii  xserver-xorg-video-at 1:6.5.7.3-3X.Org X server -- ATI display driv
ii  xserver-xorg-video-ch 1:1.0.1.3-3X.Org X server -- Chips display dr
ii  xserver-xorg-video-ci 1:1.0.0.5-2X.Org X server -- Cirrus display d
ii  xserver-xorg-video-cy 1:1.0.0.5-2X.Org X server -- Cyrix display dr
ii  xserver-xorg-video-du 1:0.1.0.5-2X.Org X server -- dummy display dr
ii  xserver-xorg-video-fb 1:0.1.0.5-2X.Org X server -- fbdev display dr
ii  xserver-xorg-video-gl 1:1.0.1.3-2X.Org X server -- Glint display dr
ii  xserver-xorg-video-i1 1:1.1.0.5-2X.Org X server -- i128 display dri
ii  xserver-xorg-video-i7 1:1.0.0.5-2X.Org X server -- i740 display dri
ii  xserver-xorg-video-i8 1:1.5.1.0-2X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-im 1:1.0.0.5-2X.Org X server -- IMSTT display dr
ii  xserver-xorg-video-mg 1:1.2.1.3.dfsg.1-2 X.Org X server -- MGA display driv
ii  xserver-xorg-video-ne 1:1.0.0.5-2X.Org X server -- Neomagic display
ii  xserver-xorg-video-ne 1:0.1.4.1-3X.Org X server -- Newport display 
ii  xserver-xorg-video-ns 1:2.7.6.5-2X.Org X server -- NSC display driv
ii  xserver-xorg-video-nv 1:1.0.1.5-2X.Org X server -- NV display drive
ii  xserver-xorg-video-re 1:4.0.1.3.dfsg.1-2 X.Org X server -- Rendition displa
ii  xserver-xorg-video-s3 1:1.8.6.5-2X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video-sa 1:2.0.2.3-4X.Org X server -- Savage display d
ii  xserver-xorg-video-si 1:1.3.1.5-3X.Org X server -- SiliconMotion 

Processing of xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.changes

2007-07-10 Thread Archive Administrator
xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.changes uploaded successfully 
to localhost
along with the files:
  xserver-xorg-video-amd_2.7.6.5+git20070208-5.dsc
  xserver-xorg-video-amd_2.7.6.5+git20070208-5.diff.gz
  xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.deb
  xserver-xorg-video-amd-dbg_2.7.6.5+git20070208-5_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.changes ACCEPTED

2007-07-10 Thread Debian Installer

Accepted:
xserver-xorg-video-amd-dbg_2.7.6.5+git20070208-5_i386.deb
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd-dbg_2.7.6.5+git20070208-5_i386.deb
xserver-xorg-video-amd_2.7.6.5+git20070208-5.diff.gz
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070208-5.diff.gz
xserver-xorg-video-amd_2.7.6.5+git20070208-5.dsc
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070208-5.dsc
xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.deb
  to 
pool/main/x/xserver-xorg-video-amd/xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.deb


Override entries for your package:
xserver-xorg-video-amd-dbg_2.7.6.5+git20070208-5_i386.deb - extra x11
xserver-xorg-video-amd_2.7.6.5+git20070208-5.dsc - source x11
xserver-xorg-video-amd_2.7.6.5+git20070208-5_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432435: Regression: 1600x1200 output shows artifacts

2007-07-10 Thread Dylan Thurston
On Tue, Jul 10, 2007 at 09:50:12AM +0200, Brice Goglin wrote:
 Thanks for testing multiple versions, it helps a lot since the changes
 between -5 and -6 are pretty small. There's a least one small bug that
 have been reported (by me) in this changes. It regards large resolution
 on i9xx chipsets and is not fixed upstream so far. To workaround it, you
 may either revert commit 1e2e301348b4168aeed38b3fdc6b0e43d5678a86, or
 just apply the attached patch. Please let me know whether it helps.

This patch worked great on both 2.0.0-6 and 2.1.0-2.  Thank you!

Peace,
Dylan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#167370: Please allow relicensing under X11/MIT terms

2007-07-10 Thread Mohammed Adnène Trojette
Hi Doug,

would you please allow to redistribute the hhk files under the MIT/X11
license to allow its distribution inside the whole xkeyboard-config
package?

For more information, please see
https://bugs.freedesktop.org/show_bug.cgi?id=11519

-- 
Mohammed Adnène Trojette



Processed: tagging 167370

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 tags 167370 + fixed-upstream
Bug#167370: xlibs: please include xkb files for the Happy Hacking keyboard
Tags were: upstream
Tags added: fixed-upstream


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432613: xkb-data: virtual keys missing from evdev keycodes, breaks modifiers

2007-07-10 Thread Yann Vernier
Subject: xkb-data: virtual keys missing from evdev keycodes, breaks modifiers
Package: xkb-data
Version: 0.9-4
Severity: normal

*** Please type your report below this line ***

Upon switching from kbd to evdev driver, and thus from xorg to evdev
keycode mappings, my window manager bindings stopped working. I
eventually traced this down to a weird part of the keycode files. 
In keycodes/xfree86, there are mappings for seven keys including META
to codes that never occur. I added similar lines to evdev:
// Fake keycodes for virtual keys
MDSW =   241; 
LVL3 =   242; 
ALT  =   243;
META =   244; 
SUPR =   245; 
HYPR =   246; 
And now my bindings do work. In linux/input.h keycode 240 is called
unknown and the range 241-255 are not defined. 

xmodmap output with this change:
xmodmap:  up to 3 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x69)
mod1Alt_L (0x40),  Alt_L (0xf3),  Meta_L (0xf4)
mod2Num_Lock (0x4d)
mod3  
mod4Super_L (0xf5),  Hyper_L (0xf6)
mod5ISO_Level3_Shift (0x6c),  Mode_switch (0xf1),
ISO_Level3_Shift (0xf2)

xmodmap output witout it:
xmodmap:  up to 2 keys per modifier, (keycodes in parentheses):

shift   Shift_L (0x32),  Shift_R (0x3e)
lockCaps_Lock (0x42)
control Control_L (0x25),  Control_R (0x69)
mod1Alt_L (0x40)
mod2Num_Lock (0x4d)
mod3  
mod4  
mod5ISO_Level3_Shift (0x6c)

The left logo key is mapped to Super_L and mod4, but without the fake
keys that fails somehow. 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.ISO-8859-15, LC_CTYPE=sv_SE.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#412598: compiz: unusable

2007-07-10 Thread Benoît Dejean
Le samedi 07 juillet 2007 à 23:37 +0200, Brice Goglin a écrit :
 Benoît Dejean wrote:
  EXA
  I'll do it next time i want to reboot / crash my computer / run fsck.

 
 Ok :)
 
  Check that libdecoration0 0.5 is installed too. Current compiz probably
  misses a versioned dependency against libdecoration0. Some people
  reported some problems with window title/border misses when compiz 0.5
  was installed an old libdecoration0.
  
 
  That problem has been present from the start, it is not compiz 0.5 specific.

 
 Understood, but be sure you have libdecoration0 0.5 anyway, I don't want
 to superpose multiple problems.

0.5.0.dfsg-1

Without EXA, i don't any display corruption but :
- newly created window don't have any decoration
- i can't enter anything in my gnome-terminal
- mouse selection in gnome menu does not hilight sub items

-- 
Benoît Dejean
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#431242: xserver-xorg-video-i810: Resizing video windows leads to blue rectangles obscuring righthand sides

2007-07-10 Thread Adam Chlipala

Brice Goglin wrote:

Once again, could you try the new package (2:2.1.0-2 currently in unstable)?
  


Ah, that fixes it!  Thanks!


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431242: marked as done (xserver-xorg-video-i810: Resizing video windows leads to blue rectangles obscuring righthand sides)

2007-07-10 Thread Debian Bug Tracking System
Your message dated Wed, 11 Jul 2007 02:38:34 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#431242: xserver-xorg-video-i810: Resizing video windows 
leads to blue rectangles obscuring righthand sides
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xserver-xorg-video-i810
Version: 2:2.0.0-1
Severity: important


When I view DVD or MPEG video in programs like Ogle and Xine, I run into 
trouble resizing windows, including to full-screen and non-full-screen 
sizes.  When I put the window at the upper lefthand corner of my screen and 
move it to just the right size (probably based on the video's 
resolution), everything displays fine.  When I resize the window to be just a 
little bigger than its natural size, a blue rectangle appears, 
blocking the righthand side of the video from top to bottom.  The larger I 
resize the window, the more of the video is blocked by a blue rectangle.  
Also, the position of the window matters; I can size a window larger without an 
obscuring rectangle when I place the window closer to the upper 
lefthand corner of the screen.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (800, 'testing'), (50, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.16.20 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-i810 depends on:
ii  xserver-xorg-video-intel  2:2.0.0-1  X.Org X server -- Intel i8xx, i9xx

xserver-xorg-video-i810 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 2:2.1.0-1

On Tue, Jul 10, 2007 at 17:19:33 -0700, Adam Chlipala wrote:

 Brice Goglin wrote:
 Once again, could you try the new package (2:2.1.0-2 currently in 
 unstable)?
   

 Ah, that fixes it!  Thanks!

Thank you for following up.  I'm now marking the bug as closed in
2.1.0.

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---


mesa: Changes to 'debian-unstable'

2007-07-10 Thread Julien Cristau
 debian/changelog |   11 +--
 debian/control   |2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 618626158977e8e46b050eb8610b95e3225fb2e5
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jul 11 05:48:27 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index a1e8e51..cbc9b18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (6.5.2-7) UNRELEASED; urgency=low
+mesa (6.5.2-7) unstable; urgency=low
 
   [ Brice Goglin ]
   * libgl1-mesa-dev does not need to depend on libgl1-mesa-dri,
@@ -6,13 +6,12 @@ mesa (6.5.2-7) UNRELEASED; urgency=low
 closes: #432081.  Thanks, Samuel Thibault!
 
   [ Julien Cristau ]
-  * Use ${source:Version} instead of ${Source-Version} in one remaining spot.
   * libgl1-mesa-dev Depends on libgl1-mesa-glx (= ${source:Upstream-Version})
-instead of = ${source:Version}.  This way it's still installable on
+instead of = ${Source-Version}.  This way it's still installable on
 architectures where mesa isn't built yet when a minor revision is
 uploaded.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 11 Jul 2007 05:40:32 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 11 Jul 2007 05:50:45 +0200
 
 mesa (6.5.2-6) unstable; urgency=low
 

commit 45310e219cadc8cae37841a7363db05e3facf279
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jul 11 05:45:30 2007 +0200

Relax libgl1-mesa-dev dependency on libgl1-mesa-glx.

Change the = ${source:Version} dependency to = ${source:Upstream-Version}.
This way libgl1-mesa-dev stays installable after a minor revision bump on
architectures where mesa isn't built yet.

diff --git a/debian/changelog b/debian/changelog
index 020b68b..a1e8e51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,12 @@ mesa (6.5.2-7) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Use ${source:Version} instead of ${Source-Version} in one remaining spot.
+  * libgl1-mesa-dev Depends on libgl1-mesa-glx (= ${source:Upstream-Version})
+instead of = ${source:Version}.  This way it's still installable on
+architectures where mesa isn't built yet when a minor revision is
+uploaded.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 11 Jul 2007 05:29:58 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 11 Jul 2007 05:40:32 +0200
 
 mesa (6.5.2-6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index fa4a289..dea95b1 100644
--- a/debian/control
+++ b/debian/control
@@ -218,7 +218,7 @@ Description: A free implementation of the OpenGL API -- DRI 
modules -- debugging
 Package: libgl1-mesa-dev
 Section: libdevel
 Architecture: all
-Depends: libc6-dev, mesa-common-dev (= ${source:Version}), libgl1-mesa-glx (= 
${source:Version})
+Depends: libc6-dev, mesa-common-dev (= ${source:Version}), libgl1-mesa-glx (= 
${source:Upstream-Version})
 Conflicts: libgl-dev, libgl1-mesa-dri-dev
 Replaces: libgl-dev, libgl1-mesa-dri-dev
 Provides: libgl-dev, libgl1-mesa-dri-dev

commit 250f6b2c8873a2480870aed8c697cb2197a71c16
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Jul 11 05:34:30 2007 +0200

Replace ${Source-Version} with ${source:Version} in one remaining spot.

diff --git a/debian/changelog b/debian/changelog
index b865d76..020b68b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 mesa (6.5.2-7) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * libgl1-mesa-dev does not need to depend on libgl1-mesa-dri,
 libgl1-mesa-glx is enough (since their split in 6.4.1-0.1);
 closes: #432081.  Thanks, Samuel Thibault!
 
- -- Brice Goglin [EMAIL PROTECTED]  Sat, 07 Jul 2007 20:15:36 +0200
+  [ Julien Cristau ]
+  * Use ${source:Version} instead of ${Source-Version} in one remaining spot.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 11 Jul 2007 05:29:58 +0200
 
 mesa (6.5.2-6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c0b746c..fa4a289 100644
--- a/debian/control
+++ b/debian/control
@@ -218,7 +218,7 @@ Description: A free implementation of the OpenGL API -- DRI 
modules -- debugging
 Package: libgl1-mesa-dev
 Section: libdevel
 Architecture: all
-Depends: libc6-dev, mesa-common-dev (= ${source:Version}), libgl1-mesa-glx (= 
${Source-Version})
+Depends: libc6-dev, mesa-common-dev (= ${source:Version}), libgl1-mesa-glx (= 
${source:Version})
 Conflicts: libgl-dev, libgl1-mesa-dri-dev
 Replaces: libgl-dev, libgl1-mesa-dri-dev
 Provides: libgl-dev, libgl1-mesa-dri-dev


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mesa: Changes to 'refs/tags/mesa-6.5.2-7'

2007-07-10 Thread Julien Cristau
Tag 'mesa-6.5.2-7' created by Julien Cristau [EMAIL PROTECTED] at 2007-07-11 
04:56 +

Tagging upload of mesa 6.5.2-7 to unstable.

Changes since mesa-6.5.2-6:
Brice Goglin (1):
  libgl1-mesa-dev does not need to depend on libgl1-mesa-dri, 
libgl1-mesa-glx is enough.

Julien Cristau (3):
  Replace ${Source-Version} with ${source:Version} in one remaining spot.
  Relax libgl1-mesa-dev dependency on libgl1-mesa-glx.
  Prepare changelog for upload.

---
 debian/changelog |   15 +++
 debian/control   |2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of mesa_6.5.2-7_i386.changes

2007-07-10 Thread Archive Administrator
mesa_6.5.2-7_i386.changes uploaded successfully to localhost
along with the files:
  mesa_6.5.2-7.dsc
  mesa_6.5.2-7.diff.gz
  libgl1-mesa-dev_6.5.2-7_all.deb
  mesa-common-dev_6.5.2-7_all.deb
  mesa-swx11-source_6.5.2-7_all.deb
  libgl1-mesa-swx11_6.5.2-7_i386.deb
  libgl1-mesa-swx11-dbg_6.5.2-7_i386.deb
  libgl1-mesa-swx11-i686_6.5.2-7_i386.deb
  libgl1-mesa-swx11-dev_6.5.2-7_i386.deb
  libgl1-mesa-glx_6.5.2-7_i386.deb
  libgl1-mesa-glx-dbg_6.5.2-7_i386.deb
  libgl1-mesa-dri_6.5.2-7_i386.deb
  libgl1-mesa-dri-dbg_6.5.2-7_i386.deb
  libosmesa6_6.5.2-7_i386.deb
  libosmesa6-dev_6.5.2-7_i386.deb
  libglu1-mesa_6.5.2-7_i386.deb
  libglu1-mesa-dev_6.5.2-7_i386.deb
  mesa-utils_6.5.2-7_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mesa override disparity

2007-07-10 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libgl1-mesa-dri_6.5.2-7_i386.deb: package says priority is optional, override 
says extra.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



mesa_6.5.2-7_i386.changes ACCEPTED

2007-07-10 Thread Debian Installer

Accepted:
libgl1-mesa-dev_6.5.2-7_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_6.5.2-7_all.deb
libgl1-mesa-dri-dbg_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_6.5.2-7_i386.deb
libgl1-mesa-dri_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_6.5.2-7_i386.deb
libgl1-mesa-glx-dbg_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_6.5.2-7_i386.deb
libgl1-mesa-glx_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_6.5.2-7_i386.deb
libgl1-mesa-swx11-dbg_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_6.5.2-7_i386.deb
libgl1-mesa-swx11-dev_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_6.5.2-7_i386.deb
libgl1-mesa-swx11-i686_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_6.5.2-7_i386.deb
libgl1-mesa-swx11_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_6.5.2-7_i386.deb
libglu1-mesa-dev_6.5.2-7_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_6.5.2-7_i386.deb
libglu1-mesa_6.5.2-7_i386.deb
  to pool/main/m/mesa/libglu1-mesa_6.5.2-7_i386.deb
libosmesa6-dev_6.5.2-7_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_6.5.2-7_i386.deb
libosmesa6_6.5.2-7_i386.deb
  to pool/main/m/mesa/libosmesa6_6.5.2-7_i386.deb
mesa-common-dev_6.5.2-7_all.deb
  to pool/main/m/mesa/mesa-common-dev_6.5.2-7_all.deb
mesa-swx11-source_6.5.2-7_all.deb
  to pool/main/m/mesa/mesa-swx11-source_6.5.2-7_all.deb
mesa-utils_6.5.2-7_i386.deb
  to pool/main/m/mesa/mesa-utils_6.5.2-7_i386.deb
mesa_6.5.2-7.diff.gz
  to pool/main/m/mesa/mesa_6.5.2-7.diff.gz
mesa_6.5.2-7.dsc
  to pool/main/m/mesa/mesa_6.5.2-7.dsc


Override entries for your package:
libgl1-mesa-dev_6.5.2-7_all.deb - optional libdevel
libgl1-mesa-dri-dbg_6.5.2-7_i386.deb - extra libdevel
libgl1-mesa-dri_6.5.2-7_i386.deb - extra libs
libgl1-mesa-glx-dbg_6.5.2-7_i386.deb - extra libdevel
libgl1-mesa-glx_6.5.2-7_i386.deb - optional libs
libgl1-mesa-swx11-dbg_6.5.2-7_i386.deb - extra libs
libgl1-mesa-swx11-dev_6.5.2-7_i386.deb - optional libdevel
libgl1-mesa-swx11-i686_6.5.2-7_i386.deb - extra libs
libgl1-mesa-swx11_6.5.2-7_i386.deb - optional libs
libglu1-mesa-dev_6.5.2-7_i386.deb - optional libdevel
libglu1-mesa_6.5.2-7_i386.deb - optional libs
libosmesa6-dev_6.5.2-7_i386.deb - optional devel
libosmesa6_6.5.2-7_i386.deb - optional libs
mesa-common-dev_6.5.2-7_all.deb - optional devel
mesa-swx11-source_6.5.2-7_all.deb - optional libdevel
mesa-utils_6.5.2-7_i386.deb - optional x11
mesa_6.5.2-7.dsc - source libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 432081 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: found 420350 in 2:2.1.0-2, found 427811 in 2:2.1.0-1

2007-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 found 420350 2:2.1.0-2
Bug#420350: xserver-xorg-video-intel: Black screen (powered off) with new driver
Bug marked as found in version 2:2.1.0-2 and reopened.

 found 427811 2:2.1.0-1
Bug#427811: xserver-xorg-video-intel: Occassional hard freeze switching from 
graphics to text mode
Bug marked as found in version 2:2.1.0-1 and reopened.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432081: marked as done (libgl1-mesa-dev shouldn't depend on libgl1-mesa-dri on hurd-i386)

2007-07-10 Thread Debian Bug Tracking System
Your message dated Wed, 11 Jul 2007 05:17:10 +
with message-id [EMAIL PROTECTED]
and subject line Bug#432081: fixed in mesa 6.5.2-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mesa
Version: 6.5.2-6
Severity: important

Hi,

mesa now builds fine on hurd-i386, but libgl1-mesa-dev is uninstallable
because it depends on libgl1-mesa-dri, which is not built on hurd-i386
since it lacks DRM. [!hurd-i386] should be appended to the
libgl1-mesa-dri dependency of libgl1-mesa-dev.

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-xen
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

---End Message---
---BeginMessage---
Source: mesa
Source-Version: 6.5.2-7

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive:

libgl1-mesa-dev_6.5.2-7_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_6.5.2-7_all.deb
libgl1-mesa-dri-dbg_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_6.5.2-7_i386.deb
libgl1-mesa-dri_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_6.5.2-7_i386.deb
libgl1-mesa-glx-dbg_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_6.5.2-7_i386.deb
libgl1-mesa-glx_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_6.5.2-7_i386.deb
libgl1-mesa-swx11-dbg_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_6.5.2-7_i386.deb
libgl1-mesa-swx11-dev_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_6.5.2-7_i386.deb
libgl1-mesa-swx11-i686_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_6.5.2-7_i386.deb
libgl1-mesa-swx11_6.5.2-7_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_6.5.2-7_i386.deb
libglu1-mesa-dev_6.5.2-7_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_6.5.2-7_i386.deb
libglu1-mesa_6.5.2-7_i386.deb
  to pool/main/m/mesa/libglu1-mesa_6.5.2-7_i386.deb
libosmesa6-dev_6.5.2-7_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_6.5.2-7_i386.deb
libosmesa6_6.5.2-7_i386.deb
  to pool/main/m/mesa/libosmesa6_6.5.2-7_i386.deb
mesa-common-dev_6.5.2-7_all.deb
  to pool/main/m/mesa/mesa-common-dev_6.5.2-7_all.deb
mesa-swx11-source_6.5.2-7_all.deb
  to pool/main/m/mesa/mesa-swx11-source_6.5.2-7_all.deb
mesa-utils_6.5.2-7_i386.deb
  to pool/main/m/mesa/mesa-utils_6.5.2-7_i386.deb
mesa_6.5.2-7.diff.gz
  to pool/main/m/mesa/mesa_6.5.2-7.diff.gz
mesa_6.5.2-7.dsc
  to pool/main/m/mesa/mesa_6.5.2-7.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau [EMAIL PROTECTED] (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 05:50:45 +0200
Source: mesa
Binary: libgl1-mesa-glx libosmesa6-dev libgl1-mesa-dev libosmesa6 mesa-utils 
libgl1-mesa-glx-dbg libglu1-mesa-dev libgl1-mesa-dri libgl1-mesa-swx11-dbg 
libgl1-mesa-dri-dbg libgl1-mesa-swx11 libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev mesa-common-dev mesa-swx11-source libglu1-mesa
Architecture: source i386 all
Version: 6.5.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development 
suppor
 libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - A free implementation of the OpenGL API -- DRI modules 
-- debuggi
 libgl1-mesa-glx - A free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - A free implementation of the OpenGL API -- GLX runtime 
-- debuggi
 libgl1-mesa-swx11 - A free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - A free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - A free implementation of the OpenGL API -- development 
support fi
 libgl1-mesa-swx11-i686 - A free implementation of the OpenGL API -- runtime 
[i686 optimize
 

Bug#420350: Xorg.log with debug option turned on

2007-07-10 Thread Brice Goglin
Mateusz Kaduk wrote:
 Hi Mateusz,
 Does xserver-xorg-video-intel 2:2.1.0-2 (currently in unstable) help?
 

 No, the same effect. Is upstream aware of that bug ?
   


Not sure, but I'll forward it anyway (maybe not before a week or so
unfortunately).

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]