Processed: found 488669 in 2:1.4.2-10

2009-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 488669 2:1.4.2-10
Bug#488669: kernel changes break X on sparc64/pci
Bug#500358: mach64 stopped working on the Sun Ultra 5 graphics card after 
upgrade
Bug marked as found in version 2:1.4.2-10.


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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



reassign 514369 to xserver-xorg-video-nv, forcibly merging 488907 514369

2009-02-09 Thread Julien Cristau
reassign 514369 xserver-xorg-video-nv 1:2.1.10-1
forcemerge 488907 514369


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



Processed: reassign 514369 to xserver-xorg-video-nv, forcibly merging 488907 514369

2009-02-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 514369 xserver-xorg-video-nv 1:2.1.10-1
Bug#514369: xserver-xorg: xserver has incorrect configuration after 
installation on powerpc
Bug reassigned from package `xserver-xorg' to `xserver-xorg-video-nv'.

 forcemerge 488907 514369
Bug#488907: X server fails with UseFBDev on Powerbook G4 (nv)
Bug#514369: xserver-xorg: xserver has incorrect configuration after 
installation on powerpc
Bug#495610: xserver-xorg: segfaults with default config on PowerBook 12 (nv)
Forcibly Merged 488907 495610 514369.


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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514409: xkb-data does not support cz_qwerty anymore

2009-02-09 Thread Julien Cristau
On Sun, 2009-02-08 at 15:30 +0100, Radek Burget wrote:
 It seems that the separate layout has been replaced by a variant, which is 
 more logical.

The obsolete layout (which was removed back in 2004) is still supposed
to work thanks to a compat rule.  The rules files have:
  * cz_qwerty   =   pc+cz(qwerty)
which should do the work.

Cheers,
Julien



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



xorg: Changes to 'debian-experimental'

2009-02-09 Thread Julien Cristau
 debian/changelog|8 ++
 debian/control  |2 
 debian/local/dexconf|5 -
 debian/rules|5 -
 debian/scripts/vars.amd64   |2 
 debian/scripts/vars.hppa|2 
 debian/scripts/vars.i386|3 
 debian/scripts/vars.ia64|3 
 debian/xserver-xorg.postinst.in |  126 +---
 debian/xserver-xorg.templates   |   10 ---
 10 files changed, 14 insertions(+), 152 deletions(-)

New commits:
commit 363e6cd7cc151d302bfaa224b35e5eadb6e8a77b
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 15:12:12 2009 +0100

Drop Recommends on hw detection programs

We don't use dmidecode and fbset anymore (they were used for hardware
detection), so stop adding Recommends on them.

diff --git a/debian/changelog b/debian/changelog
index 0844a4e..43449ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ xorg (1:7.4~6) UNRELEASED; urgency=low
   * As a result of the previous change, remove the
 xserver-xorg/config/device/driver debconf template, and unregister it on
 upgrade.
+  * We don't use dmidecode and fbset anymore (they were used for hardware
+detection), so stop adding Recommends on them.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 23 Jan 2009 14:53:45 +0200
 
diff --git a/debian/control b/debian/control
index 6744b56..65aabef 100644
--- a/debian/control
+++ b/debian/control
@@ -91,7 +91,7 @@ Depends:
  ${misc:Depends},
  xkb-data (= 1.4),
  x11-xkb-utils
-Recommends: libgl1-mesa-dri, udev, ${F:XServer-Xorg-Detect-Depends}
+Recommends: libgl1-mesa-dri, udev
 Description: the X.Org X server
  This package depends on the full suite of the server and drivers for the
  X.Org X server, as well as providing a configuration infrastructure to manage
diff --git a/debian/rules b/debian/rules
index b6595c8..ec81418 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,6 @@ endif
 # debhelper
 export DH_OPTIONS
 
-# Default list of detection packages
-XSERVER_XORG_DETECT_DEPENDS = 
-
 include debian/xsfbs/xsfbs.mk
 
 # Get package version info.
@@ -99,7 +96,7 @@ binary-indep: build install
chown root:root debian/x11-common/etc/X11/Xsession
chmod 755 debian/x11-common/etc/X11/Xsession
dh_installdeb
-   dh_gencontrol -- 
-VF:XServer-Xorg-Detect-Depends=$(XSERVER_XORG_DETECT_DEPENDS)
+   dh_gencontrol
dh_md5sums
dh_builddeb
touch stamp-$@
diff --git a/debian/scripts/vars.amd64 b/debian/scripts/vars.amd64
index b5d11a9..e14e7f1 100755
--- a/debian/scripts/vars.amd64
+++ b/debian/scripts/vars.amd64
@@ -35,5 +35,3 @@ XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-apm, \
 XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, \
xserver-xorg-input-synaptics, \
xserver-xorg-input-wacom
-
-XSERVER_XORG_DETECT_DEPENDS=dmidecode
diff --git a/debian/scripts/vars.hppa b/debian/scripts/vars.hppa
index e98103d..10a92a5 100755
--- a/debian/scripts/vars.hppa
+++ b/debian/scripts/vars.hppa
@@ -20,5 +20,3 @@ XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-ati, \
 XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, \
xserver-xorg-input-synaptics, \
xserver-xorg-input-wacom
-
-XSERVER_XORG_DETECT_DEPENDS=fbset
diff --git a/debian/scripts/vars.i386 b/debian/scripts/vars.i386
index 56af7e0..791c6c6 100755
--- a/debian/scripts/vars.i386
+++ b/debian/scripts/vars.i386
@@ -37,6 +37,3 @@ XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-apm, \
 XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, \
xserver-xorg-input-synaptics, \
xserver-xorg-input-wacom
-
-XSERVER_XORG_DETECT_DEPENDS=dmidecode
-
diff --git a/debian/scripts/vars.ia64 b/debian/scripts/vars.ia64
index 327f885..8afff0b 100755
--- a/debian/scripts/vars.ia64
+++ b/debian/scripts/vars.ia64
@@ -30,6 +30,3 @@ XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-apm, \
 XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, \
xserver-xorg-input-synaptics, \
xserver-xorg-input-wacom
-
-XSERVER_XORG_DETECT_DEPENDS=dmidecode
-

commit e5536fd8b24a835866ba81e1b27ea30bc563d8d4
Author: Julien Cristau jcris...@debian.org
Date:   Sun Feb 1 20:00:47 2009 +0100

Stop configuring a driver on sparc

* xserver-xorg.postinst: drop the code to pick a driver on sparc.  The
  server now autoconfigures sbus devices.
* As a result of the previous change, remove the
  xserver-xorg/config/device/driver debconf template, and unregister it on
  upgrade.

diff --git a/debian/changelog b/debian/changelog
index a7adc76..0844a4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,11 @@ xorg (1:7.4~6) UNRELEASED; urgency=low
   * xserver-xorg.postinst: drop duplicate definitions of the debug_echo and
 validate_string_db_input shell functions.
   * dexconf: don't try to get the driver from debconf.
+  * xserver-xorg.postinst: drop the code to pick a driver on sparc.  The
+server now 

Bug#489141: xserver-xorg: X server sometimes refuses local xclients to connect

2009-02-09 Thread Michael Hanke
Sorry, for the delay.

On Mon, Feb 02, 2009 at 07:11:02AM +0100, Michael Hanke wrote:
 On Sun, Feb 01, 2009 at 09:37:11PM +0100, Brice Goglin wrote:
  On Thu, Jul 03, 2008 at 02:20:26PM +0200, Michael Hanke wrote:
   
   first I have to say that I am not sure if this is the appropriate place
   to report this bug. However, I have no clue what causes it, which makes
   it difficult for me to convince myself that it was not reported
   elsewhere or what place would be more appropriate. So, I'd be glad if
   you could forward this any other/better place. Thanks.
   
   Since a few weeks I'm experiencing the situation that from time to time
   local X clients cannot connect to the local X server:
   
 ha...@balin:~$ xcalc
 No protocol specified
 Error: Can't open display: :0
  
  Does this still happen with latest packages?

Yes, it still happens -- less frequently then before, but since the
whole thing seems to have some random element I would not put any weight
on that observation.

Thanks,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



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



xorg: Changes to 'debian-experimental'

