Bug#448863: Package not avail for download

2007-11-11 Thread Alex Bihlmaier
Hi there,

David announced the upcoming upload of 1:7.3+4 to the Debian Archive 1
week ago, unfortunately I am not able to find the package for download.

My Sid is unusable for 1 week, that's sad. :(

Please comment for download instructions, I tried with aptitude +
http://packages.debian.org

ty,
thal


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#448863: Package not avail for download

2007-11-11 Thread Julien Cristau
On Sun, Nov 11, 2007 at 10:35:50 +0100, Alex Bihlmaier wrote:

> Hi there,
> 
> David announced the upcoming upload of 1:7.3+4 to the Debian Archive 1
> week ago, unfortunately I am not able to find the package for download.
> 
> My Sid is unusable for 1 week, that's sad. :(
> 
See this mail:
http://lists.debian.org/debian-devel-announce/2007/11/msg1.html

ftp-master should be back soon.

Cheers,
Julien


signature.asc
Description: Digital signature


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

2007-11-11 Thread Julien Cristau
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit e645db632d0cab3f9ac0f78374a0818f2414085e
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Nov 11 11:14:20 2007 +0100

Close some more bugs.

diff --git a/debian/changelog b/debian/changelog
index 46306d2..1865131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,10 @@ xserver-xorg-video-intel (2:2.1.99-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * New upstream release candidate
-+ fixes VT switch issues (closes: #431373)
++ fixes VT switch issues (closes: #431373, #436336)
 + fixes memory allocation issues (closes: #423416)
-+ adds support for ch701x LVDS controllers (closes: #438650)
++ adds support for ch701x LVDS controllers (closes: #438650, #420350,
+  #424952)
 
  -- Julien Cristau <[EMAIL PROTECTED]>  Sat, 10 Nov 2007 23:47:11 +0100
 


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



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

2007-11-11 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bd2a03869a391058912a98d797a1ef8e64e4e671
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Nov 11 11:16:17 2007 +0100

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 1865131..b19cd1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-intel (2:2.1.99-1) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.1.99-1) experimental; urgency=low
 
   [ David Nusinow ]
   * Make -i810 arch: all again
@@ -10,7 +10,7 @@ xserver-xorg-video-intel (2:2.1.99-1) UNRELEASED; urgency=low
 + adds support for ch701x LVDS controllers (closes: #438650, #420350,
   #424952)
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sat, 10 Nov 2007 23:47:11 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 11:16:03 +0100
 
 xserver-xorg-video-intel (2:2.1.1-5) unstable; urgency=low
 


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



xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.1.99-1'

2007-11-11 Thread Julien Cristau
Tag 'xserver-xorg-video-intel-2_2.1.99-1' created by Julien Cristau <[EMAIL 
PROTECTED]> at 2007-11-11 10:21 +

Tagging upload of xserver-xorg-video-intel 2:2.1.99-1 to experimental.

Changes since xserver-xorg-video-intel-2_2.1.1-5:
Alan Coopersmith (2):
  Clear compiler error: "void functions cannot return values"
  Fix builds without DRI

Brice Goglin (6):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix "display the output of quilt push/pop".
  Fix typo in intel.man
  Define INTEL_VERSION_MAJOR/MINOR/PATCH using PACKAGE_VERSION_*
  Do not call laptop-detect, let the only user call it directly

Carl Worth (1):
  Allow 965 composite acceleration to A8 destinations.

Dave Airlie (9):
  intel: don't try and use TTM memory manager with old libdrm interface
  intel: actually 2.3.1 should be good enough
  intel: oops I commited pixman local workaround - undo it
  strip out remainder of drmmm code in driver
  i965: fix memcpy of the sf_kernel when a mask is needed
  i965: increase composite vertex buffer size and alignment to be safe
  intel: don't setup texOffsetStart unless using EXA
  i915: add support for render to a8
  intel: make block handler hook happen no matter what video is in use

David Nusinow (2):
  Remove make-orig-tar-gz target
  * Make -i810 arch: all again

Dmitry Babrovich (1):
  Bug #12457: Let the ch7xxx driver probe the 7301

Eric Anholt (57):
  Fix some physical address handling for >4GB addresses.
  When TTM is available, use it instead of manual AGP allocations when 
possible.
  Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers.
  Use the dontMapFramebuffer option available with DRIINFO 5.4.
  Delay the first screen pixmap update to CreateScreenResources.
  Pin some buffer objects at creation time, which can't be moved yet.
  Mark DRI buffers as shareable, and pass their buffer handles through the 
SAREA.
  Quirk away the nonexistent TV connector on the Panasonic CF-Y4.
  Add the file mode for bios_dumper output so it doesn't have 000 
permissions.
  Fix accumulated whitespace nits in i830_exa.c
  Fix EXA rendering with tiled front buffer on pre-965.
  Merge branch 'origin'
  Bug #11593: Remove dead struct vch_bdb_20 which was angering the sun 
compiler.
  Attempt to fix several front buffer tiling failure cases.
  Fix stack-smashing in the last commit.
  Don't force tiling on if it is disabled in configuration but fbc is 
possible.
  Add #if 0-ed fence debugging code.  It's noisy, and of little use to most.
  Merge branch 'master' into buffer-objects
  Add tiling information to BO layout description.
  Use i830_memory.c instead of the AA's allocator for XV buffers.
  Replace AA allocator usage with i830_memory.c for RandR rotation.
  Tune acceleration architecture allocator sizes down.
  Merge remote branch 'origin/master' into buffer-objects
  Merge branch 'buffer-objects'
  Remove logic for supporting i915tex_dri.so vs. i915_dri.so.
  Disable TV/VGA output on the CH7017/7018 devices.
  Enable CH7017/7018 DVO driver by default.
  Suppress I2C failure error messages during DVO device detection.
  Remove more DVO probing noise.
  Restore building of pciaccess-based tools even if the server doesn't use 
it.
  Fix probing of the sample CH7017 device I found by allowing GPIO 
overrides.
  Bring the CH7017 driver closer to spec.
  Fix formatting of error message.
  Warning cleanup.
  Don't leak buffer object allocations in i830_reset_allocations().
  Revert setting of exa_965_state as LIFETIME_FIXED.
  Don't set overlay registers LIFETIME_FIXED. It always uses the current 
offset.
  Replace setting of LIFETIME_FIXED on cursors with just updating the 
offsets.
  Fix potential use-after-free in XV overlay code on video stop.
  In i830_allocate_memory_bo, bind if we control the VT, not on 
lifetime-fixed.
  Refuse to allocate LIFETIME_FIXED objects in buffer objects.
  Move drmMMLock to after we have unbound our (pinned) buffers.
  Rework DRI buffer mappings and sarea setup to allow for moving buffers.
  Delay SAREA and mapping setup until EnterVT when using the memory manager.
  Allow front/back/depth to move over the lifetime of the server.
  Move tiling fence register setup to bind time instead of allocate time.
  Update memory manager sizing for the current set of LIFETIME_FIXED 
bufffers.
  Don't double-free the memory manager allocation.
  Use mprotect on unbound AGP memory to attempt to catch use while unbound.
  Fix failure in tiling setup on non-power-of-two allocations on pre-965.
  In update_front_offset(), set pScrn->fbOffset even at EnterVT during init.
  Bump pciaccess version requirement for  new API usage.
  Add some nickle sc

Bug#448863: Can't install xserver-xorg package (postinst error)

2007-11-11 Thread Eduardo
I have installed  a basic debian etch without x, dist-upgraded to sid, 
and install kde/xserver. I have the same error, and when I have used the 
template, this is the output of apt-get -f install


PD: I am not subscribed to debian-x list.


+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend 
/var/lib/dpkg/info/xserver-xorg.postinst configure ''

+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' 1 ']'
++ '[' -z '' ']'
++ exec
++ '[' '' ']'
++ exec
++ DEBCONF_REDIR=1
++ export DEBCONF_REDIR
+ THIS_PACKAGE=xserver-xorg
+ THIS_SCRIPT=postinst
+ LAPTOP=
++ which laptop-detect
+ '[' -n /usr/sbin/laptop-detect ']'
+ laptop-detect
+ SOURCE_VERSION=1:7.3+3
+ OFFICIAL_BUILD=
+ SHELL_LIB_INTERNAL_ERROR=86
+ SHELL_LIB_THROWN_ERROR=74
+ SHELL_LIB_USAGE_ERROR=99
+ '[' -z '' ']'
+ '[' -n '' ']'
+ '[' -z '' ']'
+ '[' -n '' ']'
+ '[' -z xserver-xorg ']'
+ '[' -z postinst ']'
++ dpkg --print-installation-architecture
+ ARCHITECTURE=i386
+ '[' configure = reconfigure ']'
+ '[' -n '' ']'
+ RECONFIGURE=
+ '[' configure = install ']'
+ '[' configure = configure ']'
+ '[' -z '' ']'
+ FIRSTINST=yes
+ '[' -z '' ']'
+ '[' -z yes ']'
+ trap 'message;  message "Received signal.  Aborting xserver-xorg 
package postinst script.";  message;  exit 1' HUP INT QUIT TERM

++ stty size
++ awk '{print $2}'
+ DEFCOLUMNS=
+ expr '' : '[[:digit:]]\+$'
+ DEFCOLUMNS=80
+ which readlink
+ '[' -e /etc/default/xorg ']'
+ '[' x = xcustom ']'
+ CONFIG_DIR=/etc/X11
+ CONFIG_AUX_DIR=/var/lib/x11
+ SERVER_SYMLINK=/etc/X11/X
+ XORGCONFIG=/etc/X11/xorg.conf
+ CONFIG_AUX_DIR=/var/lib/x11
+ SERVER_SYMLINK_CHECKSUM=/var/lib/x11/X.md5sum
+ SERVER_SYMLINK_ROSTER=/var/lib/x11/X.roster
+ XORGCONFIG_CHECKSUM=/var/lib/x11/xorg.conf.md5sum
+ XORGCONFIG_ROSTER=/var/lib/x11/xorg.conf.roster
+ THIS_SERVER=/usr/bin/Xorg
+ NCARDS=0
+ NSERVERS=0
+ NDRIVERS=0
+ MULTIHEAD=
++ dpkg --print-installation-architecture
+ ARCH=i386
+ '[' configure = reconfigure ']'
+ '[' -n '' ']'
+ RECONFIGURE=
+ '[' -z '' ']'
+ FIRSTINST=yes
+ debug_echo 'Configuring xserver-xorg.'
+ '[' -n '' ']'
+ '[' '' = user ']'
+ '[' '' = '.*' ']'
+ PRIORITY_CEILING=
+ '[' -e /etc/X11/X ']'
++ readlink /etc/X11/X
+ '[' -x /usr/bin/Xorg ']'
+ debug_echo 'X server symlink exists and points to executable X 
server;' 'capping X server question priority at medium.'

+ '[' -n '' ']'
+ '[' '' = user ']'
+ '[' '' = '.*' ']'
+ PRIORITY_CEILING=medium
+ PRIORITY=high
+ db_metaget shared/default-x-server owners
+ _db_cmd 'METAGET shared/default-x-server' owners
+ IFS=' '
+ printf '%s\n' 'METAGET shared/default-x-server owners'
+ IFS='
'
+ read -r _db_internal_line
+ RET=xserver-xorg
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ OWNERS=xserver-xorg
+ db_metaget shared/default-x-server choices
+ _db_cmd 'METAGET shared/default-x-server' choices
+ IFS=' '
+ printf '%s\n' 'METAGET shared/default-x-server choices'
+ IFS='
'
+ read -r _db_internal_line
+ RET=xserver-xorg
+ case ${_db_internal_line%%[   ]*} in
+ return 0
+ CHOICES=xserver-xorg
+ '[' xserver-xorg '!=' xserver-xorg ']'
+ expr xserver-xorg : '.*,.*'
+ debug_echo '$OWNERS has only one value; shared/default-x-server will 
not be asked'

+ '[' -n '' ']'
+ '[' '' = user ']'
+ '[' '' = '.*' ']'
+ case "$ARCH" in
+ DISCOVER_PROG=discover
+ DISCOVER_FUNC=discover_video
+ which discover
++ discover_video
+++ tempfile
++ DISCOVER_ERRORFILE=/tmp/filetanvuG
+++ discover --version
++ DISCOVER_TEST='discover version 1.7.21'
++ expr 'discover version 1.7.21' : 'discover 2.*'
+++ discover --disable=serial,parallel,usb,ide,scsi '--format=%V 
%M\t%S\t%D\n' video
++ DISCOVERED_VIDEO='nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 
64 Pro]XFree86 nv'
++ echo 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
XFree86 nv'

++ rm /tmp/filetanvuG
+ DISCOVERED_VIDEO='nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 
64 Pro] XFree86 nv'
++ echo 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
XFree86 nv'

++ wc -l
+ MULTIHEAD=1
++ echo 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
XFree86 nv'

++ head -n 1
+ DISCOVERED_VIDEO='nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 
64 Pro] XFree86 nv'
+ '[' -n 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]   
XFree86 nv' ']'
++ echo 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
XFree86 nv'

++ wc -l
+ NCARDS=1
++ echo 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
XFree86 nv'

++ awk 'BEGIN { FS="\t" } {print $2}'
++ grep -v unknown
++ sort
++ uniq
+ SERVERS=XFree86
+ '[' -n XFree86 ']'
++ echo XFree86
++ wc -l
+ NSERVERS=1
++ echo 'nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]
XFree86 nv'

++ awk 'BEGIN { FS="\t" } {print $NF}'
++ grep -v unknown
++ sort
++ uniq
+ DRIVERS=nv
+ '[' -n nv ']'
++ echo nv
++ wc -l
+ NDRIVERS=1
+ '[' 1 -gt 1 ']'
+ '[' -n yes ']'
+ which discover
+ P

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

2007-11-11 Thread Brice Goglin
 .cvsignore  |   19 ---
 .gitignore  |   20 
 man/.cvsignore  |2 --
 man/.gitignore  |2 ++
 src/.cvsignore  |6 --
 src/.gitignore  |6 ++
 src/sis.h   |8 
 src/sis_dri.h   |3 ---
 src/sis_video.h |2 +-
 9 files changed, 33 insertions(+), 35 deletions(-)

New commits:
commit 748df8070893675ad3839fff295bec913be876f2
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:43 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

diff --git a/.gitignore b/.gitignore
index fb1befd..2df4a8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ libtool
 ltmain.sh
 missing
 stamp-h1
+*~

commit f269b388cb8853b4eabfe8c42e03baf4caa32ad8
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Thu Aug 23 19:25:55 2007 -0400

Rename .cvsignore to .gitignore

diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index fb1befd..000
--- a/.cvsignore
+++ /dev/null
@@ -1,19 +0,0 @@
-Makefile
-Makefile.in
-*.la
-*.lo
-aclocal.m4
-autom4te.cache
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..fb1befd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+Makefile
+Makefile.in
+*.la
+*.lo
+aclocal.m4
+autom4te.cache
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
diff --git a/man/.cvsignore b/man/.cvsignore
deleted file mode 100644
index 282522d..000
--- a/man/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 000..282522d
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/src/.cvsignore b/src/.cvsignore
deleted file mode 100644
index 9730646..000
--- a/src/.cvsignore
+++ /dev/null
@@ -1,6 +0,0 @@
-.deps
-.libs
-Makefile
-Makefile.in
-*.la
-*.lo
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 000..9730646
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.la
+*.lo

commit ba3c4d45d6e8f04536e6512103db820f0d21b77a
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Aug 9 03:36:07 2007 +0200

Get rid of the XFree86Server macro.

It's not exported by xserver these days, so don't test it.

diff --git a/src/sis_dri.h b/src/sis_dri.h
index 0d8e4a5..8834151 100644
--- a/src/sis_dri.h
+++ b/src/sis_dri.h
@@ -115,8 +115,6 @@ typedef struct {
   int dummy;
 } SISDRIContextRec, *SISDRIContextPtr;
 
-#ifdef XFree86Server
-
 #include "screenint.h"
 
 Bool SISDRIScreenInit(ScreenPtr pScreen);
@@ -124,4 +122,3 @@ void SISDRICloseScreen(ScreenPtr pScreen);
 Bool SISDRIFinishScreenInit(ScreenPtr pScreen);
 
 #endif
-#endif

commit 391dad44fa305be4cded31cf2f9a4fba7420af99
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Aug 9 03:35:12 2007 +0200

Fix xserver version detection.

Newer xserver releases report a version of 1.x, which is smaller
than 6.8.99.900.

diff --git a/src/sis.h b/src/sis.h
index 8529710..f17b5cb 100644
--- a/src/sis.h
+++ b/src/sis.h
@@ -92,7 +92,7 @@
(((major) * 1000) + ((minor) * 10) + ((patch) * 1000) + snap)
 #define XF86_VERSION_CURRENT XF86_VERSION_NUMERIC(4,3,99,902,0)
 #endif
-#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,900,0)
+#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(6,8,99,900,0) || 
XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(4,0,0,0,0)
 #define SISISXORG6899900
 #endif
 #if 0

commit 89d2f2118a2409d1bf0239448a4e3d2f6e7a1919
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Aug 7 12:57:23 2007 +0200

Define SIS_*_VERSION using PACKAGE_VERSION*

diff --git a/src/sis.h b/src/sis.h
index 3f5c2d3..8529710 100644
--- a/src/sis.h
+++ b/src/sis.h
@@ -109,10 +109,10 @@
 
 #define SIS_NAME"SIS"
 #define SIS_DRIVER_NAME "sis"
-#define SIS_MAJOR_VERSION   0
+#define SIS_MAJOR_VERSION  PACKAGE_VERSION_MAJOR
 #ifdef SISISXORG6899900
-#define SIS_MINOR_VERSION   9  /* DRI changes */
-#define SIS_PATCHLEVEL 1
+#define SIS_MINOR_VERSION  PACKAGE_VERSION_MINOR   /* DRI changes */
+#define SIS_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
 #else
 #define SIS_MINOR_VERSION   7
 #define SIS_PATCHLEVEL  1

commit 346693719a49cf50ff62cb25b09d433d2d8db9ea
Author: Alex Deucher <[EMAIL PROTECTED]>
Date:   Tue Feb 27 20:35:35 2007 -0500

bump Xv image height up from 1080 to 1088 for 315 chips

fixes bug 10075

