Bug#500096: xserver-xorg-input-evdev: Evdev 2.0 doesn't wrap keycodes > 255

2008-09-24 Thread Peter Dey
Package: xserver-xorg-input-evdev
Version: 1:2.0.3-1
Severity: important

Some multimedia keyboards will return keycodes that are greater than 255 (for 
example, Logitech UltraX media 
remote).  These keycodes are correctly reported by evtest; but aren't reported 
by xev.

Evdev-1.1.2 (i.e., the one from etch) would blindly remap these keycodes pretty 
hackishly:

X keycode = ((kernel keycode + 8) mod 256)

While obviously a sub-optimal solution, it at least meant that these keys could 
be used in Xorg.


Evdev-2.0 doesn't seem to do this anymore...






-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Sep 15 17:34 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1719572 Aug 27 03:48 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express Integrated 
Graphics Controller (rev 02)

/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 13781 Sep 23 20:36 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Option "AutoAddDevices" "no"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"USB Mouse" "CorePointer"
InputDevice"remotekeyboard1" "SendCoreEvents"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"  "true"

EndSection

Section "Files"
RgbPath  "/usr/share/X11/rgb"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc:unscaled"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/Speedo"
FontPath "/usr/share/fonts/X11/PEX"
# Additional fonts: Locale, Gimp, TTF...
FontPath "/usr/share/fonts/X11/cyrillic"
#   FontPath "/usr/share/fonts/X11/latin2/75dpi"
#   FontPath "/usr/share/fonts/X11/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/latex-ttf-fonts"
EndSection

Section "Module"
# Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
Load  "dbe" # Double Buffering Extension, very important.
Load  "dri" # This shouldn't be available choice if user has selected 
driver vga, vesa or nv.
Load  "glx" # GLX Extension.
Load  "freetype" # Freetype fonts.
Load  "type1"  # Type 1 fonts
Load  "record" # Developer extension, usually not needed
Load  "extmod" # This is okay, but if you look into "man xorg.conf" 
you'll find option NOT to include DGA extension with extmod, and for a good 
reason.. DGA causes instability as it access videoram without consulting X 
about it.
SubSection  "extmod"
Option  "omit xfree86-dga"
EndSubSection
#   Load  "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
# The following are deprecated/unstable/unneeded in Xorg 7.0
#   Load  "ddc"  # ddc probing of monitor, this should be never present, as 
it gets automatically loaded.
#   Load  "GLcore" # This should be never present, as it gets automatically 
loaded.
#   Load  "bitmap" # Should be never present, as it gets automatically 
loaded. This is a font module, and loading it in xorg.conf makes X try to load 
it twice.
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
Option  "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier  "Serial Mouse"
Driver  "mouse"
Option  "Protocol" "Microsoft"
Option  "Device" "/dev/ttyS0"
Option  "Emulate3Buttons" "true"
Option  "Emulate3Timeout" "70"
Option  "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
Identifier  "PS/2 Mouse"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "ZAxisMapping"  "4 5"
Option  "Device" "/dev/psaux"
Option  "Emulate3Buttons" "true"
Option  "Emulate3Timeout" "70"
Option  "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
Identifier  "USB Mouse"
Driver  "mouse"
Option  "Device""/dev/input/mice"
Option  "SendCoreEvents""true"
Option  "Protocol"

Bug#444433: xserver-xorg-video-intel: Xinerama and Dualhead won't work with new intel driver (old i810 worked)

2008-09-24 Thread Brice Goglin
Tino Keitel wrote:
> RandR 1.2 is not a sufficent replacement for Xinerama. I need dualhead
> with 2 graphics cards, which is is not possible with RandR 1.2. It is a
> planned feature of RandR 1.3 AFAIK. And from my understanding, even if
> RandR 1.3 is supported by the Intel driver in the future, it requires
> the other card's driver to also support RandR 1.3. As long as this
> isn't implemented, Xinerama is still the only way to get dual head
> using more than one card.
>   

I guess it's the same problem than #443274 with intel instead of the ati
driver.

Brice




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



mesa: Changes to 'ubuntu'

2008-09-24 Thread Timo Aaltonen
 Makefile  |8 
 configs/autoconf.in   |1 
 configs/default   |2 
 configure.ac  |2 
 debian/changelog  |   22 +
 debian/control|2 
 debian/glxinfo.1  |2 
 debian/patches/01_disable-intel-classic-warn.diff |   14 
 debian/patches/04_osmesa_version.diff |   10 
 debian/patches/series |1 
 docs/cell.html|   56 ++-
 docs/download.html|4 
 docs/news.html|7 
 docs/relnotes-7.1.html|   10 
 docs/relnotes-7.2.html|   96 +
 docs/relnotes.html|1 
 include/GL/glu.h  |   55 +--
 include/GL/internal/glcore.h  |   61 +--
 progs/demos/rain.cxx  |2 
 progs/xdemos/glxinfo.c|1 
 src/glu/sgi/libnurbs/interface/bezierEval.h   |   62 +--
 src/glu/sgi/libnurbs/interface/bezierPatch.h  |   62 +--
 src/glu/sgi/libnurbs/interface/bezierPatchMesh.h  |   62 +--
 src/glu/sgi/libnurbs/interface/glcurveval.h   |   60 +--
 src/glu/sgi/libnurbs/interface/glimports.h|   60 +--
 src/glu/sgi/libnurbs/interface/glrenderer.h   |   60 +--
 src/glu/sgi/libnurbs/interface/glsurfeval.h   |   60 +--
 src/glu/sgi/libnurbs/interface/mystdio.h  |   66 +--
 src/glu/sgi/libnurbs/interface/mystdlib.h |   60 +--
 src/glu/sgi/libnurbs/internals/arc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/arcsorter.h|   60 +--
 src/glu/sgi/libnurbs/internals/arctess.h  |   60 +--
 src/glu/sgi/libnurbs/internals/backend.cc |2 
 src/glu/sgi/libnurbs/internals/backend.h  |   62 +--
 src/glu/sgi/libnurbs/internals/basiccrveval.h |   60 +--
 src/glu/sgi/libnurbs/internals/basicsurfeval.h|   60 +--
 src/glu/sgi/libnurbs/internals/bezierarc.h|   60 +--
 src/glu/sgi/libnurbs/internals/bin.h  |   60 +--
 src/glu/sgi/libnurbs/internals/bufpool.cc |2 
 src/glu/sgi/libnurbs/internals/bufpool.h  |   64 +--
 src/glu/sgi/libnurbs/internals/cachingeval.h  |   60 +--
 src/glu/sgi/libnurbs/internals/coveandtiler.h |   60 +--
 src/glu/sgi/libnurbs/internals/curve.h|   60 +--
 src/glu/sgi/libnurbs/internals/curvelist.h|   60 +--
 src/glu/sgi/libnurbs/internals/dataTransform.h|   62 +--
 src/glu/sgi/libnurbs/internals/defines.h  |   60 +--
 src/glu/sgi/libnurbs/internals/displaylist.h  |   60 +--
 src/glu/sgi/libnurbs/internals/displaymode.h  |   62 +--
 src/glu/sgi/libnurbs/internals/flist.h|   60 +--
 src/glu/sgi/libnurbs/internals/flistsorter.h  |   60 +--
 src/glu/sgi/libnurbs/internals/gridline.h |   60 +--
 src/glu/sgi/libnurbs/internals/gridtrimvertex.h   |   60 +--
 src/glu/sgi/libnurbs/internals/gridvertex.h   |   60 +--
 src/glu/sgi/libnurbs/internals/hull.h |   60 +--
 src/glu/sgi/libnurbs/internals/jarcloc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/knotvector.cc  |2 
 src/glu/sgi/libnurbs/internals/knotvector.h   |   62 +--
 src/glu/sgi/libnurbs/internals/mapdesc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/maplist.h  |   60 +--
 src/glu/sgi/libnurbs/internals/mesher.h   |   60 +--
 src/glu/sgi/libnurbs/internals/monotonizer.h  |   60 +--
 src/glu/sgi/libnurbs/internals/myassert.h |   60 +--
 src/glu/sgi/libnurbs/internals/mymath.h   |   60 +--
 src/glu/sgi/libnurbs/internals/mysetjmp.h |   60 +--
 src/glu/sgi/libnurbs/internals/mystring.h |   60 +--
 src/glu/sgi/libnurbs/internals/nurbsconsts.h  |   60 +--
 src/glu/sgi/libnurbs/internals/nurbstess.cc   |2 
 src/glu/sgi/libnurbs/internals/nurbstess.h|   62 +--
 src/glu/sgi/libnurbs/internals/patch.h|   60 +--
 src/glu/sgi/libnurbs/internals/patchlist.h|   60 +--
 src/glu/sgi/libnurbs/internals/pwlarc.h   |   60 +--
 src/glu/sgi/libnurbs/internals/quilt.h|   60 +--
 src/glu/sgi/libnurbs/internals/reader.h   |   60 +--
 src/glu/sgi/libnurbs/internals/renderhints.h  |   60 +--
 src/glu/sgi/libnurbs/internals/simplemath.h   |   60 +--
 src/glu/sgi/libnurbs/internals/slicer.h   |   60 +--
 src/glu/sgi/libnurbs/internals/sorter.h   |   62 +--
 src/glu/sgi/libnurbs/internals/subdivider.h   |   60 +--
 src/glu/sgi/libnurbs/internals/trimline.h |   60 +--
 src/glu/sgi/libnurbs/internals/trimregion.h   |   60 +--
 src/glu/sgi/libnurbs/internals/trimvertex.h   |   60 +--
 src/glu/sgi/libnurbs/internals/tr