2009-02-09 Thread Julien Cristau
 debian/po/ar.po |  137 ++
 debian/po/be.po |  137 ++
 debian/po/bg.po |  137 ++
 debian/po/bs.po |  137 ++
 debian/po/ca.po |  141 +++
 debian/po/cs.po |  137 ++
 debian/po/da.po |  137 ++
 debian/po/de.po |  139 +++
 debian/po/dz.po |  137 ++
 debian/po/el.po |  152 +++-
 debian/po/es.po |  171 --
 debian/po/eu.po |  137 ++
 debian/po/fi.po |  137 ++
 debian/po/fr.po |  141 +++
 debian/po/gl.po |  139 +++
 debian/po/gu.po |  444 +---
 debian/po/he.po |  137 ++
 debian/po/hr.po |  137 ++
 debian/po/hu.po |  137 ++
 debian/po/id.po |  137 ++
 debian/po/it.po |  278 ++
 debian/po/ja.po |  137 ++
 debian/po/km.po |  137 ++
 debian/po/ko.po |  137 ++
 debian/po/ku.po |  119 +---
 debian/po/lt.po |  140 +++
 debian/po/ml.po |  140 +++
 debian/po/mr.po |  137 ++
 debian/po/nb.po |  181 +--
 debian/po/ne.po |  137 ++
 debian/po/nl.po |  139 +++
 debian/po/nn.po |  137 ++
 debian/po/pl.po |  138 +++---
 debian/po/pt.po |  139 +++
 debian/po/pt_BR.po  |  139 +++
 debian/po/ro.po |  139 +++
 debian/po/ru.po |  137 ++
 debian/po/sk.po |  137 ++
 debian/po/sq.po |  137 ++
 debian/po/sv.po |  137 ++
 debian/po/ta.po |  137 ++
 debian/po/templates.pot |  116 +---
 debian/po/th.po |  154 +++-
 debian/po/tr.po |  137 ++
 debian/po/vi.po |  137 ++
 debian/po/wo.po |  137 ++
 debian/po/zh_CN.po  |  135 ++
 debian/po/zh_TW.po  |  136 ++
 48 files changed, 3466 insertions(+), 3653 deletions(-)

New commits:
commit c32218037fdf860c9c4a4d460df2263786311735
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 16:30:32 2009 +0100

Update po files after template removal

diff --git a/debian/po/ar.po b/debian/po/ar.po
index 28e5a3c..431837f 100644
--- a/debian/po/ar.po
+++ b/debian/po/ar.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: ar\n
 Report-Msgid-Bugs-To: x...@packages.debian.org\n
-POT-Creation-Date: 2008-06-08 22:20+0200\n
+POT-Creation-Date: 2009-02-09 15:14+0100\n
 PO-Revision-Date: 2008-06-12 03:41+0300\n
 Last-Translator: Ossama M. Khayat okha...@yahoo.com\n
 Language-Team: Arabic supp...@arabeyes.org\n
@@ -19,41 +19,15 @@ msgstr 
 Plural-Forms: nplurals=4; plural=n%100==1 || n==0 ? 0 : n%100==2 ? 2 : n%
 100=3  n%100=10 ? 2 : 3;\n
 
-#. Type: select
-#. Description
-#: ../xserver-xorg.templates:2001
-msgid X server driver:
-msgstr مُشغّل خادم X:
-
-#. Type: select
-#. Description
-#: ../xserver-xorg.templates:2001
-msgid 
-For the X Window System graphical user interface to operate correctly, it is 
-necessary to select a video card driver for the X server.
-msgstr 
-كي تعمل واجهة المستخدم الرسومية لنظام نوافذ X بشكل صحيح، فإنه من الضروري 
-اختيار مُشغّل بطاقة فيديو لخادم X.
-
-#. Type: select
-#. Description
-#: ../xserver-xorg.templates:2001
-msgid 
-Drivers are typically named for the video card or chipset manufacturer, or 
-for a specific model or family of chipsets.
-msgstr 
-تسمى المشغّلات عادة باسم بطاقة الفيديو أو مصنّع الرقاقة، أو لطراز معيّن أو 
-عائلة من الرقاقات.
-
 #. Type: boolean
 #. Description
-#: ../xserver-xorg.templates:3001
+#: ../xserver-xorg.templates:2001
 msgid Use kernel framebuffer device interface?
 msgstr استخدام واجهة جهاز framebuffer الخاصة بالنواة؟
 
 #. Type: boolean
 #. Description
-#: ../xserver-xorg.templates:3001
+#: ../xserver-xorg.templates:2001
 msgid 
 Rather than communicating directly with the video hardware, the X server may 
 be configured to perform some operations, such as video mode switching, via 
@@ -64,7 +38,7 @@ msgstr 
 
 #. Type: boolean
 #. Description
-#: ../xserver-xorg.templates:3001
+#: ../xserver-xorg.templates:2001
 msgid 
 In theory, either approach should work, but in practice, sometimes one does 
 and the other does not.  Enabling this option is the safe bet, but feel free 
@@ -76,13 +50,13 @@ msgstr 
 
 #. Type: string
 #. Description
-#: ../xserver-xorg.templates:4001
+#: ../xserver-xorg.templates:3001
 msgid Video card's bus identifier:
 msgstr مُعرّف ناقل بطاقة الفيديو:
 
 #. Type: string
 #. Description
-#: ../xserver-xorg.templates:4001
+#: 

xorg-server: Changes to 'ubuntu'

2009-02-09 Thread Bryce Harrington
 debian/changelog  |6 
 debian/patches/160_log_timestamping.patch |   44 +++---
 2 files changed, 34 insertions(+), 16 deletions(-)

New commits:
commit fdab142c85cc6c229aab2ca98c226d624a920e28
Author: Bryce Harrington br...@bryceharrington.org
Date:   Mon Feb 9 07:45:45 2009 -0800

Cleanup log format.

diff --git a/debian/changelog b/debian/changelog
index 9a34d10..f3941f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.5.99.902-0ubuntu4) jaunty; urgency=low
+
+  * 160_log_timestamping.patch: Only add timestamp on tagged messages
+
+ -- Tormod Volden debian.tor...@gmail.com  Fri, 06 Feb 2009 23:33:11 +0100
+
 xorg-server (2:1.5.99.902-0ubuntu3) jaunty; urgency=low
 
   * Add 160_log_timestamping.patch: Show timestamps in Xorg.*.log
diff --git a/debian/patches/160_log_timestamping.patch 
b/debian/patches/160_log_timestamping.patch
index efc85a4..5540e63 100644
--- a/debian/patches/160_log_timestamping.patch
+++ b/debian/patches/160_log_timestamping.patch
@@ -1,11 +1,11 @@
-diff --git a/os/log.c b/os/log.c
-index 0860847..2c46f1a 100644
 a/os/log.c
-+++ b/os/log.c
-@@ -255,6 +255,33 @@ LogVWrite(int verb, const char *f, va_list args)
- static char tmpBuffer[1024];
- int len = 0;
- 
+Index: xorg-server-1.5.99.902/os/log.c
+===
+--- xorg-server-1.5.99.902.orig/os/log.c   2009-01-31 06:12:17.0 
+0100
 xorg-server-1.5.99.902/os/log.c2009-02-06 23:32:18.0 +0100
+@@ -313,6 +313,28 @@
+ {
+ const char *s  = X_UNKNOWN_STRING;
+ char *tmpBuf = NULL;
 +struct timeval time;
 +time_t tv_sec;
 +suseconds_t tv_usec;
@@ -28,11 +28,23 @@ index 0860847..2c46f1a 100644
 +diff_sec--;
 +diff_usec += 100;
 +}