diff --git a/src/sis_video.h b/src/sis_video.h
index 01a26fa..64a85f9 100644
--- a/src/sis_video.h
+++ b/src/sis_video.h
@@ -163,7 +163,7 @@ extern int  SISGetPortUtilAttribute(ScrnInfoPtr pScrn,  
Atom attribute,
 #define IMAGE_MAX_WIDTH_315   1920
 #define IMAGE_MAX_WIDTH_340   1920 /* ? */
 #de

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

2007-11-11 Thread Brice Goglin
 .cvsignore   |   19 ---
 ChangeLog|   43 +++
 debian/changelog |7 +--
 debian/control   |2 +-
 man/.cvsignore   |2 --
 src/.cvsignore   |6 --
 src/sis.h|8 
 src/sis_dri.h|3 ---
 src/sis_video.h  |2 +-
 9 files changed, 54 insertions(+), 38 deletions(-)

New commits:
commit e53e3c39f526c243a7504944d2c99ca5f08df12c
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Nov 11 12:07:43 2007 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 5b4c0d6..9de6bdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-xserver-xorg-video-sis (1:0.9.3-6) UNRELEASED; urgency=low
+xserver-xorg-video-sis (1:0.9.3-6) unstable; urgency=low
 
   * Pull upstream commits up to 748df8070893675ad3839fff295bec913be876f2
 + Fix xserver version detection, closes: #449280.
   * Add upstream URL to debian/copyright.
+  * Add myself to Uploaders, and remove Branden with his permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 12:01:08 +0100
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 12:07:21 +0100
 
 xserver-xorg-video-sis (1:0.9.3-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 526c3b0..58fe032 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-sis
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-video-dev, x11proto-xext-dev, x11proto-gl-dev, x11proto-xinerama-dev, 
x11proto-xf86dga-dev, x11proto-xf86misc-dev, libgl1-mesa-dev | libgl-dev, 
x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, 
libdrm-dev (>> 2.0) [!hurd-i386], x11proto-xf86dri-dev, quilt
 Standards-Version: 3.7.2.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-sis

commit a512770ff15154d9661d587da493455d40941679
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Nov 11 12:04:02 2007 +0100

Pull upstream commits up to 748df8070893675ad3839fff295bec913be876f2

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2df4a8d..000
--- a/.gitignore
+++ /dev/null
@@ -1,20 +0,0 @@
-Makefile
-Makefile.in
-*.la
-*.lo
-aclocal.m4
-autom4te.cache
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
-*~
diff --git a/ChangeLog b/ChangeLog
index 9acc886..b83b444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+commit 748df8070893675ad3839fff295bec913be876f2
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Mon Sep 3 05:52:43 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit f269b388cb8853b4eabfe8c42e03baf4caa32ad8
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Thu Aug 23 19:25:55 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit ba3c4d45d6e8f04536e6512103db820f0d21b77a
+Author: Julien Cristau <[EMAIL PROTECTED]>
+Date:   Thu Aug 9 03:36:07 2007 +0200
+
+Get rid of the XFree86Server macro.
+
+It's not exported by xserver these days, so don't test it.
+
+commit 391dad44fa305be4cded31cf2f9a4fba7420af99
+Author: Julien Cristau <[EMAIL PROTECTED]>
+Date:   Thu Aug 9 03:35:12 2007 +0200
+
+Fix xserver version detection.
+
+Newer xserver releases report a version of 1.x, which is smaller
+than 6.8.99.900.
+
+commit 89d2f2118a2409d1bf0239448a4e3d2f6e7a1919
+Author: Brice Goglin <[EMAIL PROTECTED]>
+Date:   Tue Aug 7 12:57:23 2007 +0200
+
+Define SIS_*_VERSION using PACKAGE_VERSION*
+
+commit 346693719a49cf50ff62cb25b09d433d2d8db9ea
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Tue Feb 27 20:35:35 2007 -0500
+
+bump Xv image height up from 1080 to 1088 for 315 chips
+
+fixes bug 10075
+
 commit be1d494e0921d234918c899c6fe833c5d74b16fd
 Author: Eamon Walsh <[EMAIL PROTECTED]>
 Date:   Mon Dec 18 14:09:45 2006 -0500
diff --git a/debian/changelog b/debian/changelog
index 79dd8c3..5b4c0d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 xserver-xorg-video-sis (1:0.9.3-6) UNRELEASED; urgency=low
 
+  * Pull upstream commits up to 748df8070893675ad3839fff295bec913be876f2
++ Fix xserver version detection, closes: #449280.
   * Add upstream URL to debian/copyright.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 02:17:40 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 12:01:08 +0100
 
 xserver-xorg-video-sis (1:0.9.3-5) unstable; urgency=low
 
diff --git a/man/.gitignore b/man/.gitignore
deleted file mode 100644
index 282522d..000
--- a/man/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/src/.gitign

xserver-xorg-video-sis: Changes to 'refs/tags/xserver-xorg-video-sis-1_0.9.3-6'

2007-11-11 Thread Brice Goglin
Tag 'xserver-xorg-video-sis-1_0.9.3-6' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-11-11 11:15 +

Tagging upload of xserver-xorg-video-sis 1:0.9.3-6 to unstable.

Changes since xserver-xorg-video-sis-1_0.9.3-5:
Alex Deucher (1):
  bump Xv image height up from 1080 to 1088 for 315 chips

Brice Goglin (6):
  Define SIS_*_VERSION using PACKAGE_VERSION*
  Add upstream URL to debian/copyright
  Merge branch 'debian-experimental' into debian-unstable
  Merge branch 'master' of 
git://git.freedesktop.org/git/xorg/driver/xf86-video-sis into debian-unstable
  Pull upstream commits up to 748df8070893675ad3839fff295bec913be876f2
  Prepare changelog for upload

James Cloos (2):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings

Julien Cristau (2):
  Fix xserver version detection.
  Get rid of the XFree86Server macro.

---
 .cvsignore   |   19 ---
 ChangeLog|   43 +++
 debian/changelog |9 +
 debian/control   |2 +-
 debian/copyright |3 +++
 man/.cvsignore   |2 --
 src/.cvsignore   |6 --
 src/sis.h|8 
 src/sis_dri.h|3 ---
 src/sis_video.h  |2 +-
 10 files changed, 61 insertions(+), 36 deletions(-)
---


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



Bug#412228: xserver-xorg-video-ati: fails to start with DRI and nearly hangs machine

2007-11-11 Thread Brice Goglin
On Tue, Sep 18, 2007 at 11:39:25AM +0200, Mario Frasca wrote:
> On 2007-0918 08:23:30, Brice Goglin wrote:
> > There's a new xserver-xorg-core 2:1.4-2 and
> > xserver-xorg-video-ati 1:6.6.193-3 in unstable, could you give
> > a try? (once they will be built for powerpc, which shouldn't
> > be too long hopefully)
> 
> I'm on unstable and do regularly (dist-)upgrades...  I'll check the
> current version of the two packages and restart X using them, I'll keep
> you posted.

Any news about this? It would be good to test 6.7.195 from experimental
since this is where all the work is being done upstream nowadays.

Brice




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



Bug#389007: marked as done (Regression: Radeon 9200 powers off Apple Cinema Display connected via DVI)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Nov 2007 12:27:54 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389007: Regression: Radeon 9200 powers off Apple Cinema 
Display connected via DVI
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-ati
Version: 1:6.6.2-2
Severity: important

Hi,

Back when X.Org was introduced to unstable, there was a bug where when X
was started up, the DVI flat panel (Apple Cinema Display 20") went into
standby mode, and wouldn't come out.  This could be worked around with
IIRC a PanelSize option and a few other manual tweaks.  This was later
fixed, and the special options were no longer necessary.

With the latest version, this bug has reappeared, and the monitor again
goes into standby when the X server starts.


The relevant parts of xorg.conf follow.  If I uncomment "UseFBDev", the
monitor won't come out of standby even if I kill the X server.  The
other commented out options don't appear to have any effect.


I'll be happy to do any further testing.


Regards,
Roger


Section "Device"
Identifier  "ATI Radeon 9200"
Driver  "ati"
BusID   "PCI:0:16:0"
#   Option  "UseFBDev"  "true"
#   Option  "MonitorLayout" "TMDS"
Option  "SWcursor"  "true"
#   Option  "fbdev" "/dev/fb0"
Option  "DDCMode"   "true"
EndSection

Section "Monitor"
Identifier  "Apple Cinema Display"
#Option "DPMS"

HorizSync   28-90
VertRefresh 43-72
DisplaySize 434 270

Mode "1680x1050"
# D: 119.005 MHz, H: 64.677 kHz, V: 59.886 Hz
DotClock119.006
HTimings1680 1728 1760 1840
VTimings1050 1053 1059 1080
Flags   "-HSync" "+VSync"
EndMode

EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Radeon 9200"
Monitor "Apple Cinema Display"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1680x1050"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1680x1050"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1680x1050"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1680x1050"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1680x1050"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1680x1050"
EndSubSection
EndSection

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

Section "DRI"
Mode0666
EndSection


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-powerpc
Locale: LANG=en_GB.UTF8, LC_CTYPE=en_GB.UTF8 (charmap=UTF-8)

Versions of packages xserver-xorg-video-ati depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  xserver-xorg-core2:1.1.1-7   X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1:6.7.195-1


Brice Goglin wrote:
> Is there anything new about this bug? Did you try 6.7.19x currently in
> experimental? What kind of machine is this? Your bug report makes me
> think of http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443570 and
> https://bugs.freedesktop.org/show_bug.cgi?id=12525
> This one is fixed upstream with Option "MacModel" "mini", it would be
> nice to test this with latest upstream git snapshot.
>   

No reply for a while. I am closing this bug now since it is very likely
to be
fixed in 6.7.195 through the MacModel option (or maybe even automatically).
If it still doesn't work, feel free to reopen.

Brice



--- End Message ---


Bug#433230: marked as done (xserver-xorg-video-ati: xor error in Gimp 2.3 with XAA)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Nov 2007 12:34:40 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433230: xserver-xorg-video-ati: xor error in Gimp 2.3
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: important

I'm using Gimp 2.3 on two different computers, both with the same Debian Sid 
system.

One has an ATI RV370 X300SE video card and a  Dell1280x1024 screen.

The other has an ATI RV100 7000/VE video card and an Acer 1680x1050 screen. On 
this one, and only with the 2.3.18 version of Gimp, I get an Xor error which 
can be seen on this image:

http://pierredelune.i3s.unice.fr/bizarre.png

With all the tracing tools that use a brush, but only with them, as soon as the 
pointer is in the image window, there appears a series of images otf he current 
brush, ligth green. They don't modify the image itself, as simply redrawing it 
makes the images to disappear. This is does not occur with version 2.2 of Gimp, 
and one of the developers told me that the drawing color changed between the 
versions, as well as the way Gdk implements the draw.

I'm using the ati Xorg driver. Changing to radeon had no effect. I tried using 
the proprietary fglrx driver, but the X server does not start, telling me it 
cannot find a device.


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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6  2.6-2 GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.3.0.0.dfsg-11 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Mon, Sep 17, 2007 at 08:55:23AM +0200, Brice Goglin wrote:
> On Thu, Aug 09, 2007 at 08:35:21PM +0200, Brice Goglin wrote:
> > I can't reproduce the problem with xserver-xorg-core and libs from
> > unstable and xserver-xorg-video-ati 1:6.6.193-1 and gimp 2.3.19-1 from
> > experimental. Could you try these versions?
> > 
> > Or, give me more details on how to reproduce? What I did is create an
> > image with white background, click on "airbrush tool", choose a filled
> > circle brush and draw random black filled circles.
> 
> Ping ?

No reply within one month and a half, so I am closing this bug now.
If you can still reproduce with the latest release (currently 1:6.7.195-2
in experimental), please reopen and reply to the above questions.

Brice

--- End Message ---


Bug#444190: OpenGL screensaver malfunctions from upgrade

2007-11-11 Thread Brice Goglin
On Wed, Sep 26, 2007 at 08:28:10PM +0200, Brice Goglin wrote:
> David wrote:
> > Package: xserver-xorg-video-ati
> > Version: 1:6.6.193-3
> > Severity: important
> >
> > --- Please enter the report below this line. ---
> >
> > I have a Radeon 9200 SE, use KDE, and "Euphoria" as screensaver.
> >
> > >From the transition to the new xorg, the screensaver moves
> > "discretely", not in a continuous way. Furthermore, when the screen is
> > locked, and I want to unlock it, and the field to enter the password
> > appears, the circles representing the introduced characters are very
> > behind the keyboard.
> 
> If 6.6.193 is more broken for you than 6.6.3, you should either go back
> to previous 6.6.3 or try the new 6.7.194. The 6.6.x branch is dead
> already anyway, all the real work is done in 6.7.x.
> 
> If you want to stick with xserver 1.4 from unstable, there is a rebuilt
> 6.6.3 for unstable:
> http://people.debian.org/~bgoglin/ati-rebuilds/6.6.3-Xserver1.4/

Ping?

It is very important here to try 6.7.195 currently in experimental.
6.6.193 won't be fixed.

Brice



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



Bug#444830: xserver-xorg-video-ati: Updates on second head of ATI FireGL Mobility T2 interfere with image on first head

2007-11-11 Thread Brice Goglin
On Mon, Oct 01, 2007 at 07:06:32PM +0200, Brice Goglin wrote:
> If 6.6.193 does not work for you, you should either revert to the old
> 6.6.3 or upgrade to new 6.7.194 in experimental. The 6.6.x branch is
> dead anyway, so this exact problem won't be fixed.
> 
> The 6.7.x branch contains RandR 1.2 which provides dynamic configuration
> of multiple heads. You'll have to update your xorg.cong (remove
> MonitorLayout, Xinerama, and use single Monitor/Screen/Device sections)
> and try the xrandr command to use RandR 1.2. See
> http://bgoglin.livejournal.com/9846.html,
> http://bgoglin.livejournal.com/10214.html and maybe
> http://bgoglin.livejournal.com/10423.html

Ping?

Did you try the new xserver-xorg-video-ati from experimental
(1:6.7.195-2 currently)?

Brice



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



mesa: Changes to 'upstream-unstable'

2007-11-11 Thread Brice Goglin
 .gitignore   |1 
 Makefile |   21 
 bin/mklib|   30 
 configs/aix-gcc  |4 
 configs/beos |4 
 configs/bluegene-osmesa  |4 
 configs/bluegene-xlc-osmesa  |   29 
 configs/catamount-osmesa-pgi |   32 
 configs/darwin   |4 
 configs/darwin-static|4 
 configs/darwin-static-x86ppc |4 
 configs/darwin-x86ppc|4 
 configs/default  |9 
 configs/freebsd  |4 
 configs/freebsd-dri  |4 
 configs/hpux10-gcc   |4 
 configs/linux|4 
 configs/linux-alpha  |4 
 configs/linux-alpha-static   |4 
 configs/linux-directfb   |4 
 configs/linux-dri|9 
 configs/linux-dri-x86|3 
 configs/linux-dri-xcb|   12 
 configs/linux-fbdev  |3 
 configs/linux-glide  |3 
 configs/linux-indirect   |3 
 configs/linux-osmesa |3 
 configs/linux-osmesa16   |3 
 configs/linux-osmesa16-static|4 
 configs/linux-osmesa32   |3 
 configs/linux-ppc-static |1 
 configs/linux-solo   |3 
 configs/linux-solo-x86   |3 
 configs/linux-static |5 
 configs/linux-x86-64-static  |4 
 configs/linux-x86-glide  |3 
 configs/linux-x86-static |4 
 configs/netbsd   |3 
 configs/openbsd  |4 
 configs/solaris-x86-gcc  |4 
 configs/solaris-x86-gcc-static   |4 
 configs/sunos4-gcc   |4 
 configs/sunos5-gcc   |4 
 configs/sunos5-v9-cc-g++ |3 
 configs/ultrix-gcc   |4 
 docs/download.html   |2 
 docs/fbdev-dri.html  |6 
 docs/helpwanted.html |   39 
 docs/install.html|   83 -
 docs/license.html|   29 
 docs/modelers.html   |2 
 docs/news.html   |9 
 docs/relnotes-7.0.1.html |9 
 docs/relnotes-7.0.2.html |   88 +
 docs/relnotes.html   |1 
 include/GL/glu.h |   27 
 progs/beos/.gitignore|3 
 progs/beos/Makefile  |   10 
 progs/demos/.gitignore   |   14 
 progs/demos/Makefile |   14 
 progs/directfb/.gitignore|4 
 progs/directfb/Makefile  |4 
 progs/egl/.gitignore |5 
 progs/egl/Makefile   |   10 
 progs/fbdev/.gitignore   |1 
 progs/fbdev/Makefile |3 
 progs/fp/.gitignore  |   42 
 progs/fp/Makefile|2 
 progs/glsl/.gitignore|   13 
 progs/glsl/Makefile  |6 
 progs/glsl/bump.c|6 
 progs/glsl/mandelbrot.c  |6 
 progs/glsl/noise.c   |2 
 progs/glsl/toyball.c |6 
 progs/miniglx/.gitignore |6 
 progs/miniglx/Makefile   |4 
 progs/osdemos/.gitignore |8 
 progs/osdemos/Makefile   |   12 
 progs/redbook/Makefile   |4 
 progs/samples/.gitignore |   32 
 progs/samples/Makefile   |6 
 progs/slang/.gitignore   |3 
 progs/slang/Makefile |8 
 progs/tests/.gitignore   |   10 
 progs/tests/Makefile |   26 
 progs/tools/trace/.gitignore |1 
 progs/to

mesa: Changes to 'debian-unstable'

2007-11-11 Thread Brice Goglin
 Makefile   |   17 
 bin/mklib  |   30 
 configs/aix-gcc|4 
 configs/beos   |4 
 configs/bluegene-osmesa|4 
 configs/bluegene-xlc-osmesa|   29 
 configs/catamount-osmesa-pgi   |   32 
 configs/darwin |4 
 configs/darwin-static  |4 
 configs/darwin-static-x86ppc   |4 
 configs/darwin-x86ppc  |4 
 configs/debian-default |2 
 configs/default|9 
 configs/freebsd|4 
 configs/freebsd-dri|4 
 configs/hpux10-gcc |4 
 configs/linux  |4 
 configs/linux-alpha|4 
 configs/linux-alpha-static |4 
 configs/linux-directfb |4 
 configs/linux-dri  |9 
 configs/linux-dri-x86  |3 
 configs/linux-dri-xcb  |   12 
 configs/linux-fbdev|3 
 configs/linux-glide|3 
 configs/linux-indirect |3 
 configs/linux-osmesa   |3 
 configs/linux-osmesa16 |3 
 configs/linux-osmesa16-static  |4 
 configs/linux-osmesa32 |3 
 configs/linux-ppc-static   |1 
 configs/linux-solo |3 
 configs/linux-solo-x86 |3 
 configs/linux-static   |5 
 configs/linux-x86-64-static|4 
 configs/linux-x86-glide|3 
 configs/linux-x86-static   |4 
 configs/netbsd |3 
 configs/openbsd|4 
 configs/solaris-x86-gcc|4 
 configs/solaris-x86-gcc-static |4 
 configs/sunos4-gcc |4 
 configs/sunos5-gcc |4 
 configs/sunos5-v9-cc-g++   |3 
 configs/ultrix-gcc |4 
 debian/changelog   |   16 
 debian/control |2 
 debian/patches/03_optional-progs-and-install.patch |   32 
 debian/patches/04_cleanup-osmesa-configs.patch |   86 -
 debian/patches/05_static-nonpic.patch  |   60 -
 debian/patches/series  |1 
 docs/download.html |2 
 docs/fbdev-dri.html|6 
 docs/helpwanted.html   |   39 
 docs/install.html  |   83 -
 docs/license.html  |   29 
 docs/modelers.html |2 
 docs/news.html |7 
 docs/relnotes-7.0.2.html   |   44 
 progs/beos/.gitignore  |3 
 progs/beos/Makefile|   10 
 progs/demos/Makefile   |   14 
 progs/directfb/.gitignore  |4 
 progs/egl/.gitignore   |5 
 progs/fbdev/.gitignore |1 
 progs/fp/.gitignore|   42 
 progs/glsl/.gitignore  |   13 
 progs/glsl/Makefile|6 
 progs/glsl/bump.c  |6 
 progs/glsl/mandelbrot.c|6 
 progs/glsl/noise.c |2 
 progs/glsl/toyball.c   |6 
 progs/miniglx/.gitignore   |6 
 progs/osdemos/.gitignore   |8 
 progs/osdemos/Makefile |   12 
 progs/redbook/Makefile |4 
 progs/samples/Makefile |6 
 progs/slang/.gitignore |3 
 progs/tools/trace/.gitignore   |1 
 progs/trivial/.gitignore   |   65 +
 progs/vp/.gitignore|1 
 progs/xdemos/Makefile  |   24 
 src/glu/Makefile   |   16 
 src/glu/glu.pc

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

2007-11-11 Thread Brice Goglin
Tag 'mesa-7.0.2-1' created by Brice Goglin <[EMAIL PROTECTED]> at 2007-11-11 
11:50 +

Tagging upload of mesa 7.0.2-1 to unstable.

Changes since mesa-7.0.1-2:
Alan Hourihane (1):
  Only set R_MODE with NV_point_sprite

Andreas Micheler (1):
  faster write_rgba_span_front()

Benno Schulenberg (3):
  fix Unichrome/Blender crash, bug 13142
  remove commented-out code
  code clean-ups, reformatting

Brian (65):
  s/movaps/movups/ (see bug 12216)
  fix i965 bugs, x86-64 bugs
  sync with trunk, fixing bug 12239
  Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see 
bugs 12269, 6748)
  updated VC7 project files
  clean-up (see bug 12317)
  fix comment
  Update depth test state when binding new framebuffer object
  In _mesa_make_current(), don't unbind FBOs from the old context.
  fix indirect rendering crash
  updated with pkg-config info
  added DSTDIR, pkg-config items
  added .pc.in files to tarballs
  Fix state.texgen parsing error (bug 12313).
  added program_error2() function for better error reporting
  fix ARB fp/vp parsing bug 12313
  fix copypixels overlap test bug (#12417)
  fix glCopyPixel/glPixelZoom bug 12417)
  updated link
  From trunk: mesa: bind VBO_ATTRIB_XXX to correct input array when 
executing a display list. fix #10604
  fix bug 10604
  Added bluegene-xlc-osmesa config (Alexander Neundorf)
  fixes for bluegene-xlc-osmesa config
  added bluegene-xlc-osmesa, fortran fixes
  fix for __IBMC__
  fix -D_BSD_SOURC
  fix DrawRangeElements error msg
  Restore old _TriangleCaps code to fix Blender problem (bug 12164)
  fix blend bug 12164
  bump versions to 7.0.2
  for Miniglx, use git sources
  prep for 7.0.2 release
  update the DRM/DRI instructions
  fix VBO-split infinite loop (bug 12164)
  updated glext.h license info (Khronos), plus other clean-ups
  replace 'brick' with correct program name in printfs
  fix fog, rescale_normals bugs (from gallium branch)
  don't apply ColorMask to main gc
  add directfb glut sources to tarball
  bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many 
instructions
  properly init dst reg's CondMask/Swizzle fields
  don't build x86, x86-64 dirs if not needed
  added catamount-osmesa-pgi config, fixes for cross-compiling
  Fix merge
  Cray Xt3 config
  simplify/fix the ASM_FLAGS tests (bug 12931)
  use grep -q
  Finish up ATI_separate_stencil
  Alias glStencilOpSeparateATI with glStencilOpSeparate.
  fix GL_ATI_separate_stencil
  note G33/Q33/Q35 support
  check for count==0 in _mesa_validate_DrawArrays()
  glDrawArrays(count=0) bugfix
  updated help/to-do list
  fix typo
  Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash 
if _mesa_exec_malloc() returns NULL.
  SSE codegen fixes
  fix mmx code (bug 12614)
  fix mmx code (bug 12614)
  Check for NULL VB->EdgeFlag array.
  change filenames for rc2
  added -fno-strict-aliasing and -fPIC flags
  fix blender/unichrome crash, bug 13142
  final changes for 7.0.2 relesae
  added md5 checksums

Brice Goglin (5):
  Merge tag 'mesa_7_0_2' into debian-unstable
  New upstream release
  Refresh 03_optional-progs-and-install.patch
  Remove DESTDIR from INSTALL_DIR in configs/debian-default
  Prepare changelog for upload

Chris Rankin (1):
  r200: Implement SetTexOffset hook.

Christoph Kubisch (1):
  updated VC7 project files

Dan Nicholson (15):
  DESTDIR support.
  pkg-config support
  add support for LDFLAGS env var
  Ignore more generated files in progs/
  More ignored programs merged back from master
  configs: Fix linux-static to link correctly
  linux-dri-xcb: Fix undefined refs when linking with libGL
  specify app lib dependencies in Makefiles (patch 1/3)
  simplify APP_LIB_DEPS (patch 2/3)
  update APP_LIB_DEPS for static library configs (patch 3/3)
  Build xdemos programs by default on linux-dri
  Add -fno-strict-aliasing workaround for Linux GCC targets
  configs: Always use -fPIC for shared libraries, never for static
  configs: Set -fexceptions for GLUT on linux-dri like other targets
  Add -fno-strict-aliasing workaround for all GCC targets

Dave Airlie (1):
  i965: fix vblank on 965gm laptops by bringing in code from i915

David Nusinow (4):
  * Disable building i915tex.
  Don't release just yet.
  Revert "Don't release just yet."
  Revert "* Disable building i915tex."

Michel Dänzer (4):
  i915tex: Work around texture pitch related performance drops on i915 at 
least.
  i915tex: Don't emit 'empty' blit rectangles.
  driFenceType: Really return fence type, not flags.
  r200: Fix SetTexOffset format for 16 bit pixmaps/textures.

Mrc Gran (1):
  

Bug#436536: xserver-xorg-video-ati: Xorg does not start on a PowerMacintosh 9600/300 with an ATI Mach64 PCI video card

2007-11-11 Thread Brice Goglin
On Sun, Sep 23, 2007 at 11:04:34AM +0200, Brice Goglin wrote:
> On Sun, Aug 19, 2007 at 11:46:05PM +0200, Damiano Giorgi wrote:
> > After a deadly struggle I somehow managed to get xserver-xorg-video-ati 
> > 1:6.6.193-1 installed, but it didn't help: the X server gives the very same 
> > errors (log files available, but I'm sure they are more or less the same).
> >
> > It is worth noting that I am not able to get millions of colors in Mac OS 
> > 8.6 either (but the other color depths work).
> >
> > One final note. I'm using Ben Herrenschmidt's Mac OS utility BootX to boot 
> > Linux on this machine. If I
> > select the "No Video Driver" option in BootX (which is equivalent to 
> > passing "video=ofonly", i.e. using Open Firmware video settings) I get 
> > 1152x870 on the Linux console. If I don't use that option, I get something 
> > like 640x480 on the console. However, this in no way affects the behavior 
> > of the X server, it does not work either way. Maybe this issue is 
> > unrelated, but I thought that reporting it couldn't hurt.
> >
> > Please let me know if there are any other tests you want me to perform.
> 
> Testing xserver-xorg-video-ati 6.7.193 currently in experimental would be nice
> (or 6.7.192 if 193 is not build on powerpc yet).

Ping?

Did you try the new xserver-xorg-video-ati from experimental
(currently 1:6.7.195-2) ?

Brice



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



Bug#441181: xserver-xorg-video-ati: does not detect monitor

2007-11-11 Thread Brice Goglin
On Mon, Sep 17, 2007 at 08:44:24PM +0200, Michal Suchanek wrote:
> > First make sure you are using the latest bits from ati git, then if
> > you still have lockups, check bugzilla (https://bugs.freedesktop.org)
> > for similar bugs and possibly file a new bug.  What sort of lock up
> > (3D related, blank screen, etc.)?
> 
> It was already referenced earlier, I first experienced it with the
> ubuntu build of the 6.6.193 and 6.7.192 ati drivers.
> 
> Usually the mouse stays movable (sometimes not), some minor screen
> corruption appears (sometimes not), the picture no longer updates (or
> the corruption keeps spreading), and keyboard stops working. Sometimes
> stuff like power button works. Sometimes it does not but it might be
> that there is nothing configured on it when booting from the livecd.
> 
> Most often it happens while running Firefox but once I saw it while
> running a terminal with aptitude under gnome.

Hi Michal,

Any news about this bug? Anything better with 1:6.7.195-2 currently
in experimental?

Thanks,
Brice



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



xorg: Changes to 'debian-unstable'

2007-11-11 Thread Brice Goglin
 debian/changelog |9 -
 debian/control   |4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 9ae456801563679067298870cc45072801c5129b
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Nov 11 13:20:02 2007 +0100

Replace xorg and xserver-xorg dependencies on xbase-clients and xutils

diff --git a/debian/changelog b/debian/changelog
index a0e3420..ebd4d3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
 xorg (1:7.3+5) UNRELEASED; urgency=low
 
+  [ David Nusinow ]
   * Change xlibs-static-dev transitional package from the libs to oldlibs
 section
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon, 05 Nov 2007 15:41:00 -0500
+  [ Brice Goglin ]
+  * Replace xorg dependency on xbase-clients and xutils with the corresponding
+new x11-*utils packages (without xutils-dev), closes: #445471.
+  * Replace xserver-xorg dependency on xbase-clients with x11-xkb-utils
+(for xkbcomp).
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 13:11:05 +0100
 
 xorg (1:7.3+4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ddbb81c..4ae800c 100644
--- a/debian/control
+++ b/debian/control
@@ -82,7 +82,7 @@ Architecture: all
 Conflicts: xserver-xfree86 (<< 6.8.2.dfsg.1-1), xserver-common
 Replaces: xserver-common
 Pre-Depends: x11-common (>= 1:7.3+3)
-Depends: xserver-xorg-core (>= 2:1.4-3), xserver-xorg-video-all | 
xserver-xorg-video-2, xserver-xorg-input-all | xserver-xorg-input-2, 
${misc:Depends}, xkb-data | xkb-data-legacy, xbase-clients
+Depends: xserver-xorg-core (>= 2:1.4-3), xserver-xorg-video-all | 
xserver-xorg-video-2, xserver-xorg-input-all | xserver-xorg-input-2, 
${misc:Depends}, xkb-data | xkb-data-legacy, x11-xkb-utils
 Recommends: libgl1-mesa-dri, udev, laptop-detect, xresprobe, discover1 | 
discover, ${F:XServer-Xorg-Detect-Depends}
 Description: the X.Org X server
  This package depends on the full suite of the server and drivers for the
@@ -110,7 +110,7 @@ Description: the X.Org X server -- input driver metapackage
 
 Package: xorg
 Architecture: all
-Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libglu1-mesa, xfonts-base (>= 
1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), 
xfonts-scalable (>= 1:1.0.0-1), xbase-clients (>= 1:1.0.1-1), xutils (>= 
1:1.0.1-1), xkb-data, xterm | x-terminal-emulator, sparc-utils | not+sparc
+Depends: xserver-xorg, libgl1-mesa-glx | libgl1, libglu1-mesa, xfonts-base (>= 
1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 1:1.0.0-1), 
xfonts-scalable (>= 1:1.0.0-1), x11-apps, x11-session-utils, x11-utils, 
x11-xfs-utils, x11-xkb-utils, x11-xserver-utils, xauth, xinit, xfonts-utils, 
xkb-data, xterm | x-terminal-emulator, sparc-utils | not+sparc
 Recommends: xorg-docs
 Provides: x-window-system, x-window-system-core
 Description: X.Org X Window System


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



Processed: tagging 445471

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

> # Automatically generated email from bts, devscripts version 2.10.9
> tags 445471 + pending
Bug#445471: xorg depends on transitional packages xbase-clients and xutils
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#446372: random garbage lines on screen, especially on web browsing

2007-11-11 Thread Brice Goglin
Sergey Lapin wrote:
> A problem is with Fujitsu-Siemens Lifebook E8110.
> At least in xrandr-based dual-head random horizontal garbage lines
> appear on screen, sometimes making web browsing and other graphical
> tasks impossible to achieve. Most excessive effect is during
> browsing of sites with both graphics and text, but also appears
> during xterm work or just moving windows around. Very annoying.
> Not reproducible with linux-image-2.6.21-2-686
>   

If downgrading the kernel makes the problem go away, there are
not many possible reasons:
* Are you using the intelfb kernel module?
* DRI should work the same with both kernel since you have a i945.

>   SubSection "Display"
>   Depth   24
>   Modes   "1400x1050"
>   Virtual 2680 2048
>   EndSubSection
> [...]
> (II) intel(0): Increasing the scanline pitch to allow tiling mode (2688 -> 
> 4096).
> (II) intel(0): Memory allocation layout:
> (II) intel(0): 0x-0x0001: ring buffer (128 kB)
> (II) intel(0): 0x0002-0x00029fff: HW cursors (40 kB, 0x1f82 
> physical)
> (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
> (II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x
> 1f832000 physical)
> (II) intel(0): 0x0004-0x02a1: front buffer (42880 kB)
> (II) intel(0): 0x007bf000:end of stolen memory
> (II) intel(0): 0x02a2-0x09217fff: exa offscreen (106464 kB)
> (II) intel(0): 0x09218000-0x0b217fff: back buffer (32768 kB)
> (II) intel(0): 0x0b218000-0x0d217fff: depth buffer (32768 kB)
> (II) intel(0): 0x0d218000-0x0d417fff: DRI memory manager (2048 kB)
> (II) intel(0): 0x0d418000-0x0f417fff: textures (32768 kB)
> (II) intel(0): 0x1000:end of aperture
> (II) intel(0): front buffer is not tiled
> (II) intel(0): back buffer is not tiled
> (II) intel(0): depth buffer is not tiled
> (EE) intel(0): Cannot support DRI with frame buffer width > 2048.
>   

Can you try without such a big virtual screen? 2048x248 is supposed to
work fine. When you try more, like above, DRI is disabled, and I think
there could be some other problems, for instance
https://bugs.freedesktop.org/show_bug.cgi?id=11453

Brice




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



Bug#412228: xserver-xorg-video-ati: fails to start with DRI and nearly hangs machine

2007-11-11 Thread Mario Frasca
On 2007- 12:31:43, Brice Goglin wrote:
> Any news about this? It would be good to test 6.7.195 from experimental
> since this is where all the work is being done upstream nowadays.

tried...

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  xserver-xorg-v 1:6.7.195-2X.Org X server -- ATI display driver

but it shows the same behaviour.

Mario



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



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

2007-11-11 Thread Brice Goglin
 .cvsignore  |   19 --
 .gitignore  |   20 ++
 configure.ac|   12 +
 man/.cvsignore  |2 
 man/.gitignore  |2 
 src/.cvsignore  |6 
 src/.gitignore  |6 
 src/savage_dga.c|2 
 src/savage_dri.c|   14 +
 src/savage_driver.c |  418 +++-
 src/savage_driver.h |   33 +++-
 src/savage_hwmc.c   |2 
 12 files changed, 390 insertions(+), 146 deletions(-)

New commits:
commit 9c959f53ca8376aa136a9d434c3383cdb20487c2
Author: Alex Deucher <[EMAIL PROTECTED](none)>
Date:   Fri Sep 14 20:21:12 2007 -0400

fix the build for the non-pci-rework case (compile tested only)

diff --git a/src/savage_driver.c b/src/savage_driver.c
index 586fbad..9d4209a 100644
--- a/src/savage_driver.c
+++ b/src/savage_driver.c
@@ -40,6 +40,7 @@
 #endif
 
 #include 
+#include 
 
 #include "xf86RAC.h"
 #include "shadowfb.h"
@@ -3080,9 +3081,9 @@ static Bool SavageMapMem(ScrnInfoPtr pScrn)
 + psav->PciInfo->regions[0].base_addr;
 psav->FbRegion.base = psav->PciInfo->regions[1].base_addr;
 #else
-psav->MmioBase = SAVAGE_NEWMMIO_REGBASE_S4 
+psav->MmioRegion.base = SAVAGE_NEWMMIO_REGBASE_S4 
 + psav->PciInfo->memBase[0];
-psav->FrameBufferBase = psav->PciInfo->memBase[1];
+psav->FbRegion.base = psav->PciInfo->memBase[1];
 #endif
 }
 
diff --git a/src/savage_driver.h b/src/savage_driver.h
index a65b2d8..e032ddc 100644
--- a/src/savage_driver.h
+++ b/src/savage_driver.h
@@ -280,8 +280,13 @@ typedef struct _StatInfo {
 } StatInfoRec,*StatInfoPtr;
 
 struct savage_region {
+#ifdef XSERVER_LIBPCIACCESS
 pciaddr_t   base;
 pciaddr_t   size;
+#else
+unsigned long   base;
+unsigned long   size;
+#endif
 void  * memory;
 };
 

commit 846a69f70d189c486448df269a512b8d42fab0c2
Author: Alex Deucher <[EMAIL PROTECTED](none)>
Date:   Fri Sep 14 20:13:33 2007 -0400

fix segfault from pScrn->currentMode

should fix bug 12260

diff --git a/src/savage_driver.c b/src/savage_driver.c
index a49f6a9..586fbad 100644
--- a/src/savage_driver.c
+++ b/src/savage_driver.c
@@ -119,7 +119,7 @@ static Bool SavageDDC1(int scrnIndex);
 static unsigned int SavageDDC1Read(ScrnInfoPtr pScrn);
 static void SavageProbeDDC(ScrnInfoPtr pScrn, int index);
 static void SavageGetTvMaxSize(SavagePtr psav);
-static Bool SavagePanningCheck(ScrnInfoPtr pScrn);
+static Bool SavagePanningCheck(ScrnInfoPtr pScrn, DisplayModePtr pMode);
 #ifdef XF86DRI
 static Bool SavageCheckAvailableRamFor3D(ScrnInfoPtr pScrn);
 #endif
@@ -3627,7 +3627,7 @@ static Bool SavageScreenInit(int scrnIndex, ScreenPtr 
pScreen,
 }
 #endif
 
-SavagePanningCheck(pScrn);
+SavagePanningCheck(pScrn, pScrn->currentMode);
 #ifdef XvExtension
 if( !psav->FBStart2nd && !psav->NoAccel  /*&& !SavagePanningCheck(pScrn)*/ 
) {
if (psav->IsSecondary)
@@ -4271,7 +4271,7 @@ Bool SavageSwitchMode(int scrnIndex, DisplayModePtr mode, 
int flags)
 pSavEnt = pPriv->ptr;
 SavageModeInit(pSavEnt->pSecondaryScrn, 
pSavEnt->pSecondaryScrn->currentMode);
 }
-SavagePanningCheck(pScrn);
+SavagePanningCheck(pScrn, mode);
 
 return success;
 }
@@ -4750,12 +4750,9 @@ SavageGetTvMaxSize(SavagePtr psav)
 
 
 static Bool
-SavagePanningCheck(ScrnInfoPtr pScrn)
+SavagePanningCheck(ScrnInfoPtr pScrn, DisplayModePtr pMode)
 {
 SavagePtr psav = SAVPTR(pScrn);
-DisplayModePtr pMode;
-
-pMode = pScrn->currentMode;
 psav->iResX = pMode->CrtcHDisplay;
 psav->iResY = pMode->CrtcVDisplay;
 

commit 7da1a03d4b8b40483001b1f6e56dae655a1797f4
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:43 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

diff --git a/.gitignore b/.gitignore
index fb1befd..2df4a8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ libtool
 ltmain.sh
 missing
 stamp-h1
+*~

commit 0287432c65231460fadff7d8d7b332208e345a31
Author: Ian Romanick <[EMAIL PROTECTED]>
Date:   Fri Aug 31 13:07:17 2007 -0700

Fix odd typo.

diff --git a/src/savage_driver.c b/src/savage_driver.c
index 0346faa..a49f6a9 100644
--- a/src/savage_driver.c
+++ b/src/savage_driver.c
@@ -3226,7 +3226,7 @@ static void SavageUnmapMem(ScrnInfoPtr pScrn, int All)
 #else
 xf86UnMapVidMem(pScrn->scrnIndex, (pointer)psav->FbRegion.base,
 psav->FbRegion.size);
-#else
+#endif
 }
 
 if (psav->ApertureRegion.memory != NULL) {

commit 514dc647d108e179965adb1377b1d4c011afa367
Author: Ian Romanick <[EMAIL PROTECTED]>
Date:   Thu Aug 30 17:53:11 2007 -0700

Update to use new libpciaccess interfaces for mapping with MTRR support.

diff --git a/configure.ac b/configure.ac
index 04a4c3e..d596b7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,11 +51,6 @@ AC_ARG_ENABLE(dri, AC_HELP_STRING([--disable-dri],
   [Disable DRI support [[default=auto]]]),
   [DRI="$ena

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

2007-11-11 Thread Brice Goglin
 .cvsignore  |   19 --
 ChangeLog   |   96 +++
 Makefile.in |2 
 config.guess|6 
 config.sub  |   10 -
 configure   |  256 ---
 configure.ac|   12 +
 debian/changelog|7 
 debian/control  |2 
 man/.cvsignore  |2 
 man/Makefile.in |2 
 src/.cvsignore  |6 
 src/Makefile.in |2 
 src/savage_dga.c|2 
 src/savage_dri.c|   14 +
 src/savage_driver.c |  418 +++-
 src/savage_driver.h |   33 +++-
 src/savage_hwmc.c   |2 
 18 files changed, 711 insertions(+), 180 deletions(-)

New commits:
commit 3c49eb8964ba5fbc2b0d222014d1109b6fd0204a
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Nov 11 15:24:18 2007 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 3e91567..d90e43b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-xserver-xorg-video-savage (1:2.1.3-4) UNRELEASED; urgency=low
+xserver-xorg-video-savage (1:2.1.3-4) unstable; urgency=low
 
   * Pull upstream up to 9c959f53ca8376aa136a9d434c3383cdb20487c2
 + Fix crash in SavageSwitchMode(), closes: #440839.
   * Add upstream URL to debian/copyright.
+  * Add myself to Uploaders.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 15:17:43 +0100
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 11 Nov 2007 15:23:29 +0100
 
 xserver-xorg-video-savage (1:2.1.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7114062..0be9597 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-savage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-video-dev, x11proto-xext-dev, x11proto-gl-dev, libgl1-mesa-dev | 
libgl-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
x11proto-render-dev, libdrm-dev (>> 2.0) [!hurd-i386], x11proto-xf86dri-dev, 
quilt
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-savage

commit ecad3bde4dade36a85d59f991aed6d893a0cf440
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Nov 11 15:21:51 2007 +0100

Pull upstream up to 9c959f53ca8376aa136a9d434c3383cdb20487c2

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 2df4a8d..000
--- a/.gitignore
+++ /dev/null
@@ -1,20 +0,0 @@
-Makefile
-Makefile.in
-*.la
-*.lo
-aclocal.m4
-autom4te.cache
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
-*~
diff --git a/ChangeLog b/ChangeLog
index bd4b1b9..871f56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+commit 9c959f53ca8376aa136a9d434c3383cdb20487c2
+Author: Alex Deucher <[EMAIL PROTECTED](none)>
+Date:   Fri Sep 14 20:21:12 2007 -0400
+
+fix the build for the non-pci-rework case (compile tested only)
+
+commit 846a69f70d189c486448df269a512b8d42fab0c2
+Author: Alex Deucher <[EMAIL PROTECTED](none)>
+Date:   Fri Sep 14 20:13:33 2007 -0400
+
+fix segfault from pScrn->currentMode
+
+should fix bug 12260
+
+commit 53a2088c5590bb96ce9a7ad30d908c7ea1d54027
+Merge: 7da1a03... 0287432...
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Mon Sep 3 06:08:13 2007 -0400
+
+Merge branch 'master' of 
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-savage
+
+commit 7da1a03d4b8b40483001b1f6e56dae655a1797f4
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Mon Sep 3 05:52:43 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 0287432c65231460fadff7d8d7b332208e345a31
+Author: Ian Romanick <[EMAIL PROTECTED]>
+Date:   Fri Aug 31 13:07:17 2007 -0700
+
+Fix odd typo.
+
+commit 514dc647d108e179965adb1377b1d4c011afa367
+Author: Ian Romanick <[EMAIL PROTECTED]>
+Date:   Thu Aug 30 17:53:11 2007 -0700
+
+Update to use new libpciaccess interfaces for mapping with MTRR support.
+
+commit 1eec792391d9ce9127817107100a53382f167749
+Merge: 4a87cab... ffc5ba7...
+Author: Ian Romanick <[EMAIL PROTECTED]>
+Date:   Thu Aug 23 18:21:37 2007 -0700
+
+Merge branch 'pci-rework'
+
+commit 4a87cab2765df548a3b5d796e19568a2576306b8
+Author: James Cloos <[EMAIL PROTECTED]>
+Date:   Thu Aug 23 19:25:53 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit ffc5ba7f0b1cdefdcecf6bd47018b6a4924bfc44
+Author: Ian Romanick <[EMAIL PROTECTED]>
+Date:   Wed Aug 22 12:38:14 2007 -0700
+
+Merge PCI-rework support and "classic" PCI interface support into one tree
+
+First pass at merging both trees.  So far, this has only been compile
+tested.  I need to dig out a savage card to put in a sy

xserver-xorg-video-savage: Changes to 'refs/tags/xserver-xorg-video-savage-1_2.1.3-4'

2007-11-11 Thread Brice Goglin
Tag 'xserver-xorg-video-savage-1_2.1.3-4' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-11-11 14:29 +

Tagging upload of xserver-xorg-video-savage 1:2.1.3-4 to unstable.

Changes since xserver-xorg-video-savage-1_2.1.3-3:
Alex Deucher (2):
  fix segfault from pScrn->currentMode
  fix the build for the non-pci-rework case (compile tested only)

Brice Goglin (5):
  Add upstream URL to debian/copyright
  Merge branch 'debian-experimental' into debian-unstable
  Merge branch 'master' of 
git://git.freedesktop.org/git/xorg/driver/xf86-video-savage into debian-unstable
  Pull upstream up to 9c959f53ca8376aa136a9d434c3383cdb20487c2
  Prepare changelog for upload

Ian Romanick (8):
  Minimal change set to convert driver to the new PCI interfaces.  Enjoy.
  Merge branch 'master' of 
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-savage into pci-rework
  dos2unix
  Merge branch 'master' into pci-rework
  Merge PCI-rework support and "classic" PCI interface support into one tree
  Merge branch 'pci-rework'
  Update to use new libpciaccess interfaces for mapping with MTRR support.
  Fix odd typo.

James Cloos (3):
  Rename .cvsignore to .gitignore
  Add *~ to .gitignore to skip patch/emacs droppings
  Merge branch 'master' of 
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-savage

---
 .cvsignore  |   19 --
 ChangeLog   |   96 +++
 Makefile.in |2 
 config.guess|6 
 config.sub  |   10 -
 configure   |  256 ---
 configure.ac|   12 +
 debian/changelog|9 +
 debian/control  |2 
 debian/copyright|3 
 man/.cvsignore  |2 
 man/Makefile.in |2 
 src/.cvsignore  |6 
 src/Makefile.in |2 
 src/savage_dga.c|2 
 src/savage_dri.c|   14 +
 src/savage_driver.c |  418 +++-
 src/savage_driver.h |   33 +++-
 src/savage_hwmc.c   |2 
 19 files changed, 718 insertions(+), 178 deletions(-)
---


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



compiz-fusion-plugins-main: Changes to 'upstream-unstable'

2007-11-11 Thread Sean Finney
New branch 'upstream-unstable' available with the following commits:


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



compiz-fusion-plugins-main: Changes to 'refs/tags/compiz-fusion-plugins-main-0.6.0-2'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-main-0.6.0-2' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 16:19 +

Tagging upload of compiz-fusion-plugins-main 0.6.0-2 to unstable.

Changes since compiz-fusion-plugins-main-0.6.0-1:
Sean Finney (1):
  keep text.h header, needed by c-f-p-extra.

---
 debian/changelog |7 +++
 debian/install   |1 +
 debian/rules |1 -
 3 files changed, 8 insertions(+), 1 deletion(-)
---


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



compiz-fusion-plugins-main: Changes to 'refs/tags/compiz-fusion-plugins-main-0.6.0-1'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-main-0.6.0-1' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-09 23:28 +

Tagging upload of compiz-fusion-plugins-main 0.6.0-1 to unstable.

Changes since compiz-fusion-plugins-main-0.6.0:
Sean Finney (2):
  run ./autogen.sh
  initial debianization

---
 Makefile.in |  753 +
 aclocal.m4  | 8290 ++
 config.guess| 1516 ++
 config.h.in |  101 
 config.sub  | 1626 ++
 configure   |25436 
 data/Makefile.in|  555 
 data/filters/Makefile.in|  435 
 debian/changelog|6 
 debian/compat   |1 
 debian/control  |   20 
 debian/copyright|   19 
 debian/docs |3 
 debian/install  |4 
 debian/rules|   72 
 depcomp |  530 
 include/Makefile.in |  479 
 install-sh  |  323 
 intltool-extract.in |  861 +
 intltool-merge.in   | 1451 ++
 intltool-update.in  | 1164 ++
 ltmain.sh   | 6938 
 metadata/Makefile.in|  495 
 missing |  360 
 mkinstalldirs   |  111 
 po/Makefile.in.in   |2 
 src/Makefile.in |  555 
 src/animation/Makefile.in   |  600 +
 src/colorfilter/Makefile.in |  566 
 src/expo/Makefile.in|  558 
 src/ezoom/Makefile.in   |  558 
 src/jpeg/Makefile.in|  562 
 src/neg/Makefile.in |  558 
 src/opacify/Makefile.in |  558 
 src/put/Makefile.in |  558 
 src/resizeinfo/Makefile.in  |  567 
 src/ring/Makefile.in|  558 
 src/scaleaddon/Makefile.in  |  564 
 src/shift/Makefile.in   |  558 
 src/snap/Makefile.in|  558 
 src/text/Makefile.in|  560 
 src/thumbnail/Makefile.in   |  562 
 src/vpswitch/Makefile.in|  558 
 src/wall/Makefile.in|  561 
 src/winrules/Makefile.in|  557 
 src/workarounds/Makefile.in |  561 
 46 files changed, 62787 insertions(+), 1 deletion(-)
---


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



compiz-fusion-plugins-main: Changes to 'debian-unstable'

2007-11-11 Thread Sean Finney
New branch 'debian-unstable' available with the following commits:
commit 5b12c3779604d6076ad7af38b12da6dd9cf5df05
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sat Nov 10 20:07:35 2007 +0100

keep text.h header, needed by c-f-p-extra.

commit 3f3ed932c4186615c60a43671ca2c683f5248bc1
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sat Nov 10 00:27:43 2007 +0100

initial debianization

commit 1061426ff679dc4ae4c70a5f056912eafbca5bf3
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sat Nov 10 00:26:47 2007 +0100

run ./autogen.sh

commit 94403ef230e18b26bad3557bedd1e7c63dd7ab36
Author: Erkin Bahceci <[EMAIL PROTECTED]>
Date:   Sat Oct 13 07:58:33 2007 +0200

Prevent focus anim after Switcher when zoom is low.
This prevents the unintended focus animation that happens right after
Switcher is done, when Switcher's zoom option value is close to 0.
(cherry picked from commit ba249a2f26543a4dc3e15b9f191032054d49bf32)

commit 672bc664ee1467b54f889249eb9f328e30c0683c
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Thu Oct 11 13:23:17 2007 +0200

moveWindowToViewportPosition moves the window already, no need for a second 
move.

commit dbef4a98f1882deb72bfe0ccf7276e60eac56b1d
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Oct 5 09:58:20 2007 +0200

We should remove the fullscreen flag while core processes a 
ConfigureRequest event.
Otherwise, addWindowSizeChanges will keep the window fullscreen, which 
means the app has no chance to unfullscreen itself.

commit a3b9b385ffd3cc193ce21d2bde62d03d84ac4b00
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Thu Oct 4 08:22:15 2007 +0200

We should never set the fullscreen state to desktop windows as this will 
break the stacking.

commit 6c0c1879c60e2c4ee719c3ebc1755a37da8a2ca4
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Oct 3 09:35:40 2007 +0200

Do workarounds on map.
The evaluated properties may not be set on creation.

commit 6e41d29e438c94cd4ac8e81cf689a304058c3bee
Author: Jigish Gohil <[EMAIL PROTECTED](none)>
Date:   Wed Oct 3 13:13:45 2007 +0530

bump version to 0.6.0

commit 5c1acc1a9502e0b1b1fdcf6d50670db2da902893
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Sep 3 10:13:28 2007 +0200

Give local includes in the include/ directory priority over global ones.

commit abb3ef56048fdcae3ec3d1140eac4aacfb5add09
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Oct 2 16:06:08 2007 +0200

Proper error handling for invalid JPEG files.

commit c6088ca5c600f8b5f71b7589c36bb779b4bae26d
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 21 18:01:45 2007 +0200

Grab translation calculation code from plane plugin.
This has two advantages:
- The slide time is not calculated per-viewport, but per full movement.
- Slides when pressing e.g. Right-Down are much smoother.

commit 6a1e9cad1aa181ad4f925007882459a7d295015a
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 28 15:37:56 2007 +0200

Enable legacy fullscreen support by default.
It should now be stable enough to justify that.

commit 406870f1f28b545b8cc92ce0bf29584489418a04
Author: Jigish Gohil <[EMAIL PROTECTED](none)>
Date:   Fri Sep 28 14:01:48 2007 +0530

merge translations into 0.6.0 branch

commit 809c6e2b882a9fe27812cc568a2163dec4367395
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Sep 25 11:03:58 2007 +0200

passive_grab must be set to false, not true.

commit 0e0e9a894519956cb334df4077b791fb4ef610d6
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 21 11:16:45 2007 +0200

Fix in-window calculations.

commit 09b700ae564ed811eed4793380cd3b0fd15a4ccf
Author: Robert Noland <[EMAIL PROTECTED]>
Date:   Wed Sep 19 23:40:05 2007 +0200

Make window large enough to display 4 digit by 4 digit geometry.

commit 172e4efb8a7b95608cb4f83615375e9aa49fdc67
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Sat Sep 8 15:08:32 2007 +0200

Properly terminate strings.

commit ca2866b021d7183ace34c89decbc5715fc36ffea
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 7 17:56:38 2007 +0200

Replace strndup usage with malloc and strncpy.

commit 1e195e86c662ba189786ca47a7f1144860a8f5c6
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Sep 19 08:36:13 2007 +0200

Initialize as->output to a valid output structure.
This prevents a crash in the first preparePaintScreen call because 
as->output is assigned in paintOutput.

commit a096a91159b97bd63d890bfe0a644032917fc7cf
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Sep 18 08:44:24 2007 +0200

Don't wrap around when moving up/down/left/right.

commit e2727cdc91579e76622e20a77a5519f81ba267dc
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Sep 18 08:40:31 2007 +0200

Fix byte ordering for big endian machines.

commit b5ed32293eccc3f49bdd4a03db59983561950064
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Sep 17 18:13:24 2007 +0200

Use current aspact ratio for reflection calcu

compiz-fusion-plugins-main: Changes to 'refs/tags/compiz-fusion-plugins-main-0.6.0'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-main-0.6.0' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-09 23:28 +

tagging upstream version

Changes since the dawn of time:
Andrew (1):
  Fix whitespace.

Andrew Riedi (1):
  Fix whitespace.

Carlo Palma (1):
  New effect: Airplane

Danny Baumann (219):
  Begin to convert animation to use int descriptions.
  Fix basic metadata for former string options.
  Improve formatting and option description.
  Load resizeinfo after resize.
  Whitespace & formatting improvements.
  Use Compiz' resize notify message to determine the current window size.
  Build fix.
  Crash fix.
  Remove No
  Track the first grabbed window, not the last one.
  Use int options and int descriptions for the animation type options.
  Improve spelling and code formatting.
  Minor cleanup.
  Adjust TODO list and mail address.
  Don't do a fade animation while scale is active.
  Fix indentation.
  Re-sort some options.
  Fix indention.
  Re-sort some options.
  Fix whitespace.
  Added category and grouping.
  Whitespace fixes.
  Typo fix.
  Re-sort options.
  Dummy commit.
  printf -> compLogMessage
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/plugins/animation
  Use hovered window instead of selected window.
  printf -> compLogMessage
  printf -> compLogMessage
  printf -> compLogMessage
  printf -> compLogMessage
  Correctly round window highlight rectangle position.
  Don't wait for animation to finish for doing actions.
  Remove command line parameters for wall/resizeinfo/text build and replace 
them by proper package checks.
  Move to utility section.
  Move to utility section.
  Added pkg-config file and adjusted header file name.
  Updated Makefile and use text plugin package.
  Fix include file.
  Fixed include file (should have been done by commit hook...)
  Install text plugin header and pkg-config file.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/plugins-main
  Properly adjust maximum size of window title to slot size.
  Fix size calculation for windows without size increment hint.
  Adjust header.
  Properly free window private index.
  Fixed animation not being loadable.
  Fix automerge issues by copying the latest code from plugins/animation.
  Function and variable scope cleanup.
  Fix file list and fix conflicts by copying the latest code from the 
plugin repo.
  Improve description.
  prepareXCoords -> transformToScreenSpace
  prepareXCoords -> transformToScreenSpace.
  Fix possibly uninitialized return value.
  Remove trailing whitespace.
  Fix possible NULL pointer dereferences.
  Fix some possible NULL pointer dereferences.
  Update file list.
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  Update file list.
  Fix typo.
  Update to include -main plugin translatable strings.
  More German translation updates.
  Even more German translations.
  Check return value.
  Added NULL pointer check.
  Fix typo.
  Fixed a few typos and added some more translations.
  Include po directory in Makefile.am.
  Fix missing anim with transparent cube in magic lamp, dream, folds.
  Update file list.
  Update template.
  Updated German translation for gotovp.
  Translation update by Forlong.
  Fix indention.
  Compiz indention style.
  Indention fixes.
  Compiz indention style.
  Update file list.
  Fix incompatibility between unmap fadeout of the fade plugin and 
minimized window icon display.
  Also scale icons according to their position in the ring, not only the 
windows.
  Don't scale icons for minimized windows twice.
  Only use depth scaling for emblem icon display.
  Code cleanup.
  Code formatting fixes.
  Fix typo.
  Update with intltool-update
  Added translations for scalefilter.
  Some updates to German translation.
  Some more minor German translation updates.
  Update file list.
  More German translation updates.
  Update file list.
  Fix missing NULL pointer check.
  Also allow DnD for flip edges.
  Properly initialize variables for the client list storage.
  Properly handle out-of-memory conditions when updating the client list 
copy.
  Minor cleanup.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/plugins/animation
  Update file list.
  Update template.
  Simplify match because the workarounds plugin will handle the workarounds.
  Simplify match. The

compiz-fusion-plugins-extra: Changes to 'upstream-unstable'

2007-11-11 Thread Sean Finney
New branch 'upstream-unstable' available with the following commits:


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



compiz-fusion-plugins-extra: Changes to 'refs/tags/compiz-fusion-plugins-extra-0.6.0-1'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-extra-0.6.0-1' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 16:24 +

Tagging upload of compiz-fusion-plugins-extra 0.6.0-1 to unstable.

Changes since the dawn of time:
Andrew Wedderburn (1):
  Added cube cap for the up coming 0.5.2 release

Danny Baumann (199):
  Allow assigning a key binding to the 'Change glow color' action.
  Use the window add notify to apply autotabbing.
  Only bind tab bar layers to texture when they're actually drawn.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/plugins/group
  Revert Use
  Remove rotation check.
  Properly use core's screenTexEnvMode function.
  Fix typo.
  Fix maximum value for tab bar spring friction.
  Fix hang after slot DnD caused by massive calls to groupShowDelayTimeout.
  Better fix for the 'hang on slot drop' problem.
  Improve the damage handling for tab bars.
  Fix slot damaging for slots dragged to another viewport.
  Fix crash when dropping slots on another tab bar.
  More damage fixes.
  Fix glow size calculation.
  Finally really fix w->output calculation.
  printf -> compLogMessage
  Adjust default value for thumb spacing.
  printf -> compLogMessage
  printf -> compLogMessage
  Move to utility section.
  Use text plugin package.
  Rename group.h to group-internal.h.
  Fix reflection for single head setups.
  Better fix for single head setups.
  Remove unneeded hints.
  Rename displayPrivateIndex -> groupDisplayPrivateIndex to prevent symbol 
conflicts.
  Fix windows losing their tab bar when autotabbing is enabled, 
auto-ungrouping is enabled and a window is dragged of the tab bar so only one 
window is remaining.
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  Actually rename xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  Actually rename xml -> xml.in
  Update file list.
  Update file list.
  Update to include -main plugin translatable strings.
  More German translation updates.
  Even more German translations.
  Indention fixes.
  Added 'after' dependency for blur which is needed for reflection to be 
visible with blur loaded.
  Fix typo.
  Improve tab bar painting code.
  Optimize window paint routine.
  Furtherly optimize window paint routine and do not reference local 
variables outside their scope.
  Fixed a few typos and added some more translations.
  Cleanups and beautification.
  Fix headers.
  Include po directory in Makefile.am.
  Fix tab bar fading.
  Fix typo.
  Whitespace fixes.
  Add build system for gotovp.
  Fix viewport switching after entering an invalid target number.
  Update file list.
  Update template.
  Updated German translation for gotovp.
  Use less hacky way to prevent moving/resizing of showdesktop'ed windows.
  Set showdesktop'ed windows to unmanaged so they aren't handled by 
updateWindowAttributes and friends.
  Compiz indent style and minor cleanup.
  Translation update by Forlong.
  Dummy commit.
  Keep plugins alphabetically sorted.
  Keep plugins alphabetically sorted.
  Update file list.
  Add build system for scalefilter.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/plugins-extra
  Fix typo.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/plugins-extra
  Fix copy'n'paste error.
  Beryl -> Compiz
  Beryl -> Compiz
  Added basic text input localization support.
  More UTF-8 fixes.
  Fix typo.
  Update with intltool-update
  Added translations for scalefilter.
  Only set the needed locale type, LC_ALL breaks string formatting for 
floating point numbers in pixel shaders ;-)
  Some updates to German translation.
  Some more minor German translation updates.
  Update file list.
  More German translation updates.
  Update file list.
  Added option for case insensitive filtering.
  Drop previously applied filter with Escape instead of Backspace.
  Default to case sensitive filtering because that's the only one 
guaranteed to be present.
  Track selected windows per-screen and not per-display.
  Fill window list when windows are destroyed.
  Optimizations.
  We have to walk the window stack downwards, not upwards.
  Cleanup & beautification.
  Fix typo.
  Cleanup.
  Fix crash when closing a window that is tabbed and the only window in the 
group.
  Optimization. Prevent calloc() call with 0 size.
  More cleanup & beautification.
  Even more cleanup.
  Little cleanup.
  Minor cleanup.
  Cleanup.
  We need PAINT_WINDOW_TRANSFORMED_MASK to get a

compiz-fusion-plugins-extra: Changes to 'debian-unstable'

2007-11-11 Thread Sean Finney
New branch 'debian-unstable' available with the following commits:
commit dee4cdd7dd95f77c44979c88b250431f50b0010e
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sat Nov 10 16:17:50 2007 +0100

initial debianization

commit 94fbc543d88015db298015765a3ca2e753cc2f35
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sat Nov 10 10:19:50 2007 +0100

run autogen.sh

commit 1e5a189fb27b30883be09f908e2a5279a52ca40b
Merge: 88a947357d7aedcaa2f16677cfb0e165bca41c5b 
efecdaed9cc65284fdec0737d13653f7f29f8127
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Oct 8 16:12:43 2007 +0200

Merge branch '0.6.0' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/plugins-extra into 0.6.0

commit 88a947357d7aedcaa2f16677cfb0e165bca41c5b
Author: Patrick Niklaus <[EMAIL PROTECTED](none)>
Date:   Mon Oct 8 15:17:40 2007 +0200

Group: Fixed bug 514 (Crash while closing a tabbed group)

commit efecdaed9cc65284fdec0737d13653f7f29f8127
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Thu Oct 4 07:29:45 2007 +0200

Use central function to determine if a window should be groupable or not.
Filter out desktop and override_redirect windows.

commit b57a014feb1e8c3582ac0d3f509684ca21e695cf
Author: Jigish Gohil <[EMAIL PROTECTED](none)>
Date:   Wed Oct 3 13:16:43 2007 +0530

bump version to 0.6.0

commit e039160d0f38eb4e45867c6dea108da06b81f729
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Oct 1 16:16:56 2007 +0200

Fix merge issue.

commit 0a520113019097b39f131fb1ed456c0ea19a0b1c
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Oct 1 16:14:28 2007 +0200

Don't try to raise input prevention window if it isn't mapped.

commit e73f7db6b042aa578158e4eb1ea962d52af03c61
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 28 14:19:52 2007 +0200

Always read widget property as 32 bit value.

commit 8d3d7408dc977859bf13feb85f72f0a30971d4d5
Author: Jigish Gohil <[EMAIL PROTECTED](none)>
Date:   Fri Sep 28 14:09:54 2007 +0530

merge translations into 0.6.0 branch

commit def10382ced09f6bc620f8f8bba409e35de47a8f
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 14 11:37:12 2007 +0200

Track core changes.

commit 37c7aaf80f9234570d6f2b43ed1836a9b56bf022
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Sep 14 16:06:45 2007 +0200

Do not set opacity to opaque while moving.

commit 9fb95c4dbf52c3c986830f2ebc5e9784c29cd4b9
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Sep 11 11:06:21 2007 +0200

Properly initialize property state.

commit febcb44c9ed92c00f46879bc78de94acb3147df2
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 28 17:43:33 2007 +0200

Don't try to evaluate matches in InitWindow.

commit 894f4cb93d0397d290878e8c16e97776b3f8a8ae
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 28 13:13:36 2007 +0200

Added sanity check.

commit 38cdc3f87f563a769c6e67416ccdfc38a6768642
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 27 20:51:13 2007 +0200

Apply core changes.

commit 12817f1a6eee5fe6e895b06d76a822d31176d454
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 27 15:10:44 2007 +0200

Fix merge problem.

commit da2fd559eca9418c01609a4932d488bd18e05345
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 27 14:59:40 2007 +0200

Track core changes.

Conflicts:

src/group/group.c

commit b5b734b841618b1c3f099b68c4561e3e5ef1d866
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Thu Aug 23 17:19:05 2007 +0200

Fixed widgets staying at the desktop if toggling widget mode fast.

commit 9eff0404c449d5fe8837c1c1574fa4df0efdc0ee
Author: Guillaume Seguin <[EMAIL PROTECTED]>
Date:   Mon Aug 20 00:27:34 2007 +0200

* Correctly handle desktop opacity when there's no image

commit 986ad3c8050756bb18675a10b3b4ac21b69bd2ca
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Sun Aug 19 19:21:07 2007 +0200

oops, forgot updating LINGUAS

commit b02ec776e802ecfe2641a0748e57ff4fc8b089bb
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Sun Aug 19 19:20:26 2007 +0200

change back zh to zh_CN.po so it shows up on l10n-stats

commit 1c573d697bfd433c9034ccf8e53a6c3607d944f1
Author: Erkin Bahceci <[EMAIL PROTECTED]>
Date:   Sun Aug 19 17:20:12 2007 +0200

Handle changes in param & unit.

commit 68f060f7cbd13abefe53ab52feccabb0f60f83c5
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Aug 17 20:49:26 2007 +0200

Cleanup.

commit 88e134efc61fcae0e9f5d25aa3ad68587198e1c9
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Aug 17 20:49:25 2007 +0200

Minor beautification.

commit 5b3bf9a5a478521ca09974fc81202571dd183cc4
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Aug 17 20:22:44 2007 +0200

Function parameter cleanup.

commit 5602478adfc13e79a9c645dfd358a776ab19a110
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Aug 17 20:22:44 2007 +0200

Revert Cleanups.
This reverts commit 478462ea60321ad01db5510d77325c35baf77c7a.

commit 8e2eafe3c75b6b7da6a9ebc9f

compiz-fusion-plugins-extra: Changes to 'refs/tags/compiz-fusion-plugins-extra-0.6.0'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-extra-0.6.0' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 16:24 +

tagging upstream version

Changes since the dawn of time:
Andrew Wedderburn (1):
  Added cube cap for the up coming 0.5.2 release

Danny Baumann (199):
  Allow assigning a key binding to the 'Change glow color' action.
  Use the window add notify to apply autotabbing.
  Only bind tab bar layers to texture when they're actually drawn.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/plugins/group
  Revert Use
  Remove rotation check.
  Properly use core's screenTexEnvMode function.
  Fix typo.
  Fix maximum value for tab bar spring friction.
  Fix hang after slot DnD caused by massive calls to groupShowDelayTimeout.
  Better fix for the 'hang on slot drop' problem.
  Improve the damage handling for tab bars.
  Fix slot damaging for slots dragged to another viewport.
  Fix crash when dropping slots on another tab bar.
  More damage fixes.
  Fix glow size calculation.
  Finally really fix w->output calculation.
  printf -> compLogMessage
  Adjust default value for thumb spacing.
  printf -> compLogMessage
  printf -> compLogMessage
  Move to utility section.
  Use text plugin package.
  Rename group.h to group-internal.h.
  Fix reflection for single head setups.
  Better fix for single head setups.
  Remove unneeded hints.
  Rename displayPrivateIndex -> groupDisplayPrivateIndex to prevent symbol 
conflicts.
  Fix windows losing their tab bar when autotabbing is enabled, 
auto-ungrouping is enabled and a window is dragged of the tab bar so only one 
window is remaining.
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  Actually rename xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  xml -> xml.in
  Actually rename xml -> xml.in
  Update file list.
  Update file list.
  Update to include -main plugin translatable strings.
  More German translation updates.
  Even more German translations.
  Indention fixes.
  Added 'after' dependency for blur which is needed for reflection to be 
visible with blur loaded.
  Fix typo.
  Improve tab bar painting code.
  Optimize window paint routine.
  Furtherly optimize window paint routine and do not reference local 
variables outside their scope.
  Fixed a few typos and added some more translations.
  Cleanups and beautification.
  Fix headers.
  Include po directory in Makefile.am.
  Fix tab bar fading.
  Fix typo.
  Whitespace fixes.
  Add build system for gotovp.
  Fix viewport switching after entering an invalid target number.
  Update file list.
  Update template.
  Updated German translation for gotovp.
  Use less hacky way to prevent moving/resizing of showdesktop'ed windows.
  Set showdesktop'ed windows to unmanaged so they aren't handled by 
updateWindowAttributes and friends.
  Compiz indent style and minor cleanup.
  Translation update by Forlong.
  Dummy commit.
  Keep plugins alphabetically sorted.
  Keep plugins alphabetically sorted.
  Update file list.
  Add build system for scalefilter.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/plugins-extra
  Fix typo.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/plugins-extra
  Fix copy'n'paste error.
  Beryl -> Compiz
  Beryl -> Compiz
  Added basic text input localization support.
  More UTF-8 fixes.
  Fix typo.
  Update with intltool-update
  Added translations for scalefilter.
  Only set the needed locale type, LC_ALL breaks string formatting for 
floating point numbers in pixel shaders ;-)
  Some updates to German translation.
  Some more minor German translation updates.
  Update file list.
  More German translation updates.
  Update file list.
  Added option for case insensitive filtering.
  Drop previously applied filter with Escape instead of Backspace.
  Default to case sensitive filtering because that's the only one 
guaranteed to be present.
  Track selected windows per-screen and not per-display.
  Fill window list when windows are destroyed.
  Optimizations.
  We have to walk the window stack downwards, not upwards.
  Cleanup & beautification.
  Fix typo.
  Cleanup.
  Fix crash when closing a window that is tabbed and the only window in the 
group.
  Optimization. Prevent calloc() call with 0 size.
  More cleanup & beautification.
  Even more cleanup.
  Little cleanup.
  Minor cleanup.
  Cleanup.
  We need PAINT_WINDOW_TRANSFORMED_MASK to get a good texture filter.
  Fix tab bar fadi

Bug#450851: xserver-xorg-input-evdev: pointer constatntly moves down-right in captured state (most of games) when using evdev

2007-11-11 Thread HoverHell
Package: xserver-xorg-input-evdev
Version: 1:1.2.0~git20070819-3
Severity: normal


Checked in tremulous, ezquake, dosbox.
'Driver "mouse"' works fine (one that commented oyt in attached xorg.conf).
Updated from 1:1.1.5-3.
xorg core packages were updated, too.
* Also, after update mouse didn't move at all until I specified 'Option
 "device"' in xorg.conf, e.g. in previous version 'Option "Name"' somehow
 was sufficient.

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-05-16 21:19 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1827360 2007-09-30 02:13 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
05:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 
TurboCache(TM)] (rev a1)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4004 2007-11-11 20:32 /etc/X11/xorg.conf

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

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice"Generic Keyboard"
#InputDevice"Configured Mouse"
InputDevice"evMX310"
EndSection

Section "Files"

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

Section "Module"
Load   "i2c"
Load   "bitmap"
Load   "ddc"
#Load"dri"
Load   "dbe"
Load   "extmod"
Load   "freetype"
Load   "glx"
Load   "int10"
Load   "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:menu_toggle,grp_led:scroll"
EndSection

#Section "InputDevice"
#Identifier "Configured Mouse"
#Driver "mouse"
#Option "CorePointer"
#Option "Device" "/dev/input/mice"
#Option "Protocol" "ExplorerPS/2"
#Option "Resolution" "800"
#EndSection

Section "InputDevice"
Identifier "evMX310"
Driver "evdev"
Option "CorePointer"
Option "Device" 
"/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"
#Option "Device" "/dev/input/event1
Option "Name" "Logitech USB-PS/2 Optical Mouse"
EndSection

Section "Monitor"
# default, 92 dpi
#DisplaySize 283 212
# 96 dpi, hack from "271 203" for nvidia
DisplaySize 269 203
# debian standard, 100 dpi
#DisplaySize 260 195
Identifier "MainMonitor"
HorizSync   30.0 - 90.0
VertRefresh 60.0 - 100.0
Gamma   0.65
Option "DPMS"
EndSection

Section "Device"
#Driver"nv"
Identifier "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
Monitor"MainMonitor"
DefaultDepth24
Option "UseEdidDpi" "FALSE"
Option "RenderAccel" "False"
Option "NoLogo" "True"
SubSection "Display"
Depth   8
Modes  "1024x768" "800x600" "640x480"
EndS

compiz-fusion-plugins-unsupported: Changes to 'debian-unstable'

2007-11-11 Thread Sean Finney
New branch 'debian-unstable' available with the following commits:
commit 1b1b968e56512a2cdc685f6f197b044e5bd1496c
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 11 17:51:20 2007 +0100

initial debianization

commit b220a41c944f6b8ea094fad71acb26d0a3661ad7
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 11 17:47:22 2007 +0100

run autogen.sh


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



compiz-fusion-plugins-unsupported: Changes to 'refs/tags/compiz-fusion-plugins-unsupported-0.6.0'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-unsupported-0.6.0' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 17:10 +

tagging upstream version

Changes since the dawn of time:
Danny Baumann (46):
  Also damage screen on the last animation step.
  Solve some animation weirdnesses.
  Fix tiling animation multihead issues by using the fullscreen output.
  printf -> compLogMessage
  Remove unneeded hint.
  Dummy commit.
  Dummy commit.
  Indention fixes.
  Update file list.
  Update file list.
  Update to include -main plugin translatable strings.
  More German translation updates.
  Even more German translations.
  Fix typo.
  Fixed a few typos and added some more translations.
  Slight optimization.
  Remove superflous file.
  Update file list.
  Update template.
  Updated German translation for gotovp.
  Translation update by Forlong.
  Update file list.
  Indention fix.
  Compiz indention style.
  Fix typo.
  Update with intltool-update
  Added translations for scalefilter.
  Some updates to German translation.
  Some more minor German translation updates.
  Update file list.
  More German translation updates.
  Update file list.
  Fix indention.
  Load snow after image loaders.
  Update file list.
  Update template.
  Compiz indention style and some smaller cleanup.
  Added default snowflake image.
  Added images to build system.
  po/Makefile.in.in is autogenerated.
  Set DATADIR define to $DATADIR/compiz.
  Update file list.
  Some German translation updates.
  Update file list.
  Only include present XML files.
  Added mswitch to build system.

Dennis Kasprzyk (22):
  Makefile update
  Makefile update
  Makefile update
  Makefile update
  build system
  build without showdesktop
  don't install showdesktop.xml
  Applied lastest core changes
  Applied lastest core changes
  Rename to Compiz fusion
  xml->xml.in
  dummy commit
  xml->xml.in
  xml->xml.in
  Added translation support.
  Added translation support.
  Remove obsolete deps/features from vtable
  Remove obsolete deps/features from vtable
  Remove obsolete deps/features from vtable
  Added polish translation.
  Fix schema build.
  Require right bcop version.

Guillaume Seguin (12):
  Remove showdesktop from unsupported plugins
  Remove showdesktop leftovers
  Fix buildsystem *sigh*
  Fix make distcheck
  Dummy commit
  * Add initial French translation (from Sylvain Debray, xsnake and I)
  * Add fr to LINGUAS
  * pt_PT update by Nicolau Gonçalves
  * pt_PT update by Nicolau Gonçalves
  * Update to pt_PT.po from Nicolau Goncalves
  * Dummy commit
  Version update

Jigish Gohil (8):
  add translation template for translators to bast their work on.
  add pt_PT translation from Nicolau Gonçalves 
  i18n: merge new translation strings in all po
  plugins-unsupported: i18n changes in Makefile.am from upstream
  Add zh_CN from Thruth <[EMAIL PROTECTED]>
  update AUTHORS
  Missed roico in there
  bump version to 0.6.0

Patrick Niklaus (7):
  Added German translation, may need a review...
  Fixed typo
  Fixed some typos
  Some minor updates to the German translation
  Merge with git+ssh://[EMAIL PROTECTED]/git/fusion/i18n
  Added Greek translation
  Added japanese translation

Repos Merger (2):
  Merge branch 'master' of /git/compcomm/plugins-unsupported
  Merge branch 'master' of /git/compcomm/plugins-unsupported

Treviño - 3v1n0 (40):
  Started Italian Translation for fusion plugins
  Added more Italian translations...
  Added other Italian translations
  Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/fusion/i18n
  Updated Italian Translation - thanks to Matteo Suppo (Triex)
  Updated Italian Translation - thanks to DDany
  Fixed some Italian translations
  Fixed copyright informations
  Updated Italian Translation - Thanks to Fabio Fiorentini
  Updated Italian Translation - Thanks to Andrea De Iacovo
  Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/fusion/i18n
  Updated Italian Translation - Thanks to Emiliano Perulli
  Updated Italian Translation - Thanks to Andrea De Iacovo
  Updated Italian Translation - Thanks to Danilo Saruis (DDany)
  Updated Italian Translation - Thanks to Emiliano Perulli
  Updated Italian Translation - Thanks to Matteo Suppo
  Updated Italian Translation - Thanks to Matteo Suppo (Triex)
  Italian Translation Completed (waiting for new updates)
  Added some improvements to Italian Translation
  Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/git/fusion/i18n
  Fixed some Italian Translations - Thanks to Andrea De Iacovo (Firstbit)
  Merge

compiz-fusion-plugins-unsupported: Changes to 'upstream-unstable'

2007-11-11 Thread Sean Finney
New branch 'upstream-unstable' available with the following commits:
commit e4d25bcffa452d3cdb49f3b27ebe24db9da494c0
Author: Jigish Gohil <[EMAIL PROTECTED](none)>
Date:   Wed Oct 3 13:18:43 2007 +0530

bump version to 0.6.0

commit 981f1a3f257d05f19e7e9ef017248d7e62923aa5
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Sun Aug 12 21:59:32 2007 +0200

Require right bcop version.

commit c530c615f616100f7db21c9b47b8b94725c2e67a
Author: Guillaume Seguin <[EMAIL PROTECTED]>
Date:   Sun Aug 12 21:54:59 2007 +0200

Version update

commit 9429d74d8fd2b0f2d7302fa867d49395d9e2037c
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Aug 8 16:16:52 2007 +0200

Added mswitch to build system.

commit dfe22bae69ab5f3802bc7e9d765ce21ae58a8fbd
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Aug 8 16:13:42 2007 +0200

Only include present XML files.

commit 633cde115cfa0befb1f24bf637d962d67e1d58d4
Author: Guillaume Seguin <[EMAIL PROTECTED]>
Date:   Wed Aug 8 16:12:02 2007 +0200

* Dummy commit

commit bfa53f499dd261b01a98f2ae5d838a0b0a9693ea
Merge: fddad4e06bad42e79de84a9ede45c0dc7c9e05af 
517d944573f7d4fdfd296b9b50fc442e36518ca5
Author: Repos Merger <[EMAIL PROTECTED]>
Date:   Wed Aug 8 16:12:02 2007 +0200

Merge branch 'master' of /git/compcomm/plugins-unsupported

commit 517d944573f7d4fdfd296b9b50fc442e36518ca5
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Wed Aug 8 12:52:26 2007 +0530

Missed roico in there

commit fddad4e06bad42e79de84a9ede45c0dc7c9e05af
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Aug 8 09:16:03 2007 +0200

Update file list.

commit a62565b1c8ee392129f513b9b29e20b741aef3a3
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 7 18:07:59 2007 +0200

Some German translation updates.

commit b899ff98236cbb8e21811d3b0bb6a884d9c7c883
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Tue Aug 7 20:41:15 2007 +0530

update AUTHORS

commit c986f9518569c1685f9e937a87269fe01479e699
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 7 16:42:53 2007 +0200

Update file list.

commit b0386a3edaa10f28da055cf0c25e8a5a8aec79f5
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 7 16:29:27 2007 +0200

Set DATADIR define to $DATADIR/compiz.

commit 03e23380d3c4ba2f96046c03fa473746b0c2c0dc
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 7 16:11:30 2007 +0200

po/Makefile.in.in is autogenerated.

commit 9717e6a342970815a2b32b888aa0f39db415d21c
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 7 16:10:23 2007 +0200

Added images to build system.

commit da30020e3b51cef5c48be7a8ae298e33809d387d
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 7 16:07:53 2007 +0200

Added default snowflake image.

commit 081b6dab8336dc33243e565870cacd8aaee891ef
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Tue Aug 7 13:36:47 2007 +0200

Fix schema build.

commit 25a197a4425cf8da8833b745cd536ac763490a38
Merge: 39e4a6a6675d85f902651d8595f98e9f5108b469 
10d40a18cce88d93696ec513037d1167b1972fc1
Author: Repos Merger <[EMAIL PROTECTED]>
Date:   Mon Aug 6 16:47:31 2007 +0200

Merge branch 'master' of /git/compcomm/plugins-unsupported

commit 39e4a6a6675d85f902651d8595f98e9f5108b469
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Sat Aug 4 18:17:53 2007 +0200

Add zh_CN from Thruth <[EMAIL PROTECTED]>

commit 10d40a18cce88d93696ec513037d1167b1972fc1
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Wed Aug 1 11:58:50 2007 +0530

plugins-unsupported: i18n changes in Makefile.am from upstream

commit f951e49cbea121d67aef2a9909064ba75ab5603f
Author: Jigish Gohil <[EMAIL PROTECTED]>
Date:   Wed Aug 1 08:10:31 2007 +0200

i18n: merge new translation strings in all po

commit 7340c44c32539c34dd6d5a25dc1a77ed575914a9
Author: Patrick Niklaus <[EMAIL PROTECTED]>
Date:   Tue Jul 31 22:23:33 2007 +0200

Added japanese translation

commit 73e283d281f11ddf877b03f10721073749a88c4f
Author: Treviño - 3v1n0 <[EMAIL PROTECTED]>
Date:   Mon Jul 30 03:59:03 2007 +0200

Updated Italian Translation - Thanks to Emiliano Perulli

commit 41da3e1063b3acfc3882c60215b59093e44cab2d
Author: Treviño - 3v1n0 <[EMAIL PROTECTED]>
Date:   Mon Jul 30 01:30:36 2007 +0200

Updated Italian Translation - Thanks to Emiliano Perulli

commit 541f55f94e05d9aaca54ca3ab3ae8fabb4875be8
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Sun Jul 29 14:30:13 2007 +0200

Compiz indention style and some smaller cleanup.

commit 9954d7d40f08ca0b65153b865f4bcd7795d3ff4b
Author: Treviño - 3v1n0 <[EMAIL PROTECTED]>
Date:   Sat Jul 28 18:06:48 2007 +0200

Updated Italian Translation

commit 0c4f28e65211b8b41d39402c7d00612512519e6b
Author: Treviño - 3v1n0 <[EMAIL PROTECTED]>
Date:   Sat Jul 28 17:30:33 2007 +0200

Sinced Italian Translation to upstream pot

commit 617846403463867c0a261b122a8f7abcf9fcecca
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Sat Jul 28 14:33:15 2007 +0200

Update template.

commit 042207f114025a

compiz-fusion-plugins-unsupported: Changes to 'refs/tags/compiz-fusion-plugins-unsupported-0.6.0-1'

2007-11-11 Thread Sean Finney
Tag 'compiz-fusion-plugins-unsupported-0.6.0-1' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 17:10 +

Tagging upload of compiz-fusion-plugins-unsupported 0.6.0-1 to unstable.

Changes since compiz-fusion-plugins-unsupported-0.6.0:
Sean Finney (2):
  run autogen.sh
  initial debianization

---
 Makefile.in  |  699 +
 aclocal.m4   | 8290 +++
 config.guess | 1516 ++
 config.h.in  |   86 
 config.sub   | 1626 +++
 configure|25023 +++
 debian/changelog |6 
 debian/compat|1 
 debian/control   |   21 
 debian/copyright |   19 
 debian/docs  |3 
 debian/install   |4 
 debian/rules |   71 
 depcomp  |  530 
 images/Makefile.in   |  418 
 install-sh   |  323 
 intltool-extract.in  |  861 +
 intltool-merge.in| 1451 ++
 intltool-update.in   | 1164 ++
 ltmain.sh| 6938 +
 metadata/Makefile.in |  464 
 missing  |  360 
 mkinstalldirs|  111 
 po/Makefile.in.in|  218 
 src/Makefile.in  |  539 +
 src/fakeargb/Makefile.in |  542 +
 src/mswitch/Makefile.in  |  542 +
 src/snow/Makefile.in |  542 +
 src/tile/Makefile.in |  542 +
 29 files changed, 52910 insertions(+)
---


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



compizconfig-backend-gconf: Changes to 'refs/tags/compizconfig-backend-gconf-0.6.0'

2007-11-11 Thread Sean Finney
Tag 'compizconfig-backend-gconf-0.6.0' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 17:47 +

upstream version

Changes since the dawn of time:
Danny Baumann (84):
  libbs-gconf: fixed action value writing
  libbs-gconf: adapt for new action/color parsing interface
  Fixed default profile handling.
  Reset setting to default if it can't be found in Gconf.
  Don't return default profile.
  Don't touch the changed settings list in the backend.
  Added integration for Metacity's mouse_button_modifier option.
  Crash fix.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/compiz-configuration-system/libraries/ccs-backend-gconf
  Never ever free the value returned by ccsGetProfile().
  Fix returning of existing profiles.
  Fix option storage path for core options.
  Distinguish between an unset value and an empty list when reading list 
values.
  Fixed unset values being accidentially set.
  Optimizations (use the GConfValue* returned when checking for key 
existance where possible)
  Fix reading Metacity value for mouse button modifier.
  Fix integration of core options.
  Completely integrate mouse_button_modifier option for reading.
  Next try of properly integrating the mouse_button_modifier option.
  Also fix writing the mouse_button_modifier setting.
  Reduce amount of C'n'P.
  The mouse_button_modifier option now works with one exception:
  Mouse_button_modifier is now read back when Gconf value changes.
  Fixed parsing of Gconf key names in value change notify callback.
  Fixed screen edge action handling.
  Prepare for working on Compiz settings tree.
  Implement profile support by exporting/importing to/from files and work 
directly on the Compiz settings.
  Remove debug statement.
  Added some sanity checks.
  Don't run glib main loop if indicated by flag.
  Properly set return value when reading integrated click_to_focus option.
  Properly set return value when reading integrated click_to_focus option.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/compiz-configuration-system/libraries/ccs-backend-gconf
  Fix immediate applying of actions.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/compiz-configuration-system/libraries/ccs-backend-gconf
  Properly fixed applying action settings and fixed edge setting reading.
  Added sanity check for value type.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/compcomm/compiz-configuration-system/libraries/ccs-backend-gconf
  Don't reset "plugin enabled" options to defaults.
  Store all profiles in Gconf, keeping their schemas associated.
  Dummy commit.
  Another dummy.
  Fixed profile deletion and compiz tree reset.
  Fix warning.
  Use proper macros for gconf paths.
  Whitespace fixes.
  Fix notification listening after changing profiles.
  Fix applying integrated values on mutliscreen setups.
  Dispatch all pending glib events before unloading backend.
  Clear cache before unloading.
  Fix assigning of display settings when the corresponding metacity key is 
changed.
  Plug minor memleak.
  Remove unnecessary check.
  Compiz indention style.
  Fix reading of gconf lists.
  Explicitly pass schema path to prevent accidential deassociations.
  Fix profile copying.
  Write integration value after integrated option has been changed outside 
of libcompizconfig.
  Reset settings to default if they could not be read.
  Fix resetting action values.
  Fixed change notify handling for system bell action.
  Fix resetting screen edge options to default.
  Added integration for 'Run terminal' command and fixed integration for 
command options.
  Added missing NULL pointer checks.
  Track lib changes.
  Added more missing NULL pointer checks.
  Added some more integrated bindings.
  Use gotovp to integrate Metacity's switch_to_workspace_x bindings.
  Revert "Use gotovp to integrate Metacity's switch_to_workspace_x 
bindings."
  Integrate gotovp bindings.
  Loop through all integrated options on Gconf value change notification to 
re-read all integrated options if multiple compiz options are integrated with a 
single metacity option.
  gotovp -> vpswitch
  Add VERSION to EXTRA_DIST.
  Add VERSION to EXTRA_DIST.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf
  Integrate current_viewport option of thumbnail.
  Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf
  Integrate visual_bell and fullscreen_visual_bell options of the fade 
plugin.
  Remove cruft.
  Merge branch '0.6.0' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf into

compizconfig-backend-gconf: Changes to 'upstream-unstable'

2007-11-11 Thread Sean Finney
New branch 'upstream-unstable' available with the following commits:


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



compizconfig-backend-gconf: Changes to 'refs/tags/compizconfig-backend-gconf-0.6.0-1'

2007-11-11 Thread Sean Finney
Tag 'compizconfig-backend-gconf-0.6.0-1' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-11 17:46 +

Tagging upload of compizconfig-backend-gconf 0.6.0-1 to unstable.

Changes since compizconfig-backend-gconf-0.6.0:
Sean Finney (2):
  run autogen.sh
  initial debianization

---
 Makefile.in  |  606 +
 aclocal.m4   | 7618 ++
 config.guess | 1516 ++
 config.sub   | 1626 +++
 configure|22651 +++
 debian/changelog |5 
 debian/compat|1 
 debian/control   |   20 
 debian/copyright |   19 
 debian/docs  |2 
 debian/install   |1 
 debian/rules |   71 
 depcomp  |  530 +
 install-sh   |  323 
 intltool-extract.in  |  861 +
 intltool-merge.in| 1451 ++
 intltool-update.in   | 1164 ++
 ltmain.sh| 6938 +
 missing  |  360 
 mkinstalldirs|  111 
 po/Makefile.in.in|  218 
 settings-backend/Makefile.in |  471 
 22 files changed, 46563 insertions(+)
---


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



compizconfig-backend-gconf: Changes to 'debian-unstable'

2007-11-11 Thread Sean Finney
New branch 'debian-unstable' available with the following commits:
commit b5b0c9fc5597e2f068f769ca56b6254ca83fb328
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 11 18:44:12 2007 +0100

initial debianization

commit 85212dd6a5a9cec72370758376d7b324f21633e2
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 11 18:35:27 2007 +0100

run autogen.sh

commit 181522f503ffd0792137ff54a696aca1a020b4a1
Merge: 25e1825f6bc52a7f34e38e20887433df9a475a8d 
3d1a4ff8df3b468224afc4c1194c89dbf16e9150
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Thu Oct 11 13:51:24 2007 +0200

Merge branch '0.6.0' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf into 0.6.0

commit 25e1825f6bc52a7f34e38e20887433df9a475a8d
Author: Michael Vogt <[EMAIL PROTECTED]>
Date:   Thu Oct 11 13:51:13 2007 +0200

Fix empty binding handling.

commit 3d1a4ff8df3b468224afc4c1194c89dbf16e9150
Author: Robert Noland <[EMAIL PROTECTED]>
Date:   Wed Oct 10 12:27:03 2007 -0400

Replace another occurrence of strndup with malloc/strncpy

commit 326cd5b53f41d21bb1ac1c8ea8d7c0bafdf7a515
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Oct 10 12:07:26 2007 +0200

Fix integration of maximize vertically/horizontally actions.

commit 282d74b1c487c22a93e4a290d37a3bde9c67dea5
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Oct 5 14:32:42 2007 +0200

Fix typo.

commit 032f7843fc8f847f038c8594dc2f6cb7217dfc7c
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Oct 5 09:22:26 2007 +0200

Fix handling of disabled integrated keybindings.
Thanks to Michael Vogt.

commit 5b464c9d56192b4d239c5f6948d531da4cc79cf7
Merge: 93010e3d90e37b8d70ff54beb0b6644adf5b01f2 
4526d21825f0bef28debf8389bf3817f953e704e
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Sep 19 11:45:34 2007 +0200

Merge branch '0.6.0' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf into 0.6.0

commit 93010e3d90e37b8d70ff54beb0b6644adf5b01f2
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Wed Sep 19 11:45:23 2007 +0200

Remove cruft.

commit 4526d21825f0bef28debf8389bf3817f953e704e
Author: Kristian Lyngstøl <[EMAIL PROTECTED](none)>
Date:   Tue Sep 18 20:32:51 2007 +0200

Ignore num_workspaces (Patch by Mirco Müller)

commit dad3ce8445c53e78becfe6dca1fe8e6b5caa291e
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Sat Sep 8 14:12:17 2007 +0200

Integrate visual_bell and fullscreen_visual_bell options of the fade plugin.

commit cc68d92248a3e1dba56a937d419ec6f7c14a36e1
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Sun Sep 2 22:34:44 2007 +0200

Support empty lists.

commit 4bf472de6895f100dba2e1bb7b361f4223bb0fd1
Merge: 192eb0d21f38f58c3a90145a06dcfd72f594f538 
91d3d635fff6c268a8ac34ea1627be5fbc578918
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 14 14:08:47 2007 +0200

Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf

commit 192eb0d21f38f58c3a90145a06dcfd72f594f538
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 14 14:08:14 2007 +0200

Integrate current_viewport option of thumbnail.

commit 91d3d635fff6c268a8ac34ea1627be5fbc578918
Merge: 410e847d35ba53c8f8e646cf82e4c26a7e07940b 
c75ac33698cb46fe11938ed1a215b58353ec3415
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 14 11:23:58 2007 +0200

Merge branch 'master' of git+ssh://[EMAIL 
PROTECTED]/git/fusion/compizconfig/compizconfig-backend-gconf

commit 410e847d35ba53c8f8e646cf82e4c26a7e07940b
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 14 11:23:24 2007 +0200

Add VERSION to EXTRA_DIST.

commit c75ac33698cb46fe11938ed1a215b58353ec3415
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 14 11:18:40 2007 +0200

Add VERSION to EXTRA_DIST.

commit 2d9442d1d2a36ec270a3cf13bd6b0187a077d9f7
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Tue Aug 14 07:35:03 2007 +0200

gotovp -> vpswitch

commit 8492139098e012f7b5ff587e7145ebd115639c72
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:42:04 2007 +0200

Loop through all integrated options on Gconf value change notification to 
re-read all integrated options if multiple compiz options are integrated with a 
single metacity option.

commit c58a7d20b24fb07cfe7ecafd92eb3dd1fedb3353
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:28:56 2007 +0200

Integrate gotovp bindings.

commit 16a98e0c14653c68147f1fbd26c2f1c864027815
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:27:12 2007 +0200

Revert "Use gotovp to integrate Metacity's switch_to_workspace_x bindings."

This reverts commit b1a761184b4fde669534b844f4926a2e19855eeb.

commit b1a761184b4fde669534b844f4926a2e19855eeb
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:18:57 2007 +0200

Use gotovp to integrate Metacity's switch_to_workspace_x bindings.

commit ef05475b656049ef12182adce46b0dae476b951c
Autho

Bug#436536: xserver-xorg-video-ati: Xorg does not start on a PowerMacintosh 9600/300 with an ATI Mach64 PCI video card

2007-11-11 Thread [EMAIL PROTECTED]
Brice.Goglin wrote

>Ping?
>
>Did you try the new xserver-xorg-video-
ati from experimental
>(currently 1:6.7.195-2) ?

I'm really sorry, I 
did not try yet. At the moment I'm over a modem connection and this 
makes things next to impossible. Last time I did the upgrade I had to, 
erm, "borrow" a wireless network. I'll try my best and report to you if 
I get anywhere. Thanks for your work,
Damiano



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



Processing of xserver-xorg-video-intel_2.1.99-1_i386.changes

2007-11-11 Thread Archive Administrator
xserver-xorg-video-intel_2.1.99-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-intel_2.1.99-1.dsc
  xserver-xorg-video-intel_2.1.99.orig.tar.gz
  xserver-xorg-video-intel_2.1.99-1.diff.gz
  xserver-xorg-video-i810_2.1.99-1_all.deb
  xserver-xorg-video-intel_2.1.99-1_i386.deb
  xserver-xorg-video-intel-dbg_2.1.99-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 xserver-xorg-video-sis_0.9.3-6_i386.changes

2007-11-11 Thread Archive Administrator
xserver-xorg-video-sis_0.9.3-6_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-sis_0.9.3-6.dsc
  xserver-xorg-video-sis_0.9.3-6.diff.gz
  xserver-xorg-video-sis_0.9.3-6_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.0.2-1_i386.changes

2007-11-11 Thread Archive Administrator
mesa_7.0.2-1_i386.changes uploaded successfully to localhost
along with the files:
  mesa_7.0.2-1.dsc
  mesa_7.0.2.orig.tar.gz
  mesa_7.0.2-1.diff.gz
  libgl1-mesa-dev_7.0.2-1_all.deb
  mesa-common-dev_7.0.2-1_all.deb
  mesa-swx11-source_7.0.2-1_all.deb
  libgl1-mesa-swx11_7.0.2-1_i386.deb
  libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
  libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
  libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
  libgl1-mesa-glx_7.0.2-1_i386.deb
  libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
  libgl1-mesa-dri_7.0.2-1_i386.deb
  libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
  libosmesa6_7.0.2-1_i386.deb
  libosmesa6-dev_7.0.2-1_i386.deb
  libglu1-mesa_7.0.2-1_i386.deb
  libglu1-mesa-dev_7.0.2-1_i386.deb
  libglw1-mesa_7.0.2-1_i386.deb
  libglw1-mesa-dev_7.0.2-1_i386.deb
  mesa-utils_7.0.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 xserver-xorg-video-savage_2.1.3-4_i386.changes

2007-11-11 Thread Archive Administrator
xserver-xorg-video-savage_2.1.3-4_i386.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-savage_2.1.3-4.dsc
  xserver-xorg-video-savage_2.1.3-4.diff.gz
  xserver-xorg-video-savage_2.1.3-4_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#450894: problem installing xserver-xorg in unstable

2007-11-11 Thread mikes kikou
Package: xserver-xorg
Version: 1:7.3+3

today i tried installing debian unstable. while installing xserver-xorg i
got the following error:

dpkg : error processing xserver-xorg (1:7.3+3)
subprocess post-installation script returned error exit status 10
Errors were encounterd while processing.

xserver-xorg


mesa_7.0.2-1_i386.changes ACCEPTED

2007-11-11 Thread Debian Installer

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


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

Announcing to [EMAIL PROTECTED]
Closing bugs: 439668 440137 445313 446315 


Thank you for your contribution to Debian.


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



mesa override disparity

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

libgl1-mesa-dri_7.0.2-1_i386.deb: package says priority is optional, override 
says extra.

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

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

--
Debian distribution maintenance software

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


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



Bug#446315: marked as done (xserver-xorg-video-ati: crashes in R and Blender, and incomlete drawing of glut (opengl) wire objects)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:24:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446315: fixed in mesa 7.0.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: important


Blender crashes before even getting started (segmentation fault).

Crash occurs in R when using the rgl library (R's interface to opengl) -
if i zoom in the whole system freezes and doesn't recover. 

Drawing wire objects with opengl (e.g. glutWireSphere), objects are
complete when they fill the viewport, when object is smaller than
viewport, some of the lines are missing.

None of the above problems occur when rendering is software only.



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

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
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 xserver-xorg-video-ati depends on:
ii  libc6  2.6.1-1+b1GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.3.0.0.dfsg-12 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 7.0.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.0.2-1_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.0.2-1_all.deb
libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
libgl1-mesa-dri_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.0.2-1_i386.deb
libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
libgl1-mesa-glx_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.0.2-1_i386.deb
libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
libgl1-mesa-swx11_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.0.2-1_i386.deb
libglu1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.0.2-1_i386.deb
libglu1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa_7.0.2-1_i386.deb
libglw1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.0.2-1_i386.deb
libglw1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa_7.0.2-1_i386.deb
libosmesa6-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_7.0.2-1_i386.deb
libosmesa6_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6_7.0.2-1_i386.deb
mesa-common-dev_7.0.2-1_all.deb
  to pool/main/m/mesa/mesa-common-dev_7.0.2-1_all.deb
mesa-swx11-source_7.0.2-1_all.deb
  to pool/main/m/mesa/mesa-swx11-source_7.0.2-1_all.deb
mesa-utils_7.0.2-1_i386.deb
  to pool/main/m/mesa/mesa-utils_7.0.2-1_i386.deb
mesa_7.0.2-1.diff.gz
  to pool/main/m/mesa/mesa_7.0.2-1.diff.gz
mesa_7.0.2-1.dsc
  to pool/main/m/mesa/mesa_7.0.2-1.dsc
mesa_7.0.2.orig.tar.gz
  to pool/main/m/mesa/mesa_7.0.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.
Brice Goglin <[EMAIL PROTECTED]> (supplier of updated mesa package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 11 Nov 2007 11:53:26 +0100
Source: mesa
Binary: libglw1-mesa libgl1-mesa-glx libosmesa6-dev libgl1-mesa-dev libosmesa6 
mesa-utils libgl1-mesa-glx-dbg libglu1-mesa-dev libgl1-mesa-dri 
libgl1-mesa-swx11-dbg libgl1-mesa-dri-dbg libgl1-mesa-swx11 libglw1-mesa-dev 
libgl1-mesa-swx11-i686 libgl1-mesa-swx11-dev mesa-common-dev mesa-swx11-source 
libglu1-mesa
Architecture: source i386 all
Version: 7.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin <[EMAIL PROTECTED]>
Description: 
 libgl1-mesa-dev - A free implementation of the OpenGL API -- GL

Bug#439668: marked as done (blender crash)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:24:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439668: fixed in mesa 7.0.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libgl1-mesa-dri
Version: 7.0.1-1
Severity: important

With DRI radeon driver 7.0.1, blender crash :

guessing 'blender-bin' == '/usr/bin/blender-bin'
Compiled with Python version 2.4.4.
Checking for installed Python... got it!
/usr/bin/blender: line 46: 12850 Segmentation fault  blender-bin
"$@"

I installed libgl1-mesa-dri-dbg and libgl1-mesa-glx-dbg packages due to
debug with gdb :

#0  triangle_twoside (ctx=0x929c0a0, e0=1, e1=2, e2=0)
at ../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:202
#1  0xb74cdcf5 in _tnl_render_poly_verts (ctx=0x929c0a0, start=0,
count=32, 
flags=57) at tnl/t_vb_rendertmp.h:313
#2  0xb74ced52 in run_render (ctx=0x929c0a0, stage=0x92f07dc)
at tnl/t_vb_render.c:320
#3  0xb74c652b in _tnl_run_pipeline (ctx=0x929c0a0) at
tnl/t_pipeline.c:158
#4  0xb74c6a03 in _tnl_draw_prims (ctx=0x929c0a0, arrays=0x92dea00, 
prim=0x92dd55c, nr_prims=1, ib=0x0, min_index=0, max_index=31)
at tnl/t_draw.c:403
#5  0xb74bfc06 in vbo_exec_vtx_flush (exec=0x92dd438)
at vbo/vbo_exec_draw.c:215
#6  0xb74bba18 in vbo_exec_wrap_buffers (exec=0x92dd438)
at vbo/vbo_exec_api.c:80
#7  0xb74bbb3d in vbo_exec_fixup_vertex (ctx=,
attr=3, 
sz=3031035952) at vbo/vbo_exec_api.c:218
#8  0xb74be9e4 in vbo_Color4f (x=0, y=0, z=0, w=0.882353008)
at vbo/vbo_attrib_tmp.h:163
#9  0x081f9420 in BIF_ThemeColorShadeAlpha ()
#10 0x082d5fa4 in draw_object ()
#11 0x08199357 in drawview3dspace ()
#12 0x081bf90d in scrarea_do_windraw ()
#13 0x081c9339 in screenmain ()
---Type  to continue, or q  to quit---
#14 0x0818df16 in main ()

I open a bug report on freedesktop.org :
https://bugs.freedesktop.org/show_bug.cgi?id=12164


My Xorg.0.log :


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12)
Current Operating System: Linux yoda 2.6.22.5 #3 PREEMPT Fri Aug 24
21:07:12 CEST 2007 i686
Build Date: 09 August 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 26 15:24:33 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "Carte vidéo générique"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
does not exist.
Entry deleted from font path.
(WW) Including the default font
path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
 

Bug#445313: marked as done (blender crashes on startup in mga_dri.so)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:24:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445313: fixed in mesa 7.0.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libgl1-mesa-dri
Version: 7.0.1-2
Severity: important

Blender (2.45-1) crashes on startup in mga_dri.so:
guessing 'blender-bin' == '/usr/bin/blender-bin'
Compiled with Python version 2.4.4.
Checking for installed Python... got it!
/usr/bin/blender: line 46: 19547 Segmentation fault  blender-bin
"$@"

I'm running kernel 2.6.22.5.

Below is a backtrace from gdb, lspci -v output,
and my Xorg.0.log.

If any other information would be helpful,
please let me know.

Thanks,
James Dietrich


Here is the gdb backtrace:

[snipped a bunch of Reading and Loaded symbols lines]
Core was generated by `blender-bin'.
Program terminated with signal 11, Segmentation fault.
#0  _generic_read_RGBA_span_RGB565_MMX () at
x86/read_rgba_span_x86.S:590
590 x86/read_rgba_span_x86.S: No such file or directory.
in x86/read_rgba_span_x86.S
(gdb) bt
#0  _generic_read_RGBA_span_RGB565_MMX () at
x86/read_rgba_span_x86.S:590
#1  0xb69523ef in mgaReadRGBASpan_565_MMX (ctx=0x8ad03b8, rb=0x8d0be00,
n=5, 
x=32, y=251, values=0xb3d1d00c)
at ../../../../../src/mesa/drivers/dri/common/spantmp2.h:427
#2  0xb6a16f28 in _swrast_get_dest_rgba (ctx=0x8ad03b8, rb=0x8d0be00,
span=0x5)
at swrast/s_span.c:1943
#3  0xb6a9cfee in _swrast_blend_span (ctx=0x8ad03b8, rb=0x8d0be00, 
span=0xbfb803f8) at swrast/s_blend.c:997
#4  0xb6a198d5 in _swrast_write_rgba_span (ctx=0x8ad03b8,
span=0xbfb803f8)
at swrast/s_span.c:1627
#5  0xb6a961f2 in rgba_aa_tri (ctx=0x8ad03b8, v0=0xbfb8086c,
v1=0xbfb809cc, 
v2=0xbfb80b2c) at swrast/s_aatritemp.h:456
#6  0xb69335dc in mga_fallback_tri (mmesa=0x8acab10, v0=0xb3a8e020, 
v1=0xb3a8e040, v2=0xb3a8e060) at mgatris.c:291
#7  0xb692feb6 in triangle_fallback_flat (ctx=0x8ad03b8, e0=0, e1=1,
e2=2)
at ../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:340
#8  0xb69e1725 in _tnl_render_triangles_verts (ctx=0x8ad03b8, start=0, 
count=3, flags=52) at tnl/t_vb_rendertmp.h:163
#9  0xb69e2b82 in run_render (ctx=0x8ad03b8, stage=0x8b18044)
at tnl/t_vb_render.c:320
#10 0xb69da35b in _tnl_run_pipeline (ctx=0x8ad03b8) at
tnl/t_pipeline.c:158
#11 0xb69da833 in _tnl_draw_prims (ctx=0x8ad03b8, arrays=0x8b06270, 
prim=0x8b04dcc, nr_prims=2, ib=0x0, min_index=0, max_index=5)
---Type  to continue, or q  to quit---
at tnl/t_draw.c:403
#12 0xb69d3a36 in vbo_exec_vtx_flush (exec=0x8b04ca8)
at vbo/vbo_exec_draw.c:215
#13 0xb69cf6c8 in vbo_exec_FlushVertices (ctx=0x8ad03b8, flags=1)
at vbo/vbo_exec_api.c:685
#14 0xb6a6c79e in _mesa_set_enable (ctx=0x8ad03b8, cap=3042, state=0
'\0')
at main/enable.c:250
#15 0xb6a6caea in _mesa_Disable (cap=3042) at main/enable.c:961
#16 0x081553eb in ?? ()
#17 0x0be2 in ?? ()
#18 0x40c0 in ?? ()
#19 0x080b6202 in ?? ()
#20 0xb727d140 in ?? () from /lib/libc.so.6
#21 0x4130 in ?? ()
#22 0x4210 in ?? ()
#23 0x4200 in ?? ()
#24 0x4208 in ?? ()
#25 0x4110 in ?? ()
#26 0x002601e8 in ?? ()
#27 0x037f0c7f in ?? ()
#28 0x0888d6ec in ?? ()
#29 0x08d7bf00 in ?? ()
#30 0x08d7bf00 in ?? ()
---Type  to continue, or q  to quit---
#31 0xbfb81198 in ?? ()
#32 0x0815a335 in ui_draw_but ()
Backtrace stopped: frame did not save the PC
Current language:  auto; currently asm
(gdb) 


Here is the output from lspci -v:

00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133]
(rev 03)
Subsystem: ASUSTeK Computer Inc. A7V133/A7V133-C Mainboard
Flags: bus master, medium devsel, latency 8
Memory at e600 (32-bit, prefetchable) [size=32M]
Capabilities: [a0] AGP version 2.0
Capabilities: [c0] Power Management version 2

00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
(prog-if 00 [Normal decode])
Flags: bus master, 66MHz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: e280-e3df
Prefetchable memory behind bridge: e3f0-e5ff
Capabilities: [80] Power Management version 2

00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South]
(rev 40)
Subsystem: ASUSTeK Computer Inc. A7V133/A7V133-C Mainboard
Flags: bus master, stepping, medium devsel, latency 0
Capabilities: [c0] Power Management version 2

00:04.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A

Bug#440137: marked as done (cultivation: movement with the mouse is broken)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:24:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440137: fixed in mesa 7.0.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: cultivation
Version: 8.20070809.dfsg1-1
Severity: grave
Justification: game is unplayable

When I try to move my gardener, the place it moves to is different to
where I clicked. No matter where I click I can't prevent it from moving
off the land onto the sea and all the way to the edge of the sea. After
a couple of clicks, every click is vertical, towards the top or the
bottom of the playing area. Also, defining the plot doesn't seem to work
right. Clicking on the controls/buttons for the tutorial and for pause,
quit, pick up water, the seeds and so on works fine though. As a result,
cultivation is completely unplayable here. I have a laptop, with
touchpad and USB mouse, neither work. If this is likely to be a problem
specific to my setup, please downgrade.

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

Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cultivation depends on:
ii  freeglut3 2.4.0-5.1  OpenGL Utility Toolkit
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-4  GCC support library
ii  libgl1-mesa-glx [libgl1]  7.0.1-2A free implementation of the OpenG
ii  libglu1-mesa [libglu1]7.0.1-2The OpenGL utility library (GLU)
ii  libportaudio0 18.1-6 Portable audio I/O - shared librar
ii  libstdc++64.2.1-4The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 7.0.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.0.2-1_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.0.2-1_all.deb
libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
libgl1-mesa-dri_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.0.2-1_i386.deb
libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
libgl1-mesa-glx_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.0.2-1_i386.deb
libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
libgl1-mesa-swx11_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.0.2-1_i386.deb
libglu1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.0.2-1_i386.deb
libglu1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa_7.0.2-1_i386.deb
libglw1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.0.2-1_i386.deb
libglw1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa_7.0.2-1_i386.deb
libosmesa6-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_7.0.2-1_i386.deb
libosmesa6_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6_7.0.2-1_i386.deb
mesa-common-dev_7.0.2-1_all.deb
  to pool/main/m/mesa/mesa-common-dev_7.0.2-1_all.deb
mesa-swx11-source_7.0.2-1_all.deb
  to pool/main/m/mesa/mesa-swx11-source_7.0.2-1_all.deb
mesa-utils_7.0.2-1_i386.deb
  to pool/main/m/mesa/mesa-utils_7.0.2-1_i386.deb
mesa_7.0.2-1.diff.gz
  to pool/main/m/mesa/mesa_7.0.2-1.diff.gz
mesa_7.0.2-1.dsc
  to pool/main/m/mesa/mesa_7.0.2-1.dsc
mesa_7.0.2.orig.tar.gz
  to pool/main/m/mesa/mesa_7.0.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.
Brice Goglin <[EMAIL PROTECTED]> (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a pro

Bug#449490: marked as done (libglu1-mesa: Error in matrix inversion in gluUnProject - bad call to __gluInvertMatrixd(finalMatrix,finalMatrix))

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:24:09 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440137: fixed in mesa 7.0.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libglu1-mesa
Version: 7.0.1-2
Severity: important

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

In the call 

  if (!__gluInvertMatrixd(finalMatrix,finalMatrix)) return(GL_FALSE);

in gluUnProject, there's mistake.  Inspecting the implementation
of __gluInverMatrixd(const double* src, double* inv) the arrays src and 
inv cannot overlap.  There should be another intermediate 4x4 matrix
defined, like 

  GLint GLAPIENTRY
  gluUnProject(GLdouble winx, GLdouble winy, GLdouble winz,
   const GLdouble modelMatrix[16],
   const GLdouble projMatrix[16],
   const GLint viewport[4],
   GLdouble *objx,
   GLdouble *objy,
   GLdouble *objz)
  {
double   finalMatrix[16];
double   temp[16];  /* New  temporary store. */
double   in[4];
double   out[4];

__gluMultMatricesd(modelMatrix, projMatrix, temp);

if  (!__gluInvertMatrixd(temp,finalMatrix)) return(GL_FALSE);

 
The rest of the function is as before.   

If this is not done, then gluUnProject will return very small (and
incorrect) vectors in (*objx,*objy,*objz)

[Please also refer to discussion on
https://savannah.cern.ch/bugs/index.php?30943]

Yours,

Christian

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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libglu1-mesa depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libgl1-mesa-glx [libgl1]  7.0.1-2A free implementation of the OpenG
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3

libglu1-mesa recommends no packages.

-- no debconf information




--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 7.0.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.0.2-1_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.0.2-1_all.deb
libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
libgl1-mesa-dri_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.0.2-1_i386.deb
libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
libgl1-mesa-glx_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.0.2-1_i386.deb
libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
libgl1-mesa-swx11_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.0.2-1_i386.deb
libglu1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.0.2-1_i386.deb
libglu1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa_7.0.2-1_i386.deb
libglw1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.0.2-1_i386.deb
libglw1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa_7.0.2-1_i386.deb
libosmesa6-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_7.0.2-1_i386.deb
libosmesa6_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6_7.0.2-1_i386.deb
mesa-common-dev_7.0.2-1_all.deb
  to pool/main/m/mesa/mesa-common-dev_7.0.2-1_all.deb
mesa-swx11-source_7.0.2-1_all.deb
  to pool/main/m/mesa/mesa-swx11-source_7.0.2-1_all.deb
mesa-utils_7.0.2-1_i386.deb
  to pool/main/m/mesa/mesa-utils_7.0.2-1_i386.deb
mesa_7.0.2-1.diff.gz
  to pool/main/m/mesa/mesa_7.0.2-1.diff.gz
mesa_7.0.2-1.dsc
  to pool/main/m/mesa/mesa_7.0.2-1.dsc
mesa_7.0.2.orig.tar.gz
  to pool/main/m/mesa/mesa_7.0.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.
Brice Goglin <[EMAIL PROTECTED]> (

xserver-xorg-video-savage_2.1.3-4_i386.changes ACCEPTED

2007-11-11 Thread Debian Installer

Accepted:
xserver-xorg-video-savage_2.1.3-4.diff.gz
  to 
pool/main/x/xserver-xorg-video-savage/xserver-xorg-video-savage_2.1.3-4.diff.gz
xserver-xorg-video-savage_2.1.3-4.dsc
  to pool/main/x/xserver-xorg-video-savage/xserver-xorg-video-savage_2.1.3-4.dsc
xserver-xorg-video-savage_2.1.3-4_i386.deb
  to 
pool/main/x/xserver-xorg-video-savage/xserver-xorg-video-savage_2.1.3-4_i386.deb


Override entries for your package:
xserver-xorg-video-savage_2.1.3-4.dsc - source x11
xserver-xorg-video-savage_2.1.3-4_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 440839 


Thank you for your contribution to Debian.


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



Bug#440839: marked as done (xserver-xorg-video-savage: crashes when fullscreen dosemu starts)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:27:42 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440839: fixed in xserver-xorg-video-savage 1:2.1.3-4
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-savage
Version: 1:2.1.3-1
Severity: normal


When I start dosemu in fullscreen mode X crashes. It does not happen on
other graphics hardware or when I disable the fullscreen feature.


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-09-04 19:14 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736632 2007-08-09 17:39 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 11)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1866 2007-09-04 19:14 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

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

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "S3 Inc. 86C270-294 Savage/IX-MV"
Driver  "savage"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "S3 Inc. 86C270-294 Savage/IX-MV"
Monitor "Generic Monitor"
DefaultDepth16
SubSection "Display"
Modes   "1024x768"
EndSubSection
EndSection

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


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

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

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12)
Current Operating System: Linux debian-live 2.6.21-2-486 #1 Wed Jul 11 03:17:09 
UTC 2007 i686
Build Date: 09 August 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Sep  4 19:15:25 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layou

xserver-xorg-video-intel_2.1.99-1_i386.changes ACCEPTED

2007-11-11 Thread Debian Installer

Accepted:
xserver-xorg-video-i810_2.1.99-1_all.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-i810_2.1.99-1_all.deb
xserver-xorg-video-intel-dbg_2.1.99-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.1.99-1_i386.deb
xserver-xorg-video-intel_2.1.99-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.99-1.diff.gz
xserver-xorg-video-intel_2.1.99-1.dsc
  to pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.99-1.dsc
xserver-xorg-video-intel_2.1.99-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.99-1_i386.deb
xserver-xorg-video-intel_2.1.99.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.1.99.orig.tar.gz


Override entries for your package:
xserver-xorg-video-i810_2.1.99-1_all.deb - optional oldlibs
xserver-xorg-video-intel-dbg_2.1.99-1_i386.deb - extra x11
xserver-xorg-video-intel_2.1.99-1.dsc - source x11
xserver-xorg-video-intel_2.1.99-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 420350 423416 424952 431373 436336 438650 


Thank you for your contribution to Debian.


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



Bug#420350: marked as done (xserver-xorg-video-intel: Black screen (powered off) with new driver)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:27:41 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420350: fixed in xserver-xorg-video-intel 2:2.1.99-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.0.0-1
Severity: important

After upgrading intel was instaled in place of i810, restarting gdm
cause black screen. I use LDC, its powered off. Switching back to console
is possible.


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-03-20 20:45 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1703500 2007-04-20 08:21 /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 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 03)

/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 3402 2007-03-29 12:41 /etc/X11/xorg.conf

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

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/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 "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver  "synaptics"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "auto-dev"
Option  "HorizScrollDelta"  "0"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "i810"
BusID   "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true" 
Option "AllowGLXWithComposite" "true"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
   

Bug#438650: marked as done (xserver-xorg-video-intel: fails to start (No valid modes))

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:27:41 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#438650: fixed in xserver-xorg-video-intel 2:2.1.99-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.1.1-1
Severity: grave
Justification: renders package unusable


X was working fine on my laptop worked fine with old i810 driver.
After upgrade to new intel driver, X.Org fails to start with 
the following error:

(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04.
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): tfp410 not detected got VID : from DVOI2C_E Slave
112.
chosen: dotclock 31500 vco 1008000 ((m 126, m1 20, m2 14), n 4, (p 32,
p1 8, p2 4))
(EE) intel(0): No valid modes.
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

I've tried some things linke "Option PreferredMode" and gtf-generated
modelines. Nothing changes. VESA driver works fine (except slow).
Option ModeDebug turned on for more verbose logging.

See below config & log files.

I can recompile driver with patches I would sent and supply any
additional info.

With best regards,
   Alexander.

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-02-22 21:16 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736632 2007-08-09 21:39 /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 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 03)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4039 2007-08-18 20:17 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"  "true"

EndSection

Section "Files"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

FontPath"/usr/share/fonts/TrueType"
FontPath"/usr/share/fonts/Type1"
FontPath"/usr/share/fonts/rfx/koi8-r:unscaled"
FontPath"/usr/share/fonts/X11/misc:unscaled"
EndSection

Section "Module"
#Load  "ddc"  # ddc probing of monitor
Load  "dbe"
#Load  "dri"
Load  "extmod"
# Load  "glx"
Load  "bitmap" # bitmap-fonts
Load  "freetype"
Load  "record"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
Option  "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,ctrl:swapcaps"
#Option "XkbOptions" "grp:ctrl_shift_toggle"

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"  "IMPS/2"
Option  "ZAxisMapping"  "4 5"
Option  "Buttons"   "5"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
Identifier  "Monitor0"
Option  "DPMS"  "true"

HorizSync25.0 - 100.0 # Warning: This may fry old Monitors
V

Bug#445104: marked as done (xscreensaver: aborts X session if I let the log-back-in screen time out while switched to a virtual console)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:27:41 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431373: fixed in xserver-xorg-video-intel 2:2.1.99-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xscreensaver
Version: 5.03-2
Severity: critical
Justification: causes serious data loss


Ever since switching to a Dell flat-screen (2007FPb - I was previously
using a CRT) I've experienced a problem where:
 * I lock my X session,
 * I switch to a virtual console (Ctrl-Alt-F1, etc.), which (because I
   touched the keyboard) provokes the password dialog to come up,
 * I don't switch back to the X display before the password dialog
   times out,
 * when I *do* switch back to the X display, my X session dies.

Note that the X session is still up and running *before* I Ctrl+Alt+F7
back to try to resume it (as revealed by ps in my virtual console, and
by the time-stamp on my .xsession-error).
My .xsession-errors ends in: 

X connection to :0.0 broken (explicit kill or server shutdown).
Gdk-ERROR **: Fatal IO error 104 (Connection reset by peer) on X server :0.0.
X connection to :0.0 broken (explicit kill or server shutdown).
Xlib: connection to ":0.0" refused by server
Xlib: Invalid XDM-AUTHORIZATION-1 key (failed key comparison)
Error: Can't open display
Exiting from getDisplay.cpp at line 47



If I hold Ctrl+Alt until the blue time-out bar has all gone away, in
the password dialog, and hit F5 while the "authentication failed"
dialog is displayed, the X session dies.  Holding Ctrl+Alt a bit
longer, until even this dialog has gone, *then* hitting F5 changes
console for me, without hurting the X session.

Leaving the X session unlocked, switching to a virtual console and
remaining there until the screen-saver locks the screen due to its
usual time-outs doesn't provoke the problem.  If I lock my X session
by selecting the relevant root-window menu item and quickly (before
the lock has come into force, so that the password dialog doesn't get
activated) Ctrl+Alt+F5 away, the X session survives.

Usually, xdm manages to start a new X session after mine has died, but
not always.  When it doesn't, Ctrl+Alt+F7 shows me

INIT: version 2.86 reloading

Naturally, applications that I've left active in my X session get
hosed by the X session's death, taking with them any unsaved data;
hence the "data loss" category for this bug.

It's not clear to me which of several pieces of software is the culprit.
I'm using fvwm as my window manager and xscreensaver as screen saver.
The root window within fvwm is displaying xplanet.
The virtual consoles run getty; the X session is managed by xdm.
However, xscreensaver's password prompt seems pivotal.

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

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

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.6.1-1+b1GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.0-2  The GLib library of C routines
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpam0g   0.99.7.1-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.18.2-1  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-2 GNOME XML library
ii  libxmu6  

xserver-xorg-video-sis_0.9.3-6_i386.changes ACCEPTED

2007-11-11 Thread Debian Installer

Accepted:
xserver-xorg-video-sis_0.9.3-6.diff.gz
  to pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.9.3-6.diff.gz
xserver-xorg-video-sis_0.9.3-6.dsc
  to pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.9.3-6.dsc
xserver-xorg-video-sis_0.9.3-6_i386.deb
  to pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.9.3-6_i386.deb


Override entries for your package:
xserver-xorg-video-sis_0.9.3-6.dsc - source x11
xserver-xorg-video-sis_0.9.3-6_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 449280 


Thank you for your contribution to Debian.


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



Bug#449280: marked as done (xserver-xorg-video-sis: DRI fails because of server version misdetection)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 05:27:44 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#449280: fixed in xserver-xorg-video-sis 1:0.9.3-6
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xserver-xorg-video-sis
Version: 1:0.9.3-5
Severity: normal

https://edge.launchpad.net/bugs/118325

The DDX interface is incompatible with Xorg, so it complains when 
running glxinfo, and DRI is disabled:

"SiS DRI driver expected DDX version 0-0.8.x but got version 0.7.1"

This is fixed by commit 391dad44fa305be4cded31cf2f9a4fba7420af99 from 
upstream: "Fix xserver version detection."


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-sis
Source-Version: 1:0.9.3-6

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

xserver-xorg-video-sis_0.9.3-6.diff.gz
  to pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.9.3-6.diff.gz
xserver-xorg-video-sis_0.9.3-6.dsc
  to pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.9.3-6.dsc
xserver-xorg-video-sis_0.9.3-6_i386.deb
  to pool/main/x/xserver-xorg-video-sis/xserver-xorg-video-sis_0.9.3-6_i386.deb



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

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

Debian distribution maintenance software
pp.
Brice Goglin <[EMAIL PROTECTED]> (supplier of updated xserver-xorg-video-sis 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 11 Nov 2007 12:07:21 +0100
Source: xserver-xorg-video-sis
Binary: xserver-xorg-video-sis
Architecture: source i386
Version: 1:0.9.3-6
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Brice Goglin <[EMAIL PROTECTED]>
Description: 
 xserver-xorg-video-sis - X.Org X server -- SiS display driver
Closes: 449280
Changes: 
 xserver-xorg-video-sis (1:0.9.3-6) unstable; urgency=low
 .
   * Pull upstream commits up to 748df8070893675ad3839fff295bec913be876f2
 + Fix xserver version detection, closes: #449280.
   * Add upstream URL to debian/copyright.
   * Add myself to Uploaders, and remove Branden with his permission.
Files: 
 c3cfa15bd5a6f3b902b88771beb3527e 1215 x11 optional 
xserver-xorg-video-sis_0.9.3-6.dsc
 0bc89e20cc7f6d723de51985121a5752 94867 x11 optional 
xserver-xorg-video-sis_0.9.3-6.diff.gz
 790a1ad58dec69f9afe4d290f8d47d03 292722 x11 optional 
xserver-xorg-video-sis_0.9.3-6_i386.deb

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

iD8DBQFHNuOwRh88F8PcWfoRAoH4AKCwJmaANS9a8/qhOU1RsNLT/BQh1gCcD4CA
p5+yOjD9DLRpck8kqmZ2mD0=
=Wdi6
-END PGP SIGNATURE-


--- End Message ---


Bug#441071: marked as done (Package libGLU1-mesa breaks compi-fusion's expo plugin)

2007-11-11 Thread Debian Bug Tracking System
Your message dated Mon, 12 Nov 2007 08:27:27 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 7.0.2-1
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libglu1-mesa
  Version: 7.0.1-2

  Windows drag&drop inside compiz-fusion's expo plugin doesn't work
anymore since I updated libglu1-mesa from 6.5.2 to 7.0.1 .

Now moving windows inside expo plugin's viewports doesn't work.

libGLU doesn't give expected results as debugged by a compiz-fusion developer.

Attached you can find a simple program (test1.c) provided by the
compiz-fusion developer used to detect the problem.


  I am using Debian GNU/Linux 2.6, kernel 2.6.22+9
  and libc6 2.6.1-2
#include 
#include 
#include 
#include 
#include 

void display(void)
{
   glClear(GL_COLOR_BUFFER_BIT);
   glFlush();
}

void reshape(int w, int h)
{
   glViewport (0, 0, (GLsizei) w, (GLsizei) h);
   glMatrixMode(GL_PROJECTION);
   glLoadIdentity();
   gluPerspective (45.0, (GLfloat) w/(GLfloat) h, 1.0, 100.0);
   glMatrixMode(GL_MODELVIEW);
   glLoadIdentity();
}

void mouse(int button, int state, int x, int y) 
{
   GLint viewport[4];
   GLdouble mvmatrix[16], projmatrix[16];
   GLint realy;  /*  OpenGL y coordinate position  */
   GLdouble wx, wy, wz;  /*  returned world x, y, z coords  */
   GLdouble rx, ry, rz;

   switch (button) {
  case GLUT_LEFT_BUTTON:
 if (state == GLUT_DOWN) {
glGetIntegerv (GL_VIEWPORT, viewport);
glGetDoublev (GL_MODELVIEW_MATRIX, mvmatrix);
glGetDoublev (GL_PROJECTION_MATRIX, projmatrix);
/*  note viewport[3] is height of window in pixels  */
realy = viewport[3] - (GLint) y - 1;
printf ("Coordinates at cursor are (%4d, %4d)\n", 
   x, realy);
gluUnProject ((GLdouble) x, (GLdouble) realy, 0.0,
   mvmatrix, projmatrix, viewport, &wx, &wy, &wz);
printf ("World coords at z=0.0 are (%f, %f, %f)\n",
   wx, wy, wz);
	gluProject (wx, wy, wz, mvmatrix, projmatrix, viewport,
			&rx, &ry, &rz);
	printf ("Real coordinates (projected) are (%f %f %f)\n",
		rx, ry, rz);
gluUnProject ((GLdouble) x, (GLdouble) realy, 1.0,
   mvmatrix, projmatrix, viewport, &wx, &wy, &wz);
printf ("World coords at z=1.0 are (%f, %f, %f)\n", 
   wx, wy, wz);
 }
 break;
  case GLUT_RIGHT_BUTTON:
 if (state == GLUT_DOWN)
exit(0);
 break;
  default:
 break;
   }
}

int main(int argc, char** argv)
{
   glutInit(&argc, argv);
   glutInitDisplayMode (GLUT_SINGLE | GLUT_RGB);
   glutInitWindowSize (500, 500); 
   glutInitWindowPosition (100, 100);
   glutCreateWindow (argv[0]);
   glutDisplayFunc(display); 
   glutReshapeFunc(reshape); 
   glutMouseFunc(mouse);
   glutMainLoop();
   return 0;
}
--- End Message ---
--- Begin Message ---
Version: 7.0.2-1

This bug should be fixed in 7.0.2-1 (I made a typo in the changelog, so
it didn't get closed automatically).

Brice



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.0.2-1_all.deb
  to pool/main/m/mesa/libgl1-mesa-dev_7.0.2-1_all.deb
libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri-dbg_7.0.2-1_i386.deb
libgl1-mesa-dri_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-dri_7.0.2-1_i386.deb
libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx-dbg_7.0.2-1_i386.deb
libgl1-mesa-glx_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-glx_7.0.2-1_i386.deb
libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dbg_7.0.2-1_i386.deb
libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-dev_7.0.2-1_i386.deb
libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11-i686_7.0.2-1_i386.deb
libgl1-mesa-swx11_7.0.2-1_i386.deb
  to pool/main/m/mesa/libgl1-mesa-swx11_7.0.2-1_i386.deb
libglu1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa-dev_7.0.2-1_i386.deb
libglu1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglu1-mesa_7.0.2-1_i386.deb
libglw1-mesa-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa-dev_7.0.2-1_i386.deb
libglw1-mesa_7.0.2-1_i386.deb
  to pool/main/m/mesa/libglw1-mesa_7.0.2-1_i386.deb
libosmesa6-dev_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6-dev_7.0.2-1_i386.deb
libosmesa6_7.0.2-1_i386.deb
  to pool/main/m/mesa/libosmesa6_7.0.2-1_i386.de

compizconfig-backend-kconfig: Changes to 'upstream-unstable'

2007-11-11 Thread Sean Finney
New branch 'upstream-unstable' available with the following commits:


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



compizconfig-backend-kconfig: Changes to 'refs/tags/compizconfig-backend-kconfig-0.6.0-1'

2007-11-11 Thread Sean Finney
Tag 'compizconfig-backend-kconfig-0.6.0-1' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-12 07:52 +

Tagging upload of compizconfig-backend-kconfig 0.6.0-1 to unstable.

Changes since compizconfig-backend-kconfig-0.6.0:
Sean Finney (2):
  run autogen.sh
  initial debianization

---
 Makefile.am  |   12 
 Makefile.in  |  976 +
 acinclude.m4 |11919 ++
 aclocal.m4   |  863 +
 config.h.in  |  294 
 configure|35764 +++
 configure.files  |2 
 configure.in |  136 
 debian/changelog |5 
 debian/compat|1 
 debian/control   |   20 
 debian/copyright |   19 
 debian/install   |1 
 debian/rules |   73 
 settings-backend/Makefile.in |  733 
 subdirs  |1 
 16 files changed, 50819 insertions(+)
---


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



compizconfig-backend-kconfig: Changes to 'debian-unstable'

2007-11-11 Thread Sean Finney
New branch 'debian-unstable' available with the following commits:
commit 7f4ba0b649aa671c579dcba07e2be4978c18612d
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Mon Nov 12 08:49:39 2007 +0100

initial debianization

commit 3cb2afd6fca794605fba6570bc467da4b96bcf75
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 11 19:29:14 2007 +0100

run autogen.sh

commit 8ee79f282c5432db63f1a45bba8b5e8721cf1d7d
Author: Jigish Gohil <[EMAIL PROTECTED](none)>
Date:   Wed Oct 3 13:24:33 2007 +0530

bump version to 0.6.0

commit bfce3360f7cf1c4f7446c43b265f3b2aad04fb50
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Thu Sep 20 00:06:19 2007 +0200

Fixed profile handling.

commit 0283fa6d5680e0e5c0a8975d2739bb6a4f17f0b8
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 23:34:25 2007 +0200

Integrated viewport wrap around.

commit 080f21a6f5fe12b6d8e3bb5177d4e377d21d38ea
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 23:28:25 2007 +0200

Added integration of placement modes.

commit d90d0adf4ff2918aa527050c91806b64610aa33a
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 23:16:40 2007 +0200

Integrate edge flip options.

commit d260bce555a28cc7a8fd85bb9a54d99755eedd52
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 22:47:03 2007 +0200

Improved switcher integration.

commit c48107d80129067d69de5001f7150918d4620ce9
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 22:01:47 2007 +0200

Integrate snap.

commit 232e151e7ee5e5d16e5dedd39b4653836b0a29d5
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 21:04:16 2007 +0200

Integrate always_show (resizeinfo) with GeometryTip.

commit 98a2d42b5954013b6221d3e5c3fce59bf2ef4dc2
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 20:59:13 2007 +0200

Added file watches for the kwin and kdeglobals configuration files.

commit 4e626c232aa886ac9662aab7ccd0d85393532fb6
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 20:48:55 2007 +0200

Fixed instance name.

commit 3bcdd05be39d2f947972e824f9af6035882d7ef2
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 20:48:04 2007 +0200

gotovp -> vpswitch

commit 3b865d3ac65bcb9e090ecfdafe385e63c7188393
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 20:46:16 2007 +0200

Added resize mode integration and fixed the integration system.

commit 1e9e92eda89919807ea63d68a1fe13af65b59ce6
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Aug 13 18:23:36 2007 +0200

Integrate gotovp actions.

commit 1aa4b7cc2350d24e595bedefe5ecfedc7830ba0a
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Sun Aug 12 22:33:10 2007 +0200

"plugin_enabled" is no longer there.

commit bf39c506d571396b5b68670f1112fa19fdba994b
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Sun Aug 12 21:54:02 2007 +0200

Version update.

commit da2fb00790e6299c660cbed336c86c6034b1c264
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Mon Aug 6 20:10:29 2007 +0200

Include needed header file.

commit c2e1ca869f9416ab196212d6181bac79ae3df337
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Thu Jul 5 18:08:14 2007 +0200

Compiz indent style.

commit fe02720394891c4ae780160d5ad2e1e7be5c24e7
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Tue Jul 3 14:52:05 2007 +0200

Added LGPL license because parts of the kde build system are LGPL.

commit bbfb290d4051cbb4c55af969f1a8d15a664ad924
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Jul 2 16:55:46 2007 +0200

Added COPYING file.

commit 621d714c05d01ad63f60df90a8e85c096d0f5254
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Thu Jun 28 17:27:26 2007 +0200

Added wall integration.

commit 42bd0dbeecc7ee2d8fbfb79efb5496294d32a9b4
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Thu Jun 28 17:11:40 2007 +0200

Allow emply edge lists.

commit ab1a1dfb86be40795223914d3b604491177114d5
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Wed Jun 20 18:47:18 2007 +0200

Package rename

commit 1568fbe3f55b3b3cb87f7a511ddad5bc0dc23927
Author: Danny Baumann <[EMAIL PROTECTED]>
Date:   Fri Jun 15 10:03:07 2007 +0200

Adapt to API change.

commit c559173da934edf6e27519aedc34d61c9a9cef28
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Wed Jun 13 18:35:17 2007 +0200

Removed debus messages.

commit 9ab0566c6163c5c4765a2f8b19fc48fd616a830c
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Wed Jun 13 00:44:42 2007 +0200

Don't link to libkio.

commit 4e9ae946eabc652f754ef597c723279f03898526
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Tue Jun 12 17:03:15 2007 +0200

Fixed email

commit e748c1813b697e747d05af0fd5278555c4e355aa
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Mon Jun 11 15:50:47 2007 +0200

libccs -> libcompizconfig rename

commit cb60e48cd5e87e54a716faf97f208777c4576092
Author: Dennis Kasprzyk <[EMAIL PROTECTED]>
Date:   Tue May 15 15:49:10 2007

compizconfig-backend-kconfig: Changes to 'refs/tags/compizconfig-backend-kconfig-0.6.0'

2007-11-11 Thread Sean Finney
Tag 'compizconfig-backend-kconfig-0.6.0' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-12 07:53 +

tagging upstream version

Changes since the dawn of time:
Danny Baumann (4):
  Added FIXMEs for API changes.
  Fixed edge action storing.
  Adapt to API change.
  Include needed header file.

Dennis Kasprzyk (33):
  check for profile length
  use new action conversion routines
  fixed some memory handling bugs
  changed to libbs file watch interface
  don't delete plugin_enabled entry
  always save ___plugin_enabled
  resize_mode is currently not supported as integrated setting
  Applied new library name
  fixed integration for core settings
  libccs -> libcompizconfig rename
  Fixed email
  Don't link to libkio.
  Removed debus messages.
  Package rename
  Allow emply edge lists.
  Added wall integration.
  Added COPYING file.
  Added LGPL license because parts of the kde build system are LGPL.
  Compiz indent style.
  Version update.
  "plugin_enabled" is no longer there.
  Integrate gotovp actions.
  Added resize mode integration and fixed the integration system.
  gotovp -> vpswitch
  Fixed instance name.
  Added file watches for the kwin and kdeglobals configuration files.
  Integrate always_show (resizeinfo) with GeometryTip.
  Integrate snap.
  Improved switcher integration.
  Integrate edge flip options.
  Added integration of placement modes.
  Integrated viewport wrap around.
  Fixed profile handling.

Jigish Gohil (1):
  bump version to 0.6.0

onestone (2):
  libbs-kconfig: ported kconfig backend
  libbs-kconfig: also save match type


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



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

2007-11-11 Thread Brice Goglin
 configure.ac|4 
 man/radeon.man  |   19 +++-
 src/atiprint.c  |1 
 src/atiprobe.c  |1 
 src/radeon.h|6 -
 src/radeon_bios.c   |   17 
 src/radeon_crtc.c   |   48 +++
 src/radeon_cursor.c |   51 +---
 src/radeon_driver.c |   54 
 src/radeon_modes.c  |   59 -
 src/radeon_output.c |  221 +++-
 11 files changed, 301 insertions(+), 180 deletions(-)

New commits:
commit b865886d00907899297ae864358eb26d9980975d
Author: Alex Deucher <[EMAIL PROTECTED]>
Date:   Sun Nov 11 20:38:41 2007 -0500

bump for RC release

diff --git a/configure.ac b/configure.ac
index 5216eff..450d951 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ati],
-6.7.195,
+6.7.196,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-ati)
 

commit 37af2f6b52c8f217b205486742a6b46a864da8ed
Author: Michel Dänzer <[EMAIL PROTECTED]>
Date:   Mon Nov 5 10:58:25 2007 +0100

radeon: Use indirect register access for (un)hiding the cursor.

This avoids hangs that occur when touching these registers while the card is
busy with some cards.

diff --git a/src/radeon_cursor.c b/src/radeon_cursor.c
index f19f2bc..b8cfffd 100644
--- a/src/radeon_cursor.c
+++ b/src/radeon_cursor.c
@@ -98,12 +98,19 @@ radeon_crtc_show_cursor (xf86CrtcPtr crtc)
 RADEONInfoPtr  info   = RADEONPTR(pScrn);
 unsigned char *RADEONMMIO = info->MMIO;
 
-if (crtc_id == 0) 
-   OUTREGP(RADEON_CRTC_GEN_CNTL, RADEON_CRTC_CUR_EN | 2 << 20, 
-   ~(RADEON_CRTC_CUR_EN | RADEON_CRTC_CUR_MODE_MASK));
-else if (crtc_id == 1)
-   OUTREGP(RADEON_CRTC2_GEN_CNTL, RADEON_CRTC2_CUR_EN | 2 << 20,
-   ~(RADEON_CRTC2_CUR_EN | RADEON_CRTC2_CUR_MODE_MASK));
+switch (crtc_id) {
+case 0:
+   OUTREG(RADEON_MM_INDEX, RADEON_CRTC_GEN_CNTL);
+   break;
+case 1:
+   OUTREG(RADEON_MM_INDEX, RADEON_CRTC2_GEN_CNTL);
+   break;
+default:
+   return;
+}
+
+OUTREGP(RADEON_MM_DATA, RADEON_CRTC_CUR_EN | 2 << 20, 
+   ~(RADEON_CRTC_CUR_EN | RADEON_CRTC_CUR_MODE_MASK));
 }
 
 void
@@ -115,12 +122,18 @@ radeon_crtc_hide_cursor (xf86CrtcPtr crtc)
 RADEONInfoPtr  info   = RADEONPTR(pScrn);
 unsigned char *RADEONMMIO = info->MMIO;
 
-if (crtc_id == 0)
-   OUTREGP(RADEON_CRTC_GEN_CNTL, 0, ~RADEON_CRTC_CUR_EN);
-else if (crtc_id == 1)
-   OUTREGP(RADEON_CRTC2_GEN_CNTL, 0, ~RADEON_CRTC2_CUR_EN);
-
+switch (crtc_id) {
+case 0:
+   OUTREG(RADEON_MM_INDEX, RADEON_CRTC_GEN_CNTL);
+   break;
+case 1:
+   OUTREG(RADEON_MM_INDEX, RADEON_CRTC2_GEN_CNTL);
+   break;
+default:
+   return;
+}
 
+OUTREGP(RADEON_MM_DATA, 0, ~RADEON_CRTC_CUR_EN);
 }
 
 void

commit 5659e2f1b08e44d0c4f21a403e91b4801ef78f62
Author: Michel Dänzer <[EMAIL PROTECTED]>
Date:   Mon Nov 5 10:32:04 2007 +0100

radeon: Fix build warning on powerpc.

diff --git a/src/radeon_output.c b/src/radeon_output.c
index e9a709f..599a89c 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -668,8 +668,6 @@ void RADEONConnectorFindMonitor(ScrnInfoPtr pScrn, 
xf86OutputPtr output)
 
 static RADEONMonitorType RADEONPortCheckNonDDC(ScrnInfoPtr pScrn, 
xf86OutputPtr output)
 {
-RADEONInfoPtr info   = RADEONPTR(pScrn);
-unsigned char *RADEONMMIO = info->MMIO;
 RADEONOutputPrivatePtr radeon_output = output->driver_private;
 RADEONMonitorType MonType = MT_NONE;
 
@@ -677,7 +675,11 @@ static RADEONMonitorType RADEONPortCheckNonDDC(ScrnInfoPtr 
pScrn, xf86OutputPtr
 #if defined(__powerpc__)
/* not sure on ppc, OF? */
 #else
+   RADEONInfoPtr info   = RADEONPTR(pScrn);
+
if (!info->IsAtomBios) {
+   unsigned char *RADEONMMIO = info->MMIO;
+
/* see if the lid is closed -- only works at boot */
if (INREG(RADEON_BIOS_6_SCRATCH) & 0x10)
MonType = MT_NONE;

commit d41d73f5f9d8baee7137e94da2c7852ea0412180
Author: Michel Dänzer <[EMAIL PROTECTED]>
Date:   Mon Nov 5 10:30:23 2007 +0100

Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor."

This reverts commit 0241cac643fa1c08a45ea44f5c670b290e760ad8.

Taking the DRI lock in paths called from the SIGIO handler isn't safe. For
example, the SIGIO handler may be called while the lock is held by an AIGLX
context, resulting in deadlock. See e.g.
https://bugs.freedesktop.org/show_bug.cgi?id=13005 .

diff --git a/src/radeon_cursor.c b/src/radeon_cursor.c
index 3e60d23..f19f2bc 100644
--- a/src/radeon_cursor.c
+++ b/src/radeon_cursor.c
@@ -98,22 +98,12 @@ radeon_crtc_show_cursor (xf86CrtcPtr crtc)
 RADEONInfoPtr  info   = RADEONPTR(pScrn);
 unsigned char *RADEONMMIO = info->MMIO;
 
-#ifdef XF86DRI
-if (info->CPStarted && pScrn->pScreen) DRILock(pScr

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

2007-11-11 Thread Brice Goglin
 ChangeLog   |  248 
 configure   |   22 ++--
 configure.ac|4 
 debian/changelog|6 +
 man/radeon.man  |   19 ++-
 src/atiprint.c  |1 
 src/atiprobe.c  |1 
 src/radeon.h|6 -
 src/radeon_bios.c   |   17 +++
 src/radeon_crtc.c   |   48 ++
 src/radeon_cursor.c |   51 --
 src/radeon_driver.c |   54 +++
 src/radeon_modes.c  |   59 +++-
 src/radeon_output.c |  221 +++---
 14 files changed, 566 insertions(+), 191 deletions(-)

New commits:
commit 7c0a40aa6a07bbf997d84c3dc3d5c5c01880a6f3
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Mon Nov 12 08:40:36 2007 +0100

New upstream release candidate

diff --git a/ChangeLog b/ChangeLog
index d30f388..84de39e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,251 @@
+commit b865886d00907899297ae864358eb26d9980975d
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Sun Nov 11 20:38:41 2007 -0500
+
+bump for RC release
+
+commit 37af2f6b52c8f217b205486742a6b46a864da8ed
+Author: Michel Dänzer <[EMAIL PROTECTED]>
+Date:   Mon Nov 5 10:58:25 2007 +0100
+
+radeon: Use indirect register access for (un)hiding the cursor.
+
+This avoids hangs that occur when touching these registers while the card 
is
+busy with some cards.
+
+commit 5659e2f1b08e44d0c4f21a403e91b4801ef78f62
+Author: Michel Dänzer <[EMAIL PROTECTED]>
+Date:   Mon Nov 5 10:32:04 2007 +0100
+
+radeon: Fix build warning on powerpc.
+
+commit d41d73f5f9d8baee7137e94da2c7852ea0412180
+Author: Michel Dänzer <[EMAIL PROTECTED]>
+Date:   Mon Nov 5 10:30:23 2007 +0100
+
+Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor."
+
+This reverts commit 0241cac643fa1c08a45ea44f5c670b290e760ad8.
+
+Taking the DRI lock in paths called from the SIGIO handler isn't safe. For
+example, the SIGIO handler may be called while the lock is held by an AIGLX
+context, resulting in deadlock. See e.g.
+https://bugs.freedesktop.org/show_bug.cgi?id=13005 .
+
+commit aaafc6a8f33d4736c37c43d3fd5e43085a2590fb
+Author: Brice Goglin <[EMAIL PROTECTED]>
+Date:   Sun Oct 28 21:10:32 2007 +0100
+
+Fix typo in 'disposing cursor'
+
+Bug #12984.
+
+commit a5c55c418319c1315ad73c305ef48b44fe1d9580
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Sat Oct 27 19:46:11 2007 -0400
+
+RADEON: disable FP DETECT for DVI.
+
+These bits don't seem to be reliable or routed right
+in all cases.
+
+commit 49cf7cb3db36ce7734f7e314a040a240191d6477
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Thu Oct 25 21:23:09 2007 -0400
+
+RADEON: Fix IgnoreEDID option
+
+commit 70bbc0cfe699588f8ae4123efca0e1baffc91000
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Thu Oct 25 20:56:11 2007 -0400
+
+RADEON: clean up mode handling and improve reliability of DDC
+
+- Reduce the number of times we do DDC and don't
+skip the magical GPIO dance when doing DDC.
+- If no DDC modes are found, add the screen modes
+
+commit 1a4f590c2ac071f0c348f38e9f26fa6093722453
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Thu Oct 25 19:25:36 2007 -0400
+
+RADEON: document DefaultTMDSPLL option
+
+commit 2d26e0d0bcf25e210dc7771e76638dcfafcc2356
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Thu Oct 25 19:18:18 2007 -0400
+
+RADEON: Add driver option to force TV DAC load detection on
+
+commit a9306b7986467c0794c91625ad2ece597b718462
+Author: Alex Deucher <[EMAIL PROTECTED](none)>
+Date:   Thu Oct 18 20:06:58 2007 -0400
+
+RADEON: fix possible crash in radeon_crtc_mode_set()
+
+when radeon_crtc_mode_set() is called during ScreenInit(),
+we don't have pScrn->pScreen yet.
+
+commit 115b4b65ef679a46d90b7fc8ac22ace37038b3fc
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Wed Oct 17 20:25:47 2007 -0400
+
+RADEON: Remove LVDSBiosNativeMode Option
+
+Shouldn't be needed any longer as I've finally sorted out
+the LVDS issues due to the crtc setup.
+
+commit f2eb5c1cc69a4f7b0754ec6b2efde4fa1650ab6d
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Tue Oct 16 18:54:28 2007 -0400
+
+RADEON: finish fixing LVDS/RMX
+
+For panels, both the mode and crtc values need to be updated based
+on the native mode timing.  This shoudl fix any remaining problems
+with RMX.
+
+commit 93561688087493fccb7ac387d728feec61212180
+Author: Michel Dänzer <[EMAIL PROTECTED]>
+Date:   Tue Oct 16 10:57:06 2007 +0200
+
+radeon: Handle 64 bit PCI resource bases better.
+
+commit 08945fc8a14ba57e32350e85daa3354619e9e72e
+Author: Alex Deucher <[EMAIL PROTECTED](none)>
+Date:   Mon Oct 15 21:12:46 2007 -0400
+
+RADEON: allow the user to set any tv standard
+
+allow the user to set any tv standard rather than
+limiting it to what the bios says is supported.
+
+commit 571548b2b95ce289f26a77c11deb6266f0b18516
+Author: Alex Deucher <[EMAIL PROT

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

2007-11-11 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.7.196-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2007-11-12 07:58 +

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

Changes since xserver-xorg-video-ati-1_6.7.195-2:
Alex Deucher (18):
  RADEON: more XPRESS connector table hacks
  RADEON: attempt to detect lid status on legacy bios
  RADEON: tell the bios not to muck with the hardware while the driver is 
active
  RADEON: small cleanup from last commit
  RADEON: fix potential crash in mode handling
  RADEON: return status unknown for flaky chip/connector combinations
  RADEON: Fix subtle change in crtc reg init
  RADEON: use native timing for RMX
  RADEON: allow the user to set any tv standard
  RADEON: finish fixing LVDS/RMX
  RADEON: Remove LVDSBiosNativeMode Option
  RADEON: fix possible crash in radeon_crtc_mode_set()
  RADEON: Add driver option to force TV DAC load detection on
  RADEON: document DefaultTMDSPLL option
  RADEON: clean up mode handling and improve reliability of DDC
  RADEON: Fix IgnoreEDID option
  RADEON: disable FP DETECT for DVI.
  bump for RC release

Brice Goglin (3):
  Fix typo in 'disposing cursor'
  Merge tag 'xf86-video-ati-6.7.196' into debian-experimental
  New upstream release candidate

Eugen Dedu (1):
  radeon: Derive default value of Option "MacModel" from /proc/cpuinfo on 
Linux.

Joerg Sonnenberger (1):
  Portability fix from netbsd

Lars Weiler (1):
  include stdint.h to fix the build on some platforms

Matthieu Herb (1):
  RADEON: fix console restore on netbsd

Michel Dänzer (5):
  radeon: Improve detection of default value for Option "MacModel" on Linux.
  radeon: Handle 64 bit PCI resource bases better.
  Revert "radeon: Reinstate sync in radeon_crtc_show/hide_cursor."
  radeon: Fix build warning on powerpc.
  radeon: Use indirect register access for (un)hiding the cursor.

---
 ChangeLog   |  248 
 configure   |   22 ++--
 configure.ac|4 
 debian/changelog|6 +
 man/radeon.man  |   19 ++-
 src/atiprint.c  |1 
 src/atiprobe.c  |1 
 src/radeon.h|6 -
 src/radeon_bios.c   |   17 +++
 src/radeon_crtc.c   |   48 ++
 src/radeon_cursor.c |   51 --
 src/radeon_driver.c |   54 +++
 src/radeon_modes.c  |   59 +++-
 src/radeon_output.c |  221 +++---
 14 files changed, 566 insertions(+), 191 deletions(-)
---


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