xorg-server: Changes to 'ubuntu'

2008-09-24 Thread Timo Aaltonen
 ChangeLog |   42 ++
 Xext/panoramiX.c  |   17 --
 composite/compinit.c  |3 +
 configure.ac  |4 +-
 debian/changelog  |   26 
 debian/patches/02_Disable-DRI-in-Xephyr.patch |   32 +++
 debian/patches/series |1 
 exa/exa.c |   10 ++
 randr/rrxinerama.c|   18 ---
 9 files changed, 142 insertions(+), 11 deletions(-)

New commits:
commit 7e2686f8387c9cf3a5d9519dd79d40b7183ba573
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Wed Sep 24 19:44:42 2008 +0300

Prepare changelog for release.

diff --git a/debian/changelog b/debian/changelog
index 2089e18..c7fda2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.5.1-1ubuntu1) intrepid; urgency=low
+
+  * Merge with Debian experimental. (LP: #269388)
+
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Wed, 24 Sep 2008 19:33:34 +0300
+
 xorg-server (2:1.5.1-1) experimental; urgency=low
 
   * New upstream bugfix release.

commit ecc713926b178331ea7bf8ee1679316904507ef9
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 17:17:09 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 6bda123..a332a39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xorg-server (2:1.5.1-1) UNRELEASED; urgency=low
+xorg-server (2:1.5.1-1) experimental; urgency=low
 
   * New upstream bugfix release.
   * 02_Disable-DRI-in-Xephyr.patch: don't use DRI in Xephyr, as it doesn't
 work correctly.
   * Merge changelog from 2:1.4.2-6 (all changes are upstream now).
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 21 Sep 2008 20:37:12 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 24 Sep 2008 17:49:18 +0200
 
 xorg-server (2:1.5.0-1) experimental; urgency=low
 

commit dfed9e40315aa0675f433740088a65cb96954abe
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 17:33:53 2008 +0200

Build fix in the xephyr patch

diff --git a/debian/patches/02_Disable-DRI-in-Xephyr.patch 
b/debian/patches/02_Disable-DRI-in-Xephyr.patch
index 63c7e3f..8ca1cf7 100644
--- a/debian/patches/02_Disable-DRI-in-Xephyr.patch
+++ b/debian/patches/02_Disable-DRI-in-Xephyr.patch
@@ -4,15 +4,12 @@ Date: Sun, 21 Sep 2008 20:28:16 +0200
 Subject: [PATCH] Disable DRI in Xephyr
 
 Doesn't work right, see fdo#16955

- configure.ac |   10 +-
- 1 files changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
 index 0262274..3ca285a 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1922,11 +1922,11 @@ if test "$KDRIVE" = yes; then
+@@ -1922,11 +1922,12 @@ if test "$KDRIVE" = yes; then
  XEPHYR=$xephyr
  fi
  XEPHYR_DRI=no
@@ -26,6 +23,7 @@ index 0262274..3ca285a 100644
 +#XEPHYR_DRI_LIBS=-lGL
 +#AC_SUBST(XEPHYR_DRI_LIBS)
 +#fi
++AC_SUBST(XEPHYR_DRI_LIBS)
  if test x$XEPHYR_DRI = xyes ; then
  AC_DEFINE(XEPHYR_DRI,1,[enable DRI extension in xephyr])
  fi

commit e84ea06e3b76ebe63d60ce1ae48662a90fcc
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 14:49:57 2008 +0200

Update changelogs

diff --git a/ChangeLog b/ChangeLog
index 9f9199d..fef4b74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+commit 97f688f2b4b8ebfba77be00db68c4e6a555a5d62
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Sep 23 14:51:33 2008 -0400
+
+xserver 1.5.1
+
+commit 68c575cb73fd6ff6c9c0ce29a3d8105da44abfcc
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Sep 23 11:05:44 2008 -0400
+
+Move RELEASE_DATE below AC_INIT.
+
+Doing it the other way around clobbers the setting, which means you get
+a null release date string in the log.  Thanks autoconf!
+
+commit dba26368e5dbdd35df97d38ed517d1248503ab51
+Author: Peter Harris <[EMAIL PROTECTED]>
+Date:   Thu Dec 20 15:58:01 2007 -0500
+
+Fix panoramiX request and reply swapping
+
+ Fix panoramiX request and reply swapping
+ Set window and screen values in panoramix replies
+ Prevent buffer overrun in ProcPanoramiXGetScreenSize
+(cherry picked from commit 2b266eda6e23d16116f8a8e258192df353970279)
+
+commit ce6424853c2df2486ad99c0369974afc91a92993
+Author: Julien Cristau <[EMAIL PROTECTED]>
+Date:   Tue Sep 16 17:13:42 2008 +0200
+
+exa: disable shared pixmaps
+
+They got re-enabled in ee7c684f21d220d5e046bab31ae617a7d64d60f6
+("Reimplement ShmPutImage.")
+(cherry picked from commit b4762c0245ed2966606171cf27f40aa745fdc76e)
+
+commit 37876602957924c7cff759a800eddd574ee2385a
+Author: Aaron Plattner <[EMAIL PROTECTED]>
+Date:   Wed Sep 17 15:48:56 2008 -0700
+
+Conditionalize Composite-based backing store on 
pScreen->backingStoreSupport.
+
 commit 05fb2f9e1249d0b91bf4318c

Bug#444433: xserver-xorg-video-intel: Xinerama and Dualhead won't work with new intel driver (old i810 worked)

2008-09-24 Thread Tino Keitel
Hi,

RandR 1.2 is not a sufficent replacement for Xinerama. I need dualhead
with 2 graphics cards, which is is not possible with RandR 1.2. It is a
planned feature of RandR 1.3 AFAIK. And from my understanding, even if
RandR 1.3 is supported by the Intel driver in the future, it requires
the other card's driver to also support RandR 1.3. As long as this
isn't implemented, Xinerama is still the only way to get dual head
using more than one card.

Regards,
Tino



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



Processed (with 5 errors): xserver-xorg-video-intel: Xinerama and Dualhead won't work with new intel driver (old i810 worked)

2008-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> unarchive 33
Bug 33 [xserver-xorg-video-intel] xserver-xorg-video-intel: Xinerama and 
Dualhead won't work with new intel driver (old i810 worked)
Unarchived Bug 33
> reopen 33
Bug#33: xserver-xorg-video-intel: Xinerama and Dualhead won't work with new 
intel driver (old i810 worked)
Bug reopened, originator not changed.

> RandR 1.2 is not a sufficent replacement for Xinerama. I need dualhead
Unknown command or malformed arguments to command.

> with 2 graphics cards, which is is not possible with RandR 1.2. It is a
Unknown command or malformed arguments to command.

> planned feature of RandR 1.3 AFAIK. And from my understanding, even if
Unknown command or malformed arguments to command.

> RandR 1.3 is supported by the Intel driver in the future, it requires
Unknown command or malformed arguments to command.

> the other card's driver to also support RandR 1.3. As long as this
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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#436536: same issue

2008-09-24 Thread City Press Art

I have the same issue on a 9500/400

Exact same problems.

I was able to get a X-session working though.

Using FBdev as the driver device.

I have been told the issue with this specific card is the Ramdac. I 
was hoping with the split of the project from ATI to a separate 
mach64 that maybe the issue was addressed, but I dont think it has.


using BootX if I go direct from machine startup (splash window at 
640x480) I will get hardware detected as unsupported 640 x 480.


if I use BootX extention from within os 9 running a resolution of 
1024 x 768 24bit colour. I will get the hardware detected by linux as 
1024x768 16bit.. it will run using no video driver option from os9 
and fbdev as the driver.


I have had no other luck so far getting this card to work.

James



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



Bug#498595: marked as done (bad grammar and punctuation in glxinfo(1))

2008-09-24 Thread Debian Bug Tracking System

Your message dated Wed, 24 Sep 2008 16:32:19 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#498595: fixed in mesa 7.2-1
has caused the Debian Bug report #498595,
regarding bad grammar and punctuation in glxinfo(1)
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
498595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498595
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mesa-utils
Version: 7.0.3-5
Severity: minor

   glxinfo(1) uses incorrect quotes and confuses its/it's:

Find the ``best'' visual and print it's number.

   I suggest the following instead:

Find the "best" visual and print its number.

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

Kernel: Linux 2.6.25.9 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mesa-utils depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]  7.0.3-5A free implementation of the OpenG
ii  libx11-6  2:1.1.4-2  X11 client-side library