-+sprintf(tmpBuffer, [%d sec: %06d usec], diff_sec , diff_usec);
-+len = strlen(tmpBuffer);
-+if (logFile)
-+  fwrite(tmpBuffer, len, 1, logFile);
-+
- /*
-  * Since a va_list can only be processed once, write the string to a
-  * buffer, and then write the buffer out to the appropriate output
+ 
+ /* Ignore verbosity for X_ERROR */
+ if (logVerbosity = verb || logFileVerbosity = verb || type == X_ERROR) {
+@@ -357,13 +379,14 @@
+   /*
+* Prefix the format string with the message type.  We do it this way
+* so that LogVWrite() is only called once per message.
++   * Prefix the whole with timestamp.
+*/
+   if (s) {
+-  tmpBuf = malloc(strlen(format) + strlen(s) + 1 + 1);
++  tmpBuf = malloc(strlen(format) + strlen(s) + 1 + 1 + 15);
+   /* Silently return if malloc fails here. */
+   if (!tmpBuf)
+   return;
+-  sprintf(tmpBuf, %s , s);
++  sprintf(tmpBuf, [%5d.%06d] %s , diff_sec, diff_usec, s);
+   strcat(tmpBuf, format);
+   LogVWrite(verb, tmpBuf, args);
+   free(tmpBuf);


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



xorg: Changes to 'debian-experimental'

2009-02-09 Thread Julien Cristau
 debian/changelog |1 +
 debian/local/dexconf |   28 
 2 files changed, 5 insertions(+), 24 deletions(-)

New commits:
commit ab4e6f6be2805d997c6eaea3649858648e3e3248
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 17:27:28 2009 +0100

dexconf: don't write empty Monitor and Screen sections.

diff --git a/debian/changelog b/debian/changelog
index 43449ff..f00ca5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ xorg (1:7.4~6) UNRELEASED; urgency=low
 upgrade.
   * We don't use dmidecode and fbset anymore (they were used for hardware
 detection), so stop adding Recommends on them.
+  * dexconf: don't write empty Monitor and Screen sections.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 23 Jan 2009 14:53:45 +0200
 
diff --git a/debian/local/dexconf b/debian/local/dexconf
index 1552a4b..3cc8e89 100644
--- a/debian/local/dexconf
+++ b/debian/local/dexconf
@@ -137,15 +137,15 @@ else
 fi
 
 # xorg.conf sections:
-#   Files  File pathnames
+#   Files  File pathnamesNOT USED BY DEXCONF
 #   ServerFlagsServer flags  NOT USED BY DEXCONF
 #   Module Dynamic module loadingNOT USED BY DEXCONF
 #   InputDeviceInput device description
 #   Device Graphics device description
 #   VideoAdaptor   Xv video adaptor description  NOT USED BY DEXCONF
-#   MonitorMonitor description
+#   MonitorMonitor description   NOT USED BY DEXCONF
 #   Modes  Video modes descriptions  NOT USED BY DEXCONF
-#   Screen Screen configuration
+#   Screen Screen configuration  NOT USED BY DEXCONF
 #   ServerLayout   Overall layoutNOT USED BY DEXCONF
 #   DRIDRI-specific configurationNOT USED BY DEXCONF
 #   Vendor Vendor-specific configuration NOT USED BY DEXCONF
@@ -235,25 +235,6 @@ if [ $DEVICE_USE_FBDEV = true ]; then
 fi
 printf EndSection\n 4
 
-### MONITOR
-
-exec 4$DEXCONFTMPDIR/Monitor
-cat 4 SECTION
-Section Monitor
-   Identifier  Configured Monitor
-EndSection
-SECTION
-
-### SCREEN
-
-exec 4$DEXCONFTMPDIR/Screen
-cat 4 SECTION
-Section Screen
-   Identifier  Default Screen
-   Monitor Configured Monitor
-SECTION
-printf EndSection\n 4
-
 # Close file descriptor 4 before we delete temporary files
 exec 4-
 
@@ -268,8 +249,7 @@ umask 022
 : $OUTFILE
 
 SPACER=
-for SECTION in Header Files InputDeviceKeyboard InputDeviceMouse \
-   Device Monitor Screen ; do
+for SECTION in Header InputDeviceKeyboard InputDeviceMouse Device ; do
   if [ -e $DEXCONFTMPDIR/$SECTION ]; then
 eval $SPACER
 cat $DEXCONFTMPDIR/$SECTION $OUTFILE


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



xserver-xorg-video-i128: Changes to 'refs/tags/xserver-xorg-video-i128-1_1.3.1-2'

2009-02-09 Thread Julien Cristau
Tag 'xserver-xorg-video-i128-1_1.3.1-2' created by Julien Cristau 
jcris...@debian.org at 2009-02-09 18:14 +

Tagging upload of xserver-xorg-video-i128 1:1.3.1-2 to experimental.

Changes since xserver-xorg-video-i128-1_1.3.1-1:
Julien Cristau (5):
  debian/control: wrap the Build-Depends field
  Run autoreconf on build, and handle parallel builds.
  Delete generated files
  Build against xserver 1.6 rc.
  Prepare changelog for upload

---
 Makefile.in  |  683 -
 aclocal.m4   | 8256 ---
 config.guess | 1526 ---
 config.h.in  |   72 
 config.sub   | 1658 ---
 configure|23496 ---
 debian/changelog |8 
 debian/control   |   16 
 debian/rules |   22 
 depcomp  |  589 -
 install-sh   |  519 -
 ltmain.sh| 6964 
 man/Makefile.in  |  432 -
 missing  |  367 
 mkinstalldirs|  161 
 src/Makefile.in  |  562 -
 16 files changed, 37 insertions(+), 45294 deletions(-)
---


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



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

2009-02-09 Thread Julien Cristau
 Makefile.in  |  683 -
 aclocal.m4   | 8256 ---
 config.guess | 1526 ---
 config.h.in  |   72 
 config.sub   | 1658 ---
 configure|23496 ---
 debian/changelog |8 
 debian/control   |   16 
 debian/rules |   22 
 depcomp  |  589 -
 install-sh   |  519 -
 ltmain.sh| 6964 
 man/Makefile.in  |  432 -
 missing  |  367 
 mkinstalldirs|  161 
 src/Makefile.in  |  562 -
 16 files changed, 37 insertions(+), 45294 deletions(-)

New commits:
commit c1481702588a9bfb1d6fd8bb7af1314370bc9253
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 19:03:46 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e4be839..3cede31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-i128 (1:1.3.1-2) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.1-2) experimental; urgency=low
 
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
   * Build against xserver 1.6 rc.
 
- -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 18:59:56 +0100
+ -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 19:03:42 +0100
 
 xserver-xorg-video-i128 (1:1.3.1-1) experimental; urgency=low
 

commit 7b776d6ad51829a8dbaacfb1b0f413a3d849a1ec
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 19:03:37 2009 +0100

Build against xserver 1.6 rc.

diff --git a/debian/changelog b/debian/changelog
index bfe688c..e4be839 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xserver-xorg-video-i128 (1:1.3.1-2) UNRELEASED; urgency=low
 
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
+  * Build against xserver 1.6 rc.
 
  -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 18:59:56 +0100
 
diff --git a/debian/control b/debian/control
index 80ba16c..a0fbcb0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (= 5.0.0),
  pkg-config,
  quilt,
- xserver-xorg-dev (= 2:1.5),
+ xserver-xorg-dev (= 2:1.5.99.901),
  x11proto-video-dev,
  x11proto-core-dev,
  x11proto-fonts-dev,

commit 0e063bd42ec9ce5a576485ab327f9ce1f98925c0
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 19:01:04 2009 +0100

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 6e97f45..000
--- a/Makefile.in
+++ /dev/null
@@ -1,683 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-#  Copyright 2005 Adam Jackson.
-#
-#  Permission is hereby granted, free of charge, to any person obtaining a
-#  copy of this software and associated documentation files (the Software),
-#  to deal in the Software without restriction, including without limitation
-#  on the rights to use, copy, modify, merge, publish, distribute, sub
-#  license, and/or sell copies of the Software, and to permit persons to whom
-#  the Software is furnished to do so, subject to the following conditions:
-#
-#  The above copyright notice and this permission notice (including the next
-#  paragraph) shall be included in all copies or substantial portions of the
-#  Software.
-#
-#  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
-#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = README $(am__configure_deps) 

Processing of xserver-xorg-video-i128_1.3.1-2_amd64.changes

2009-02-09 Thread Archive Administrator
xserver-xorg-video-i128_1.3.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-i128_1.3.1-2.dsc
  xserver-xorg-video-i128_1.3.1-2.diff.gz
  xserver-xorg-video-i128_1.3.1-2_amd64.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-i128_1.3.1-2_amd64.changes ACCEPTED

2009-02-09 Thread Debian Installer

Accepted:
xserver-xorg-video-i128_1.3.1-2.diff.gz
  to pool/main/x/xserver-xorg-video-i128/xserver-xorg-video-i128_1.3.1-2.diff.gz
xserver-xorg-video-i128_1.3.1-2.dsc
  to pool/main/x/xserver-xorg-video-i128/xserver-xorg-video-i128_1.3.1-2.dsc
xserver-xorg-video-i128_1.3.1-2_amd64.deb
  to 
