Bug#419986: output of 'ps ax'

2007-04-19 Thread Olaf Till
Sorry, I should have thought of that before.

Checked output of 'ps ax' with a background job (ps ax | grep
'/usr/bin/X '  lt.out, repeated each second) during the lockup
(timestamp of file 'lt.out' has been checked):

 4088 tty7 Rs+   3:40 /usr/bin/X vt7 -dpi 100 -nolisten tcp -auth 
/var/lib/xdm/authdir/authfiles/A:0-sJSBJL

So the server is not sleeping. While not locked up, this line is, e.g.:

 2980 tty7 Ss+   0:01 /usr/bin/X vt7 -dpi 100 -nolisten tcp -auth 
/var/lib/xdm/authdir/authfiles/A:0-CWZXVL

Regards,

Olaf


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



Re: libdrm: Changes to 'debian-experimental'

2007-04-19 Thread Michel Dänzer
On Wed, 2007-04-18 at 21:46 -0400, David Nusinow wrote:
 On Tue, Apr 17, 2007 at 10:25:29AM +0200, Michel Dänzer wrote:
  On Sun, 2007-04-15 at 17:11 +, David Nusinow wrote:
   
   commit 7901afcce99a8af97e560d34e3685fd55eaa9c1a
   Author: David Nusinow [EMAIL PROTECTED]
   Date:   Sun Apr 15 13:11:06 2007 -0400
   
   * Add myself to uploaders
   * Patch libdrm to default to device permission 666 so we don't have 
   to do it
 in xorg.conf. The only way libdrm can do anything is through the 
   server
 anyway. 
  
  This last sentence doesn't make sense, please elaborate.
 
 It's essentially what ajax told me, although I may have misinterpreted. My
 impression was that in pretty much all cases, the server controls all
 access via libdrm because all dri clients are running through the X server.
 Is this wrong?

I assume what he meant is that exploiting any potential DRM security
holes would usually require authenticating with the corresponding X
display first. I think the idea of not giving everybody access to the
DRM device is basically to give others access to a DRI enabled X display
while preventing them from accessing the DRM device. That way they can
enjoy the 2D performance benefits that enabling the DRI may bring while
not being able to exploit DRM security holes directly.


   This can still be overridden by a user's xorg.conf.
  
  It might make sense to alert administrators to change this if they have
  untrusted users.
 
 That's a good idea, I'll add a NEWS.Debian item for libdrm.

Thanks.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Re: Elographics touch driver

2007-04-19 Thread Andreas Höschler

Hi,


in /etc/X11/xorg.conf but these entries (existence or not) have no
effect on the behaviour of the touch screen. Where can this driver be
configured/calibrated and is it possible to have absolute coordinates,
meaning that the mouse pointer is braught the the position of my 
finger

when touching the screen?


	It is a blind shot, but in wacom driver, when it is not correctly 
loaded, it
behaves like a mouse (i.e. no absolute positioning), which correlates 
with
your story.  Review your /var/log/Xorg.0.log for any problem loading 
the

driver.


I searched my /var/log/Xorg.0.log for elo or touch and found nothing. 
Since my entries in /etc/X11/xorg.conf did not change the behaviour, I 
removed them again. Shouldn't the package  
xserver-xorg-input-elographics add some entries to /etc/X11/xorg.conf? 
I am wondering how and where this thing can be calibrated/activated 
properly.


The package is installed, (currently) no changes to any config files. 
The touch behaves like a mouse (no absolute positioning). No 
touch-related entries in /etc/X11/xorg.conf. What can I do. I found 
absolutely no documentation for the xserver-xorg-input-elographics  
package with google. :-(


Thanks a lot!

Regards,

  Andreas


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



Bug#116507: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/ZeldaJaneva8166

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Re: Elographics touch driver

2007-04-19 Thread Andreas Höschler

Hi all,


I installed the xserver-xorg-input-elographics package and it seems to
work. I can move the mouse by touching the display. However, some
calibration seems to be needed. Touching the display does not move the
mouse under my finger. I can just move the mouse pointer by dragging
over the display at an arbitrary location.

I tried to play with stuff like

Section InputDevice
 Identifier ELO touchscreen
 Driver elographics
 Option Device /dev/psaux
 Option  MinimumXPosition  300
 Option  MaximumXPosition  3700
 Option  MinimumYPosition  300
 Option  MaximumYPosition  3700
 Option  UntouchDelay  10
 Option  ReportDelay   10
 Option  SendCoreEventsyes
EndSection


in /etc/X11/xorg.conf but these entries (existence or not) have no
effect on the behaviour of the touch screen. Where can this driver be
configured/calibrated and is it possible to have absolute coordinates,
meaning that the mouse pointer is braught the the position of my 
finger

when touching the screen?


	It is a blind shot, but in wacom driver, when it is not correctly 
loaded, it
behaves like a mouse (i.e. no absolute positioning), which correlates 
with
your story.  Review your /var/log/Xorg.0.log for any problem loading 
the

driver.


OK, I now have xserver-xorg-input-elographics installed and the 
following entries in  /etc/X11/xorg.conf.


Section InputDevice
Identifier ELO touchscreen
Driver elographics
Option Device /dev/psaux
Option  MinimumXPosition  3000
Option  MaximumXPosition  3700
Option  MinimumYPosition  3000
Option  MaximumYPosition  3700
Option  UntouchDelay  10
Option  ReportDelay   10
Option  SendCoreEventsyes
Option  ScreenNumber  0
Option  ButtonNumber  1
EndSection

Section ServerLayout
...
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice ELO touchscreen SendCoreEvents
EndSection

After restarting X the touch still behaves like a mouse (no absolute 
ositioning) and in /var/log/Xorg.0.log I get


debian:/usr/lib/xorg/modules/input# tail -f /var/log/Xorg.0.log
Elographics: Dropping one byte in an attempt to synchronize: 
'Elographics: Dropping one byte in an attempt to synchronize: '' 0x18

Elographics: Dropping one byte in an attempt to synchronize: '╴' 0xFB
Elographics: Dropping one byte in an attempt to synchronize: '' 0x1
Elographics: Dropping one byte in an attempt to synchronize: '' 0x18
Elographics: Dropping one byte in an attempt to synchronize: '╴' 0xFC
Elographics: Dropping one byte in an attempt to synchronize: '' 0x2
Elographics: Dropping one byte in an attempt to synchronize: '' 0x18
Elographics: Dropping one byte in an attempt to synchronize: '╴' 0xFD
Elographics: Dropping one byte in an attempt to synchronize: '' 0x2
Unable to ask Elographics touchscreen identification

Any idea?

Thanks,

  Andreas


Bug#45291: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/DyanaDem4496

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#116507: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/VaniaBax7019

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#116507: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/DyanaDem4496

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#56179: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/DotiNealy4183

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#22506: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/CarnegiePalo9592

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#116507: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/WestEvita0193

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#116507: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/OsmundDefoe4381

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#6682: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/WinfredEven6340

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Bug#6682: In Muenchen ist Trauer angekuendigt

2007-04-19 Thread Web-Nachrichten Deutschlands

Innerhalb von einer Stunde beging ein Asiater 6 brutale Morde und verschwand in 
der unbestimmten Richtung. Der Moerder schlich sich in ein Wohnhaus ein und 
schlachtete all seine Bewohner inklusive 2 kleiner zehnjaehrigen Maedchen, die 
heimgegangen sind. Ermordet waren auch alle Haustiere. Die Polizei ist 
schockiert und macht nun alles Moegliche, um diesen Taeter so schnell wie 
moeglich finden zu koennen. Dank einiger Passanten gibt es nun eine kurze 
Beschreibung des Verbrechers. Es wurde eine Belohnung angekuendigt, wenn jemand 
etwas zu diesem Fall mitteilen kann. Naeheres dazu sowie ein Roboterbild unter 
http://geocities.com/ListerLavina3245

Seien Sie bitte vorsichtig! Danke fuer ihre Aufmerksamkeit


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



Re: Elographics touch driver

2007-04-19 Thread Julien Cristau
On Thu, Apr 19, 2007 at 12:54:06 +0200, Andreas Höschler wrote:

 OK, I now have xserver-xorg-input-elographics installed and the 
 following entries in  /etc/X11/xorg.conf.
 
 Section InputDevice
 Identifier ELO touchscreen
 Driver elographics
 Option Device /dev/psaux

Are you sure this is the correct device file? (I never used this driver,
so this question might be silly)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#420006: xserver-xorg-video-nv: install upstream changelog

2007-04-19 Thread Bastian Kleineidam
Package: xserver-xorg-video-nv
Version: 1:2.0.2-1
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

this little patch installs the upstream changelog in the package.

Regards,
  Bastian

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-15 11:40 /etc/X11/X - /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1597964 2007-04-04 03:37 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] 
(rev a1)

/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 2957 2007-02-01 21:38 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/share/fonts/X11/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadv4l
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc102
Option  XkbLayout de
Option  XkbVariantnodeadkeys
Option  XkbOptions
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  IMPS/2
Option  Buttons   7
Option  ZAxisMapping  4 5 6 7
EndSection

Section Device
Identifier  NVIDIA Corporation NV35 [GeForce FX 5900XT]
Driver  nvidia
#   Driver  nv
BusID   PCI:2:0:0
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
HorizSync   30-82
VertRefresh 56-76
EndSection

Section Screen
Identifier  Default Screen
Device  NVIDIA Corporation NV35 [GeForce FX 5900XT]
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection

Section DRI
Mode0666
EndSection


Xorg X server log files on system:
- -rw-r--r-- 1 root root 24526 2007-04-19 09:34 /var/log/Xorg.0.log

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

X Window System 

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

2007-04-19 Thread Julien Cristau
 ChangeLog |   67 +-
 debian/changelog  |7 +
 debian/rules  |2 -
 debian/xsfbs/xsfbs.mk |9 ++
 4 files changed, 78 insertions(+), 7 deletions(-)

New commits:
commit 07e5d61959688405d71adc6a04c73b052ab2
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Apr 19 14:10:22 2007 +0200

Update upstream changelog.

diff --git a/ChangeLog b/ChangeLog
index abb367d..a73698e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+commit dd305c3f64f9267d54324d734f1028bfc00e474f
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Wed Jan 17 21:41:06 2007 -0800
+
+Remove the riva128 submodule.  Link Riva support into nv_drv.so directly.
+
+commit 96bd57b0597dbbda0ca5c46c2135e5813c80d79f
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Sun Dec 24 06:34:31 2006 +0200
+
+configure.ac: bump to 1.2.2.1 (respin)
+No code changes, just built with an updated util-macros.
+
+commit 10c7c54888d1dd4198c79e852c57420e8d52ccc5
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Sat Dec 16 01:47:42 2006 +0200
+
+bump to 1.2.2
+
+commit 6d02bdb71bb34205955e76a99939a7be34c676c7
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Dec 6 18:48:37 2006 +0200
+
+Makefile.am: make ChangeLog hook safer
+Make ChangeLog hook as safe as possible.
+
+commit 33e10132a87409bdfa77d5eef9f7044cb9ce1ac9
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Mon Dec 4 12:52:55 2006 -0800
+
+Remove redundant XORG_RELEASE_VERSION.
+
+commit 2d4b4bb06029e60e5c7b96d94b31c8aadac91843
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Thu Nov 30 17:41:41 2006 -0800
+
+Bump to 1.2.1.
+
+commit 558ef7e26e361529a05360610abc3cbcdb04fd67
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Thu Nov 30 17:36:29 2006 -0800
+
+Save and restore DAC0 register 608 when probing for connected CRTs.
+
+Adapted from a patch by Egbert Eich for Novell bug #220197.
+
+commit 08bb966abbca11c4581d666af3249e4922156e03
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Thu Nov 30 17:14:38 2006 -0800
+
+Use XORG_RELEASE_VERSION.
+
+commit 162391f8fb640184db3917f3842fbff0bc9ce606
+Author: Aaron Plattner [EMAIL PROTECTED]
+Date:   Thu Oct 26 19:08:29 2006 -0700
+
+Handle more than 1 digit in the version numbers.
+
+Based on a change by George Sapountzis [EMAIL PROTECTED].
+
+commit 98372d0f94a9d658a7257d2199ef37a2449b9961
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Aug 11 16:02:28 2006 -0400
+
+Replace panel message + MODE_BAD with MODE_PANEL.
+
 commit 43ec66396f805aba87017d193d97a03372c29909
 Author: Aaron Plattner [EMAIL PROTECTED]
 Date:   Fri Jun 30 12:54:44 2006 -0700