mesa-utils recommends no packages.

mesa-utils suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 7.2-1

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

libgl1-mesa-dev_7.2-1_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.2-1_all.deb
libgl1-mesa-dri-dbg_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.2-1_i386.deb
libgl1-mesa-dri_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.2-1_i386.deb
libgl1-mesa-glx-dbg_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.2-1_i386.deb
libgl1-mesa-glx_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.2-1_i386.deb
libgl1-mesa-swx11-dbg_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.2-1_i386.deb
libgl1-mesa-swx11-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.2-1_i386.deb
libgl1-mesa-swx11-i686_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_7.2-1_i386.deb
libgl1-mesa-swx11_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.2-1_i386.deb
libglu1-mesa-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.2-1_i386.deb
libglu1-mesa_7.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa_7.2-1_i386.deb
libglw1-mesa-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.2-1_i386.deb
libglw1-mesa_7.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa_7.2-1_i386.deb
libosmesa6-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_7.2-1_i386.deb
libosmesa6_7.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6_7.2-1_i386.deb
mesa-common-dev_7.2-1_all.deb
  to pool/main/m/mesa/mesa-common-dev_7.2-1_all.deb
mesa-utils_7.2-1_i386.deb
  to pool/main/m/mesa/mesa-utils_7.2-1_i386.deb
mesa_7.2-1.diff.gz
  to pool/main/m/mesa/mesa_7.2-1.diff.gz
mesa_7.2-1.dsc
  to pool/main/m/mesa/mesa_7.2-1.dsc
mesa_7.2.orig.tar.gz
  to pool/main/m/mesa/mesa_7.2.orig.tar.gz



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

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

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

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Sep 2008 14:28:21 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri 
libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev 
libglu1-mesa libglu1-mesa-dev libglw1-mesa libglw1-mesa-dev mesa-utils
Architecture: source all i386
Version: 7.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau <[EMAIL PROTECTED]>
Description: 
 libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - A

mesa_7.2-1_i386.changes ACCEPTED

2008-09-24 Thread Debian Installer

Accepted:
libgl1-mesa-dev_7.2-1_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.2-1_all.deb
libgl1-mesa-dri-dbg_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.2-1_i386.deb
libgl1-mesa-dri_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.2-1_i386.deb
libgl1-mesa-glx-dbg_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.2-1_i386.deb
libgl1-mesa-glx_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.2-1_i386.deb
libgl1-mesa-swx11-dbg_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.2-1_i386.deb
libgl1-mesa-swx11-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.2-1_i386.deb
libgl1-mesa-swx11-i686_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_7.2-1_i386.deb
libgl1-mesa-swx11_7.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.2-1_i386.deb
libglu1-mesa-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.2-1_i386.deb
libglu1-mesa_7.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa_7.2-1_i386.deb
libglw1-mesa-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.2-1_i386.deb
libglw1-mesa_7.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa_7.2-1_i386.deb
libosmesa6-dev_7.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_7.2-1_i386.deb
libosmesa6_7.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6_7.2-1_i386.deb
mesa-common-dev_7.2-1_all.deb
  to pool/main/m/mesa/mesa-common-dev_7.2-1_all.deb
mesa-utils_7.2-1_i386.deb
  to pool/main/m/mesa/mesa-utils_7.2-1_i386.deb
mesa_7.2-1.diff.gz
  to pool/main/m/mesa/mesa_7.2-1.diff.gz
mesa_7.2-1.dsc
  to pool/main/m/mesa/mesa_7.2-1.dsc
mesa_7.2.orig.tar.gz
  to pool/main/m/mesa/mesa_7.2.orig.tar.gz