pool/main/x/xserver-xorg-video-i128/xserver-xorg-video-i128_1.3.1-2_amd64.deb


Override entries for your package:
xserver-xorg-video-i128_1.3.1-2.dsc - source x11
xserver-xorg-video-i128_1.3.1-2_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



xserver-xorg-video-mga: Changes to 'refs/tags/xserver-xorg-video-mga-1_1.4.9.dfsg-3'

2009-02-09 Thread Julien Cristau
Tag 'xserver-xorg-video-mga-1_1.4.9.dfsg-3' created by Julien Cristau 
jcris...@debian.org at 2009-02-09 19:00 +

Tagging upload of xserver-xorg-video-mga 1:1.4.9.dfsg-3 to experimental.

Changes since xserver-xorg-video-mga-1_1.4.9.dfsg-2:
Julien Cristau (8):
  xsfbs: add a repack script for uscan
  debian/control: wrap the Build-Depends field
  Run autoreconf on build, and handle parallel builds.
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-experimental
  debian/watch: repack the upstream tarball to remove the non-free stuff.
  Build against xserver 1.6 rc.
  Delete generated files
  Prepare changelog for upload

---
 Makefile.in|  688 -
 aclocal.m4 | 8256 -
 compile|   99 
 config.guess   | 1526 ---
 config.h.in|   81 
 config.sub | 1658 ---
 configure  |23641 -
 debian/changelog   |   10 
 debian/control |   20 
 debian/rules   |   23 
 debian/watch   |2 
 debian/xsfbs/repack.sh |   32 
 depcomp|  589 -
 install-sh |  519 -
 ltmain.sh  | 6964 --
 man/Makefile.in|  428 
 missing|  367 
 mkinstalldirs  |  161 
 src/Makefile.in|  590 -
 util/Makefile.in   |  456 
 20 files changed, 77 insertions(+), 46033 deletions(-)
---


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



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

2009-02-09 Thread Julien Cristau
 Makefile.in|  688 -
 aclocal.m4 | 8256 -
 compile|   99 
 config.guess   | 1526 ---
 config.h.in|   81 
 config.sub | 1658 ---
 configure  |23641 -
 debian/changelog   |   10 
 debian/control |   20 
 debian/rules   |   23 
 debian/watch   |2 
 debian/xsfbs/repack.sh |   32 
 depcomp|  589 -
 install-sh |  519 -
 ltmain.sh  | 6964 --
 man/Makefile.in|  428 
 missing|  367 
 mkinstalldirs  |  161 
 src/Makefile.in|  590 -
 util/Makefile.in   |  456 
 20 files changed, 77 insertions(+), 46033 deletions(-)

New commits:
commit bd8e1e201d84b3891e94784b05d1555b5a44fb29
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 19:45:50 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ce8d1d9..5916e5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-mga (1:1.4.9.dfsg-3) UNRELEASED; urgency=low
+xserver-xorg-video-mga (1:1.4.9.dfsg-3) experimental; urgency=low
 
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
@@ -6,7 +6,7 @@ xserver-xorg-video-mga (1:1.4.9.dfsg-3) UNRELEASED; urgency=low
 remove the non-free stuff.
   * Build against xserver 1.6 rc.
 
- -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 19:32:45 +0100
+ -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 19:45:45 +0100
 
 xserver-xorg-video-mga (1:1.4.9.dfsg-2) experimental; urgency=low
 

commit 86ad2041050a9c8aeeec75a8d14a554e9f65a721
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 19:45:26 2009 +0100

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 74b2ddb..000
--- a/Makefile.in
+++ /dev/null
@@ -1,688 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-#  Copyright 2005 Adam Jackson.
-#
-#  Permission is hereby granted, free of charge, to any person obtaining a
-#  copy of this software and associated documentation files (the Software),
-#  to deal in the Software without restriction, including without limitation
-#  on the rights to use, copy, modify, merge, publish, distribute, sub
-#  license, and/or sell copies of the Software, and to permit persons to whom
-#  the Software is furnished to do so, subject to the following conditions:
-#
-#  The above copyright notice and this permission notice (including the next
-#  paragraph) shall be included in all copies or substantial portions of the
-#  Software.
-#
-#  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
-#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-   $(top_srcdir)/configure COPYING ChangeLog compile config.guess \
-   config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h

Processing of xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.changes

2009-02-09 Thread Archive Administrator
xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-mga_1.4.9.dfsg-3.dsc
  xserver-xorg-video-mga_1.4.9.dfsg-3.diff.gz
  xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-neomagic: Changes to 'refs/tags/xserver-xorg-video-neomagic-1_1.2.2-1'

2009-02-09 Thread Julien Cristau
Tag 'xserver-xorg-video-neomagic-1_1.2.2-1' created by Julien Cristau 
jcris...@debian.org at 2009-02-09 19:20 +

Tagging upload of xserver-xorg-video-neomagic 1:1.2.2-1 to experimental.

Changes since xserver-xorg-video-neomagic-1_1.2.1-2:
Adam Jackson (2):
  Uninclude xf86Version.h
  Make ISA optional

Dave Airlie (1):
  neomagic 1.2.2

Julien Cristau (7):
  Merge tag 'xf86-video-neomagic-1.2.2' into debian-experimental
  update changelogs
  debian/control: wrap the Build-Depends field
  Run autoreconf on build, and handle parallel builds.
  Build against xserver 1.6 rc.
  Delete generated files
  Prepare changelog for upload

---
 ChangeLog|   18 
 Makefile.in  |  674 -
 aclocal.m4   | 8256 ---
 config.guess | 1526 ---
 config.h.in  |   66 
 config.sub   | 1658 ---
 configure|23077 ---
 configure.ac |   10 
 debian/changelog |9 
 debian/control   |   17 
 debian/rules |   23 
 depcomp  |  589 -
 install-sh   |  519 -
 ltmain.sh| 6964 
 man/Makefile.in  |  426 -
 missing  |  367 
 mkinstalldirs|  161 
 src/Makefile.in  |  569 -
 src/neo_driver.c |   12 
 19 files changed, 74 insertions(+), 44867 deletions(-)
---


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



xserver-xorg-video-neomagic: Changes to 'upstream-experimental'

2009-02-09 Thread Julien Cristau
 configure.ac |   10 +-
 src/neo_driver.c |   12 +++-
 2 files changed, 16 insertions(+), 6 deletions(-)

New commits:
commit 9bfdc7232a77472c4a1c13c869f6bc52916ce664
Author: Dave Airlie airl...@redhat.com
Date:   Mon Dec 22 14:37:21 2008 +1000

neomagic 1.2.2

diff --git a/configure.ac b/configure.ac
index 5a3c074..2f7843a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-neomagic],
-1.2.1,
+1.2.2,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-neomagic)
 

commit 4eb1e9385e00e8c2a876b3ef4ef8fdc08f78fcca
Author: Adam Jackson a...@redhat.com
Date:   Sun Nov 23 17:40:37 2008 -0500

Make ISA optional

diff --git a/configure.ac b/configure.ac
index 97fd8f2..5a3c074 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,6 +59,14 @@ XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
 PKG_CHECK_MODULES(XORG, [xorg-server = 1.0.99.901 xproto fontsproto 
$REQUIRED_MODULES])
 sdkdir=$(pkg-config --variable=sdkdir xorg-server)
 
+save_CFLAGS=$CFLAGS
+CFLAGS=$XORG_CFLAGS
+AC_CHECK_DECL(xf86ConfigIsaEntity,
+ [AC_DEFINE(HAVE_ISA, 1, [Have ISA support])],
+ [],
+ [#include xf86.h])
+CFLAGS=$save_CFLAGS
+
 # Checks for libraries.
 SAVE_CPPFLAGS=$CPPFLAGS
 CPPFLAGS=$CPPFLAGS $XORG_CFLAGS
diff --git a/src/neo_driver.c b/src/neo_driver.c
index 4ceb558..f472601 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -322,6 +322,7 @@ static PciChipsets NEOPCIchipsets[] = {
 { -1,   -1, RES_UNDEFINED}
 };
 
+#ifdef HAVE_ISA
 static IsaChipsets NEOISAchipsets[] = {
 { NM2070,   RES_EXCLUSIVE_VGA },
 { NM2090,   RES_EXCLUSIVE_VGA },
@@ -331,6 +332,7 @@ static IsaChipsets NEOISAchipsets[] = {
 { NM2200,   RES_EXCLUSIVE_VGA },
 { -1,  RES_UNDEFINED }
 };
+#endif
 
 /* The options supported by the Neomagic Driver */
 typedef enum {
@@ -643,7 +645,8 @@ NEOProbe(DriverPtr drv, int flags)
xfree(usedChips);
}
 }
-
+
+#ifdef HAVE_ISA 
 /* Isa Bus */
 
 numUsed = xf86MatchIsaInstances(NEO_NAME,NEOChipsets,NEOISAchipsets,
@@ -674,11 +677,13 @@ NEOProbe(DriverPtr drv, int flags)
   }
   xfree(usedChips);
 }
+#endif
 
 xfree(devSections);
 return foundScreen;
 }
 