@@ -560,4 +626,3 @@ Author: Kaleb Keithley [EMAIL PROTECTED]
 Date:   Fri Nov 14 15:54:48 2003 +
 
 R6.6 is the Xorg base-line
-

commit 339462c249afb729cca90575aef69a6eeea346b6
Author: Bastian Kleineidam [EMAIL PROTECTED]
Date:   Thu Apr 19 14:06:30 2007 +0200

Install the upstream changelog.

diff --git a/debian/changelog b/debian/changelog
index 354ddb2..64592fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-nv (1:1.2.2.1-2) UNRELEASED; urgency=low
+
+  * Install the upstream changelog (closes: #420006).  Thanks, Bastian
+Kleineidam!
+
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 19 Apr 2007 14:03:02 +0200
+
 xserver-xorg-video-nv (1:1.2.2.1-1) experimental; urgency=low
 
   * New upstream version plus a git update that removes the riva128 module and
diff --git a/debian/rules b/debian/rules
index a7be659..5603d55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ binary-arch: build install serverabi
dh_testroot
 
dh_installdocs
-   dh_installchangelogs
+   dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing
dh_link
dh_strip

commit 271778bd6338575afa3e4ae7f614f38cdff8e2fb
Author: Branden Robinson [EMAIL PROTECTED](none)
Date:   Thu Apr 12 23:18:32 2007 -0400

Test for existence of debian/patches directory before creating a symlink to 
it.

This prevents packages that apply no patches from ending up with a broken
symlink in them.

Remove SVN keyword.

Update copyright notice.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index d88c6db..63dde45 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -1,11 +1,10 @@
 #!/usr/bin/make -f
-# $Id$
 
-# Debian rules file for xorg-x11 source package
+# Debian X Strike Force Build System (XSFBS): Make portion
 
 # Copyright 1996 Stephen Early
 # Copyright 1997 Mark Eichin
-# Copyright 1998-2005 Branden Robinson
+# Copyright 1998-2005, 2007 Branden Robinson
 # Copyright 2005 David Nusinow
 #
 # Licensed under the GNU General Public License, version 2.  See the file
@@ -127,7 +126,7 @@ $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
if [ ! -e $(STAMP_DIR)/log ]; then \
mkdir $(STAMP_DIR)/log; 

Bug#420006: xserver-xorg-video-nv: install upstream changelog

2007-04-19 Thread Julien Cristau
tags 420006 pending
kthxbye

On Thu, Apr 19, 2007 at 13:44:14 +0200, Bastian Kleineidam wrote:

 
 this little patch installs the upstream changelog in the package.
 
Thanks, applied.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#420006: xserver-xorg-video-nv: install upstream changelog

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 420006 pending
Bug#420006: xserver-xorg-video-nv: install upstream changelog
Tags were: patch
Tags added: pending

 kthxbye
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]



compiz: Changes to 'debian-experimental'

2007-04-19 Thread Thierry Reding
 debian/changelog|6 --
 debian/compiz.links |1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit ead4d366bc6fdf7064a8163e42835953aa7807e3
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Thu Apr 19 18:22:29 2007 +0200

Add symlink to the compiz-core README.Debian to the compiz package.