Override entries for your package:
libgl1-mesa-dev_7.2-1_all.deb - optional libdevel
libgl1-mesa-dri-dbg_7.2-1_i386.deb - extra libdevel
libgl1-mesa-dri_7.2-1_i386.deb - optional libs
libgl1-mesa-glx-dbg_7.2-1_i386.deb - extra libdevel
libgl1-mesa-glx_7.2-1_i386.deb - optional libs
libgl1-mesa-swx11-dbg_7.2-1_i386.deb - extra libdevel
libgl1-mesa-swx11-dev_7.2-1_i386.deb - extra libdevel
libgl1-mesa-swx11-i686_7.2-1_i386.deb - extra libs
libgl1-mesa-swx11_7.2-1_i386.deb - extra libs
libglu1-mesa-dev_7.2-1_i386.deb - optional libdevel
libglu1-mesa_7.2-1_i386.deb - optional libs
libglw1-mesa-dev_7.2-1_i386.deb - optional libdevel
libglw1-mesa_7.2-1_i386.deb - optional libs
libosmesa6-dev_7.2-1_i386.deb - optional libdevel
libosmesa6_7.2-1_i386.deb - optional libs
mesa-common-dev_7.2-1_all.deb - optional libdevel
mesa-utils_7.2-1_i386.deb - optional x11
mesa_7.2-1.dsc - source libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 498595 


Thank you for your contribution to Debian.


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



xorg-server_1.5.1-1_i386.changes ACCEPTED

2008-09-24 Thread Debian Installer

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


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



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

2008-09-24 Thread Archive Administrator
xorg-server_1.5.1-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.5.1-1.dsc
  xorg-server_1.5.1.orig.tar.gz
  xorg-server_1.5.1-1.diff.gz
  xserver-xorg-core_1.5.1-1_i386.deb
  xserver-xorg-dev_1.5.1-1_i386.deb
  xdmx_1.5.1-1_i386.deb
  xdmx-tools_1.5.1-1_i386.deb
  xnest_1.5.1-1_i386.deb
  xvfb_1.5.1-1_i386.deb
  xserver-xephyr_1.5.1-1_i386.deb
  xserver-xfbdev_1.5.1-1_i386.deb
  xserver-xorg-core-dbg_1.5.1-1_i386.deb

Greetings,

Your Debian queue daemon


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



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

2008-09-24 Thread Archive Administrator
xorg-server_1.5.1-1_i386.changes uploaded successfully to ftp.upload.debian.org
along with the files:
  xorg-server_1.5.1-1.dsc
  xorg-server_1.5.1.orig.tar.gz
  xorg-server_1.5.1-1.diff.gz
  xserver-xorg-core_1.5.1-1_i386.deb
  xserver-xorg-dev_1.5.1-1_i386.deb
  xdmx_1.5.1-1_i386.deb
  xdmx-tools_1.5.1-1_i386.deb
  xnest_1.5.1-1_i386.deb
  xvfb_1.5.1-1_i386.deb
  xserver-xephyr_1.5.1-1_i386.deb
  xserver-xfbdev_1.5.1-1_i386.deb
  xserver-xorg-core-dbg_1.5.1-1_i386.deb

Greetings,

Your Debian queue daemon


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



Processing of mesa_7.2-1_i386.changes

2008-09-24 Thread Archive Administrator
mesa_7.2-1_i386.changes uploaded successfully to localhost
along with the files:
  mesa_7.2-1.dsc
  mesa_7.2.orig.tar.gz
  mesa_7.2-1.diff.gz
  libgl1-mesa-dev_7.2-1_all.deb
  mesa-common-dev_7.2-1_all.deb
  libgl1-mesa-swx11_7.2-1_i386.deb
  libgl1-mesa-swx11-dbg_7.2-1_i386.deb
  libgl1-mesa-swx11-i686_7.2-1_i386.deb
  libgl1-mesa-swx11-dev_7.2-1_i386.deb
  libgl1-mesa-glx_7.2-1_i386.deb
  libgl1-mesa-glx-dbg_7.2-1_i386.deb
  libgl1-mesa-dri_7.2-1_i386.deb
  libgl1-mesa-dri-dbg_7.2-1_i386.deb
  libosmesa6_7.2-1_i386.deb
  libosmesa6-dev_7.2-1_i386.deb
  libglu1-mesa_7.2-1_i386.deb
  libglu1-mesa-dev_7.2-1_i386.deb
  libglw1-mesa_7.2-1_i386.deb
  libglw1-mesa-dev_7.2-1_i386.deb
  mesa-utils_7.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



Processing of mesa_7.2-1_i386.changes

2008-09-24 Thread Archive Administrator
mesa_7.2-1_i386.changes uploaded successfully to ftp.upload.debian.org
along with the files:
  mesa_7.2-1.dsc
  mesa_7.2.orig.tar.gz
  mesa_7.2-1.diff.gz
  libgl1-mesa-dev_7.2-1_all.deb
  mesa-common-dev_7.2-1_all.deb
  libgl1-mesa-swx11_7.2-1_i386.deb
  libgl1-mesa-swx11-dbg_7.2-1_i386.deb
  libgl1-mesa-swx11-i686_7.2-1_i386.deb
  libgl1-mesa-swx11-dev_7.2-1_i386.deb
  libgl1-mesa-glx_7.2-1_i386.deb
  libgl1-mesa-glx-dbg_7.2-1_i386.deb
  libgl1-mesa-dri_7.2-1_i386.deb
  libgl1-mesa-dri-dbg_7.2-1_i386.deb
  libosmesa6_7.2-1_i386.deb
  libosmesa6-dev_7.2-1_i386.deb
  libglu1-mesa_7.2-1_i386.deb
  libglu1-mesa-dev_7.2-1_i386.deb
  libglw1-mesa_7.2-1_i386.deb
  libglw1-mesa-dev_7.2-1_i386.deb
  mesa-utils_7.2-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: Changes to 'refs/tags/xorg-server-2_1.5.1-1'

2008-09-24 Thread Julien Cristau
Tag 'xorg-server-2_1.5.1-1' created by Julien Cristau <[EMAIL PROTECTED]> at 
2008-09-24 16:05 +

Tagging upload of xorg-server 2:1.5.1-1 to experimental.

Changes since xorg-server-2_1.5.0-1:
Aaron Plattner (1):
  Conditionalize Composite-based backing store on 
pScreen->backingStoreSupport.

Adam Jackson (2):
  Move RELEASE_DATE below AC_INIT.
  xserver 1.5.1