+#ifdef HAVE_ISA
 static int
 neoFindIsaDevice(GDevPtr dev)
 {
@@ -705,7 +710,7 @@ neoFindIsaDevice(GDevPtr dev)
return -1;
 }
 }
-
+#endif
 
 /* Mandatory */
 Bool

commit 92f61f85794607ff7d909c5502594a16294ca22e
Author: Adam Jackson a...@redhat.com
Date:   Fri Aug 15 14:06:19 2008 -0400

Uninclude xf86Version.h

diff --git a/src/neo_driver.c b/src/neo_driver.c
index 31e47f0..4ceb558 100644
--- a/src/neo_driver.c
+++ b/src/neo_driver.c
@@ -62,9 +62,6 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 /* Drivers that need to access the PCI config space directly need this */
 #include xf86Pci.h
 
-/* This is used for module versioning */
-#include xf86Version.h
-
 /* All drivers using the vgahw module need this */
 #include vgaHW.h
 


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



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

2009-02-09 Thread Julien Cristau
 ChangeLog|   18 
 Makefile.in  |  674 -
 aclocal.m4   | 8256 ---
 config.guess | 1526 ---
 config.h.in  |   66 
 config.sub   | 1658 ---
 configure|23077 ---
 configure.ac |   10 
 debian/changelog |9 
 debian/control   |   17 
 debian/rules |   23 
 depcomp  |  589 -
 install-sh   |  519 -
 ltmain.sh| 6964 
 man/Makefile.in  |  426 -
 missing  |  367 
 mkinstalldirs|  161 
 src/Makefile.in  |  569 -
 src/neo_driver.c |   12 
 19 files changed, 74 insertions(+), 44867 deletions(-)

New commits:
commit 31545af4a6d03d9e4610729303d6934ef50f6db8
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 20:19:55 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 5729d66..f795397 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xserver-xorg-video-neomagic (1:1.2.2-1) UNRELEASED; urgency=low
+xserver-xorg-video-neomagic (1:1.2.2-1) experimental; urgency=low
 
   * New upstream release.
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
   * Build against xserver 1.6 rc.
 
- -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 19:59:56 +0100
+ -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 20:19:46 +0100
 
 xserver-xorg-video-neomagic (1:1.2.1-2) experimental; urgency=low
 

commit ca8696d30ccb621c322fac636eab34d49f04266e
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 20:19:20 2009 +0100

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 83e4c20..000
--- a/Makefile.in
+++ /dev/null
@@ -1,674 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-#  Copyright 2005 Adam Jackson.
-#
-#  Permission is hereby granted, free of charge, to any person obtaining a
-#  copy of this software and associated documentation files (the Software),
-#  to deal in the Software without restriction, including without limitation
-#  on the rights to use, copy, modify, merge, publish, distribute, sub
-#  license, and/or sell copies of the Software, and to permit persons to whom
-#  the Software is furnished to do so, subject to the following conditions:
-#
-#  The above copyright notice and this permission notice (including the next
-#  paragraph) shall be included in all copies or substantial portions of the
-#  Software.
-#
-#  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
-#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-#  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-#  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-   $(top_srcdir)/configure COPYING ChangeLog TODO config.guess \
-   config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-   html-recursive info-recursive install-data-recursive \
-   install-dvi-recursive 

Processing of xserver-xorg-video-neomagic_1.2.2-1_amd64.changes

2009-02-09 Thread Archive Administrator
xserver-xorg-video-neomagic_1.2.2-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-neomagic_1.2.2-1.dsc
  xserver-xorg-video-neomagic_1.2.2.orig.tar.gz
  xserver-xorg-video-neomagic_1.2.2-1.diff.gz
  xserver-xorg-video-neomagic_1.2.2-1_amd64.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-neomagic_1.2.2-1_amd64.changes ACCEPTED

2009-02-09 Thread Debian Installer

Accepted:
xserver-xorg-video-neomagic_1.2.2-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.2-1.diff.gz
xserver-xorg-video-neomagic_1.2.2-1.dsc
  to 
pool/main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.2-1.dsc
xserver-xorg-video-neomagic_1.2.2-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.2-1_amd64.deb
xserver-xorg-video-neomagic_1.2.2.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-neomagic/xserver-xorg-video-neomagic_1.2.2.orig.tar.gz


Override entries for your package:
xserver-xorg-video-neomagic_1.2.2-1.dsc - source x11
xserver-xorg-video-neomagic_1.2.2-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



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

2009-02-09 Thread Julien Cristau
 debian/changelog|6 ++
 debian/patches/01_implicit_declaration.diff |   15 ---
 debian/patches/series   |1 -
 3 files changed, 6 insertions(+), 16 deletions(-)

New commits:
commit 57b8618dfb41d8b100ade3cec4eacf6243587ae6
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 9 20:55:17 2009 +0100

Drop patch 01_implicit_declaration.diff.

The warning is gone (stdlib.h gets included via misc.h in the sdk).