diff --git a/debian/changelog b/debian/changelog
index ec53c67..44e70c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,8 +18,10 @@ compiz (0.5.0-1) UNRELEASED; urgency=low
   * Add build-dependency on libfuse-dev needed by the fuse plugin.
   * No longer conflict with metacity = 2.15.21, now that metacity 2.18 is in
 unstable. (Closes: #411012)
+  * Add symlink to the compiz-core README to the compiz package.
+(Closes: #408605)
 
- -- Thierry Reding [EMAIL PROTECTED]  Thu, 19 Apr 2007 17:33:10 +0200
+ -- Thierry Reding [EMAIL PROTECTED]  Thu, 19 Apr 2007 17:44:56 +0200
 
 compiz (0.3.6-1) experimental; urgency=low
 
diff --git a/debian/compiz.links b/debian/compiz.links
new file mode 100644
index 000..0353d95
--- /dev/null
+++ b/debian/compiz.links
@@ -0,0 +1 @@
+/usr/share/doc/compiz-core/README.Debian /usr/share/doc/compiz/README.Debian

commit 35e885efd05e869c4f868a6edd70dff2764f1fd0
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Thu Apr 19 17:34:55 2007 +0200

Add closer for bug #411012. Thanks Brice.

diff --git a/debian/changelog b/debian/changelog
index 90aea8f..ec53c67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,9 +17,9 @@ compiz (0.5.0-1) UNRELEASED; urgency=low
   * Use compiz' default set of plugins.
   * Add build-dependency on libfuse-dev needed by the fuse plugin.
   * No longer conflict with metacity = 2.15.21, now that metacity 2.18 is in
-unstable.
+unstable. (Closes: #411012)
 
- -- Thierry Reding [EMAIL PROTECTED]  Thu, 05 Apr 2007 18:22:10 +0200
+ -- Thierry Reding [EMAIL PROTECTED]  Thu, 19 Apr 2007 17:33:10 +0200
 
 compiz (0.3.6-1) experimental; urgency=low
 


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



Bug#401218: xserver-xorg-video-i810-modesetting: After X is started, switching back to console: console is corrupted

2007-04-19 Thread Xabier Villar

I have resolved the problem adding the line

vga=791

to my lilo.conf.  I use 1024x768 resolution, so the correct value may change
depending on yours.
--

Xabier Villar


Bug#419960: `xset dpms force ???' has no effect

2007-04-19 Thread Brice Goglin
Matt Kraai wrote:
 Package: xserver-xorg-video-vesa
 Version: 1:1.3.0-1

 When I run `xset dpms force ???', where ??? is standby, suspend, off, or 
 on, nothing happens.  Here's the lines from /var/log/Xorg.0.log that 
 contain DPMS:

   
 (II) Loading extension DPMS
 (II) VESA(0): No DPMS capabilities specified; RGB/Color Display
 (**) VESA(0): DPMS enabled
 


Did DPMS ever work on this screen? With another machine/driver?

I am not familiar at all with this code, but it looks like the no DPMS
capabilities specified comes from EDID/DDC, so it might mean that the
screen does not tell the X server that it supports DPMS.

Brice



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



Bug#420054: xorg installs ati driver for radeon device

2007-04-19 Thread Mike Saavedra

Package: xorg
Version: 7.1.1

I just installed etch/stable and everything went fine except when the system 
started up for the first time I got the following error:

Fatal server error:
no screens found

I have a Radeon X300 SE 128MB HyperMemory video card.

I eventually found and fixed the problem. I'm not sure how the original /etc/X11/xorg.conf file is generated, 
but in the Section Device for the Radeon X300, the Driver is listed as ati. I changed 
that to radeon and all is well.

I suggest that the default driver name be radeon instead of ati for this 
and any other affected video cards. This will save some other innocent user the frustration I had 
to go through.

I am using Debian GNU/Linux 4.0r0, kernel 2.6.18-4 etch stable.

Please let me know if I can be of any assistance in expediting this bug fix.

Sincerely,
Mike Saavedra



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



Processed: tagging 419707

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.3
 tags 419707 pending
Bug#419707: xorg: [INTL:ja] updated Japanese debconf translation
Tags were: l10n patch
Tags added: pending


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#420054: xorg installs ati driver for radeon device

2007-04-19 Thread Julien Cristau
reassign 420054 xserver-xorg-video-ati
kthxbye

Hi Mike,

On Thu, Apr 19, 2007 at 11:41:06 -0600, Mike Saavedra wrote:

 I just installed etch/stable and everything went fine except when the 
 system started up for the first time I got the following error:
 
 Fatal server error:
 no screens found
 
 I have a Radeon X300 SE 128MB HyperMemory video card.
 
 I eventually found and fixed the problem. I'm not sure how the original 
 /etc/X11/xorg.conf file is generated, but in the Section Device for the 
 Radeon X300, the Driver is listed as ati. I changed that to radeon and 
 all is well.
 
The ati driver is supposed to detect that the card is a radeon.  Can you
send the output of /usr/share/bug/xserver-xorg-core/script 31 to
this bug?

Thanks for your report,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#420054: xorg installs ati driver for radeon device

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 420054 xserver-xorg-video-ati
Bug#420054: xorg installs ati driver for radeon device
Bug reassigned from package `xorg' to `xserver-xorg-video-ati'.

 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#420054: xorg installs ati driver for radeon device

2007-04-19 Thread Brice Goglin
reassign 420054 xserver-xorg-video-ati
thank you



Mike Saavedra wrote:
 I just installed etch/stable and everything went fine except when the
 system started up for the first time I got the following error:

 Fatal server error:
 no screens found

 I have a Radeon X300 SE 128MB HyperMemory video card.

 I eventually found and fixed the problem. I'm not sure how the
 original /etc/X11/xorg.conf file is generated, but in the Section
 Device for the Radeon X300, the Driver is listed as ati. I changed
 that to radeon and all is well.

 I suggest that the default driver name be radeon instead of ati
 for this and any other affected video cards. This will save some other
 innocent user the frustration I had to go through.

ati actually contains the radeon submodule. So if radeon works, ati
should too. You're saying it does not? If so, please send the Xorg.0.log
right after the failure to start with the above error message, your
xorg.conf, and the Xorg.0.log when it works after changing ati into radeon.

Brice



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



Processed: Re: Bug#420054: xorg installs ati driver for radeon device

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 420054 xserver-xorg-video-ati
Bug#420054: xorg installs ati driver for radeon device
Bug reassigned from package `xserver-xorg-video-ati' to 
`xserver-xorg-video-ati'.

 kthxbye
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]



xorg: Changes to 'debian-unstable'

2007-04-19 Thread Christian Perrier
 debian/changelog   |2 ++
 debian/po/ja.po|7 +++
 debian/po/zh_TW.po |   26 --
 3 files changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 1deda951d9f3f8b0c64a493ff9db3d73e78b2dc2
Author: Christian Perrier [EMAIL PROTECTED]
Date:   Thu Apr 19 18:21:53 2007 +0200

Traditional Chinese and Japanese translation updates

diff --git a/debian/changelog b/debian/changelog
index 6b49a7a..5a83e0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ xorg (1:7.1.0-19) UNRELEASED; urgency=low
 - Russian. Closes: #418589
 - Czech. Closes: #418769
 - Malayalam. Closes: #419522
+- Japanese. Closes: #419707
+- Traditional Chinese.
 
  -- Christian Perrier [EMAIL PROTECTED]  Tue, 10 Apr 2007 14:28:36 +0200
 
diff --git a/debian/po/ja.po b/debian/po/ja.po
index 8492851..300df6f 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -29,8 +29,8 @@ msgid 
 msgstr 
 Project-Id-Version: xorg 7.0.14\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-04-06 09:15+0200\n
-PO-Revision-Date: 2006-10-03 15:55+0900\n
+POT-Creation-Date: 2007-04-07 07:39+0200\n
+PO-Revision-Date: 2007-04-17 23:42+0900\n
 Last-Translator: Kenshi Muto [EMAIL PROTECTED] and ISHIKAWA Mutsumi 
 [EMAIL PROTECTED]\n
 Language-Team: Japanese [EMAIL PROTECTED]\n
@@ -241,7 +241,6 @@ msgstr 
 #. Type: multiselect
 #. Description
 #: ../xserver-xorg.templates:8001
-#, fuzzy
 msgid 
  - glx   : support for OpenGL rendering;\n
  - dri   : support in the X server for DRI (Direct Rendering 
@@ -264,7 +263,7 @@ msgstr 
  - dri   : DRI (Direct Rendering Infrastructure) の X 
サーバでのサポート。\n
  - vbe   : VESA BIOS Extensions 
のサポート。ビデオカード経由でモニタの\n
能力の問い合わせを許可する。\n
- - ddc   : 個々の Data Display Channel 
のサポート。ビデオカード経由で\n
+ - ddc   : Data Display Channel 
のサポート。ビデオカード経由で\n
モニタの能力の問い合わせを許可する。\n
  - int10 : セカンダリ VGA 
カードのソフトブートに使われるリアルモード x86\n
エミュレータ。vbe 
が有効なときにはこれも有効にする。\n
diff --git a/debian/po/zh_TW.po b/debian/po/zh_TW.po
index 942782a..43c7be5 100644
--- a/debian/po/zh_TW.po
+++ b/debian/po/zh_TW.po
@@ -20,7 +20,7 @@ msgid 
 msgstr 
 Project-Id-Version: 6.8.2.dfsg.1-4+SVN\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-04-06 09:15+0200\n
+POT-Creation-Date: 2007-04-07 07:39+0200\n
 PO-Revision-Date: 2006-09-20 22:54+0800\n
 Last-Translator: Tetralet [EMAIL PROTECTED]\n
 Language-Team: Debian-user in Chinese [Big5] [EMAIL PROTECTED]
@@ -63,9 +63,9 @@ msgid 
 or driver module.  If it succeeds, further configuration questions about 
 your video hardware will be pre-answered.
 msgstr 
-如果您想試著自動偵測適合您的顯示卡的的 X Server 
和驅動模組,請選取這個選項。
-如果自動偵測失敗,您就必須自行指定合適的 X Server  
和/或 驅動模組。如果自動偵
-測成功了,接下來有關您的顯示裝置的一些設定問題將會預先填入了可能的答案。
+如果您想試著自動偵測適合您的顯示卡的 X Server 
和驅動模組,請選取這個選項。如
+果自動偵測失敗,您就必須自行指定合適的 X Server  和/或 
驅動模組。如果自動偵測
+成功了,接下來有關您的顯示裝置的一些設定問題將會預先填入了可能的答案。
 
 #. Type: boolean
 #. Description
@@ -221,7 +221,6 @@ msgstr 
 #. Type: multiselect
 #. Description
 #: ../xserver-xorg.templates:8001
-#, fuzzy
 msgid 
  - glx   : support for OpenGL rendering;\n
  - dri   : support in the X server for DRI (Direct Rendering 
@@ -244,11 +243,10 @@ msgstr 
  - dri   :讓 X Server 支援 DRI (Direct Rendering  Infrastructure);\n
  - vbe   :支援 VESA BIOS 
Extensions。允許透過顯示卡查詢螢幕的參數。\n
  - ddc   :支援 Data Display 
Channel。允許透過顯示卡查詢螢幕的參數;\n
- - int10 :以真實模式模擬 x86,用在以軟體啟動第二個 VGA 
卡。如果啟用了 
-vbe,\n
-   應同時開啟。\n
- - dbe   :啟用伺服器的 Double-Buffering 
Extension。在動畫和視訊操作上\n
-   極有用處;\n
+ - int10 :以真實模式模擬 x86,用在以軟體啟動第二個 VGA 
卡。\n
+如果啟用了vbe,應同時開啟。\n
+ - dbe   :啟用伺服器的 Double-Buffering Extension。\n
+   在動畫和視訊操作上極有用處;\n
  - 
extmod:啟用多個傳統且廣泛使用的擴充功能,例如視窗成型 
(shaped 
 windows)、\n
記憶體共享 (shared memory)、切換顯示模式 (video mode 
@@ -287,14 +285,14 @@ msgid 
 6600\.
 msgstr 
 在 X Server 
的設定檔中可以依您所提供的名稱來識別您的顯示卡。這通常是廠

Processed: tagging 420047

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.3
 tags 420047 pending
Bug#420047: xorg: [INTL:zh_TW] Debconf Traditional Chinese translation update
Tags were: l10n patch
Tags added: pending


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]



xorg: Changes to 'debian-unstable'

2007-04-19 Thread Christian Perrier
 debian/changelog |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5cca4ba43bb2f977ad34517bf76c201d84de815d
Author: Christian Perrier [EMAIL PROTECTED]
Date:   Thu Apr 19 20:14:38 2007 +0200

Add bug closure for zh_TW

diff --git a/debian/changelog b/debian/changelog
index 5a83e0c..4621aa1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,7 @@ xorg (1:7.1.0-19) UNRELEASED; urgency=low
 - Czech. Closes: #418769
 - Malayalam. Closes: #419522
 - Japanese. Closes: #419707
-- Traditional Chinese.
+- Traditional Chinese. Closes: #420047
 
  -- Christian Perrier [EMAIL PROTECTED]  Tue, 10 Apr 2007 14:28:36 +0200
 


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



Processed: Re: Bug#417601: x11r6: On startup, X11 reports that my G450 is not DRI capable.

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 417601 xserver-xorg-video-mga
Bug#417601: x11r6: On startup, X11 reports that my G450 is not DRI capable.
Bug reassigned from package `xorg' to `xserver-xorg-video-mga'.

 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#419986: output of 'ps ax'

2007-04-19 Thread Brice Goglin
Olaf Till wrote:
 Sorry, I should have thought of that before.

 Checked output of 'ps ax' with a background job (ps ax | grep
 '/usr/bin/X '  lt.out, repeated each second) during the lockup
 (timestamp of file 'lt.out' has been checked):

  4088 tty7 Rs+   3:40 /usr/bin/X vt7 -dpi 100 -nolisten tcp -auth 
 /var/lib/xdm/authdir/authfiles/A:0-sJSBJL

 So the server is not sleeping. While not locked up, this line is, e.g.:

  2980 tty7 Ss+   0:01 /usr/bin/X vt7 -dpi 100 -nolisten tcp -auth 
 /var/lib/xdm/authdir/authfiles/A:0-CWZXVL
   

Attaching a gdb with
gdb -p $(pidof X)
and looking at the backtrace after hitting ctrl-c a couple times might
help more. But, you will have to do that through ssh from another host.

Brice



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



Bug#420054: Xorg.log

2007-04-19 Thread Mike Saavedra



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 saavedra 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686
Build Date: 04 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 19 05:08:21 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor DELL 1907FP
(**) |   |--Device ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(WW) The directory /usr/X11R6/lib/X11/fonts/misc does not exist.
	Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/cyrillic does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi/ does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/Type1 does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/100dpi does not exist.
	Entry deleted from font path.
(WW) The directory /usr/X11R6/lib/X11/fonts/75dpi does not exist.
	Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
	Entry deleted from font path.
(**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/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
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to /usr/lib/xorg/modules
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor=X.Org Foundation
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1028,01d2 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1028,01d2 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01d2 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01d2 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01d2 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01d2 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01d2 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card , rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1028,01d2 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 1028,01d2 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01d2 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5b60 card 1002,0602 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5b70 card 1002,0603 rev 00 class 03,80,00 hdr 00
(II) PCI: 03:03:0: chip 14f1,2f20 card 14f1,200f rev 00 class 07,80,00 hdr 00
(II) PCI: 03:08:0: chip 8086,27dc card 1028,01ab rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0xd000 - 0xdfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xefd0 - 0xefef (0x20) MX[B]
(II) Bus 1 

Bug#417601: x11r6: On startup, X11 reports that my G450 is not DRI capable.

2007-04-19 Thread Brice Goglin
reassign 417601 xserver-xorg-video-mga
thank you


Dale E. Edmons wrote:
 Here it is.  I got some function to DRI now, but
 nothing near the performance I had with Stable.

Which xserver-xorg-core and xserver-xorg-video-mga packages do you have?

Could you try upgrading them to experimental ? (xserver-xorg-core
2:1.2.99.905-3 and xserver-xorg-video-mga 1:1.4.6.1.dfsg.1-1). Note that
if you don't want to upgrade to libc2.5 because of this, you may want to
take an earlier xserver-xorg-core from
http://snapshot.debian.net/archive/2007/04/10/debian/pool/main/x/xorg-server/

 So far the problems with Testing seem to all but
 minute, but there are a lot of them.  I just had
 iceape -mail to a segment abort after composing
 a fairly length e-mail

Do you have a way to reproduce such a crash? It would be helpful to get
a backtrace with gdb.

 Section Device
   BoardNameG450
   BusID2:0:0
   Driver   mga
   Identifier   Device[0]
   Option   NoHal
   Screen   0
 #  Screen   Screen[Acer]
   Option   Rotate off
   VendorName   Matrox
 EndSection

 Section Device
   BoardNameG450
   BusID2:0:0
   Driver   mga
   Identifier   Device[1]
   Option   NoHal
   Screen   1
 #  Screen   Screen[Hyundai]
   VendorName   Matrox
 EndSection
   

This xorg.conf is far from simple. You seem to have removed dualhead and
nohal from the good xorg.conf, right? And it helped a lot? Any idea
whether dualhead made the biggest difference?

 (**) MGA(0): off is not a valid value for Option Rotate
   

You should drop your rotate option :)

 (EE) MGA(1): Not initializing the DRI on the second head
   

Do you get DRI on the first head?

Brice



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



Bug#419986: server lockups related to dri

2007-04-19 Thread Brice Goglin
Olaf Till wrote:
 (On request of Brice I resubmit this as an extra bug and do not
 include 'xorg.conf' since it does not enable anything except
 UseFBDev. Rest of report is slightly changed.)
   

Thanks a lot!

 - Commenting out dri in the Module section of xorg.conf fixes
 the problem. Including:

 Section DRI
   Mode0666
 EndSection
   

This DRI section only changes the access rights of /dev/dri/card* files
to allow all users to use DRI. Removing load dri from the module section
is enough.

 - During lockup, system still responds to 'ping' via ethernet, and
   still performs background jobs.
   

Logging by ssh and attaching a gdb as I said in the other mail should
help us know what the server is doing then.

 (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
 dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: 
 _glapi_Dispatch
 (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
 (II) UnloadModule: GLcore
 (EE) Failed to load module GLcore (loader failed, 7)
   

Harmless, but you don't need to load GLcore explicitely in the module
section. The server load GLcore automatically later when it needs it.

 (II) LoadModule: speedo
 (WW) Warning, couldn't open module speedo
 (II) UnloadModule: speedo
 (EE) Failed to load module speedo (module does not exist, 0)
   

You can drop the speedo line from your module section.

 (**) RADEON(0): Option UseFBDev true
 (II) Loading sub module vgahw
 (II) LoadModule: vgahw
 (II) Loading /usr/lib/xorg/modules/libvgahw.so
 (II) Module vgahw: vendor=X.Org Foundation
   compiled for 7.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
 (II) RADEON(0): vgaHWGetIOBase: hwp-IOBase is 0x03d0, hwp-PIOOffset is 
 0x
 (==) RADEON(0): RGB weight 888
 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
 (++) RADEON(0): -dpi 100 given in command line, assuming ConstantDPI set
 (++) RADEON(0): X server will keep DPI constant for all screen sizes
 (II) Loading sub module fbdevhw
 (II) LoadModule: fbdevhw
 (II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so
 (II) Module fbdevhw: vendor=X.Org Foundation
   compiled for 7.1.1, module version = 0.0.2
   ABI class: X.Org Video Driver, version 1.0
 (WW) open /dev/fb0: No such file or directory
 (WW) open /dev/fb1: No such file or directory
 (WW) open /dev/fb2: No such file or directory
 (WW) open /dev/fb3: No such file or directory
 (WW) open /dev/fb4: No such file or directory
 (WW) open /dev/fb5: No such file or directory
 (WW) open /dev/fb6: No such file or directory
 (WW) open /dev/fb7: No such file or directory
 (EE) Unable to find a valid framebuffer device
 (EE) RADEON(0): Failed to open framebuffer device, consult warnings and/or 
 errors above for possible reasons
   (you may have to look at the server log to see warnings)
 (WW) RADEON(0): fbdevHWInit failed, not using framebuffer device
   

Please remove the usefbdev option... in case its failure to start breaks
something.

 Personally I do not need dri. I do not think I can try out
 experimental xserver-xorg-core 2:1.2.99.905-3, since it would require
 a libc6 upgrade. xserver-xorg-core-dbg does not seem to be present in
 stable.
   

You can grab an earlier xserver-xorg-core from
http://snapshot.debian.net/archive/2007/04/10/debian/pool/main/x/xorg-server/
It does not depend on libc6 2.5.

xserver-xorg-core-dbg is built since 1.2.99.905-2, so it's available
there too.

Brice



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



Bug#420054: output

2007-04-19 Thread Brice Goglin
According to Michel, this should be fixed in the ATI driver 1:6.6.191-1
which is currently in experimental with xserver-xorg-core
2:1.2.99.905-3. Is there any chance you try with these packages?

Brice



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



Bug#418953: X crashes once, then starts fine the 2nd time

2007-04-19 Thread Brice Goglin
Graham wrote:
 Package: xserver-xorg
 Version: 1:7.1.0-18

 I have KDM installed, so X starts on boot. But it crashes the first
 time it starts.

 Then it immediately restarts, at which time it starts and runs correctly.


Does it happen only after the boot? or also if you restart kdm later?

What about another login managers? xdm?

Can you reproduce without the nvidia driver? with nv?

Brice



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



Bug#420054: output

2007-04-19 Thread Mike Saavedra
unfortunately this is a company workstation so I don't have free reign 
to tinker and test. I have to move on with company objectives. If there 
is a simple test I can do quickly and won't affect my productivity then 
I'll be more than happy to do it.


Mike

Brice Goglin wrote:

According to Michel, this should be fixed in the ATI driver 1:6.6.191-1
which is currently in experimental with xserver-xorg-core
2:1.2.99.905-3. Is there any chance you try with these packages?

Brice


  



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



xdm 1:1.1.4-3 MIGRATED to testing

2007-04-19 Thread Debian testing watch
FYI: The status of the xdm source package
in Debian's testing distribution has changed.

  Previous version: 1:1.0.5-2
  Current version:  1:1.1.4-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Processed: reopening 416315, found 416315 in 2:1.2.99.903-1

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 reopen 416315
Bug#416315: xbase-clients: xwd does not work
Bug reopened, originator not changed.

 found 416315 2:1.2.99.903-1
Bug#416315: xbase-clients: xwd does not work
Bug marked as found in version 2:1.2.99.903-1.


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: notfound 416315 in 2:1.2.99.903-1

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 notfound 416315 2:1.2.99.903-1
Bug#416315: xbase-clients: xwd does not work
Bug marked as not found in version 2:1.2.99.903-1.


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#393266: Upgrade to xserver-xorg-video-savage 1:2.1.2 causes openGL stop working

2007-04-19 Thread Brice Goglin
reassign 393266 linux-2.6
retitle 393266 outdated DRM driver breaks xserver-xorg-video-savage 2.1.2
tags 393266 +fixed-upstream
thank you



As explained earlier, this bug is caused by an outdated DRM driver in
the kernel. The problem is being discussed at
http://bugzilla.kernel.org/show_bug.cgi?id=7767

It is still not clear when the right DRM will be merged in Linus tree,
probably not in 2.6.21 since -rc6-git1 has been reported to *not* fix
the problem.

I am reassigning to the kernel and marking as fixed-upstream (even if it
is fixed in upstream drm-driver, not upstream vanilla kernel).

Brice



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



Bug#419192: en_DK locale consistency

2007-04-19 Thread Brice Goglin
tags 419192 +pending
thank you



Kaare Hviid wrote:
 The en_DK locales are only partially implemented by the
 003_recognize_glibc_2.3.2_locale_names.diff patch.  This patch, applied
 *after* the 001-022 patches, should make the en_DK locales consistent
 with the other locales.  The en_DK (ISO-8859-1) and en_DK.UTF-8 locales
 are supported by glibc in sarge and etch.  en_DK.ISO-8859-15 appears to
 be new in etch.
   

Applied for the next upload of libx11 1.1.1, thanks.

Brice



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



Processed: Re: Bug#419192: en_DK locale consistency

2007-04-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 419192 +pending
Bug#419192: en_DK locale consistency
Tags were: patch
Tags added: pending

 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#2297: Tested, verified in xterm, konsole

2007-04-19 Thread Nathanael Nerode

You can run trickle on a single machine by ssh'ing to localhost.  :-)

I can reproduce this behavior with xterm, getting the paste to come
through after the return key even though
the return key was hit first.  konsole shows different, but very
similar behavior:
the fast konsole drops the paste request on the floor -- the paste
never happens --
when the return key comes through ahead of the paste request.

Which behavior is better?

This does apply to pretty much every X application which handles paste requests;
so I think this is a matter ofbest failure mode.


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



Bug#419960: `xset dpms force ???' has no effect

2007-04-19 Thread Matt Kraai
On Thu, Apr 19, 2007 at 07:21:04PM +0200, Brice Goglin wrote:
 Matt Kraai wrote:
  Package: xserver-xorg-video-vesa
  Version: 1:1.3.0-1
 
  When I run `xset dpms force ???', where ??? is standby, suspend, off, or 
  on, nothing happens.  Here's the lines from /var/log/Xorg.0.log that 
  contain DPMS:
 

  (II) Loading extension DPMS
  (II) VESA(0): No DPMS capabilities specified; RGB/Color Display
  (**) VESA(0): DPMS enabled
  
 
 
 Did DPMS ever work on this screen? With another machine/driver?

Not that I know of.

 I am not familiar at all with this code, but it looks like the no 
 DPMS capabilities specified comes from EDID/DDC, so it might mean 
 that the screen does not tell the X server that it supports DPMS.

Oh.  Is there a way to verify that?

-- 
Matt


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



Processing of libdrm_2.3.0-4_i386.changes

2007-04-19 Thread Archive Administrator
libdrm_2.3.0-4_i386.changes uploaded successfully to localhost
along with the files:
  libdrm_2.3.0-4.dsc
  libdrm_2.3.0-4.diff.gz
  libdrm-dev_2.3.0-4_i386.deb
  libdrm2_2.3.0-4_i386.deb
  libdrm2-dbg_2.3.0-4_i386.deb

Greetings,

Your Debian queue daemon


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



xorg-server: Changes to 'upstream-experimental'

2007-04-19 Thread David Nusinow
 GL/glx/glxdri.c  |6 ++
 configure.ac |   10 ++--
 hw/xfree86/loader/loadmod.c  |2 
 hw/xfree86/modes/xf86Crtc.c  |   86 +--
 hw/xfree86/modes/xf86Crtc.h  |   12 -
 hw/xfree86/modes/xf86EdidModes.c |   10 
 hw/xfree86/modes/xf86RandR12.c   |   22 +
 hw/xfree86/modes/xf86RandR12.h   |1 
 hw/xfree86/modes/xf86Rotate.c|   20 +++--
 randr/rrcrtc.c   |6 +-
 randr/rrscreen.c |   13 -
 11 files changed, 156 insertions(+), 32 deletions(-)

New commits:
commit f9a0b936600cd2665a90e6ddcd5a6bfe7a88f6e9
Author: Keith Packard [EMAIL PROTECTED]
Date:   Thu Apr 19 19:09:43 2007 -0700

Update version to 1.3.0.0

diff --git a/configure.ac b/configure.ac
index 360419c..9e3c0a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl Process this file with autoconf to create configure.
 AC_PREREQ(2.57)
 dnl This is the not the Xorg version number, it's the server version number.
 dnl Yes, that's weird.
-AC_INIT([xorg-server], 1.2.99.905, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+AC_INIT([xorg-server], 1.3.0.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE
@@ -38,10 +38,10 @@ dnl
 DEFAULT_VENDOR_NAME=The X.Org Foundation
 DEFAULT_VENDOR_NAME_SHORT=X.Org
 DEFAULT_VERSION_MAJOR=1
-DEFAULT_VERSION_MINOR=2
-DEFAULT_VERSION_PATCH=99
-DEFAULT_VERSION_SNAP=905
-DEFAULT_RELEASE_DATE=05 April 2007
+DEFAULT_VERSION_MINOR=3
+DEFAULT_VERSION_PATCH=0
+DEFAULT_VERSION_SNAP=0
+DEFAULT_RELEASE_DATE=19 April 2007
 DEFAULT_VENDOR_WEB=http://wiki.x.org;
 
 dnl this gets generated by autoheader, and thus contains all the defines.  we

commit 05e1c45ade9c558820685bfd2541617a2e8de816
Author: Keith Packard [EMAIL PROTECTED]
Date:   Thu Apr 19 17:39:51 2007 -0700

Disable SourceValidate in rotation to capture cursor.

SourceValidate is used exclusively by the software cursor code to pull the
cursor off of the screen before using the screen as a source operand. This
eliminates the software cursor from the frame buffer while painting the
rotated image though. Disabling this function by temporarily setting the
screen function pointer to NULL causes the cursor image to be captured.

diff --git a/hw/xfree86/modes/xf86Rotate.c b/hw/xfree86/modes/xf86Rotate.c
index 94f95a0..359501e 100644
--- a/hw/xfree86/modes/xf86Rotate.c
+++ b/hw/xfree86/modes/xf86Rotate.c
@@ -278,8 +278,18 @@ xf86RotateRedisplay(ScreenPtr pScreen)
 region = DamageRegion(damage);
 if (REGION_NOTEMPTY(pScreen, region)) 
 {
-   int c;
-   
+   int c;
+   SourceValidateProcPtr   SourceValidate;
+
+   /*
+* SourceValidate is used by the software cursor code
+* to pull the cursor off of the screen when reading
+* bits from the frame buffer. Bypassing this function
+* leaves the software cursor in place
+*/
+   SourceValidate = pScreen-SourceValidate;
+   pScreen-SourceValidate = NULL;
+
for (c = 0; c  xf86_config-num_crtc; c++)
{
xf86CrtcPtr crtc = xf86_config-crtc[c];
@@ -304,6 +314,7 @@ xf86RotateRedisplay(ScreenPtr pScreen)
REGION_UNINIT (pScreen, crtc_damage);
}
}
+   pScreen-SourceValidate = SourceValidate;
DamageEmpty(damage);
 }
 }

commit 8b217dee3a6c46b13fc9571a4a9a95bc55686cdb
Author: Keith Packard [EMAIL PROTECTED]
Date:   Thu Apr 19 17:37:18 2007 -0700

Was accidentally disabling rotation updates in mode set.

Setting a mode on an unrotated CRTC was causing all of the rotation updates
to be disabled; the loop looking for active rotation wasn't actually looking
at each crtc, it was looking at the modified crtc many times.

diff --git a/hw/xfree86/modes/xf86Rotate.c b/hw/xfree86/modes/xf86Rotate.c
index e8fafd0..94f95a0 100644
--- a/hw/xfree86/modes/xf86Rotate.c
+++ b/hw/xfree86/modes/xf86Rotate.c
@@ -284,7 +284,7 @@ xf86RotateRedisplay(ScreenPtr pScreen)
{
xf86CrtcPtr crtc = xf86_config-crtc[c];
 
-   if (crtc-rotation != RR_Rotate_0)
+   if (crtc-rotation != RR_Rotate_0  crtc-enabled)
{
BoxRec  box;
RegionRec   crtc_damage;
@@ -338,7 +338,8 @@ xf86RotateDestroy (xf86CrtcPtr crtc)
 }
 
 for (c = 0; c  xf86_config-num_crtc; c++)
-   if (crtc-rotatedPixmap || crtc-rotatedData)
+   if (xf86_config-crtc[c]-rotatedPixmap ||
+   xf86_config-crtc[c]-rotatedData)
return;
 
 /*

commit a63704f14a1d97b9a00fef6fa290e74e51b9732b
Author: Erik Andrén [EMAIL PROTECTED]
Date:   Tue Apr 17 21:34:47 2007 -0700

Syncmaster 226 monitor needs 60Hz refresh (#10545).

I've managed to solve my own bug 

xorg-server: Changes to 'debian-experimental'

2007-04-19 Thread David Nusinow
 GL/glx/glxdri.c  |6 ++
 aclocal.m4   |   40 --
 configure|   76 --
 configure.ac |   10 ++--
 debian/changelog |6 ++
 hw/xfree86/loader/loadmod.c  |2 
 hw/xfree86/modes/xf86Crtc.c  |   86 +--
 hw/xfree86/modes/xf86Crtc.h  |   12 -
 hw/xfree86/modes/xf86EdidModes.c |   10 
 hw/xfree86/modes/xf86RandR12.c   |   22 +
 hw/xfree86/modes/xf86RandR12.h   |1 
 hw/xfree86/modes/xf86Rotate.c|   20 +++--
 include/do-not-use-config.h.in   |   12 +
 randr/rrcrtc.c   |6 +-
 randr/rrscreen.c |   13 -
 15 files changed, 272 insertions(+), 50 deletions(-)

New commits:
commit 91fa95f73eb7876f63683a79812ab7215368a3a1
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Apr 19 22:40:23 2007 -0400

Autoreconf

diff --git a/aclocal.m4 b/aclocal.m4
index 6f9ce7a..78910ae 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -6585,7 +6585,7 @@ AC_DEFUN([XORG_MACROS_VERSION],[
XORG_MACROS_needed_major=`echo $XORG_MACROS_needed_version | sed 
's/\..*$//'`
XORG_MACROS_needed_minor=`echo $XORG_MACROS_needed_version | sed -e 
's/^[0-9]*\.//' -e 's/\..*$//'`]
AC_MSG_CHECKING([if xorg-macros used to generate configure is at least 
${XORG_MACROS_needed_major}.${XORG_MACROS_needed_minor}])
-   [XORG_MACROS_version=1.1.2
+   [XORG_MACROS_version=1.1.5
XORG_MACROS_major=`echo $XORG_MACROS_version | sed 's/\..*$//'`
XORG_MACROS_minor=`echo $XORG_MACROS_version | sed -e 's/^[0-9]*\.//' 
-e 's/\..*$//'`]
if test $XORG_MACROS_major -ne $XORG_MACROS_needed_major ; then
@@ -6989,7 +6989,8 @@ dnl
 # 
 # Adds --with/without-release-string and changes the PACKAGE and
 # PACKAGE_TARNAME to use $PACKAGE{_TARNAME}-$RELEASE_VERSION.  If
-# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.
+# no option is given, PACKAGE and PACKAGE_TARNAME are unchanged.  Also
+# defines PACKAGE_VERSION_{MAJOR,MINOR,PATCHLEVEL} for modules to use.
  
 AC_DEFUN([XORG_RELEASE_VERSION],[
AC_ARG_WITH(release-version,
@@ -7002,6 +7003,23 @@ AC_DEFUN([XORG_RELEASE_VERSION],[
PACKAGE_TARNAME=$PACKAGE_TARNAME-$RELEASE_VERSION
AC_MSG_NOTICE([Building with package name set to $PACKAGE])
fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MAJOR],
+   [`echo $PACKAGE_VERSION | cut -d . -f 1`],
+   [Major version of this package])
+   PVM=`echo $PACKAGE_VERSION | cut -d . -f 2`
+   if test x$PVM = x; then
+   PVM=0
+   fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_MINOR],
+   [$PVM],
+   [Minor version of this package])
+   PVP=`echo $PACKAGE_VERSION | cut -d . -f 3`
+   if test x$PVP = x; then
+   PVP=0
+   fi
+   AC_DEFINE_UNQUOTED([PACKAGE_VERSION_PATCHLEVEL],
+   [$PVP],
+   [Patch version of this package])
 ])
 
 dnl $XdotOrg: lib/xtrans/xtrans.m4,v 1.6 2005/07/26 18:59:11 alanc Exp $
@@ -7064,8 +7082,9 @@ AC_DEFUN([XTRANS_TCP_FLAGS],[
 # -
 # Standard checks for which Xtrans transports to use by the Xorg packages
 # that use Xtrans functions
-AC_DEFUN([XTRANS_CONNECTION_FLAGS],
-[AC_REQUIRE([AC_TYPE_SIGNAL])
+AC_DEFUN([XTRANS_CONNECTION_FLAGS],[
+ AC_REQUIRE([AC_CANONICAL_HOST])
+ AC_REQUIRE([AC_TYPE_SIGNAL])
  AC_ARG_ENABLE(unix-transport,
AC_HELP_STRING([--enable-unix-transport],[Enable UNIX domain socket 
transport]),
[UNIXCONN=$enableval], [UNIXCONN=yes])
@@ -7083,6 +7102,19 @@ AC_DEFUN([XTRANS_CONNECTION_FLAGS],
AC_DEFINE(TCPCONN,1,[Support TCP socket connections])
XTRANS_TCP_FLAGS
  fi
+ [case $host_os in
+   solaris*|sco*|sysv4*)   localdef=yes ;;
+   *)  localdef=no  ;;
+ esac]
+ AC_ARG_ENABLE(local-transport,
+   AC_HELP_STRING([--enable-local-transport],[Enable os-specific local 
transport]),
+   [LOCALCONN=$enableval], [LOCALCONN=$localdef])
+ AC_MSG_CHECKING([if Xtrans should support os-specific local connections])
+ AC_MSG_RESULT($LOCALCONN)
+ if test $LOCALCONN = yes; then
+   AC_DEFINE(LOCALCONN,1,[Support os-specific local connections])
+ fi
+ 
 ]) # XTRANS_CONNECTION_FLAGS
 
 
diff --git a/configure b/configure
index 75eb3ba..2327151 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 xorg-server 1.2.99.905.
+# Generated by GNU Autoconf 2.61 for xorg-server 1.3.0.0.
 #
 # 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='xorg-server'
 PACKAGE_TARNAME='xorg-server'
-PACKAGE_VERSION='1.2.99.905'

xorg-server: Changes to 'refs/tags/xorg-server-2_1.3.0.0-1'

2007-04-19 Thread David Nusinow
Tag 'xorg-server-2_1.3.0.0-1' created by David Nusinow [EMAIL PROTECTED] at 
2007-04-20 03:07 +

Tagging upload of xorg-server-2_1.3.0.0-1 to experimental.

Changes since xorg-server-2_1.2.99.905-3:
David Nusinow (3):
  Merge branch 'upstream-experimental' into debian-experimental
  * New upstream release
  Autoreconf

Erik Andrén (1):
  Syncmaster 226 monitor needs 60Hz refresh (#10545).

Keith Packard (11):
  In AIGLX EnterVT processing, invoke driver EnterVT before resuming glx.
  Disable CRTC when SetSingleMode has no matching mode. Update RandR as 
well.
  Rotate screen size as needed from RandR 1.1 change requests.
  Add quirk for Acer AL1706 monitor to force 60hz refresh.
  RandR 1.2 spec says CRTC info contains screen-relative geometry.
  typo in built-in module log message
  Use default screen monitor for one of the outputs.
  Allow outputs to be explicitly enabled in config, overriding detect.
  Was accidentally disabling rotation updates in mode set.
  Disable SourceValidate in rotation to capture cursor.
  Update version to 1.3.0.0

---
 GL/glx/glxdri.c  |6 ++
 aclocal.m4   |   40 --
 configure|   76 --
 configure.ac |   10 ++--
 debian/changelog |6 ++
 hw/xfree86/loader/loadmod.c  |2 
 hw/xfree86/modes/xf86Crtc.c  |   86 +--
 hw/xfree86/modes/xf86Crtc.h  |   12 -
 hw/xfree86/modes/xf86EdidModes.c |   10 
 hw/xfree86/modes/xf86RandR12.c   |   22 +
 hw/xfree86/modes/xf86RandR12.h   |1 
 hw/xfree86/modes/xf86Rotate.c|   20 +++--
 include/do-not-use-config.h.in   |   12 +
 randr/rrcrtc.c   |6 +-
 randr/rrscreen.c |   13 -
 15 files changed, 272 insertions(+), 50 deletions(-)
---


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



libdrm: Changes to 'refs/tags/libdrm-2.3.0-4'

2007-04-19 Thread Julien Cristau
Tag 'libdrm-2.3.0-4' created by Julien Cristau [EMAIL PROTECTED] at 
2007-04-20 03:25 +

Tagging upload of libdrm 2.3.0-4 to unstable.

Changes since libdrm-2.3.0-3:
David Nusinow (1):
  * Add NEWS.Debian explaining the change in the last upload to interested

Julien Cristau (1):
  Prepare changelog for upload.

---
 debian/changelog|   11 +++
 debian/libdrm2.NEWS |8 
 2 files changed, 19 insertions(+)
---


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



libdrm: Changes to 'debian-unstable'

2007-04-19 Thread Julien Cristau
 debian/changelog |   21 +
 debian/control   |4 ++--
 debian/libdrm2.NEWS  |8 
 debian/patches/01_default_perms.diff |   13 +
 debian/patches/series|1 +
 debian/rules |5 +++--
 6 files changed, 48 insertions(+), 4 deletions(-)

New commits:
commit 36b03f05e1b7e6ecf687208afafab7d68f6ce076
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 05:07:28 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 47966a2..0b2df6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-libdrm (2.3.0-4) experimental; urgency=low
+libdrm (2.3.0-4) unstable; urgency=low
 
+  [ David Nusinow ]
   * Add NEWS.Debian explaining the change in the last upload to interested
-administrators. 
+administrators.
 
- -- David Nusinow [EMAIL PROTECTED]  Wed, 18 Apr 2007 22:44:21 -0400
+  [ Julien Cristau ]
+  * Upload to unstable.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 05:06:34 +0200
 
 libdrm (2.3.0-3) experimental; urgency=low
 

commit 851a9fd0e56d4bba68aba0073ef7017f79156e76
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 18 22:50:39 2007 -0400

* Add NEWS.Debian explaining the change in the last upload to interested
  administrators.

diff --git a/debian/changelog b/debian/changelog
index 5c77673..47966a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdrm (2.3.0-4) experimental; urgency=low
+
+  * Add NEWS.Debian explaining the change in the last upload to interested
+administrators. 
+
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 18 Apr 2007 22:44:21 -0400
+
 libdrm (2.3.0-3) experimental; urgency=low
 
   * Add myself to uploaders
diff --git a/debian/libdrm2.NEWS b/debian/libdrm2.NEWS
new file mode 100644
index 000..f99652b
--- /dev/null
+++ b/debian/libdrm2.NEWS
@@ -0,0 +1,8 @@
+libdrm (2.3.0-4) experimental; urgency=low
+
+  * We are now shipping libdrm with the default permissions set to 666,
+rather than the upstream default of 660. If you have untrusted users,
+you should configure the X server to explicitly use a mode of 660 in
+the xorg.conf.
+
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 18 Apr 2007 22:44:21 -0400

commit 7901afcce99a8af97e560d34e3685fd55eaa9c1a
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Apr 15 13:11:06 2007 -0400

* Add myself to uploaders
* Patch libdrm to default to device permission 666 so we don't have to do it
  in xorg.conf. The only way libdrm can do anything is through the server
  anyway. This can still be overridden by a user's xorg.conf. This change
  also requires adding quilt to the build-depends

diff --git a/debian/changelog b/debian/changelog
index e1fcbca..fbbf428 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libdrm (2.3.0-2) experimental; urgency=low
+
+  * Add myself to uploaders
+  * Patch libdrm to default to device permission 666 so we don't have to do it
+in xorg.conf. The only way libdrm can do anything is through the server
+anyway. This can still be overridden by a user's xorg.conf. This change
+also requires adding quilt to the build-depends
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 15 Apr 2007 13:08:50 -0400
+
 libdrm (2.3.0-1) experimental; urgency=low
 
   [ Thierry Reding ]
diff --git a/debian/control b/debian/control
index bc273d1..7e67d85 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libdrm
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: Thierry Reding [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5.0.0), autotools-dev, libx11-dev, dpkg-dev (= 
1.13.19)
+Uploaders: Thierry Reding [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED], David Nusinow [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5.0.0), autotools-dev, libx11-dev, dpkg-dev (= 
1.13.19), quilt (= 0.40)
 Standards-Version: 3.7.2
 Section: libs
 
diff --git a/debian/patches/01_default_perms.diff 
b/debian/patches/01_default_perms.diff
new file mode 100644
index 000..371fc05
--- /dev/null
+++ b/debian/patches/01_default_perms.diff
@@ -0,0 +1,13 @@
+Index: libdrm/libdrm/xf86drm.h
+===
+--- libdrm.orig/libdrm/xf86drm.h   2007-04-15 12:37:15.0 -0400
 libdrm/libdrm/xf86drm.h2007-04-15 12:39:16.0 -0400
+@@ -46,7 +46,7 @@
+ /* Default /dev/dri directory permissions 0755 */
+ #define DRM_DEV_DIRMODE   \
+   (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
+-#define DRM_DEV_MODE   (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
++#define DRM_DEV_MODE   (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
+ 
+ #define DRM_DIR_NAME  /dev/dri
+ #define DRM_DEV_NAME  %s/card%d
diff --git a/debian/patches/series b/debian/patches/series
new file 

Processing of xorg-server_1.3.0.0-1_i386.changes

2007-04-19 Thread Archive Administrator
xorg-server_1.3.0.0-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.3.0.0-1.dsc
  xorg-server_1.3.0.0.orig.tar.gz
  xorg-server_1.3.0.0-1.diff.gz
  xprint-common_1.3.0.0-1_all.deb
  xserver-xorg-core_1.3.0.0-1_i386.deb
  xserver-xorg-dev_1.3.0.0-1_i386.deb
  xdmx_1.3.0.0-1_i386.deb
  xdmx-tools_1.3.0.0-1_i386.deb
  xnest_1.3.0.0-1_i386.deb
  xvfb_1.3.0.0-1_i386.deb
  xserver-xephyr_1.3.0.0-1_i386.deb
  xprint_1.3.0.0-1_i386.deb
  xserver-xorg-core-dbg_1.3.0.0-1_i386.deb

Greetings,

Your Debian queue daemon


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



xorg-server_1.3.0.0-1_i386.changes ACCEPTED

2007-04-19 Thread Debian Installer

Accepted:
xdmx-tools_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.3.0.0-1_i386.deb
xdmx_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xdmx_1.3.0.0-1_i386.deb
xnest_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xnest_1.3.0.0-1_i386.deb
xorg-server_1.3.0.0-1.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.3.0.0-1.diff.gz
xorg-server_1.3.0.0-1.dsc
  to pool/main/x/xorg-server/xorg-server_1.3.0.0-1.dsc
xorg-server_1.3.0.0.orig.tar.gz
  to pool/main/x/xorg-server/xorg-server_1.3.0.0.orig.tar.gz
xprint-common_1.3.0.0-1_all.deb
  to pool/main/x/xorg-server/xprint-common_1.3.0.0-1_all.deb
xprint_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xprint_1.3.0.0-1_i386.deb
xserver-xephyr_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.3.0.0-1_i386.deb
xserver-xorg-core-dbg_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.3.0.0-1_i386.deb
xserver-xorg-core_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.3.0.0-1_i386.deb
xserver-xorg-dev_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.3.0.0-1_i386.deb
xvfb_1.3.0.0-1_i386.deb
  to pool/main/x/xorg-server/xvfb_1.3.0.0-1_i386.deb


Override entries for your package:
xdmx-tools_1.3.0.0-1_i386.deb - optional x11
xdmx_1.3.0.0-1_i386.deb - optional x11
xnest_1.3.0.0-1_i386.deb - optional x11
xorg-server_1.3.0.0-1.dsc - source x11
xprint-common_1.3.0.0-1_all.deb - optional x11
xprint_1.3.0.0-1_i386.deb - optional x11
xserver-xephyr_1.3.0.0-1_i386.deb - optional x11
xserver-xorg-core-dbg_1.3.0.0-1_i386.deb - extra x11
xserver-xorg-core_1.3.0.0-1_i386.deb - optional x11
xserver-xorg-dev_1.3.0.0-1_i386.deb - optional x11
xvfb_1.3.0.0-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]



libdrm_2.3.0-4_i386.changes ACCEPTED

2007-04-19 Thread Debian Installer

Accepted:
libdrm-dev_2.3.0-4_i386.deb
  to pool/main/libd/libdrm/libdrm-dev_2.3.0-4_i386.deb
libdrm2-dbg_2.3.0-4_i386.deb
  to pool/main/libd/libdrm/libdrm2-dbg_2.3.0-4_i386.deb
libdrm2_2.3.0-4_i386.deb
  to pool/main/libd/libdrm/libdrm2_2.3.0-4_i386.deb
libdrm_2.3.0-4.diff.gz
  to pool/main/libd/libdrm/libdrm_2.3.0-4.diff.gz
libdrm_2.3.0-4.dsc
  to pool/main/libd/libdrm/libdrm_2.3.0-4.dsc


Override entries for your package:
libdrm-dev_2.3.0-4_i386.deb - optional libdevel
libdrm2-dbg_2.3.0-4_i386.deb - extra libdevel
libdrm2_2.3.0-4_i386.deb - optional libs
libdrm_2.3.0-4.dsc - source libs

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]



x11proto-damage: Changes to 'debian-unstable'

2007-04-19 Thread Julien Cristau
 .gitignore   |   11 
 AUTHORS  |2 
 COPYING  |   27 
 ChangeLog|  101 +
 INSTALL  |8 
 Makefile.am  |   29 
 Makefile.in  |  315 +++-
 NEWS |2 
 README   |   10 
 aclocal.m4   | 1080 ++--
 configure| 2528 ---
 configure.ac |   29 
 damageproto.h|   13 
 damageproto.pc.in|2 
 damageproto.txt  |  221 +++
 damagewire.h |7 
 debian/changelog |   15 
 debian/control   |4 
 debian/copyright |3 
 debian/rules |4 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ++
 debian/xsfbs/xsfbs.mk|  379 +
 debian/xsfbs/xsfbs.sh|  907 +
 install-sh   |  477 +++
 missing  |  142 +-
 mkinstalldirs|   89 +
 26 files changed, 4506 insertions(+), 2049 deletions(-)

New commits:
commit 1e7f8d34d525204ac5f94da05b42b6294446e602
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 06:25:32 2007 +0200

Delete xsfbs to allow a proper import.

diff --git a/debian/xsfbs/xsfbs-autoreconf.mk b/debian/xsfbs/xsfbs-autoreconf.mk
deleted file mode 100644
index fc2fe62..000
--- a/debian/xsfbs/xsfbs-autoreconf.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/make -f
-# $Id: xsfbs-autoreconf.mk 2284 2006-06-06 18:02:50Z branden $
-
-# Automagical conversion of autoreconf results into quilt patches.
-
-# Copyright 2006 Eugene Konev
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
-
-# The idea behind this is storing changes produced by autoreconf as a 
-# separate patch on quilt stack (on top of stack actually).
-# The only usable target here is 'autoreconf`. Other targets are not
-# supposed to be called directly. DO NOT invoke them, unless you know what
-# you are doing.
-# The autoreconf target will check if files with names in $(RECONF_CHECKFILES)
-# were changed during patching (from upstream version or from previously
-# autoreconfed version) and call actual autoreconfing if they were.
-# The actual autoreconfing target (doautoreconf) WILL FAIL after 
-# calling autoreconf and pushing changes into quilt stack by design. It
-# should never be invoked by automatic build process.
-# The proposed use is adding autoreconf into clean's prerequisites before
-# xsfclean like:
-# - clean: xsfclean
-# + clean: autoreconf xsfclean
-# This will ensure it is called when you build package with dpkg-buildpackage.
-
-# This dir will be used for producing diff of autoreconfed tree
-RECONF_DIR := xsfautoreconf
-
-# This files will be checked for changes
-RECONF_CHECKFILES += configure.ac Makefile.am
-
-# This files will not be hardlinked but copied
-RECONF_NOLINKFILES += aclocal.m4
-
-# This files/dirs will be pruned after autoreconf run
-RECONF_PRUNEFILES += autom4te.cache config.h.in~ aclocal.m4~
-
-# Internal target. Never invoke directly.
-stampdir_target+=check.md5sum
-$(STAMP_DIR)/check.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules prepare
-   for F in $(RECONF_CHECKFILES); do \
- find . -wholename ./$(STAMP_DIR) -prune -o -name $$F -print | \
-   LC_ALL=C sort | xargs --no-run-if-empty md5sum $@; \
-   done
-
-# Internal target. Never invoke directly.
-$(STAMP_DIR)/clean.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules unpatch
-   rm -f $(STAMP_DIR)/check.md5sum
-   $(MAKE) -f debian/rules $(STAMP_DIR)/check.md5sum
-   mv $(STAMP_DIR)/check.md5sum $@
-
-# Internal target. Never invoke directly.
-debian/patches/patched.md5sum:
-   dh_testdir
-   [ -f $(STAMP_DIR)/clean.md5sum ] || \
- $(MAKE) -f debian/rules $(STAMP_DIR)/clean.md5sum
-
-   $(MAKE) -f debian/rules patch
-   rm -f $(STAMP_DIR)/check.md5sum
-   $(MAKE) -f debian/rules $(STAMP_DIR)/check.md5sum
-   if ! diff $(STAMP_DIR)/clean.md5sum \
- $(STAMP_DIR)/check.md5sum  /dev/null; then \
- $(MAKE) -f debian/rules doautoreconf; \
-   else \
- mv $(STAMP_DIR)/check.md5sum $@; \
-   fi
-
-# Internal target. Never invoke directly.
-,PHONY: doautoreconf
-doautoreconf: patch
-   quilt push -a $(STAMP_DIR)/log/autoreconf 21 || true
-   if quilt applied | grep ^autoreconf.diff$$  /dev/null; then \
- quilt pop -a $(STAMP_DIR)/log/autoreconf 21; \
- quilt rename -p autoreconf.diff autoreconf-old.diff \
-  $(STAMP_DIR)/log/autoreconf 21; \
- quilt delete autoreconf-old.diff $(STAMP_DIR)/log/autoreconf 21; \
- quilt push -a 

x11proto-damage: Changes to 'refs/tags/x11proto-damage-1.1.0-2'

2007-04-19 Thread Julien Cristau
Tag 'x11proto-damage-1.1.0-2' created by Julien Cristau [EMAIL PROTECTED] at 
2007-04-20 04:33 +

Tagging upload of x11proto-damage 1.1.0-2 to unstable.

Changes since x11proto-damage-1.1.0-1:
Branden Robinson (4):
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver - serverminver rename

Julien Cristau (7):
  Add new serverabi rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Install damageproto.txt and the upstream ChangeLog.
  Delete xsfbs to allow a proper import.
  Merge branch 'xsfbs-unstable' of ../../xsfbs into debian-unstable
  Prepare changelog for upload.
  Add XS-Vcs-Browser, and remove Fabio from Uploaders.

---
 debian/changelog |9 +
 debian/control   |3 ++-
 debian/rules |4 ++--
 debian/xsfbs/xsfbs-autoreconf.mk |2 +-
 debian/xsfbs/xsfbs.mk|   28 
 debian/xsfbs/xsfbs.sh|2 +-
 6 files changed, 39 insertions(+), 9 deletions(-)
---


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



x11proto-damage: Changes to 'debian-unstable'

2007-04-19 Thread Julien Cristau
 debian/changelog |7 +--
 debian/control   |3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit fa964fa7f233a4818000a8e6503e0f6b86dba655
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 06:33:20 2007 +0200

Add XS-Vcs-Browser, and remove Fabio from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 6f0103c..52bf45f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ x11proto-damage (1.1.0-2) unstable; urgency=low
 
   * Install damageproto.txt and the upstream ChangeLog.
   * Upload to unstable.
+  * Add XS-Vcs-Browser.
+  * Remove Fabio from Uploaders, with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 06:27:06 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 06:32:36 +0200
 
 x11proto-damage (1.1.0-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index d39909f..5b2a02c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: x11proto-damage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-damage
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-damage.git
 
 Package: x11proto-damage-dev
 Architecture: all

commit f1878931bbcd73da94f4e0b937e73e07889f28d7
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 06:27:26 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 67cd8e0..6f0103c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-x11proto-damage (1.1.0-2) UNRELEASED; urgency=low
+x11proto-damage (1.1.0-2) unstable; urgency=low
 
   * Install damageproto.txt and the upstream ChangeLog.
+  * Upload to unstable.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 06:24:22 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 06:27:06 +0200
 
 x11proto-damage (1.1.0-1) experimental; urgency=low
 


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



Processing of x11proto-damage_1.1.0-2_i386.changes

2007-04-19 Thread Archive Administrator
x11proto-damage_1.1.0-2_i386.changes uploaded successfully to localhost
along with the files:
  x11proto-damage_1.1.0-2.dsc
  x11proto-damage_1.1.0-2.diff.gz
  x11proto-damage-dev_1.1.0-2_all.deb

Greetings,

Your Debian queue daemon


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



x11proto-randr: Changes to 'debian-unstable'

2007-04-19 Thread Julien Cristau
 .gitignore|   11 
 COPYING   |   49 
 ChangeLog |  455 ++
 Makefile.am   |5 
 Makefile.in   |  286 ++--
 aclocal.m4| 1020 +--
 configure | 2484 +++---
 configure.ac  |   25 
 debian/changelog  |   25 
 debian/control|7 
 debian/copyright  |   49 
 debian/rules  |6 
 debian/x11proto-randr-dev.install |1 
 debian/xsfbs/xsfbs-autoreconf.mk  |  150 ++
 debian/xsfbs/xsfbs.mk |  379 +
 debian/xsfbs/xsfbs.sh |  907 +
 install-sh|  477 +++
 missing   |  142 +-
 mkinstalldirs |   89 +
 randr.h   |  109 +
 randrproto.h  |  479 +++
 randrproto.txt| 1767 +++
 22 files changed, 6781 insertions(+), 2141 deletions(-)

New commits:
commit 9e0b989ab8e98ab160de40e451fe293a03153b56
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 06:39:09 2007 +0200

Add XS-Vcs-Browser, and remove Fabio from Uploaders with his permission.

diff --git a/debian/changelog b/debian/changelog
index c2c0266..7d747ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-randr (1.2.1-2) unstable; urgency=low
+
+  * Upload to unstable.
+  * Add XS-Vcs-Browser, and remove Fabio from Uploaders with his permission.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 06:38:38 +0200
+
 x11proto-randr (1.2.1-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index cae40f0..1bb5b26 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: x11proto-randr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-randr
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-randr.git
 
 Package: x11proto-randr-dev
 Architecture: all

commit f4737ac54332a11ed850bfb497d333b083eabae7
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 06:14:31 2007 +0200

Delete xsfbs to allow a proper import.

diff --git a/debian/xsfbs/xsfbs-autoreconf.mk b/debian/xsfbs/xsfbs-autoreconf.mk
deleted file mode 100644
index fc2fe62..000
--- a/debian/xsfbs/xsfbs-autoreconf.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/make -f
-# $Id: xsfbs-autoreconf.mk 2284 2006-06-06 18:02:50Z branden $
-
-# Automagical conversion of autoreconf results into quilt patches.
-
-# Copyright 2006 Eugene Konev
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
-
-# The idea behind this is storing changes produced by autoreconf as a 
-# separate patch on quilt stack (on top of stack actually).
-# The only usable target here is 'autoreconf`. Other targets are not
-# supposed to be called directly. DO NOT invoke them, unless you know what
-# you are doing.
-# The autoreconf target will check if files with names in $(RECONF_CHECKFILES)
-# were changed during patching (from upstream version or from previously
-# autoreconfed version) and call actual autoreconfing if they were.
-# The actual autoreconfing target (doautoreconf) WILL FAIL after 
-# calling autoreconf and pushing changes into quilt stack by design. It
-# should never be invoked by automatic build process.
-# The proposed use is adding autoreconf into clean's prerequisites before
-# xsfclean like:
-# - clean: xsfclean
-# + clean: autoreconf xsfclean
-# This will ensure it is called when you build package with dpkg-buildpackage.
-
-# This dir will be used for producing diff of autoreconfed tree
-RECONF_DIR := xsfautoreconf
-
-# This files will be checked for changes
-RECONF_CHECKFILES += configure.ac Makefile.am
-
-# This files will not be hardlinked but copied
-RECONF_NOLINKFILES += aclocal.m4
-
-# This files/dirs will be pruned after autoreconf run
-RECONF_PRUNEFILES += autom4te.cache config.h.in~ aclocal.m4~
-
-# Internal target. Never invoke directly.
-stampdir_target+=check.md5sum
-$(STAMP_DIR)/check.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules prepare
-   for F in $(RECONF_CHECKFILES); do \
- find . -wholename ./$(STAMP_DIR) -prune -o -name $$F -print | \
-   LC_ALL=C sort | xargs --no-run-if-empty md5sum $@; \
-   done
-
-# Internal 

x11proto-randr: Changes to 'upstream-unstable'

2007-04-19 Thread Julien Cristau
 configure.ac   |   25 -
 randrproto.h   |   10 +-
 randrproto.txt |2 +-
 3 files changed, 30 insertions(+), 7 deletions(-)

New commits:
commit aada204b1fc9ba6461efad3fe6bd032ee98536e1
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sun Feb 18 21:02:30 2007 -0800

Bump version to 1.2.1.

And add copyright to configure.ac file

diff --git a/configure.ac b/configure.ac
index ac3a617..6c338f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,28 @@
+dnl 
+dnl  Copyright © 2003 Keith Packard
+dnl 
+dnl  Permission to use, copy, modify, distribute, and sell this software and 
its
+dnl  documentation for any purpose is hereby granted without fee, provided that
+dnl  the above copyright notice appear in all copies and that both that
+dnl  copyright notice and this permission notice appear in supporting
+dnl  documentation, and that the name of Keith Packard not be used in
+dnl  advertising or publicity pertaining to distribution of the software 
without
+dnl  specific, written prior permission.  Keith Packard makes no
+dnl  representations about the suitability of this software for any purpose.  
It
+dnl  is provided as is without express or implied warranty.
+dnl 
+dnl  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+dnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+dnl  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+dnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 
USE,
+dnl  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+dnl  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+dnl  PERFORMANCE OF THIS SOFTWARE.
+dnl
+dnl Process this file with autoconf to create configure.
+
 AC_PREREQ([2.57])
-AC_INIT([RandrProto], [1.2.0], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([RandrProto], [1.2.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 XORG_RELEASE_VERSION

commit 0e689cecd65f420ec175046e4bb2b5386bf7b7c5
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sun Feb 18 21:02:10 2007 -0800

Fix wording about requesting ConfigureNotify events.

diff --git a/randrproto.txt b/randrproto.txt
index cf15159..345ef4e 100644
--- a/randrproto.txt
+++ b/randrproto.txt
@@ -974,7 +974,7 @@ dynamic changes in the display environment.
 
 Clients MAY select for ConfigureNotify on the root window to be
 informed of screen changes. This may be advantageous if all your
-clients need to know is the size of the root window, as it avoids
+client needs to know is the size of the root window, as it avoids
 round trips to set up the extension.
 
 RRScreenChangeNotify is sent if RRSelectInput has requested it

commit 34ebf25a88972afdc561f4525d02b3fe41ac84bf
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Thu Feb 1 15:08:10 2007 -0800

Fix the size of the padding fields of xRRGetCrtcGamma.

diff --git a/randrproto.h b/randrproto.h
index 02680d9..abca369 100644
--- a/randrproto.h
+++ b/randrproto.h
@@ -539,11 +539,11 @@ typedef struct {
 CARD32 length B32;
 CARD16 size B16;
 CARD16 pad1 B16;
-CARD16 pad2 B32;
-CARD16 pad3 B32;
-CARD16 pad4 B32;
-CARD16 pad5 B32;
-CARD16 pad6 B32;
+CARD32 pad2 B32;
+CARD32 pad3 B32;
+CARD32 pad4 B32;
+CARD32 pad5 B32;
+CARD32 pad6 B32;
 } xRRGetCrtcGammaReply;
 #define sz_xRRGetCrtcGammaReply32
 


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



x11proto-randr: Changes to 'refs/tags/x11proto-randr-1.2.1-2'

2007-04-19 Thread Julien Cristau
Tag 'x11proto-randr-1.2.1-2' created by Julien Cristau [EMAIL PROTECTED] at 
2007-04-20 04:39 +

Tagging upload of x11proto-randr 1.2.1-2 to unstable.

Changes since x11proto-randr-1.2.1-1:
Branden Robinson (4):
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

David Nusinow (11):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver - serverminver rename

Julien Cristau (5):
  Add new serverabi rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Delete xsfbs to allow a proper import.
  Merge branch 'xsfbs-unstable' of ../../xsfbs into debian-unstable
  Add XS-Vcs-Browser, and remove Fabio from Uploaders with his permission.

---
 debian/changelog |7 +++
 debian/control   |3 ++-
 debian/xsfbs/xsfbs-autoreconf.mk |2 +-
 debian/xsfbs/xsfbs.mk|   28 
 debian/xsfbs/xsfbs.sh|2 +-
 5 files changed, 35 insertions(+), 7 deletions(-)
---


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



Processing of x11proto-randr_1.2.1-2_i386.changes

2007-04-19 Thread Archive Administrator
x11proto-randr_1.2.1-2_i386.changes uploaded successfully to localhost
along with the files:
  x11proto-randr_1.2.1-2.dsc
  x11proto-randr_1.2.1-2.diff.gz
  x11proto-randr-dev_1.2.1-2_all.deb

Greetings,

Your Debian queue daemon


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



x11proto-randr_1.2.1-2_i386.changes ACCEPTED

2007-04-19 Thread Debian Installer

Accepted:
x11proto-randr-dev_1.2.1-2_all.deb
  to pool/main/x/x11proto-randr/x11proto-randr-dev_1.2.1-2_all.deb
x11proto-randr_1.2.1-2.diff.gz
  to pool/main/x/x11proto-randr/x11proto-randr_1.2.1-2.diff.gz
x11proto-randr_1.2.1-2.dsc
  to pool/main/x/x11proto-randr/x11proto-randr_1.2.1-2.dsc


Override entries for your package:
x11proto-randr-dev_1.2.1-2_all.deb - optional x11
x11proto-randr_1.2.1-2.dsc - source 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]



x11proto-damage_1.1.0-2_i386.changes ACCEPTED

2007-04-19 Thread Debian Installer

Accepted:
x11proto-damage-dev_1.1.0-2_all.deb
  to pool/main/x/x11proto-damage/x11proto-damage-dev_1.1.0-2_all.deb
x11proto-damage_1.1.0-2.diff.gz
  to pool/main/x/x11proto-damage/x11proto-damage_1.1.0-2.diff.gz
x11proto-damage_1.1.0-2.dsc
  to pool/main/x/x11proto-damage/x11proto-damage_1.1.0-2.dsc


Override entries for your package:
x11proto-damage-dev_1.1.0-2_all.deb - optional x11
x11proto-damage_1.1.0-2.dsc - source 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]



mesa: Changes to 'upstream-unstable'

2007-04-19 Thread Julien Cristau
 Makefile  |   22 
 bin/minstall  |   88 
 bin/mklib |   15 
 configs/aix   |1 
 configs/default   |5 
 configs/freebsd   |3 
 configs/freebsd-dri   |   10 
 configs/linux-dri |5 
 configs/linux-dri-x86-64  |2 
 configs/linux-dri-xcb |5 
 configs/linux-fbdev   |   10 
 configs/linux-indirect|1 
 configs/linux-static  |5 
 descrip.mms   |2 
 docs/README.directfb  |2 
 docs/contents.html|2 
 docs/devinfo.html |   14 
 docs/dispatch.html|  274 
 docs/mangling.html|   12 
 docs/news.html|   89 
 docs/relnotes-6.4.1.html  |   68 
 docs/relnotes-6.4.2.html  |   75 
 docs/relnotes-6.4.html|   90 
 docs/relnotes-6.5.1.html  |   76 
 docs/relnotes-6.5.2.html  |  118 
 docs/relnotes-6.5.html|  131 
 docs/relnotes.html|   24 
 docs/sourcedocs.html  |   17 
 docs/versions.html|  175 
 include/GL/gl.h   |   35 
 include/GL/gl_mangle.h|   18 
 include/GL/glx_mangle.h   |   58 
 include/GL/internal/glcore.h  |3 
 progs/demos/Makefile  |2 
 progs/demos/cubemap.c |1 
 progs/demos/fslight.c |  334 
 progs/demos/readpix.c |   31 
 progs/demos/streaming_rect.c  |  322 
 progs/demos/texdown.c |  133 
 progs/directfb/df_gears.c |2 
 progs/directfb/df_morph3d.c   |2 
 progs/directfb/df_reflect.c   |2 
 progs/osdemos/osdemo.c|   45 
 progs/slang/cltest.txt|   40 
 progs/slang/vstest.txt|2 
 progs/tests/cva.c |8 
 progs/tests/getprocaddress.c  |   88 
 progs/trivial/Makefile|2 
 progs/trivial/quad-tex-pbo.c  |  181 
 progs/xdemos/wincopy.c|   35 
 src/glu/Makefile  |2 
 src/glu/sgi/libutil/mipmap.c  |   44 
 src/glut/directfb/ext.c   |7 
 src/glut/directfb/internal.h  |3 
 src/glut/fbdev/Makefile   |2 
 src/glut/fbdev/callback.c |5 
 src/glut/fbdev/colormap.c |9 
 src/glut/fbdev/cursor.c   |   22 
 src/glut/fbdev/ext.c  |2 
 src/glut/fbdev/fbdev.c|  122 
 src/glut/fbdev/gamemode.c |2 
 src/glut/fbdev/input.c|  409 
 src/glut/fbdev/internal.h |   12 
 src/glut/fbdev/menu.c |4 
 src/glut/fbdev/overlay.c  |1 
 src/glut/fbdev/state.c|1 
 src/glut/glx/Makefile |2 
 src/glut/glx/glut_cmap.c  |   24 
 src/glut/glx/glut_win.c   |   17 
 src/glut/mini/models.c|   16 
 src/glw/Makefile  |2 
 src/glx/mini/miniglx.c|   16 
 src/glx/x11/XF86dri.c |4 
 src/glx/x11/glxext.c  |  262 
 src/glx/x11/indirect.c  

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

2007-04-19 Thread Julien Cristau
Tag 'mesa-6.5.2-4' created by Julien Cristau [EMAIL PROTECTED] at 2007-04-20 
05:11 +

Tagging upload of mesa 6.5.2-4 to unstable.

Changes since mesa-6.5.1-0.6:
Aapo Tahkola (204):
  Add radeon 9550 pci id.
  Mipmapping and other texture filters now work.
  Added fixes for filter modes and support for anisotropy filters.
  Looks like masking masking t-filter isnt needed anymore.
  I was wrong...
  This fixes it but why mipmaps still work?
  border_color causes lockups with vertex buffers. Disabling for now.
  Fixes for clamp modes.
  Add vector distance operator for vertex programs.
  Add basic sceleton for vertex programs + some other fixes
  Forgot one comment...
  Fix wrong comment.
  Cleaning up.
  Beginings of program generation. This code havent been tested nor hooked 
up.
  Fix for compiler warnings.
  Vertex programs work now with some restrictions. I expect arbvptorus to 
work
  Implemented bunch of ops.
  Implement appropriate src checks for attribs/params.
  Add a missing break and a reminder.
  Changed parts of r300_setup_routing to use WARN_ONCE.
  Changing vb code to handle inputs correctly.
  Removing some trash and disabling fog fallback as it seem its causing 
more harm than good. Tuxracer should now work at least with vbs. Fix for vb 
colorbuffer clear bug is underway...
  To cut the long and boring story short, polygon offsets should now work. 
vb mode colorbuffer clears are still mysticly broken by offsets... Maybe we 
need to merge zbs and unk42B4 together?
  Implemented checks that prevent r300 from locking up when bad number of 
verts are given. Also tweaked WARN_ONCE a bit to handle va-args.
  fog + immediate mode = bad things
  Better fix to get tuxracer working.
  BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer 
clears and other things not to work. This bug can be triggered by extending 
struct r300_hw_state by two struct r300_state_atom's from its current size. 
Everything zbs and unk42B4 related is now covered with HAVE_ZBS and GA ifdefs. 
Who wants to fix it? Not i. :)
  Fix the bug and get zbias back into shape. There might still be some 
problems with initial zbias...
  Typo..
  Enabled user-defined point size, enabled zbiases for rest of the 
primitives and fixed bad vertex number checks triggered by nurb.
  Adding support for selecting line width. Stipple patterns still cause 
lots of trouble.
  Turns out unknown5 was border color. texwrap looks good now.
  Support for PolygonMode. Not too far from working even though i almost 
gave up once already.
  Removing some regs that are wrong and adding some comments to r300_reg.h .
  Updating master copy of r300_reg.h and turning immediate mode back on
  Added kindly note about single buffer mode.
  Support for blend color(not tested), proper line width/point size 
clamps and fix for glxinfo problem.
  Support for idx buffers. Leaving it on by default as it doesnt seem to 
cause any lock ups nor other issues. Tests with one object using elts should 
pass. Introducing more than one object will cause indices to mix up as far as i 
can see. DRM update is needed for this code to work\!
  magic_1 handling...
  Switching to start_index32_packet.
  We dont need to call r300EmitAOS if we arent going to draw 
anything(r300_get_num_verts returns 0).
  Fix for buffer overrun caused by ALLOC_STATE not having args surrounded 
by parenthesis. Can you see it? HINT: Anything texture related should now work 
slightly better. And yes it took me several hours to find it.
  Disabling some fallbacks as they cause misc programs not to start and 
adding some comments.
  Minor fix to border and blend color.
  Adding support for front buffer mode, removing some code we dont really 
need and some new debugging stuff.
  New elt buffer code should be fairly stable.
  Another nasty struct size bug found.
  fix for 'nasty bug' and some sanity checks to avoid buffer overruns. 
Bumping VSF_MAX_FRAGMENT_LENGTH as it seems a bit low otherwise.
  Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt 
correctly disable alpha test. Vertex programs with high vertex count now run a 
lot faster as software fallback is no longer on. Also disabling 'temp to 
result'-instructions as they probably violate the spec and dont seem to be 
something thats needed.
  Replacing some RADEON cmd types with r300 counterparts.
  Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.
  Replacing alpha test bits with values that give desired results as 
compaired to software rendering. Alpha test in textures is still completely 
broken as can be seen in progs/demos/fire and various games.
  Fix to get glxgears display anything.
  Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional 
and 

Processing of mesa_6.5.2-4_i386.changes

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

Greetings,

Your Debian queue daemon


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



mesa_6.5.2-4_i386.changes ACCEPTED

2007-04-19 Thread Debian Installer

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


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

Announcing to [EMAIL PROTECTED]
Closing bugs: 387339 412346 


Thank you for your contribution to Debian.


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



mesa override disparity

2007-04-19 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-4_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]