Julien Cristau (11):
  Xevie: always set rep.length to 0 (closes: #497337).
  Xevie: swap replies if necessary
  Update changelog for cherry-pick
  Prepare changelog for upload
  02_Disable-DRI-in-Xephyr.patch: don't use DRI in Xephyr
  exa: disable shared pixmaps
  Merge tag 'xorg-server-1.5.1' into debian-experimental
  Update changelogs
  Merge changelog from 2:1.4.2-6 (all changes are upstream now).
  Build fix in the xephyr patch
  Prepare changelog for upload

Paulo Cesar Pereira de Andrade (1):
  Correct a NULL pointer deference

Peter Harris (1):
  Fix panoramiX request and reply swapping

---
 ChangeLog |   42 ++
 Xext/panoramiX.c  |   17 --
 composite/compinit.c  |3 +
 configure.ac  |4 +-
 debian/changelog  |   20 
 debian/patches/02_Disable-DRI-in-Xephyr.patch |   32 +++
 debian/patches/series |1 
 exa/exa.c |   10 ++
 randr/rrxinerama.c|   18 ---
 9 files changed, 136 insertions(+), 11 deletions(-)
---


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



xorg-server: Changes to 'debian-experimental'

2008-09-24 Thread Julien Cristau
 debian/changelog  |4 ++--
 debian/patches/02_Disable-DRI-in-Xephyr.patch |6 ++
 2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit ecc713926b178331ea7bf8ee1679316904507ef9
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 17:17:09 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 6bda123..a332a39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xorg-server (2:1.5.1-1) UNRELEASED; urgency=low
+xorg-server (2:1.5.1-1) experimental; urgency=low
 
   * New upstream bugfix release.
   * 02_Disable-DRI-in-Xephyr.patch: don't use DRI in Xephyr, as it doesn't
 work correctly.
   * Merge changelog from 2:1.4.2-6 (all changes are upstream now).
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 21 Sep 2008 20:37:12 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 24 Sep 2008 17:49:18 +0200
 
 xorg-server (2:1.5.0-1) experimental; urgency=low
 

commit dfed9e40315aa0675f433740088a65cb96954abe
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 17:33:53 2008 +0200

Build fix in the xephyr patch

diff --git a/debian/patches/02_Disable-DRI-in-Xephyr.patch 
b/debian/patches/02_Disable-DRI-in-Xephyr.patch
index 63c7e3f..8ca1cf7 100644
--- a/debian/patches/02_Disable-DRI-in-Xephyr.patch
+++ b/debian/patches/02_Disable-DRI-in-Xephyr.patch
@@ -4,15 +4,12 @@ Date: Sun, 21 Sep 2008 20:28:16 +0200
 Subject: [PATCH] Disable DRI in Xephyr
 
 Doesn't work right, see fdo#16955

- configure.ac |   10 +-
- 1 files changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
 index 0262274..3ca285a 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -1922,11 +1922,11 @@ if test "$KDRIVE" = yes; then
+@@ -1922,11 +1922,12 @@ if test "$KDRIVE" = yes; then
  XEPHYR=$xephyr
  fi
  XEPHYR_DRI=no
@@ -26,6 +23,7 @@ index 0262274..3ca285a 100644
 +#XEPHYR_DRI_LIBS=-lGL
 +#AC_SUBST(XEPHYR_DRI_LIBS)
 +#fi
++AC_SUBST(XEPHYR_DRI_LIBS)
  if test x$XEPHYR_DRI = xyes ; then
  AC_DEFINE(XEPHYR_DRI,1,[enable DRI extension in xephyr])
  fi


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



mesa: Changes to 'debian-experimental'

2008-09-24 Thread Julien Cristau
 debian/changelog  |8 ++--
 debian/control|2 +-
 debian/patches/01_disable-intel-classic-warn.diff |   14 ++
 debian/patches/series |1 +
 4 files changed, 22 insertions(+), 3 deletions(-)

New commits:
commit 84bb8fc6958dc4c61c5a2684724cc6bd06377b5c
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 14:28:28 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index cb8c9f5..9adcd91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (7.2-1) UNRELEASED; urgency=low
+mesa (7.2-1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Fix grammar and punctuation in glxinfo(1), thanks Sam Hocevar,
@@ -12,7 +12,7 @@ mesa (7.2-1) UNRELEASED; urgency=low
   * Remove the build-dep on dri2proto, DRI2 support has been removed.
   * intel: don't warn about TTM init failure.
 
- -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 23 Sep 2008 16:08:48 +0300
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 24 Sep 2008 14:28:21 +0200
 
 mesa (7.1-1) experimental; urgency=low
 

commit 872cb1a0dd16304cc5a0cecc642cc6c6d3781d44
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 14:25:30 2008 +0200

intel: don't warn about TTM init failure.

diff --git a/debian/changelog b/debian/changelog
index ea1bf79..cb8c9f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ mesa (7.2-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Remove the build-dep on dri2proto, DRI2 support has been removed.
+  * intel: don't warn about TTM init failure.
 
  -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 23 Sep 2008 16:08:48 +0300
 
diff --git a/debian/patches/01_disable-intel-classic-warn.diff 
b/debian/patches/01_disable-intel-classic-warn.diff
new file mode 100644
index 000..0725ffe
--- /dev/null
+++ b/debian/patches/01_disable-intel-classic-warn.diff
@@ -0,0 +1,14 @@
+Index: mesa/src/mesa/drivers/dri/intel/intel_context.c
+===
+--- mesa.orig/src/mesa/drivers/dri/intel/intel_context.c
 mesa/src/mesa/drivers/dri/intel/intel_context.c
+@@ -490,9 +490,6 @@
+if (intel->bufmgr == NULL) {
+   if (ttm_disable) {
+fprintf(stderr, "TTM buffer manager disabled.  Using classic.\n");
+-  } else {
+-   fprintf(stderr, "Failed to initialize TTM buffer manager.  "
+-   "Falling back to classic.\n");
+   }
+ 
+   if (intelScreen->tex.size == 0) {
diff --git a/debian/patches/series b/debian/patches/series
index 86f17dc..f7ae615 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+01_disable-intel-classic-warn.diff
 02_use-ieee-fp-on-s390-and-m68k.patch
 03_optional-progs-and-install.patch
 04_osmesa_version.diff

commit ee80a3a623bc9d0f9ea01a3c1e03204300f44097
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 12:55:15 2008 +0200

Remove the build-dep on dri2proto, DRI2 support has been removed.

diff --git a/debian/changelog b/debian/changelog
index b5e1f27..ea1bf79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ mesa (7.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Refresh patch 04_osmesa_version.diff
 
+  [ Julien Cristau ]
+  * Remove the build-dep on dri2proto, DRI2 support has been removed.
+
  -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 23 Sep 2008 16:08:48 +0300
 
 mesa (7.1-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 80f7198..bfec2bf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Thierry Reding <[EMAIL PROTECTED]>, Julien Cristau 
<[EMAIL PROTECTED]
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 5), quilt (>= 0.40), pkg-config,
  libdrm-dev (>= 2.3.1) [!hurd-i386], libx11-dev, xutils-dev,
- x11proto-gl-dev (>= 1.4.8), x11proto-dri2-dev, libxxf86vm-dev,
+ x11proto-gl-dev (>= 1.4.8), libxxf86vm-dev,
  libexpat1-dev, lesstif2-dev, dpkg-dev (>= 1.13.19), libxfixes-dev,
  libxdamage-dev, libxext-dev, autoconf, automake
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa


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



mesa: Changes to 'refs/tags/mesa-7.2-1'

2008-09-24 Thread Julien Cristau
Tag 'mesa-7.2-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2008-09-24 
16:05 +

Tagging upload of mesa 7.2-1 to experimental.

Changes since mesa-7.1-1:
Adam Jackson (1):
  Update to SGI FreeB 2.0.

Brian Paul (24):
  added 7.1 MD5 sums
  placeholder for upcoming 7.2 release notes
  mesa: bump MAX_INSN to 350
  fix BUFFER_DEPTH/BUFFER_ACCUM mix-up
  mesa: improved gl_buffer_object reference counting
  mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()
  document 7.2 bug fixes, etc
  Mesa: version bumps for 7.2 release
  updated Cell driver info
  mesa: documentation updates for 7.2 release
  mesa: Makefile: 7.2 release candidate 1
  mesa: remove some assertions that are invalid during context tear-down
  document display list bug fix
  mesa: fix MSAA enable state in update_multisample()
  fix msaa enable/disable bug
  mesa: fix display list regression (check if save->prim_count > 0 in 
vbo_save_EndList())
  mesa: rework GLSL vertex attribute binding
  document glBindAttribLocation fixes
  mesa: fix bug in previous changes to _slang_resolve_attributes()
  mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834
  document _tnl_InvalidateState() fix
  mesa: prep for 7.2 release
  mesa: set 7.2 version for tarballs
  mesa: docs: remove parenthesis

Brice Goglin (1):
  Fix grammar and punctuation in glxinfo(1)

Guillaume Melquiond (7):
  GLU: fix asst warnings
  silence warning
  remove invalid XDestroyWindow() call
  mesa: #include 
  mesa: return after _mesa_problem() calls
  glx: fix 64-bit datatype issue
  i915: fix himask constant init for 64-bit build

Ian Romanick (1):
  Remove DRI2 support

Jakob Bornecrantz (1):
  mesa: Support for MESA_FORMAT_S8_Z24 texture

Jakub Bogusz (1):
  tdfx: fix crash and lack of visuals bug

Julien Cristau (3):
  Remove the build-dep on dri2proto, DRI2 support has been removed.
  intel: don't warn about TTM init failure.
  Prepare changelog for upload

Keith Whitwell (1):
  mesa: get another class of degenerate dlists working

Roland Scheidegger (1):
  fix no error generated when calling glLight{if}[v] inside begin/end (bug 
17408)

Shane Blackett (3):
  Fixes for Mingw
  added 24bpp support
  glut: s/glut_fbc.c/glut_fcb.c/

Timo Aaltonen (2):
  Merge commit 'mesa_7_2' into debian-experimental
  Update the changelog, refresh patch 04.

Xiang, Haihao (6):
  i965: Push/pop instruction state. partial fix for #16882
  i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882
  i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.
  mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24
  intel: Fix depth_stencil texture.
  i965: Add support for G41 chipset which is another 4 series.

---
 Makefile  |8 
 configs/autoconf.in   |1 
 configs/default   |2 
 configure.ac  |2 
 debian/changelog  |   16 
 debian/control|2 
 debian/glxinfo.1  |2 
 debian/patches/01_disable-intel-classic-warn.diff |   14 
 debian/patches/04_osmesa_version.diff |   10 
 debian/patches/series |1 
 docs/cell.html|   56 ++-
 docs/download.html|4 
 docs/news.html|7 
 docs/relnotes-7.1.html|   10 
 docs/relnotes-7.2.html|   96 +
 docs/relnotes.html|1 
 include/GL/glu.h  |   55 +--
 include/GL/internal/glcore.h  |   61 +--
 progs/demos/rain.cxx  |2 
 progs/xdemos/glxinfo.c|1 
 src/glu/sgi/libnurbs/interface/bezierEval.h   |   62 +--
 src/glu/sgi/libnurbs/interface/bezierPatch.h  |   62 +--
 src/glu/sgi/libnurbs/interface/bezierPatchMesh.h  |   62 +--
 src/glu/sgi/libnurbs/interface/glcurveval.h   |   60 +--
 src/glu/sgi/libnurbs/interface/glimports.h|   60 +--
 src/glu/sgi/libnurbs/interface/glrenderer.h   |   60 +--
 src/glu/sgi/libnurbs/interface/glsurfeval.h   |   60 +--
 src/glu/sgi/libnurbs/interface/mystdio.h  |   66 +--
 src/glu/sgi/libnurbs/interface/mystdlib.h |   60 +--
 src/glu/sgi/libnurbs/internals/arc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/arcsorter.h|   60 +--
 src/glu/sgi/libnurbs/internals/arctess.h  |   60 +--
 src/glu/sgi/libnurbs/internals/backend.cc |2 
 src/glu/sgi/libnurbs/internals/backend.h  

Message distribution

2008-09-24 Thread SYMPA

Your message for list jplnews has been forwarded to editor(s)






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



xorg-server: Changes to 'debian-experimental'

2008-09-24 Thread Julien Cristau
 ChangeLog |   42 ++
 Xext/panoramiX.c  |   17 --
 composite/compinit.c  |3 +
 configure.ac  |4 +-
 debian/changelog  |   20 
 debian/patches/02_Disable-DRI-in-Xephyr.patch |   34 +
 debian/patches/series |1 
 exa/exa.c |   10 ++
 randr/rrxinerama.c|   18 ---
 9 files changed, 138 insertions(+), 11 deletions(-)

New commits:
commit e84ea06e3b76ebe63d60ce1ae48662a90fcc
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Sep 24 14:49:57 2008 +0200

Update changelogs

diff --git a/ChangeLog b/ChangeLog
index 9f9199d..fef4b74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+commit 97f688f2b4b8ebfba77be00db68c4e6a555a5d62
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Sep 23 14:51:33 2008 -0400
+
+xserver 1.5.1
+
+commit 68c575cb73fd6ff6c9c0ce29a3d8105da44abfcc
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Sep 23 11:05:44 2008 -0400
+
+Move RELEASE_DATE below AC_INIT.
+
+Doing it the other way around clobbers the setting, which means you get
+a null release date string in the log.  Thanks autoconf!
+
+commit dba26368e5dbdd35df97d38ed517d1248503ab51
+Author: Peter Harris <[EMAIL PROTECTED]>
+Date:   Thu Dec 20 15:58:01 2007 -0500
+
+Fix panoramiX request and reply swapping
+
+ Fix panoramiX request and reply swapping
+ Set window and screen values in panoramix replies
+ Prevent buffer overrun in ProcPanoramiXGetScreenSize
+(cherry picked from commit 2b266eda6e23d16116f8a8e258192df353970279)
+
+commit ce6424853c2df2486ad99c0369974afc91a92993
+Author: Julien Cristau <[EMAIL PROTECTED]>
+Date:   Tue Sep 16 17:13:42 2008 +0200
+
+exa: disable shared pixmaps
+
+They got re-enabled in ee7c684f21d220d5e046bab31ae617a7d64d60f6
+("Reimplement ShmPutImage.")
+(cherry picked from commit b4762c0245ed2966606171cf27f40aa745fdc76e)
+
+commit 37876602957924c7cff759a800eddd574ee2385a
+Author: Aaron Plattner <[EMAIL PROTECTED]>
+Date:   Wed Sep 17 15:48:56 2008 -0700
+
+Conditionalize Composite-based backing store on 
pScreen->backingStoreSupport.
+
 commit 05fb2f9e1249d0b91bf4318cec4fb309217adff4
 Author: Adam Jackson <[EMAIL PROTECTED]>
 Date:   Wed Sep 3 19:14:22 2008 -0400
diff --git a/debian/changelog b/debian/changelog
index 15d963a..360c163 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-xorg-server (2:1.5.0-2) UNRELEASED; urgency=low
+xorg-server (2:1.5.1-1) UNRELEASED; urgency=low
 
+  * New upstream bugfix release.
   * 02_Disable-DRI-in-Xephyr.patch: don't use DRI in Xephyr, as it doesn't
 work correctly.
 

commit 97f688f2b4b8ebfba77be00db68c4e6a555a5d62
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Sep 23 14:51:33 2008 -0400

xserver 1.5.1

diff --git a/configure.ac b/configure.ac
index 51d8b14..ef276cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([xorg-server], 1.5.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="3 September 2008"
+AC_INIT([xorg-server], 1.5.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="23 September 2008"
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE

commit 68c575cb73fd6ff6c9c0ce29a3d8105da44abfcc
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Sep 23 11:05:44 2008 -0400

Move RELEASE_DATE below AC_INIT.

Doing it the other way around clobbers the setting, which means you get
a null release date string in the log.  Thanks autoconf!

diff --git a/configure.ac b/configure.ac
index 0262274..51d8b14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-RELEASE_DATE="3 September 2008"
 AC_INIT([xorg-server], 1.5.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="3 September 2008"
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE

commit dba26368e5dbdd35df97d38ed517d1248503ab51
Author: Peter Harris <[EMAIL PROTECTED]>
Date:   Thu Dec 20 15:58:01 2007 -0500

Fix panoramiX request and reply swapping

 Fix panoramiX request and reply swapping
 Set window and screen values in panoramix replies
 Prevent buffer overrun in ProcPanoramiXGetScreenSize
(cherry picked from commit 2b266eda6e23d16116f8a8e258192df353970279)

diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c
index 2792dc7..8bc5c42 100644
--- a/Xext/panoramiX.c
+++ b/Xext/panoramiX.c
@@ -936,10 +936,11 @@ ProcPanoramiXGetState(ClientPtr client)
 

xorg-server: Changes to 'upstream-experimental'

2008-09-24 Thread Julien Cristau
 Xext/panoramiX.c |   17 +
 composite/compinit.c |3 ++-
 configure.ac |4 ++--
 exa/exa.c|   10 ++
 randr/rrxinerama.c   |   18 ++
 5 files changed, 41 insertions(+), 11 deletions(-)

New commits:
commit 97f688f2b4b8ebfba77be00db68c4e6a555a5d62
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Sep 23 14:51:33 2008 -0400

xserver 1.5.1

diff --git a/configure.ac b/configure.ac
index 51d8b14..ef276cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([xorg-server], 1.5.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE="3 September 2008"
+AC_INIT([xorg-server], 1.5.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="23 September 2008"
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE

commit 68c575cb73fd6ff6c9c0ce29a3d8105da44abfcc
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Sep 23 11:05:44 2008 -0400

Move RELEASE_DATE below AC_INIT.

Doing it the other way around clobbers the setting, which means you get
a null release date string in the log.  Thanks autoconf!

diff --git a/configure.ac b/configure.ac
index 0262274..51d8b14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,8 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-RELEASE_DATE="3 September 2008"
 AC_INIT([xorg-server], 1.5.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE="3 September 2008"
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2 foreign])
 AM_MAINTAINER_MODE

commit dba26368e5dbdd35df97d38ed517d1248503ab51
Author: Peter Harris <[EMAIL PROTECTED]>
Date:   Thu Dec 20 15:58:01 2007 -0500

Fix panoramiX request and reply swapping

 Fix panoramiX request and reply swapping
 Set window and screen values in panoramix replies
 Prevent buffer overrun in ProcPanoramiXGetScreenSize
(cherry picked from commit 2b266eda6e23d16116f8a8e258192df353970279)

diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c
index 2792dc7..8bc5c42 100644
--- a/Xext/panoramiX.c
+++ b/Xext/panoramiX.c
@@ -936,10 +936,11 @@ ProcPanoramiXGetState(ClientPtr client)
rep.length = 0;
rep.sequenceNumber = client->sequence;
rep.state = !noPanoramiXExtension;
+   rep.window = stuff->window;
if (client->swapped) {
swaps (&rep.sequenceNumber, n);
swapl (&rep.length, n);
-   swaps (&rep.state, n);
+   swapl (&rep.window, n);
}   
WriteToClient (client, sizeof (xPanoramiXGetStateReply), (char *) &rep);
return client->noClientException;
@@ -963,10 +964,11 @@ ProcPanoramiXGetScreenCount(ClientPtr client)
rep.length = 0;
rep.sequenceNumber = client->sequence;
rep.ScreenCount = PanoramiXNumScreens;
+   rep.window = stuff->window;
if (client->swapped) {
swaps (&rep.sequenceNumber, n);
swapl (&rep.length, n);
-   swaps (&rep.ScreenCount, n);
+   swapl (&rep.window, n);
}   
WriteToClient (client, sizeof (xPanoramiXGetScreenCountReply), (char *) 
&rep);
return client->noClientException;
@@ -980,6 +982,9 @@ ProcPanoramiXGetScreenSize(ClientPtr client)
xPanoramiXGetScreenSizeReplyrep;
register intn, rc;

+   if (stuff->screen >= PanoramiXNumScreens)
+   return BadMatch;
+
REQUEST_SIZE_MATCH(xPanoramiXGetScreenSizeReq);
rc = dixLookupWindow(&pWin, stuff->window, client, DixGetAttrAccess);
if (rc != Success)
@@ -991,11 +996,15 @@ ProcPanoramiXGetScreenSize(ClientPtr client)
/* screen dimensions */
rep.width  = panoramiXdataPtr[stuff->screen].width; 
rep.height = panoramiXdataPtr[stuff->screen].height; 
+   rep.window = stuff->window;
+   rep.screen = stuff->screen;
if (client->swapped) {
swaps (&rep.sequenceNumber, n);
swapl (&rep.length, n);
-   swaps (&rep.width, n);
-   swaps (&rep.height, n);
+   swapl (&rep.width, n);
+   swapl (&rep.height, n);
+   swapl (&rep.window, n);
+   swapl (&rep.screen, n);
}   
WriteToClient (client, sizeof (xPanoramiXGetScreenSizeReply), (char *) 
&rep);
return client->noClientException;
diff --git a/randr/rrxinerama.c b/randr/rrxinerama.c
index 240fca2..e6acd5e 100644
--- a/randr/rrxinerama.c
+++ b/randr/rrxinerama.c
@@ -138,10 +138,11 @@ ProcRRXineramaGetState(ClientPtr client)
 rep.length = 0;
 rep.sequenceNumber = client->sequence;
 rep.state = active;
+rep.window = stuff->window;
 if(client->swapped) {
swaps (&rep.sequenceNumber, n);
swapl (&rep.length, n)

Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-24 Thread Antoon Pardon
On Wed, Sep 24, 2008 at 11:20:18AM +0200, Julien Cristau wrote:
> On Wed, Sep 24, 2008 at 10:36:06 +0200, Antoon Pardon wrote:
> 
> > After installing autoconf I got the following:
> > 
> > /usr/local/src/ati/xf86-video-ati# ./autogen.sh 
> > autoreconf: Entering directory `.'
> > autoreconf: configure.ac: not using Gettext
> > autoreconf: running: aclocal 
> > autoreconf: configure.ac: tracing
> > autoreconf: configure.ac: not using Libtool
> > autoreconf: running: /usr/bin/autoconf
> > configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC
> >   If this token and others are legitimate, please use m4_pattern_allow.
> >   See the Autoconf documentation.
> > configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
> > autoreconf: /usr/bin/autoconf failed with exit status: 1
> > 
> You need libtool, automake and xutils-dev.  They're not pulled in by
> apt-get build-dep because that step is done before upload for the
> packages.

OK, all done, finished the compilation and installation. No change in
behaviour.

-- 
Antoon Pardon



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



Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-24 Thread Julien Cristau
On Wed, Sep 24, 2008 at 10:36:06 +0200, Antoon Pardon wrote:

> After installing autoconf I got the following:
> 
> /usr/local/src/ati/xf86-video-ati# ./autogen.sh 
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal 
> autoreconf: configure.ac: tracing
> autoreconf: configure.ac: not using Libtool
> autoreconf: running: /usr/bin/autoconf
> configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC
>   If this token and others are legitimate, please use m4_pattern_allow.
>   See the Autoconf documentation.
> configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
> autoreconf: /usr/bin/autoconf failed with exit status: 1
> 
You need libtool, automake and xutils-dev.  They're not pulled in by
apt-get build-dep because that step is done before upload for the
packages.

Cheers,
Julien



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



mesa: Changes to 'upstream-experimental'

2008-09-24 Thread Timo Aaltonen
 Makefile  |8 
 configs/autoconf.in   |1 
 configs/default   |2 
 configure.ac  |2 
 docs/cell.html|   56 ++-
 docs/download.html|4 
 docs/news.html|7 
 docs/relnotes-7.1.html|   10 
 docs/relnotes-7.2.html|   96 +
 docs/relnotes.html|1 
 include/GL/glu.h  |   55 +--
 include/GL/internal/glcore.h  |   61 +--
 include/GLES/egl.h|   60 +--
 progs/demos/rain.cxx  |2 
 progs/xdemos/glxinfo.c|1 
 src/glu/sgi/libnurbs/interface/bezierEval.h   |   62 +--
 src/glu/sgi/libnurbs/interface/bezierPatch.h  |   62 +--
 src/glu/sgi/libnurbs/interface/bezierPatchMesh.h  |   62 +--
 src/glu/sgi/libnurbs/interface/glcurveval.h   |   60 +--
 src/glu/sgi/libnurbs/interface/glimports.h|   60 +--
 src/glu/sgi/libnurbs/interface/glrenderer.h   |   60 +--
 src/glu/sgi/libnurbs/interface/glsurfeval.h   |   60 +--
 src/glu/sgi/libnurbs/interface/mystdio.h  |   66 +--
 src/glu/sgi/libnurbs/interface/mystdlib.h |   60 +--
 src/glu/sgi/libnurbs/internals/arc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/arcsorter.h|   60 +--
 src/glu/sgi/libnurbs/internals/arctess.h  |   60 +--
 src/glu/sgi/libnurbs/internals/backend.cc |2 
 src/glu/sgi/libnurbs/internals/backend.h  |   62 +--
 src/glu/sgi/libnurbs/internals/basiccrveval.h |   60 +--
 src/glu/sgi/libnurbs/internals/basicsurfeval.h|   60 +--
 src/glu/sgi/libnurbs/internals/bezierarc.h|   60 +--
 src/glu/sgi/libnurbs/internals/bin.h  |   60 +--
 src/glu/sgi/libnurbs/internals/bufpool.cc |2 
 src/glu/sgi/libnurbs/internals/bufpool.h  |   64 +--
 src/glu/sgi/libnurbs/internals/cachingeval.h  |   60 +--
 src/glu/sgi/libnurbs/internals/coveandtiler.h |   60 +--
 src/glu/sgi/libnurbs/internals/curve.h|   60 +--
 src/glu/sgi/libnurbs/internals/curvelist.h|   60 +--
 src/glu/sgi/libnurbs/internals/dataTransform.h|   62 +--
 src/glu/sgi/libnurbs/internals/defines.h  |   60 +--
 src/glu/sgi/libnurbs/internals/displaylist.h  |   60 +--
 src/glu/sgi/libnurbs/internals/displaymode.h  |   62 +--
 src/glu/sgi/libnurbs/internals/flist.h|   60 +--
 src/glu/sgi/libnurbs/internals/flistsorter.h  |   60 +--
 src/glu/sgi/libnurbs/internals/gridline.h |   60 +--
 src/glu/sgi/libnurbs/internals/gridtrimvertex.h   |   60 +--
 src/glu/sgi/libnurbs/internals/gridvertex.h   |   60 +--
 src/glu/sgi/libnurbs/internals/hull.h |   60 +--
 src/glu/sgi/libnurbs/internals/jarcloc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/knotvector.cc  |2 
 src/glu/sgi/libnurbs/internals/knotvector.h   |   62 +--
 src/glu/sgi/libnurbs/internals/mapdesc.h  |   60 +--
 src/glu/sgi/libnurbs/internals/maplist.h  |   60 +--
 src/glu/sgi/libnurbs/internals/mesher.h   |   60 +--
 src/glu/sgi/libnurbs/internals/monotonizer.h  |   60 +--
 src/glu/sgi/libnurbs/internals/myassert.h |   60 +--
 src/glu/sgi/libnurbs/internals/mymath.h   |   60 +--
 src/glu/sgi/libnurbs/internals/mysetjmp.h |   60 +--
 src/glu/sgi/libnurbs/internals/mystring.h |   60 +--
 src/glu/sgi/libnurbs/internals/nurbsconsts.h  |   60 +--
 src/glu/sgi/libnurbs/internals/nurbstess.cc   |2 
 src/glu/sgi/libnurbs/internals/nurbstess.h|   62 +--
 src/glu/sgi/libnurbs/internals/patch.h|   60 +--
 src/glu/sgi/libnurbs/internals/patchlist.h|   60 +--
 src/glu/sgi/libnurbs/internals/pwlarc.h   |   60 +--
 src/glu/sgi/libnurbs/internals/quilt.h|   60 +--
 src/glu/sgi/libnurbs/internals/reader.h   |   60 +--
 src/glu/sgi/libnurbs/internals/renderhints.h  |   60 +--
 src/glu/sgi/libnurbs/internals/simplemath.h   |   60 +--
 src/glu/sgi/libnurbs/internals/slicer.h   |   60 +--
 src/glu/sgi/libnurbs/internals/sorter.h   |   62 +--
 src/glu/sgi/libnurbs/internals/subdivider.h   |   60 +--
 src/glu/sgi/libnurbs/internals/trimline.h |   60 +--
 src/glu/sgi/libnurbs/internals/trimregion.h   |   60 +--
 src/glu/sgi/libnurbs/internals/trimvertex.h   |   60 +--
 src/glu/sgi/libnurbs/internals/trimvertpool.h |   60 +--
 src/glu/sgi/libnurbs/internals/types.h|   60 +--
 src/glu/sgi/libnurbs/internals/uarray.h   |   60 +--
 src/glu/sgi/libnurbs/internals/varray.h   |   60 +--
 src/glu/sgi/libnurbs/nurbtess/definitions.h   |   62 +--
 src/glu/sgi/libn

Bug#499278: xorg: CTRL-ALT-Fn Doesn't work properly

2008-09-24 Thread Antoon Pardon
On Wed, Sep 17, 2008 at 06:53:24PM +0200, Brice Goglin wrote:
> Did this problem appear recently? after upgrading from what to what?
> 
> Your hardware is pretty recent, it might be good if you could test the
> latest upstream git, it could be better. You can either build it
> manually (look at http://bgoglin.livejournal.com/10936.html and replace
> intel with ati), or just upgrade your X packages to experimental.

Today I found the time to try out your proposal.

First of all, you should include a line to alert the reader that the
package autoconf needs to be installed. Otherwise the autogen.sh scripts
aborts with the message:

  ./autogen.sh: line 9: autoreconf: command not found

Or maybe the apt-get build-dep should have installed that?

After installing autoconf I got the following:

/usr/local/src/ati/xf86-video-ati# ./autogen.sh 
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:38: error: possibly undefined macro: AC_DISABLE_STATIC
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /usr/bin/autoconf failed with exit status: 1

-- 
Antoon Pardon



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