diff --git a/debian/changelog b/debian/changelog
index f795397..54a6e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-neomagic (1:1.2.2-2) UNRELEASED; urgency=low
+
+  * Drop patch 01_implicit_declaration.diff.  The warning is gone.
+
+ -- Julien Cristau jcris...@debian.org  Mon, 09 Feb 2009 20:53:56 +0100
+
 xserver-xorg-video-neomagic (1:1.2.2-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/01_implicit_declaration.diff 
b/debian/patches/01_implicit_declaration.diff
deleted file mode 100644
index 151b3bd..000
--- a/debian/patches/01_implicit_declaration.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Patch stolen from
-http://bugs.freedesktop.org/show_bug.cgi?id=7873
-
 xserver-xorg-video-neomagic.orig/src/neo_driver.c
-+++ xserver-xorg-video-neomagic/src/neo_driver.c
-@@ -117,6 +117,9 @@
- #include X11/extensions/xf86dgastr.h
- #endif
- 
-+/* For abs() */
-+#include stdlib.h
-+
- /* Mandatory functions */
- static const OptionInfoRec *  NEOAvailableOptions(int chipid, int busid);
- static void NEOIdentify(int flags);
diff --git a/debian/patches/series b/debian/patches/series
index 50c99fe..84a6b5c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-01_implicit_declaration.diff
 02_gen_pci_ids.diff


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



xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.changes ACCEPTED

2009-02-09 Thread Debian Installer

Accepted:
xserver-xorg-video-mga_1.4.9.dfsg-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.9.dfsg-3.diff.gz
xserver-xorg-video-mga_1.4.9.dfsg-3.dsc
  to pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.9.dfsg-3.dsc
xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.deb
  to 
pool/main/x/xserver-xorg-video-mga/xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.deb


Override entries for your package:
xserver-xorg-video-mga_1.4.9.dfsg-3.dsc - source x11
xserver-xorg-video-mga_1.4.9.dfsg-3_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



xterm_222-1etch4_amd64.changes INSTALLED into stable

2009-02-09 Thread Debian Installer

Installing:
xterm_222-1etch4.diff.gz
  to pool/main/x/xterm/xterm_222-1etch4.diff.gz
xterm_222-1etch4.dsc
  to pool/main/x/xterm/xterm_222-1etch4.dsc
xterm_222-1etch4_amd64.deb
  to pool/main/x/xterm/xterm_222-1etch4_amd64.deb


Override entries for your package:
xterm_222-1etch4.dsc - source x11
xterm_222-1etch4_amd64.deb - optional x11

Announcing to debian-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



xorg-server: Changes to 'ubuntu'

2009-02-09 Thread Bryce Harrington
 debian/changelog  |8 
 debian/patches/series |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit e924ed511e0a70aa7bc87d6b90ae9e1c3e87d972
Author: Bryce Harrington br...@bryceharrington.org
Date:   Mon Feb 9 13:53:49 2009 -0800

Revert maxclients patch; it breaks -nvidia.  Boo proprietary drivers.

diff --git a/debian/changelog b/debian/changelog
index f3941f3..68caad9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
+xorg-server (2:1.5.99.902-0ubuntu5) jaunty; urgency=low
+
+  * Revert 158_raise_maxclients.patch.  Breaks -nvidia.  Binary drivers FTL.
+(LP: #326344)
+
+ -- Bryce Harrington br...@ubuntu.com  Mon, 09 Feb 2009 13:51:04 -0800
+
 xorg-server (2:1.5.99.902-0ubuntu4) jaunty; urgency=low
 
   * 160_log_timestamping.patch: Only add timestamp on tagged messages
+(LP: #285787)
 
  -- Tormod Volden debian.tor...@gmail.com  Fri, 06 Feb 2009 23:33:11 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 49f6b9f..3e5d88a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,6 +14,6 @@
 153_make_dmx_compile.patch
 156_exevents_copykeyclass_nullptrcheck.patch
 157_check_null_modes.patch
-158_raise_maxclients.patch
+#158_raise_maxclients.patch
 159_xinerama_focus.patch
 160_log_timestamping.patch


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



xserver-xorg-video-ati: Changes to 'upstream-experimental'

2009-02-09 Thread Brice Goglin
 README|   20 
 configure.ac  |2 
 man/ati.man   |2 
 man/radeon.man|2 
 src/ati_pciids_gen.h  |   22 
 src/atombios_crtc.c   |   82 -
 src/atombios_output.c | 1250 ++
 src/legacy_crtc.c |8 
 src/legacy_output.c   |  880 +--
 src/pcidb/ati_pciids.csv  |   22 
 src/radeon.h  |   32 
 src/radeon_accel.c|1 
 src/radeon_atombios.c |  640 +++
 src/radeon_atombios.h |   12 
 src/radeon_bios.c |  409 ---
 src/radeon_chipinfo_gen.h |   22 
 src/radeon_chipset_gen.h  |   22 
 src/radeon_dri.c  |   10 
 src/radeon_driver.c   |   60 -
 src/radeon_exa_funcs.c|  114 --
 src/radeon_exa_render.c   |  119 +-
 src/radeon_modes.c|  189 ++-
 src/radeon_output.c   | 2134 +-
 src/radeon_pci_chipset_gen.h  |   22 
 src/radeon_pci_device_match_gen.h |   22 
 src/radeon_probe.h|  188 +--
 src/radeon_reg.h  |   21 
 src/radeon_textured_videofuncs.c  |   54 
 src/radeon_tv.c   |  163 +-
 src/radeon_video.c|2 
 30 files changed, 3706 insertions(+), 2820 deletions(-)

New commits:
commit 610b8b65fd7aa97f9c03b2ff6ae607aa959eab0b
Author: Alex Deucher alexdeuc...@gmail.com
Date:   Mon Feb 9 16:33:20 2009 -0500

Bump for rc release

diff --git a/configure.ac b/configure.ac
index 8a6000a..eeaecbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ati],
-6.10.0.99,
+6.10.99.0,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-ati)
 

commit 04859362ce64ed4ae48305a83c92059899c1db4b
Author: Alex Deucher alexdeuc...@gmail.com
Date:   Sun Feb 8 20:13:06 2009 -0500

Add some missing r6xx/r7xx pci ids

diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h
index a32151d..d532f16 100644
--- a/src/ati_pciids_gen.h
+++ b/src/ati_pciids_gen.h
@@ -345,9 +345,15 @@
 #define PCI_CHIP_RV770_9456 0x9456
 #define PCI_CHIP_RV770_945A 0x945A
 #define PCI_CHIP_RV770_945B 0x945B
+#define PCI_CHIP_RV770_946A 0x946A
+#define PCI_CHIP_RV770_946B 0x946B
+#define PCI_CHIP_RV770_947A 0x947A
+#define PCI_CHIP_RV770_947B 0x947B
 #define PCI_CHIP_RV730_9487 0x9487
+#define PCI_CHIP_RV730_9489 0x9489
 #define PCI_CHIP_RV730_948F 0x948F
 #define PCI_CHIP_RV730_9490 0x9490
+#define PCI_CHIP_RV730_9491 0x9491
 #define PCI_CHIP_RV730_9498 0x9498
 #define PCI_CHIP_RV730_949C 0x949C
 #define PCI_CHIP_RV730_949E 0x949E
@@ -363,19 +369,27 @@
 #define PCI_CHIP_RV610_94C9 0x94C9
 #define PCI_CHIP_RV610_94CB 0x94CB
 #define PCI_CHIP_RV610_94CC 0x94CC
+#define PCI_CHIP_RV610_94CD 0x94CD
 #define PCI_CHIP_RV670_9500 0x9500
 #define PCI_CHIP_RV670_9501 0x9501
+#define PCI_CHIP_RV670_9504 0x9504
 #define PCI_CHIP_RV670_9505 0x9505
+#define PCI_CHIP_RV670_9506 0x9506
 #define PCI_CHIP_RV670_9507 0x9507
+#define PCI_CHIP_RV670_9508 0x9508
+#define PCI_CHIP_RV670_9509 0x9509
 #define PCI_CHIP_RV670_950F 0x950F
 #define PCI_CHIP_RV670_9511 0x9511
 #define PCI_CHIP_RV670_9515 0x9515
+#define PCI_CHIP_RV670_9517 0x9517
+#define PCI_CHIP_RV670_9519 0x9519
 #define PCI_CHIP_RV710_9540 0x9540
 #define PCI_CHIP_RV710_9541 0x9541
 #define PCI_CHIP_RV710_954E 0x954E
 #define PCI_CHIP_RV710_954F 0x954F
 #define PCI_CHIP_RV710_9552 0x9552
 #define PCI_CHIP_RV710_9553 0x9553
+#define PCI_CHIP_RV710_9555 0x9555
 #define PCI_CHIP_RV630_9580 0x9580
 #define PCI_CHIP_RV630_9581 0x9581
 #define PCI_CHIP_RV630_9583 0x9583
@@ -388,12 +402,16 @@
 #define PCI_CHIP_RV630_958C 0x958C
 #define PCI_CHIP_RV630_958D 0x958D
 #define PCI_CHIP_RV630_958E 0x958E
+#define PCI_CHIP_RV630_958F 0x958F
 #define PCI_CHIP_RV710_9542 0x9542
 #define PCI_CHIP_RV620_95C0 0x95C0
 #define PCI_CHIP_RV620_95C2 0x95C2
 #define PCI_CHIP_RV620_95C4 0x95C4
 #define PCI_CHIP_RV620_95C5 0x95C5
+#define PCI_CHIP_RV620_95C6 0x95C6
 #define PCI_CHIP_RV620_95C7 0x95C7
+#define PCI_CHIP_RV620_95C9 0x95C9
+#define PCI_CHIP_RV620_95CC 0x95CC
 #define PCI_CHIP_RV620_95CD 0x95CD
 #define PCI_CHIP_RV620_95CE 0x95CE
 #define PCI_CHIP_RV620_95CF 0x95CF
@@ -404,6 +422,8 @@
 #define PCI_CHIP_RV635_9599 0x9599
 #define PCI_CHIP_RV635_9591 0x9591
 #define PCI_CHIP_RV635_9593 0x9593
+#define PCI_CHIP_RV635_9595 0x9595
+#define PCI_CHIP_RV635_959B 0x959B
 #define PCI_CHIP_RS780_9610 0x9610
 #define PCI_CHIP_RS780_9611 0x9611
 #define PCI_CHIP_RS780_9612 0x9612
diff --git a/src/pcidb/ati_pciids.csv b/src/pcidb/ati_pciids.csv
index 57c8ecd..4d4e625 100644
--- a/src/pcidb/ati_pciids.csv
+++ b/src/pcidb/ati_pciids.csv
@@ -346,9 +346,15 @@
 0x9456,RV770_9456,RV770,,ATI FirePro V8700 (FireGL)
 0x945A,RV770_945A,RV770,1,ATI Mobility RADEON HD 4870
 

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

2009-02-09 Thread Brice Goglin
 ChangeLog |  575 ++
 README|   20 
 configure.ac  |2 
 debian/changelog  |6 
 debian/xsfbs/repack.sh|   32 
 man/ati.man   |2 
 man/radeon.man|2 
 src/ati_pciids_gen.h  |   22 
 src/atombios_crtc.c   |   82 -
 src/atombios_output.c | 1250 ++
 src/legacy_crtc.c |8 
 src/legacy_output.c   |  880 +--
 src/pcidb/ati_pciids.csv  |   22 
 src/radeon.h  |   32 
 src/radeon_accel.c|1 
 src/radeon_atombios.c |  640 +++
 src/radeon_atombios.h |   12 
 src/radeon_bios.c |  409 ---
 src/radeon_chipinfo_gen.h |   22 
 src/radeon_chipset_gen.h  |   22 
 src/radeon_dri.c  |   10 
 src/radeon_driver.c   |   60 -
 src/radeon_exa_funcs.c|  114 --
 src/radeon_exa_render.c   |  119 +-
 src/radeon_modes.c|  189 ++-
 src/radeon_output.c   | 2134 +-
 src/radeon_pci_chipset_gen.h  |   22 
 src/radeon_pci_device_match_gen.h |   22 
 src/radeon_probe.h|  188 +--
 src/radeon_reg.h  |   21 
 src/radeon_textured_videofuncs.c  |   54 
 src/radeon_tv.c   |  163 +-
 src/radeon_video.c|2 
 33 files changed, 4319 insertions(+), 2820 deletions(-)

New commits:
commit fa8aeef40b4d27105c3b66ae9089d72a08dcf283
Author: Brice Goglin bgog...@debian.org
Date:   Mon Feb 9 22:51:45 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 8544f95..b2770e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-video-ati (1:6.10.99.0-1) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.10.99.0-1) experimental; urgency=low
 
   * New upstream release candidate.
 
- -- Brice Goglin bgog...@debian.org  Mon, 09 Feb 2009 22:45:58 +0100
+ -- Brice Goglin bgog...@debian.org  Mon, 09 Feb 2009 22:51:40 +0100
 
 xserver-xorg-video-ati (1:6.10.0-2) experimental; urgency=low
 

commit 39fee4f383ac4479148d10b69a095cba8acd92de
Author: Brice Goglin bgog...@debian.org
Date:   Mon Feb 9 22:51:37 2009 +0100

New upstream release candidate

diff --git a/ChangeLog b/ChangeLog
index c317d7d..c54b415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,522 @@
+commit 610b8b65fd7aa97f9c03b2ff6ae607aa959eab0b
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Mon Feb 9 16:33:20 2009 -0500
+
+Bump for rc release
+
+commit 04859362ce64ed4ae48305a83c92059899c1db4b
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Sun Feb 8 20:13:06 2009 -0500
+
+Add some missing r6xx/r7xx pci ids
+
+commit bba5d806cc46328ad9e4c521bfeeb2a59f96862b
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Fri Feb 6 19:44:17 2009 -0500
+
+AVIVO: better fix for rotation
+
+This should handle initial rotation as well.
+
+commit 28cf3492f431f325cb08d7c6aade43d8886df3f6
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Fri Feb 6 19:20:18 2009 -0500
+
+AVIVO: fix rotation
+
+When rotation is active, virtualX and virtualY change.
+
+commit 16e01a5796a8e8b86ad25d3aa45b9e7044dc72d1
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Tue Feb 3 19:46:10 2009 -0500
+
+Fix encoder accounting
+
+Should fix bug 19924
+
+commit 9abb09d5f43320bd27b336612d39d264fe93549f
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Tue Feb 3 11:17:13 2009 -0500
+
+Fix bad rv710 pci id
+
+commit c88c3ef6f3db266c1aacba5297b8dfc8b66bf00e
+Author: Wolke Liu wolke@amd.com
+Date:   Mon Feb 2 17:01:34 2009 -0500
+
+AVIVO: Save/restore vga pll registers
+
+This fixes some VT switch issues on some chips
+
+commit 6fac3cefd1f46161c1e276ba40e72da2823aa9f6
+Author: Alex Deucher alexdeuc...@gmail.com
+Date:   Sat Jan 31 14:21:02 2009 -0500
+
+Return NULL for encoder if no active device is assigned
+
+fixes bug 19855
+
+commit db178c852d00e9b85513d750b5f8f7495f9e3360
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Fri Jan 30 20:37:41 2009 -0800
+
+Add README with pointers to mailing list, bugzilla  git repos
+
+commit fa8e5a4fc236f8f15f462cb0d6164b194a65a118
+Author: Michel Dänzer daen...@vmware.com
+Date:   Fri Jan 30 16:16:26 2009 +0100
+
+EXA: Accelerate Composite of RepeatPad/Reflect pictures when possible.
+
+commit 3a6e958c59b4b44fe620c8abe760ed1abf0007b1
+Author: airlied airl...@roo.(none)
+Date:   Fri Jan 30 07:56:14 2009 +1000
+
+rs780: include RS780 in the InitMemory to leave alone
+
+This stops the MC_FB_LOCATION getting reassigned to 0, which
+is really bad thing to happen.
+
+I've had reported memory corruption on these cards so hopefully this
+fixes it.
+
+commit 

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.10.99.0-1'

2009-02-09 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.10.99.0-1' created by Brice Goglin 
bgog...@debian.org at 2009-02-09 22:10 +

Tagging upload of xserver-xorg-video-ati 1:6.10.99.0-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.10.0-2:
Alan Coopersmith (2):
  Remove xorgconfig  xorgcfg from See Also list in man page
  Add README with pointers to mailing list, bugzilla  git repos

Alex Deucher (51):
  Fix colors on tv-out
  properly handle EnableYUV
  Make sure we hit the right bios reg
  missed one in last commit
  Allow arbitrary tv-out modes
  ATOM: rework object table parsing
  ATOM: handle cases where TMDS uses linkb
  ATOM: Adjust PLL setup for recent atom changes
  ATOM: refactor output dpms
  ATOM: rework encoder/transmitter setup
  Bump version post release
  RV280: add another AGP quirk
  RV280 Add another AGP quirk
  DCE30: LVTMA requires DIG2 encoder
  ATOM: combine DAC setup functions
  ATOM: switch to define for external tmds
  start to re-org outputs
  ATOM: round 1 of output rework
  First pass at converting legacy code to encoder objects
  clean up encoder setup
  Fixup encoder setup on pre-ATOM chips
  ATOM: more output cleanup
  Switch legacy output code to use new encoder objects
  ATOM: fix encoder init
  fix legacy crtc routing and add some debugging info
  More legacy rework
  Fix logic cut and paste error
  Move active_device setup to detect()
  Fix compilation with RADEON_TRACE_FALL set
  few more logic pasto's bits I missed
  Remove TMDSType, DACType, LVDSType from output rec
  track encoder state
  Remove some unused cruft
  Remove OutputType and other cruft
  Additional output cleanup
  Fix off by one when printing encoder name
  Move legacy output setup functions to legacy_output.c
  Warning fixes
  ATOM: print useful output info for DPMS events
  Fix legacy output setup
  Encoders not assigned yet, use supported devices
  Merge branch 'atom-tvout' of 
ssh://ag...@git.freedesktop.org/git/xorg/driver/xf86-video-ati
  Move encoder specific data to encoder dev_priv
  Merge branch 'atom-rework' and fix conflicts
  Return NULL for encoder if no active device is assigned
  Fix bad rv710 pci id
  Fix encoder accounting
  AVIVO: fix rotation
  AVIVO: better fix for rotation
  Add some missing r6xx/r7xx pci ids
  Bump for rc release

Brice Goglin (4):
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-experimental
  Merge tag 'xf86-video-ati-6.10.99.0' into debian-experimental
  New upstream release candidate
  Prepare changelog for upload

Christiaan van Dijk (1):
  R3xx/R4xx: Maximize the use of clipped triangles for Xv rendering

Dave Airlie (3):
  radeon: r500 PAL timings are slightly incorrect
  r500: re-enable TV out
  radeon: r500 tv-out force scaler values to nice set that looks correct

Julien Cristau (1):
  xsfbs: add a repack script for uscan

Maciej Cencora (1):
  Make sure gb_num_pipes is initialized when DRI is disabled

Michel Dänzer (3):
  Don't transform EXA Composite mask coordinates when there's no mask.
  Drop memcpy fallbacks from EXA UploadToScreen and DownloadFromScreen 
hooks.
  EXA: Accelerate Composite of RepeatPad/Reflect pictures when possible.

Nicos Gollan (1):
  Fixed enumerations in radeon-output.c

Thomas Jaeger (1):
  Fall back to software for unsupported repeat modes

Tormod Volden (1):
  Add yet another AGP quirk for RV280

Wolke Liu (1):
  AVIVO: Save/restore vga pll registers

airlied (1):
  rs780: include RS780 in the InitMemory to leave alone

---
 ChangeLog |  575 ++
 README|   20 
 configure.ac  |2 
 debian/changelog  |6 
 debian/xsfbs/repack.sh|   32 
 man/ati.man   |2 
 man/radeon.man|2 
 src/ati_pciids_gen.h  |   22 
 src/atombios_crtc.c   |   82 -
 src/atombios_output.c | 1250 ++
 src/legacy_crtc.c |8 
 src/legacy_output.c   |  880 +--
 src/pcidb/ati_pciids.csv  |   22 
 src/radeon.h  |   32 
 src/radeon_accel.c|1 
 src/radeon_atombios.c |  640 +++
 src/radeon_atombios.h |   12 
 src/radeon_bios.c |  409 ---
 src/radeon_chipinfo_gen.h |   22 
 src/radeon_chipset_gen.h  |   22 
 src/radeon_dri.c  |   10 
 src/radeon_driver.c   |   60 -
 src/radeon_exa_funcs.c|  114 --
 src/radeon_exa_render.c   |  119 +-
 src/radeon_modes.c|  189 ++-
 src/radeon_output.c   | 2134 

Processing of xserver-xorg-video-ati_6.10.99.0-1_i386.changes

2009-02-09 Thread Archive Administrator
xserver-xorg-video-ati_6.10.99.0-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-ati_6.10.99.0-1.dsc
  xserver-xorg-video-ati_6.10.99.0.orig.tar.gz
  xserver-xorg-video-ati_6.10.99.0-1.diff.gz
  xserver-xorg-video-ati_6.10.99.0-1_i386.deb
  xserver-xorg-video-ati-dbg_6.10.99.0-1_i386.deb
  xserver-xorg-video-radeon_6.10.99.0-1_i386.deb
  xserver-xorg-video-radeon-dbg_6.10.99.0-1_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#437321: Xpress improvements in upstream ati git

2009-02-09 Thread Brice Goglin
On Sun, Jun 15, 2008 at 03:45:35PM -0400, Zack Weinberg wrote:
 On Sun, Jun 15, 2008 at 6:53 AM, Brice Goglin brice.gog...@ens-lyon.org 
 wrote:
  Hello Zack,
  Now that 6.8.191 is in unstable, how's your Xpress working?
 
 I'm moving; that computer is currently on a truck somewhere.  I'll try
 to remember, but if you don't hear from me in a couple weeks, please
 ping again.

It's been a bit more than a couple weeks but better late than never :)

The upstream bug[1] has been closed because DRI is supposed to work 
fine. I just uploaded radeon 6.10.99.0 to experimental, and we have
mesa 7.3 there as well. It would be nice if you test all this.

thanks,
Brice

[1] https://bugs.freedesktop.org/show_bug.cgi?id=12048



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



xserver-xorg-video-ati_6.10.99.0-1_i386.changes ACCEPTED

2009-02-09 Thread Debian Installer

Accepted:
xserver-xorg-video-ati-dbg_6.10.99.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.10.99.0-1_i386.deb
xserver-xorg-video-ati_6.10.99.0-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.99.0-1.diff.gz
xserver-xorg-video-ati_6.10.99.0-1.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.99.0-1.dsc
xserver-xorg-video-ati_6.10.99.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.99.0-1_i386.deb
xserver-xorg-video-ati_6.10.99.0.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.99.0.orig.tar.gz
xserver-xorg-video-radeon-dbg_6.10.99.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.10.99.0-1_i386.deb
xserver-xorg-video-radeon_6.10.99.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.10.99.0-1_i386.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.10.99.0-1_i386.deb - extra x11
xserver-xorg-video-ati_6.10.99.0-1.dsc - source x11
xserver-xorg-video-ati_6.10.99.0-1_i386.deb - optional x11
xserver-xorg-video-radeon-dbg_6.10.99.0-1_i386.deb - extra x11
xserver-xorg-video-radeon_6.10.99.0-1_i386.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



intel GMA3100

2009-02-09 Thread Ted Morris


Greetings,

I want to fire up gdm w/o a monitor head. I am using the GMA31xx chipset 
and the intel dev driver

under xorg, running latest Debian Etch:

Linux roadstripe 2.6.24-etchnhalf.1-686 #1 SMP Tue Dec 2 07:56:33 UTC 
2008 i686 GNU/Linux



anyway, because I don't *want* to have a monitor attached, the driver 
unloads, e.g. (note that
when I installed I used a old LCD monitor). any help appreciated. Xorg 
var/log file snipped below,

and below that xorg.conf file code.   thanks to any/all

-t


snip

(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
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) G33
(--) intel(0): Chipset: G33
(--) intel(0): Linear framebuffer at 0xD000
(--) intel(0): IO registers at addr 0xFDF0
(II) intel(0): 2 display pipes available.
(==) intel(0): Using XAA for acceleration
(II) Loading sub module ddc
(II) LoadModule: ddc
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) Loading sub module i2c
(II) LoadModule: i2c
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) intel(0): Output VGA using monitor section S/M 170MP
(II) intel(0): I2C bus CRTDDC_A initialized.
(II) intel(0): I2C bus SDVOCTRL_E for SDVOB initialized.
(II) intel(0): I2C device SDVOCTRL_E for SDVOB:SDVO Controller B 
registered at address 0

x70.
(II) intel(0): I2C bus SDVOB DDC Bus initialized.
(II) intel(0): Output TMDS-1 has no monitor section
(II) intel(0): SDVO device VID/DID: 04:AE.00, clock range 25.0MHz - 
165.0MHz, input 1: Y,

input 2: N, output 1: Y, output 2: N
(II) intel(0): I2C bus SDVOCTRL_E for SDVOC initialized.
(II) intel(0): I2C device SDVOCTRL_E for SDVOC:SDVO Controller C 
registered at address 0

x72.
(II) intel(0): No SDVO device found on SDVOC
(II) intel(0): I2C device SDVOCTRL_E for SDVOC:SDVO Controller C removed.
(II) intel(0): I2C bus SDVOCTRL_E for SDVOC removed.
(II) intel(0): Current clock rate multiplier: 1
(II) intel(0): Output VGA disconnected
(II) intel(0): Output TMDS-1 disconnected
(EE) intel(0): No valid modes.
(II) UnloadModule: intel
(II) UnloadModule: i2c
(II) UnloadModule: ddc
(II) UnloadModule: vgahw
(II) Unloading /usr/lib/xorg/modules/libvgahw.so
(II) UnloadModule: vbe
(II) UnloadModule: int10
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found
snip


/**/
and apparent xorg.conf file between the snips:

snip
# /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/X11R6/lib/X11/fonts/misc
   FontPath/usr/share/fonts/X11/cyrillic
   FontPath/usr/X11R6/lib/X11/fonts/cyrillic
   FontPath/usr/share/fonts/X11/100dpi/:unscaled
   FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
   FontPath/usr/share/fonts/X11/75dpi/:unscaled
   FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
   FontPath/usr/share/fonts/X11/Type1
   FontPath/usr/X11R6/lib/X11/fonts/Type1
   FontPath/usr/share/fonts/X11/100dpi
   FontPath/usr/X11R6/lib/X11/fonts/100dpi
   FontPath/usr/share/fonts/X11/75dpi
   FontPath/usr/X11R6/lib/X11/fonts/75dpi
   # path to defoma fonts
   FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Serverflags
   Option  AllowMounseOpenFail   true
EndSection

Section Module
   LoadGLcore
   Loadi2c
   Loadbitmap
   Loadddc
   Loaddri
   Loadextmod
   Loadfreetype
   Loadglx
   Loadint10
   Loadvbe
#   Loadv4l
EndSection

Section InputDevice
   Identifier  Generic Keyboard
   Driver  kbd
   Option  CoreKeyboard
   Option  XkbRules  xorg
   Option  XkbModel  pc104
   Option  XkbLayout us
EndSection

Section InputDevice
   Identifier  Configured Mouse
   Driver  mouse
   Option  CorePointer
   Option