Bug#452894: ibm-acpi fault?

2007-11-25 Thread Brice Goglin
Diego Escalante Urrelo wrote:
> Adding more information,
>
> I added ibm-acpi to my /etc/modules so my thinkpad is fully
> acpi-functional and guess what? The brightness is not modified anymore!.
> I suspect that without ibm-acpi, acpid or something else was
> giving/reading bogus values about AC or battery and so the display kept
> dimming. Right now I don't have the problem.
>   

Yes, the driver needs a IBM-specific ACPI support to control the backlight.
It has been said by the maintainers, but it doesn't seem to be documented
in the manpage.

> If the problem is the missing ibm-acpi module, how could we fix this?
> Should this be considered a mistake in the way the x driver decides to
> dim the screen and hence the way it's reading the info needed for this
> decision? or maybe this is more a acpid or acpi-support friends bug?
>   

I don't think we can't blame the driver for doing this. backlight was
completely broken and has been fixed thanks to this ACPI method.
backlight is a mess since you have to support both the hotkeys that
are managed by the BIOS, and the high-level programs that manage
backlight through X. ACPI is probably the only way to avoid conflicts
between these 2 methods.

The good solution is probably to to make sure that ibm-acpi is loaded,
that's probably udev's work (or the installer). And maybe add some
documentation somewhere.

Brice




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



Bug#452913: Xserver fails to start with a black screen

2007-11-25 Thread Brice Goglin
severity 452913 important
thank you



Sergey Yanovich wrote:
> Package: xserver-xorg-core
> Version: 2:1.4.1~git20071119
> Severity: critical
>
> X fails on Sony VGN-TX770P with i915GM. Tried with both video-intel
> 2.1.1-5 and 2.2.0-1 versions. That box is unusable, bug reported from
> another one, so config/log are irrelevant and removed.
>   

Did any earlier xserver-xorg-core work? Which ones?
You can use http://snapshot.debian.net/ to downgrade to 2:1.4-3 or 2:1.3.0

We need the config and log of this sony box, or we won't be able to do
anything
with this bug report. Can you log through ssh? If so, please send the
output of
/usr/share/bug/xserver-xorg/script 3>&1

Brice




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



Processed: Re: Bug#452913: Xserver fails to start with a black screen

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

> severity 452913 important
Bug#452913: Xserver fails to start with a black screen
Severity set to `important' from `critical'

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#210309: You are nominated for a Bachelors

2007-11-25 Thread Truman Dickey

Now you can take your chances for a way better future!
Why wait?!WE now happy to introduce to you a tatally different option to acquire your qualification online!Any field your master in you will defenitely go better with a diploma record in your CV.  
Lot's of people worldwide appreciated this unique opportunity of getting bachelor’s, PH’s, and Master’s through the net. 
And what’s more you now don’t have to wait years to advance your career.The missing brick is right there! Call us 1 206 888-2083 around the clolck. Your diploma is just a few days away!





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



xorg: Changes to 'debian-unstable'

2007-11-25 Thread David Nusinow
 debian/changelog|6 +++---
 debian/xserver-xorg.postinst.in |5 -
 2 files changed, 3 insertions(+), 8 deletions(-)

New commits:
commit 456985d33f571008d9d803d0a1f5aabd0ceb3ae4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 23:41:58 2007 -0500

Don't set default depth for tdfx in the xserver postinst

The driver should be patched to handle this case now

diff --git a/debian/changelog b/debian/changelog
index f195d83..ddfd561 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
 xorg (1:7.3+7) UNRELEASED; urgency=low
 
   * Don't set driver-specific depths in xserver postinst
-+ For newport, vga, savage, and suncg6. These should all be handled in the
-  drivers themselves
++ For newport, vga, savage, suncg6, and tdfx. These should all be handled 
+  in the drivers themselves
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:58:03 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 23:41:08 -0500
 
 xorg (1:7.3+6) unstable; urgency=low
 
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 3512f50..91fd136 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -1605,11 +1605,6 @@ xresprobeint() {
   db_input low xserver-xorg/config/monitor/use_sync_ranges || debug_echo 
"db_input low xserver-xorg/config/monitor/use_sync_ranges"
 
   case "$DEVICE_DRIVER" in
-# Voodoo3's can't do 1024x768x24 and still cope with DRI; this is a common
-# setup, apparently, so default to 16bpp.
-tdfx)
-  DEFAULT_DEPTH=16
-  ;;
 # nVidia laptop chipsets should use 16bpp per default, or face horrific
 # colour banding issues, per Olivier Grawert and Trent Lloyd.
 nv)


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



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

2007-11-25 Thread David Nusinow
 debian/changelog   |   11 ++-
 debian/patches/05_request_16bpp_depth.diff |   13 +
 debian/patches/series  |1 +
 3 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit b597bf2f378f6a9efa468ed76eb7da61c090493a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 23:40:32 2007 -0500

* Add 05_request_16bpp_depth.diff
  Voodoo3's can't handle DRI in anything higher than 16bpp. We were using
  the xserver postinst to default to this, but instead have the server just
  request this depth. The user can override this if they choose. A better
  patch would be to specifically check for voodoo3's, so interested parties
  should submit the appropriate patches.

diff --git a/debian/changelog b/debian/changelog
index 830ad55..e49bd81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
 xserver-xorg-video-tdfx (1:1.3.0-7) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 02:21:04 +0200
+  [ David Nusinow ]
+  * Add 05_request_16bpp_depth.diff
+Voodoo3's can't handle DRI in anything higher than 16bpp. We were using
+the xserver postinst to default to this, but instead have the server just
+request this depth. The user can override this if they choose. A better
+patch would be to specifically check for voodoo3's, so interested parties
+should submit the appropriate patches.
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 23:39:00 -0500
 
 xserver-xorg-video-tdfx (1:1.3.0-6) unstable; urgency=low
 
diff --git a/debian/patches/05_request_16bpp_depth.diff 
b/debian/patches/05_request_16bpp_depth.diff
new file mode 100644
index 000..db100ce
--- /dev/null
+++ b/debian/patches/05_request_16bpp_depth.diff
@@ -0,0 +1,13 @@
+Index: xserver-xorg-video-tdfx/src/tdfx_driver.c
+===
+--- xserver-xorg-video-tdfx.orig/src/tdfx_driver.c 2007-11-25 
23:38:27.0 -0500
 xserver-xorg-video-tdfx/src/tdfx_driver.c  2007-11-25 23:38:42.0 
-0500
+@@ -772,7 +772,7 @@
+   pScrn->monitor = pScrn->confScreen->monitor;
+ 
+   flags24=Support24bppFb | Support32bppFb | SupportConvert32to24;
+-  if (!xf86SetDepthBpp(pScrn, 0, 0, 0, flags24)) {
++  if (!xf86SetDepthBpp(pScrn, 16, 0, 0, flags24)) {
+ return FALSE;
+   } else {
+ switch (pScrn->depth) {
diff --git a/debian/patches/series b/debian/patches/series
index 69b1260..5ebe282 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_tdfx_improve_mode_rejection_diagnostics.diff
 03_tdfx_includes.patch
 04_gen_pci_ids.diff
+05_request_16bpp_depth.diff


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



xorg: Changes to 'debian-unstable'

2007-11-25 Thread David Nusinow
 debian/changelog|4 ++--
 debian/xserver-xorg.postinst.in |3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit a4117b8d22b6bcf5be2e7ae0bd99a86f92f15268
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 22:58:44 2007 -0500

Don't write a default depth for suncg6.
I've patched our driver in git to handle this

diff --git a/debian/changelog b/debian/changelog
index 4728618..f195d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
 xorg (1:7.3+7) UNRELEASED; urgency=low
 
   * Don't set driver-specific depths in xserver postinst
-+ For newport, vga, or savage. These should all be handled in the 
++ For newport, vga, savage, and suncg6. These should all be handled in the
   drivers themselves
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:08:53 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:58:03 -0500
 
 xorg (1:7.3+6) unstable; urgency=low
 
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 49ffb6b..3512f50 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -1619,9 +1619,6 @@ xresprobeint() {
 DEFAULT_DEPTH=24
   fi
   ;;
-suncg6)
-  DEFAULT_DEPTH=8
-  ;;
 *)
   DEFAULT_DEPTH=24
   ;;


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



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

2007-11-25 Thread David Nusinow
 debian/changelog|   11 +
 debian/control  |4 -
 debian/patches/0001-Request-8bpp-depth-from-the-server.diff |   25 
 debian/patches/series   |1 
 debian/rules|4 -
 5 files changed, 41 insertions(+), 4 deletions(-)

New commits:
commit 35dcd0ffe0246987c362959ca6b5fbed49d6c18c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 22:57:39 2007 -0500

* Remove Branden from the uploaders file. He's always welcome back.

diff --git a/debian/changelog b/debian/changelog
index 9ad4191..d58f2e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ xserver-xorg-video-suncg6 (1:1.1.0-6) UNRELEASED; urgency=low
   * Add 0001-Request-8bpp-depth-from-the-server.diff
 The driver only supports 8bpp so request it rather than force the user to
 have this in their xorg.conf. Submitted upstream.
+  * Remove Branden from the uploaders file. He's always welcome back.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:56:17 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:57:23 -0500
 
 xserver-xorg-video-suncg6 (1:1.1.0-5) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index 4b0a907..0c9d188 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-suncg6
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Jurij Smakov <[EMAIL PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Jurij Smakov <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, 
x11proto-fonts-dev, quilt
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-suncg6

commit d15d9fb63a357a26241cac27a614398f5834faf6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 22:56:57 2007 -0500

* Add 0001-Request-8bpp-depth-from-the-server.diff
  The driver only supports 8bpp so request it rather than force the user to
  have this in their xorg.conf. Submitted upstream.

diff --git a/debian/changelog b/debian/changelog
index 18dacad..9ad4191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,11 @@ xserver-xorg-video-suncg6 (1:1.1.0-6) UNRELEASED; urgency=low
 
   * Enable our patch system
 + Add quilt to build depends
+  * Add 0001-Request-8bpp-depth-from-the-server.diff
+The driver only supports 8bpp so request it rather than force the user to
+have this in their xorg.conf. Submitted upstream.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:55:00 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:56:17 -0500
 
 xserver-xorg-video-suncg6 (1:1.1.0-5) UNRELEASED; urgency=low
 
diff --git a/debian/patches/0001-Request-8bpp-depth-from-the-server.diff 
b/debian/patches/0001-Request-8bpp-depth-from-the-server.diff
new file mode 100644
index 000..314799a
--- /dev/null
+++ b/debian/patches/0001-Request-8bpp-depth-from-the-server.diff
@@ -0,0 +1,25 @@
+From 2d3bfb1beb8d1b00a3872ccb805658651e363601 Mon Sep 17 00:00:00 2001
+From: David Nusinow <[EMAIL PROTECTED]>
+Date: Sun, 25 Nov 2007 22:46:38 -0500
+Subject: [PATCH] Request 8bpp depth from the server
+
+---
+ src/cg6_driver.c |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/cg6_driver.c b/src/cg6_driver.c
+index 378def7..de13a2a 100644
+--- a/src/cg6_driver.c
 b/src/cg6_driver.c
+@@ -334,7 +334,7 @@ CG6PreInit(ScrnInfoPtr pScrn, int flags)
+ deal with depth
+ */
+ 
+-if (!xf86SetDepthBpp(pScrn, 0, 0, 0, NoDepth24Support)) {
++if (!xf86SetDepthBpp(pScrn, 8, 0, 0, NoDepth24Support)) {
+   return FALSE;
+ } else {
+   /* Check that the returned depth is one we support */
+-- 
+1.5.3.6
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..375b6ac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Request-8bpp-depth-from-the-server.diff

commit a24726021ea7e4f236b6813ffc50a3f5793a71b1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 22:55:14 2007 -0500

* Enable our patch system
  + Add quilt to build depends

diff --git a/debian/changelog b/debian/changelog
index 8e5577d..18dacad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-suncg6 (1:1.1.0-6) UNRELEASED; urgency=low
+
+  * Enable our patch system
++ Add quilt to build depends
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:55:00 -0500
+
 xserver-xorg-video-suncg6 (1:1.1.0-5) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.
diff --git a/debian/control b/debian/control
index 3b02551..4b0a90

xorg: Changes to 'debian-unstable'

2007-11-25 Thread David Nusinow
 debian/changelog|8 
 debian/xserver-xorg.postinst.in |   10 --
 2 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit aefd928e42be15d97d3b11b982d18a0cfbb1a0e9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Nov 25 22:09:37 2007 -0500

* Don't set driver-specific depths in xserver postinst
  + For newport, vga, or savage. These should all be handled in the
drivers themselves

diff --git a/debian/changelog b/debian/changelog
index 3f6af13..4728618 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg (1:7.3+7) UNRELEASED; urgency=low
+
+  * Don't set driver-specific depths in xserver postinst
++ For newport, vga, or savage. These should all be handled in the 
+  drivers themselves
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 22:08:53 -0500
+
 xorg (1:7.3+6) unstable; urgency=low
 
   * Only cleaning out old junk on upgrade and after version compare
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index b46e186..49ffb6b 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -1605,12 +1605,6 @@ xresprobeint() {
   db_input low xserver-xorg/config/monitor/use_sync_ranges || debug_echo 
"db_input low xserver-xorg/config/monitor/use_sync_ranges"
 
   case "$DEVICE_DRIVER" in
-newport)
-  DEFAULT_DEPTH=8
-  ;;
-vga)
-  DEFAULT_DEPTH=4
-  ;;
 # Voodoo3's can't do 1024x768x24 and still cope with DRI; this is a common
 # setup, apparently, so default to 16bpp.
 tdfx)
@@ -1625,10 +1619,6 @@ xresprobeint() {
 DEFAULT_DEPTH=24
   fi
   ;;
-# apparently this driver needs some hot hot depth action too.
-savage)
-  DEFAULT_DEPTH=16
-  ;;
 suncg6)
   DEFAULT_DEPTH=8
   ;;


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



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

2007-11-25 Thread David Nusinow
On Thu, Nov 22, 2007 at 10:12:00AM +0200, Timo Aaltonen wrote:
> On Thu, 22 Nov 2007, David Nusinow wrote:
>
>> debian/changelog   |   11 +++
>> debian/patches/03_request_16bit_depth.diff |   13 +
>> debian/patches/series  |1 +
>> 3 files changed, 25 insertions(+)
>>
>> New commits:
>> commit 8461f00b2320409eb4536392dd935b4a9e61087a
>> Author: David Nusinow <[EMAIL PROTECTED]>
>> Date:   Thu Nov 22 00:06:38 2007 -0500
>>
>>* Add 03_request_16bit_depth.diff
>>  We set the default depth for savage chips to 16bpp in the xserver
>>  debconfage. This patch has the driver request that depth from the
>>  server during init. If the user doesn't override this depth, it should 
>> be
>>  used by the server, thus allowing us to drop this special case from the
>>  debconfage.
>
> Works just fine on my Thinkpad T23. The reason why it was 16bpp in the 
> first place was, that if you used 24bpp and after one suspend-resume cycle 
> restart the server, the screen would be corrupt (also console).
> (https://bugs.launchpad.net/bugs/21107)
>
> But, I just tried it with the new server/driver, and 24bpp works ok :) So 
> this change might not be needed anymore \o/
> I need to try it on the T21&T22  that I have piled on my desk..

Excellent! Thanks for testing! I'll revert this commit if 24bpp works on
your other machines. As it is, I'll disable using 16bpp in the debconfage,
since we don't need it there any more.

 - David Nusinow


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



Bug#452894: ibm-acpi fault?

2007-11-25 Thread Diego Escalante Urrelo
Adding more information,

I added ibm-acpi to my /etc/modules so my thinkpad is fully
acpi-functional and guess what? The brightness is not modified anymore!.
I suspect that without ibm-acpi, acpid or something else was
giving/reading bogus values about AC or battery and so the display kept
dimming. Right now I don't have the problem.

If the problem is the missing ibm-acpi module, how could we fix this?
Should this be considered a mistake in the way the x driver decides to
dim the screen and hence the way it's reading the info needed for this
decision? or maybe this is more a acpid or acpi-support friends bug?




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



Bug#452913: Xserver fails to start with a black screen

2007-11-25 Thread Sergey Yanovich
Package: xserver-xorg-core
Version: 2:1.4.1~git20071119
Severity: critical

X fails on Sony VGN-TX770P with i915GM. Tried with both video-intel
2.1.1-5 and 2.2.0-1 versions. That box is unusable, bug reported from
another one, so config/log are irrelevant and removed.



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



x11proto-gl 1.4.9-1 MIGRATED to testing

2007-11-25 Thread Debian testing watch
FYI: The status of the x11proto-gl source package
in Debian's testing distribution has changed.

  Previous version: 1.4.8-1
  Current version:  1.4.9-1

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


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



Processed: Re: Bug#452898: xbase-clients: ' in comment reported

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

> reassign 452898 x11-xserver-utils
Bug#452898: xbase-clients: ' in comment reported
Bug reassigned from package `xbase-clients' to `x11-xserver-utils'.

> forcemerge 443537 452898
Bug#443537: xbase-clients: xrdb: an apostrophe in a comment causes error
Bug#452898: xbase-clients: ' in comment reported
Forcibly Merged 443537 452898.

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#452898: xbase-clients: ' in comment reported

2007-11-25 Thread Brice Goglin
reassign 452898 x11-xserver-utils
forcemerge 443537 452898
thank you


Jayen wrote:
> Package: xbase-clients
> Version: 1:7.2.ds2-2
> Severity: minor
>
> I get this error trying to load my .Xdefaults
> In file included from :1:
> /etc/X11/app-defaults/XTerm-color:23:64: warning: missing terminating ' 
> character
>
> the command:
> xrdb .Xdefaults
>
> my .Xdefaults, line 1:
> #include 
>
> /etc/X11/app-defaults/XTerm-color, line 23:
> ! Color the popup/pulldown menu border to match the text widget's foreground.
>
> It's a comment so the ' should be ignored, right?
>   


Right, it is a known bug. I am merging with the other report (against
x11-xserver-utils since xbase-clients has been split now).

If you have a patch to fix the problem, it would be very welcome since
these utils are not very well maintained unfortunately.

Brice




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



Bug#452898: xbase-clients: ' in comment reported

2007-11-25 Thread Jayen
Package: xbase-clients
Version: 1:7.2.ds2-2
Severity: minor

I get this error trying to load my .Xdefaults
In file included from :1:
/etc/X11/app-defaults/XTerm-color:23:64: warning: missing terminating ' 
character

the command:
xrdb .Xdefaults

my .Xdefaults, line 1:
#include 

/etc/X11/app-defaults/XTerm-color, line 23:
! Color the popup/pulldown menu border to match the text widget's foreground.

It's a comment so the ' should be ignored, right?

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (980, 'testing'), (960, 'stable'), (900, 'unstable'), (800, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-hrt6 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages xbase-clients depends on:
ii  cpp 4:4.2.1-6The GNU C preprocessor (cpp)
ii  libc6   2.7-1GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-4X11 Font Services library
ii  libgl1-mesa-glx [libgl1 7.0.1-2  A free implementation of the OpenG
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxau6 1:1.0.3-2X11 authorisation library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxkbfile1 1:1.0.4-1X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxmuu11:1.0.3-1X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-4X11 event trapping extension libra
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  libxv1  1:1.0.3-1X11 Video extension library
ii  libxxf86dga12:1.0.2-1X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  x11-common  1:7.3+6  X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

xbase-clients recommends no packages.

-- no debconf information



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



Bug#452897: /etc/X11/X points to /bin/true on a clean sid install.

2007-11-25 Thread Diego Escalante Urrelo
Package: xserver-xorg
Version: 1:7.3+6
Severity: serious

--- Please enter the report below this line. ---

Installing a base Etch system (just the base, no X or fancy stuff),
migrating to Sid, and then apt-get installing xorg will install X
succesfully but will make it useless because of /etc/X11/X pointing
to /bin/true. GDM will fail showing an empty log. X will exit without
any output ('true' is not really verbose). xinit and startx will fail
with misterious errors like "server error" or "connection timed out".

Calling Xorg directly on the console works fine. The problem can be
fixed by linking /etc/X11/X to /usr/bin/Xorg.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
xserver-xorg-core  (>= 2:1.4-3) | 2:1.4.1~git20071119-1
xserver-xorg-video-all  | 
 OR xserver-xorg-video-2| 
xserver-xorg-input-all  | 
 OR xserver-xorg-input-2| 
debconf   (>= 0.5)  | 1.5.17
 OR debconf-2.0 | 
xkb-data| 1.0~cvs.20070916-1
 OR xkb-data-legacy | 
x11-xkb-utils   | 7.3+1





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



Bug#452896: EXA is (apparently) slower than XAA on some 2d operations

2007-11-25 Thread Diego Escalante Urrelo
Package: xserver-xorg-video-intel
Version: 2:2.2.0-1
Severity: normal

--- Please enter the report below this line. ---

Using EXA (the default) makes some windows redraw slowly enough to be
annoying, XAA enhances the situation a bit, but it's still slow enough
to be annoying.
Dragging windows around makes the on-demand cpu governor jump to top cpu
speed (not top cpu _usage_).
Sadly this is highly subjective, I don't know how to prove this or offer
better info than my opinion.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (>= 2.6.1-1) | 2.7-1
libdrm2 (>= 2.3.0) | 2.3.0-4
xserver-xorg-core   (>= 2:1.4) | 2:1.4.1~git20071119-1





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



Bug#452894: Brightness is reduced when switching to a VT, using 3d games or switching resolution

2007-11-25 Thread Diego Escalante Urrelo
Package: xserver-xorg-video-intel
Version: 2:2.2.0-1
Severity: normal

--- Please enter the report below this line. ---

If I switch VTs, manually or automatically due GDM start or whatever,
the screen brightness is reduced to 30%. 
You can reproduce this by openning zsnes, chromium or switching
resolution/refresh on the screen resolution GNOME capplet. Also
switching to contrl+alt+f1 or any other triggers the problem.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (>= 2.6.1-1) | 2.7-1
libdrm2 (>= 2.3.0) | 2.3.0-4
xserver-xorg-core   (>= 2:1.4) | 2:1.4.1~git20071119-1





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



Bug#451537: xserver-xorg: Can no longer scroll up/down with edge of touchpad

2007-11-25 Thread Brice Goglin
Sam Morris wrote:
> Package: xserver-xorg
> Version: 1:7.3+6
> Severity: important
>
> After upgrading to xserver-xorg 7.3+6 and reconfiguring the package, I
> can no longer use the edge of my touchpad to send mouse wheel scroll
> events.
>
> Also the feel of the mouse acceleration has changed... it feels more
> slippery... but it is hard to quantify. :)
>   

Just in case: does xserver-xorg-core 1.4.1 from unstable help?
It contains lots of input-related fixes.

Brice




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



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

2007-11-25 Thread Brice Goglin
HoverHell wrote:
> 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.
>   


Does xserver-xorg-core 1.4.1 from unstable help here? It contains lots of
input-related fixes.

Brice




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



Bug#447836: segfault in xterm (reading resources database?)

2007-11-25 Thread Brice Goglin
Drew Parsons wrote:
> Package: libx11-6
> Version: 2:1.1.3-1
> Severity: important
>
> Hi, xterm is currently segfaulting on me.  As far as I can tell the
> segfault occurs inside libx11, so I'm posting this bug against that
> rather than xterm (ccing Thomas Dickey so he's aware of the problem).
> The bug would be grave against xterm, but only important against
> libx11 since other programs work OK.
>
> Actually think the bug may be shared. The backtrace suggests something
> is wrong in /etc/X11/app-defaults/XTerm, but in that case libX11 (in
> Xrm) should deal with it rather than crashing.  I can't see anything
> obviously wrong in /etc/X11/app-defaults/XTerm, I think it's the
> Debian default. I'll attach it for reference.
>   


Hi Drew,

Any news about this bug? Could you take care of forwarding it upstream?

Thanks,
Brice




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



Bug#447754: xserver-xorg-video-intel: i945GM No Picture with resolutions > 1024x768 with TMDS-1 while CRT works fine

2007-11-25 Thread Brice Goglin
Guido Guenther wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.1.1-4
> Severity: normal
>
> Hi,
> I've connected an intel mac mini with a Panasonic PT AX-100E LCD beamer.
> While this worked fine using the analog cable (either with a 1280x768 or
> a 1280x720 resolution) using the digital signal with a DVI to HDMI
> adapter doesn't work for high resolutions. 1024x768 and lower
> resolutions are fine while higher resolutions don't display any image.
> Looking at the log the calculated vert refresh rate seems to be wrong
> since it's always zero:
>
> For the 1280x768 mode:
>
> (II) intel(0): Modeline "1280x768"x0.0   80.14  1280 1344 1480 1680  768 769 
> 772 795 (47.7 kHz)
> (II) intel(0): Adjusted mode for pipe A:
> (II) intel(0): Modeline "1280x768"x0.0   80.14  1280 1344 1480 1680  768 769 
> 772 795 (47.7 kHz)
> chosen: dotclock 160457 vco 1604571 ((m 117, m1 20, m2 5), n 5, (p 10, p1 1, 
> p2 10))
>
> and for the 1280x720 mode (coming from a handcrafted modeline in xorg.conf):
>
> (II) intel(0): Modeline "1280x720"x0.0   74.52  1280 1312 1368 1676  720 724 
> 730 750 (44.5 kHz)
> (II) intel(0): Adjusted mode for pipe A:
> (II) intel(0): Modeline "1280x720"x0.0   74.52  1280 1312 1368 1676  720 724 
> 730 750 (44.5 kHz)
> chosen: dotclock 148800 vco 1488000 ((m 93, m1 15, m2 6), n 4, (p 10, p1 1, 
> p2 10))
>
> The x0.0 looks like a driver bug. The log says further down for these
> tow modes:
>
> (EE) intel(0): I830 Vblank Pipe Setup Failed 0
> (EE) intel(0): I830 Vblank Pipe Setup Failed 0
>
> while everything looks o.k. for 1024x768.
>
> Any ideas?
>   

Does xserver-xorg-video-intel 2.2.0 from unstable help?

Brice




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



Bug#445553: Correction: xserver-xorg-video-sis: X crashes from various openGL programs with DRI

2007-11-25 Thread Brice Goglin
Matthew Gibson wrote:
> I finally managed to network and run ssh, and here is some of what I
> found.
> This is while running xscreensaver sundancer2.
>
>
> When my system was crashed, top displayed:
> Xorg was using about 45% of my cpu, and a normal amount of memory.
> Sundancer2 was using about 45% of my cpu, and a normal amount of memory
> sshd was using about .5% CPU
> mpd (music player deamon, which was playing music) was using about 4%
> of CPU
> top was using about 1% of CPU.
>
> I found that I couldn't kill either sundancer or Xorg unless I used
> the -s KILL signal. dmesg showed no additional messages when my
> computer was crashed, and no messages had been sent to Xorg.0.log
>
> I could still run stuff through ssh fine, just Xorg and the offending
> program were hung up. No output was made to the screen, and no
> keyboard input was received. (A But I could still kill programs and
> start (non-graphical) programs in ssh.)
> I could kill sundancer2, and then Xorg sat on 95 % of my processor,
> still accomplishing nothing.
>
> I then tried killing Xorg. It shutsdown, my screen flashed blank, and
> then top showed it started up again, under a new PID. Again, it sat on
> 95 % of my resources, and was still frozen.

Is it better with xserver-xorg-video-sis 1:0.9.3-6 from unstable? (or at
least the one from testing)

Brice




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



Bug#444183: xserver-xorg-input-mouse: Vertical scrolling doesn't work anymore

2007-11-25 Thread Brice Goglin
Luca Bedogni wrote:
> I upgraded from testing, where scrolling worked.
> I installed/deinstalled now, and:
> 1.2.2-1 (testing) works, 1.2.2-6 not.
>   

Hi Luca,

Still the same problem with latest xserver-xorg-core 1.4.1 and
xserver-xorg-input-mouse 1.2.3 from unstable?

Brice




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



Bug#444143: XF86MiscGetMouseSettings fails in xpilot after upgrade to xorg 7.3

2007-11-25 Thread Brice Goglin
Ben Armstrong wrote:
> Package: libxxf86misc1
> Version: 1:1.0.1-2
> Severity: normal
>
> After upgrading to xorg 7.3, xpilot-ng-x11 dies as soon as I click the mouse
> with the following error:
>
> X Error of failed request:  BadValue (integer parameter out of range for 
> operation)
>   Major opcode of failed request:  137 (XFree86-Misc)
>   Minor opcode of failed request:  3 (XF86MiscGetMouseSettings)
>   Value in failed request:  0x260017b
>   Serial number of failed request:  513231
>   Current serial number in output stream:  513231
>
> This happened with two different implementations of xpilot, one in Debian and
> one not (but from a common ancestor, so it also uses XFree86-Misc to get mouse
> settings) and on two different systems that had been upgraded to xorg 7.3,
> one with the proprietary nvidia driver and the other with i810.
>
> If I start xpilot inside a VNC session which lacks the XFree86-Misc extension,
> xpilot does not die when I click the mouse (of course, the graphics 
> performance
> plunges, so this isn't really a workaround -- but it confirms where the
> problem is happening.)
>   

Hi Ben,

Does this problem still occurs with xserver-xorg-core 1.4.1 from unstable?
It contains lots of input-related fixes that could help here.

Brice




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



Bug#443761: xserver-xorg-video-intel: debian crash or graphical problems using intel X3000 chipset

2007-11-25 Thread Brice Goglin
michael wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.1.1-4
> Severity: critical
> Justification: breaks the whole system
>
>
> hello!
>
> ok, first: my english is very bad.
>
> second: i'm a debian/linux newbie
>
> i have installed debian unstable + kde on a new system
>
> mainboard: asus P5B-VM SE with intel X3000 graphic chipset
>
>
>
>
> if I
>
> 1. start glxgears
> 2. move it down to a panel (!with animated tooltips!)
> 3. and move mouse over a "task-caption"
>
> first glxgears shows funny stuff
>
> after this, when i try to resize glxgears, the whole system crash
>
> reset is the only way.
>   


Hi Michael,

Sorry for the late reply. Do you still reproduce this problem with latest
xserver-xorg-core 1.4.1 and xserver-xorg-video-intel 2.2.0 currently in
unstable? Is the problem easy to reproduce?

If so, do you experience a freeze of the machine or a crash of the X server?
Can you log in from another machine and save the Xorg.0.log?

Brice




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



Processed: bug 443809 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=10773

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

> # Automatically generated email from bts, devscripts version 2.10.10
> forwarded 443809 https://bugs.freedesktop.org/show_bug.cgi?id=10773
Bug#443809: xserver-xorg-video-intel: constant flickering with 855GM chip
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=10773.

>
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#443503: marked as done (Mouse double clicks always)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 23:18:32 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443503: Mouse double clicks always
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
Version: 1:7.3+2
Severity: important

It happens since I updated all the xorg packages some days ago (17th
Sep.). I tried with PS/2 mouses and USB with the same result. I also
tried the packages in "experimental". It's visible from the very moment
the system loads GDM.
-- 
Jorge González González <[EMAIL PROTECTED]>
Weblog: http://aloriel.no-ip.org
Fotolog: http://www.flickr.com/photos/aloriel



--- End Message ---
--- Begin Message ---
Jorge González González wrote:
> El vie, 21-09-2007 a las 22:35 +0200, Brice Goglin escribió:
>   
>> You probably have two input devices in your xorg.conf, one listening on
>> /dev/input/mice and another one on /dev/psaux. But the /dev/psaux is
>> actually included in /dev/input/mice, so all events are reported twice
>> duplicated. If fixing xorg.conf does not help, please send your config
>> and log.
>> 
> Yes, that was the problem, I wonder how one of those got there.
> However leaving /dev/input/mice dind't solve completely the problem, I
> had to
> leave /dev/psaux to get everything working.
>   

Thanks for the reply, closing this bug now.

Brice


--- End Message ---


Bug#425814: xserver-xorg-video-core: Xv and other video modes broken on Mach64 3D Rage LT Pro AGP-133

2007-11-25 Thread Brice Goglin
Svante Signell wrote:
> Severity: Important
>
> Problem remains also with xorg 7.3!
> xorg 1:7.3+2
> xserver-xorg 1:7.3+2
> xserver-xorg-core2:1.4-2
>
> Watching videos shows black dotted contours in the image. Screenshots
> taken with mplayer does not show anything, screenshots with
> gnome-screenshot using xine and mplayer show a green part of the screen
> instead of the image. vlc crashes (probably something else)
>
> xserver-xorg-core=2:1.1.1-21 xserver-xorg=1:7.1.0-16 was the latest
> versions without problems! xserver-xorg-video-ati does not seem to
> affect this behaviour!
>   

Hi Svante,

Can you try the latest xserver-xorg-core 1.4.1 currently in unstable with
the latest xserver-xorg-video-ati 6.7.196 from experimental in case it
helps?

Thanks,
Brice




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



Bug#443205: xserver-xorg: various input problems with xorg 7.3

2007-11-25 Thread Brice Goglin
Alexander Heinlein wrote:
>>> Section "InputDevice"
>>> Identifier  "Configured Mouse"
>>> Driver  "mouse"
>>> Option  "CorePointer"
>>> Option  "Device""/dev/psaux"
>>> Option  "Protocol"  "ImPS/2"
>>> Option  "Emulate3Buttons"   "true"
>>> Option  "ZAxisMapping"  "4 5"
>>> EndSection
>>>
>>>   
>> Can you remove the above section from your xorg.conf, and the
>> corresponding line in the ServerLayout section, and see if it helps?
>> 
>
> It doesn't help. Same problems with only one registered mouse.
>   

Hi Alex,

Anything new about this bug with xserver-xorg-core 1.4.1 from unstable?

thanks,
Brice




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



Bug#443227: xclock: wrong geometry when running -d -norender with LANG=C

2007-11-25 Thread Brice Goglin
> > In particular, working around #352967 by specifying a strftime
> > format rather than tweaking locale settings yields sane geometry.
> 
> Never mind, this doesn't appear to work reliably after all. :-/



Hi Aaron,

Did you manage to find more details about this?

Brice




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



Bug#443157: xserver-xorg-video-intel: Hard crashes when starting torus-trooper game

2007-11-25 Thread Brice Goglin
Vincent Fourmond wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.1.1-4
> Severity: important
>
>
>   Hello,
>
>   I've recently experienced hard crashes of my computer (blank screen
> with a frozen mouse pointer in the middle, no keyboard response, no
> way to switch to console, and apparently, as an xmms launched in the X
> session stops playing music, either death of the X server or the
> kernel giving up). See the log of the X server in the attachement.
>
>   It seems to happen only when an application uses hardware
> acceleration. I was unsure whether to post this here or to
> libgl1-mesa-dri, but I eventually thought this would be the right
> place. 
>   

Hi Vincent,

Sorry for the late reply, you seem to be experiencing a GPU lockup.
It is very hard to debug. Can you reproduce this bug easily? Even
with intel driver 2.2 which entered unstable recently? If so, please
send the corresponding log, I will forward the bug upstream.

Brice




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



Bug#443159: xserver-xorg-video-ati: Display on the external screen does not work anymore with a FireGL2

2007-11-25 Thread Brice Goglin
[EMAIL PROTECTED] wrote:
> Hi Brice,
>
>  > Ok the problem could be that the S-video output is enabled because
>  > the driver wrongly detects it as connected. There's a fix in the
>  > upstream git repository for this, I'll try to update the Debian
>  > package shortly.
>
> Forcing the disconnection of the S-video with xrandr does not seem to
> help neither. Sometime the S-video re-appears as connected, and even
> when it does not, there is still a "No valid modes" error in the log.
>   

Hi Francois,

Is there anything better with latest xserver-xorg-video-ati 6.7.196
currently
in experimental?

Brice




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



Bug#442853: xserver-xorg-input-vmmouse: cursor does not move

2007-11-25 Thread Brice Goglin
Joerg Platte wrote:
> Am Montag, 17. September 2007 schrieb Brice Goglin:
> Hi Brice,
>
>   
>> There are very few changes between 12.4.0 (you were probably using this
>> one earlier) and 12.4.2 (the new broken one). Is there any chance you
>> try bissecting the commits in the upstream git repository to find out
>> where the breakage appeared? Let me know if you need help.
>> 
>
> I tried it and bisecting was not needed, because I first had to find the 
> first 
> version that actually compiles without any problems and this version does not 
> work either. It is commit d8e1d4d1f4eeeb87c573810c0f0d141fe180bb01
>
>   

Hi Joerg,

Does this bug still occur with xserver-xorg-core 1.4.1 currently in
unstable?

thanks,
Brice




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



Bug#376188: xserver aborts with sigsegv when xawtv starts

2007-11-25 Thread Brice Goglin
Junichi Uekawa wrote:
> Hi,
>
>   
>> xserver-xorg-core 1.4 seems to fix it, at least with my config.
>> 
>
> I cannot reproduce since latest xorg doesn't let me see the screen yet.
>   

Hi Junichi,

Any news about this xawtv crash which is supposed to be fixed in Xserver
1.4?
Did you manage to solve your ATI issues?

Brice




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



Bug#440880: xserver-xorg-core: bad behaving clients can starve other clients

2007-11-25 Thread Brice Goglin
Jiří Paleček wrote:
> Package: xserver-xorg-core
> Version: 2:1.3.0.0.dfsg-12
> Severity: minor
>
> Hello,
>
> I tried the xrender benchmark from
> http://www.freedesktop.org/~zack/xrenderbenchmark.tar.bz2, and when I
> ran it, it virtually locked up every other X client. I think this is a
> problem, although such clients are uncommon. Also, I think it would be
> quite hard to implement some kind of fairness in the xserver.

Sorry for the late reply, we should forward this bug upstream
(bugzilla.freedesktop.org, product xorg, component Server/General).
Before we do so, can you reproduce the problem with xserver-xorg-core 1.4.1
currently in unstable?

Thanks,
Brice





Bug#440853: xserver-xorg-video-via: via driver makes machine perform poorly

2007-11-25 Thread Brice Goglin
Antonio Terceiro wrote:
> Package: xserver-xorg-video-via
> Version: 1:0.2.2-2+b1
> Severity: important
>
> This machine is a LTSP server serving 6 workstation plus a local user.
>
> Whenever xorg is using the "via" driver, eventually the machine starts
> to perform poorly: load average goes continually up; LTSP users feel the
> slowdown of the system; local user cannot use his desktop anymore.
>
> I'm not totally sure that this bug is related to the via driver, but
> reverting the Driver setting to "vesa" solves the performance problem
> and everything is usable again.
>
> Please let me know of any information or anything I must do to provide
> useful information.
>   

Hi Antonio,

Sorry you got no answer to this bug report so far, we don't really know
what to
do about this bug. The via driver is not actively maintained unfortunately.

id you by chance found a workaround? Did you try xserver-xorg-core 1.4
(currently in unstable) in case it helps?

Brice




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



Bug#440185: FW: Bug#440185: FW: new install won't boot completely

2007-11-25 Thread Brice Goglin
David Wilkins wrote:
> More details as requested:
> - computer is a Dell Dimension V400
> - Pentium II processor 400 MHz
> - 64MB System RAM
> - Phillips Brilliance 150P2 monitor
>
> I'm not sure which video board I'm using. If I go into the bios on PC it
> says it is using an AGP video adapter if that helps?
>   

   00:0f.0 VGA compatible controller: S3 Inc. 86c968 [Vision 968 VRAM] rev 0
   01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 
1X/2X (rev 5c)


It looks like your ATI board is an AGP one. But your config file is
using the S3 one. So the problem could be that the driver is driving one
board while your monitor is plugged on the other one.

   Section "Device"
Identifier  "S3 Inc. 86c968 [Vision 968 VRAM] rev 0"
Driver  "vesa"
BusID   "PCI:0:15:0"
Option  "UseFBDev"  "true"
   EndSection


Can you try the following instead of the above section:

   Section "Device"
  Identifier "whatever you want"
  Driver "ati"
  BusID "PCI:01:00:0"
   EndSection


(BusID might not be needed)

Brice




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



Bug#438426: xserver-xorg-video-i810: Suspend to RAM doesn't work

2007-11-25 Thread Brice Goglin
Norbert Sendetzky wrote:
> As an interesting side notice, I've also tested STR while only using the 
> console (in normal and recovery mode). In both cases, the screen also 
> remained black but I could enter commands (like reboot) which were executed. 
> Maybe the problem is a combination of a kernel driver and the X i810 driver. 
> I'm using kernel 2.6.18-4 as 2.6.21 crashes immediately after wakup from STR.
>   

Having the kernel change the behavior like this is interesting. Do you
happen
to have a framebuffer console running? (with intelfb or vesafb kernel module
or so).

Also, you should try either passing acpi_sleep=s3_bios to the kernel, or use
vbetool post after resume (some high-level suspending program can take care
of this for you, for instance with the uswsusp package).

And finally, there's xserver-xorg-video-intel 2.2.0 in unstable, in case
it helps.

Brice




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



Bug#428090: marked as done (xorg: silence "quilt next" in xsfbs.mk)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 20:35:08 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#428090: xorg: silence "quilt next" in xsfbs.mk
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: xorg
Version: 1:7.2-3
Severity: minor
Tags: patch


When building any X package, "quilt next" is used as a probe in xsfbs.mk to see 
if there are any patches. This 
results in the first patch being listed, which is confusing and you might think 
it applies only one patch when you look 
at the build log. It should rather list all patches or none.

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

Kernel: Linux 2.6.21-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal- 2.18.0-2 The GNOME 2 terminal emulator appl
ii  libgl1-mesa-glx 6.5.2-5  A free implementation of the OpenG
ii  libglu1-mesa6.5.2-5  The OpenGL utility library (GLU)
ii  type-handling [not+sparc]   0.2.21   dpkg architecture generation scrip
ii  xbase-clients   1:7.2.ds2-2  miscellaneous X clients
ii  xfonts-100dpi   1:1.0.0-3100 dpi fonts for X
ii  xfonts-75dpi1:1.0.0-375 dpi fonts for X
ii  xfonts-base 1:1.0.0-4standard fonts for X
ii  xfonts-scalable 1:1.0.0-6scalable fonts for X
ii  xkb-data0.9-4X Keyboard Extension (XKB) configu
ii  xorg-docs   1:1.4-2  Miscellaneous documentation for th
ii  xserver-xorg1:7.2-3  the X.Org X server
ii  xterm [x-terminal-emulator] 225-1X terminal emulator
ii  xutils  1:7.1.ds.3-1 X Window System utility programs

Versions of packages xorg recommends:
ii  libgl1-mesa-dri   6.5.2-5A free implementation of the OpenG

-- no debconf information
--- xsfbs.mk.orig   2007-04-24 05:24:11.0 +0200
+++ xsfbs.mk2007-06-08 22:25:05.0 +0200
@@ -141,7 +141,7 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
echo "Couldn't find quilt. Please install it or add it to the 
build-depends for this package."; \
exit 1; \
fi; \
-   if quilt next; then \
+   if quilt next >/dev/null; then \
  echo -n "Applying patches..."; \
  if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \
echo "successful."; \
--- End Message ---
--- Begin Message ---
Version: 1:7.2.ds3-1

Fixed a while ago.


--- End Message ---


Bug#408800: marked as done (please add armel support)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 20:37:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#408800: please add armel support
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-tga
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: eabi

Please add support for arm eabi[1] and bigendian ports. In this packages
case it only needs adding "armel" and "armeb" to Architecture: line.

[1] http://wiki.debian.org/ArmEabiPort

--- xserver-xorg-video-tga-1.1.0/debian/control.orig	2007-01-05 12:29:29.0 +
+++ xserver-xorg-video-tga-1.1.0/debian/control	2007-01-05 12:29:33.0 +
@@ -7,7 +7,7 @@
 Standards-Version: 3.6.1
 
 Package: xserver-xorg-video-tga
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
+Architecture: alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 2:1.1.1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg (<< 6.8.2-35)
--- End Message ---
--- Begin Message ---
Version: 1:1.1.0-7

Fixed a while ago.


--- End Message ---


Bug#393233: marked as done (x11-common: man Xsession: refers to non-existent sample .Xsession)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 20:21:03 +0100
with message-id <[EMAIL PROTECTED]>
and subject line missing closers
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: x11-common
Version: 1:7.0.22
Severity: minor

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

In the man page of Xsession, in the section "Inpit files", the description of 
$HOME/.Xsession: there is a reference to 
/usr/share/doc/x11-common/examples/xsession, which is not provided by the 
package.

IMHO, the best fix is to really provide an example file.

Best wishes,

Gabor Braun

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17-1-686
Locale: LANG=hu_HU.iso88592, LC_CTYPE=hu_HU.iso88592 (charmap=ISO-8859-2) 
(ignored: LC_ALL set to hu_HU.iso88592)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  lsb-base  3.1-15 Linux Standard Base 3.1 init scrip

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Version: 1:7.2.ds3-1

Fixed a while ago.


--- End Message ---


Bug#427172: marked as done (xorg: no dependency of xorg to xorg-docs)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 20:21:03 +0100
with message-id <[EMAIL PROTECTED]>
and subject line missing closers
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: xorg
Severity: wishlist
File: xorg

Hello,

the chain of dependencies from x-window-system -> xorg -> xorg-docs
installs the considerable number of PDFs that I do not consider necessary
for a regular user. The xorg-docs should be recommended, but not on the
depends line IMHO.

Should I oversee something then I suggest to split the docs into
essential documentation (which then possibly should be with the server
iself)  and the extended documentation.

Best regards

Steffen


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

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
Version: 1:7.2.ds3-1

Fixed a while ago.


--- End Message ---


Bug#323107: marked as done (xserver-xorg: -config and -xf86config options differ)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 20:21:03 +0100
with message-id <[EMAIL PROTECTED]>
and subject line missing closers
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
Version: 6.8.2.dfsg.1-5

Hello,

while migrating from XFree86 to X.org, I tried to replace the
-xf86config option via -config which, according to X -help,
should do the same (although X.org does understand -xf86config, it's not
documented).
Surprisingly, `startx -- :1 -xf86config xorg.conf -nolisten tcp' works
as expected, while `startx -- :1 -config xorg.conf -nolisten tcp' does
not:

X: warning; nice() of process failed: Permission denied
X: warning; process set to priority -1 instead of requested priority -10

Fatal server error:
Cannot move old log file ("/var/log/Xorg.1.log" to
"/var/log/Xorg.1.log.old"


Please consult the The X.Org Foundation support
 at http://wiki.X.Org
 for help.

giving up.

It seems as if -config releases privileges too early while -xf86config
does not.

This is probably something to be forwarded upstream.


Thanks for your work & regards
   Mario
-- 
() Ascii Ribbon Campaign
/\ Support plain text e-mail

--- End Message ---
--- Begin Message ---
Version: 1:7.2.ds3-1

Fixed a while ago.


--- End Message ---


Bug#436432: marked as done (compiz-plugins.postinst: line 5: gconf-schemas: command not found)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 20:16:53 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#436432: compiz-plugins.postinst: line 5: gconf-schemas: 
command not found
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: compiz-plugins
Version: 0.5.0.dfsg-2
Severity: important

[EMAIL PROTECTED] ~]% LC_ALL=C sudo dpkg --configure compiz-plugins
Setting up compiz-plugins (0.5.0.dfsg-2) ...
/var/lib/dpkg/info/compiz-plugins.postinst: line 5: gconf-schemas: command not 
found
dpkg: error processing compiz-plugins (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 compiz-plugins
[EMAIL PROTECTED] ~] {1}%

[EMAIL PROTECTED] ~]% dlocate gconf-schemas
gconf2: /usr/sbin/gconf-schemas

Of course I don't have gconf2 installed, so probably some dependency is
missing.

Installed compiz packages:
ii  compiz-core0.5.0.dfsg-2   OpenGL window and compositing manager
ii  compiz-kde 0.5.0.dfsg-2   OpenGL window and compositing manager - KDE
iF  compiz-plugins 0.5.0.dfsg-2   OpenGL window and compositing manager - plug

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

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

Versions of packages compiz-plugins depends on:
ii  compiz-core 0.5.0.dfsg-2 OpenGL window and compositing mana
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdecoration0  0.5.0.dfsg-2 Compiz window decoration library
ii  libfuse22.7.0-1  Filesystem in USErspace library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libglu1-mesa [libglu1]  6.5.2-7  The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  librsvg2-2  2.18.0-1 SAX-based renderer library for SVG
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra

compiz-plugins recommends no packages.

-- no debconf information

-- 
Linux jest darmowy, jeśli twój czas nie przedstawia żadnej wartości.
Jeśli jest coś warty(czas), Linux jest po prostu tańszy od innych.
Jarek Kamiński
gg# 453620


pgpMyfwT631xx.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 0.5.2-1

Fixed a while ago.

Brice


--- End Message ---


Bug#446442: marked as done (xserver-xorg-video-radeonhd: wrong monitor sync values)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 19:58:21 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#446442: xserver-xorg-video-radeonhd: wrong monitor sync 
values
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-radeonhd
Version: 0.0.1+git20071006-1
Severity: important

I'm not completely familiar with the breakdown of what components of the
server are responsible for what, so my apologies if I'm reporting this
against the wrong package.

When using the radeonhd driver, the X server correctly detects the sync
and refresh values for my "monitor" (which is actually a 15.4" TFT with
a native size of 1680x1050), but it then ignores them.  The Xorg log file
has:

(II) RADEONHD(0): Monitor "IBM-2887" connected to "PANEL LCD1":
Bandwidth: 122MHz
Horizontal timing:
53.4 - 64.1kHz
Vertical timing:
50.1 - 60.1Hz
Allows reduced blanking.
Uses Fixed Modes.
Attached modes:
Modeline "1680x1050"  122.00  1680 1712 1776 1904  1050 1051 1054 1066 
-hsync -vsync
Modeline "1680x1050"  101.67  1680 1712 1776 1904  1050 1051 1054 1066 
-hsync -vsync

always, and those values are correct.  But then, unless I have an explicit
HorizSync and VertRefresh configuration in the xorg.conf file, it then
goes on to show a:

(II) RADEONHD(0): Configured Monitor "Generic Monitor":
Bandwidth: 0MHz

section with the default horizontal and vertical timing values, which are
of course way too low for this display resolution.  The driver then fails
to find an eligible display, complaining that the horizontal sync is out
of range, and X fails to start.

I unfortunately don't still have the old log file with the broken values
(I spent the evening fighting with various things and now need to do other
work), but if you need the exact log output when there's no configuration
in the xorg.conf, let me know and I can reproduce it again.

The attached log file will show the correct values because I copied the
correct ranges into my xorg.conf.

-- 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-10-12 19:34 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 07:33 /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: ATI Technologies Inc Unknown device 71d4

/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 1851 2007-10-12 19:42 /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"  "pc104"
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  "Generic Video Card"
Driver  "radeonhd"
BusID   "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
  

Bug#355202: marked as done (MIT-KERBEROS-5)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 19:54:28 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355202: MIT-KERBEROS-5
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: xorg-x11
Version: 6.9.0.dfsg.1-4

Struggling to build X.Org with MIT Kerberos -


[...]
gcc -m32 -c -ansi -Wall -Wpointer-arith -Wstrict-prototypes 
 -Wmissing-prototypes -Wmissing-declarations  -Wredundant-de
cls -Wnested-externs -Wundef-I../.. -I../../exports/include   -Dlinux -D__i3
86__ -D_POSIX_C_SOURCE=199309L  -D_POSIX_SOURCE -D_XOPEN
_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -DXTHREAD
S  -D_REENTRANT -DXUSE_MTSAFE_API   -g -O2 -fno-strict-aliasing -g  -fPIC k5
encode.c -o unshared/k5encode.o
k5encode.c:75: warning: function declaration isn't a prototype
k5encode.c:81:34: error: macro "krb5_princ_realm" requires 2 arguments, but only
 1 given
k5encode.c: In function 'XauKrb5Encode':
k5encode.c:81: error: 'krb5_princ_realm' undeclared (first use in this function)
k5encode.c:81: error: (Each undeclared identifier is reported only once
k5encode.c:81: error: for each function it appears in.)
k5encode.c:82:37: error: macro "krb5_princ_size" requires 2 arguments, but only 
1 given
k5encode.c:82: error: 'krb5_princ_size' undeclared (first use in this function)
[...]


I used xorg-x11 6.9.0.dfsg.1-4 & libkrb5-dev 1.4.3-6

I used this patch to build-depend on libkrb5-dev & set HasKrb5,
Krb5Includes & Krb5Libraries -
http://cgi.sfu.ca/~jdbates/tmp/xorg/200602230/patch

There is probably a better place for HasKrb5, Krb5Includes &
Krb5Libraries - but I couldn't find where?

Many thanks - Jack

>On Tue, Apr 13, 2004 at 03:41:20AM -0700, ms419  freezone.co.uk
>wrote:
>> I gather that XFree86 for Debian is not compiled with Kerberos
>> support?
>[...]
>
>Historical reasons and inertia.  Way back in the day, crypto wasn't in
>main, and having XFree86 depend on libraries outside of non-us to build
>and work would have meant putting XFree86 itself into non-us.
>
>Since crypto has gone into main, the primary reason is lack of anyone
>with the right combination of clues, will, and working patches.
>
>> Before I go galloping off to recompile it, I should probably ask if 
>> this is appropriate? Why isn't  XFree86 available w/ Kerberos?
>
>No good reason; please do engage in this experiment and report your
>findings back to this list if you'd like.
>
>I personally have no objection to including Kerberos support in XFree86,
>and I doubt anyone else does either.  If they do, now's the time to
>speak up.  :)
>
>> I'm not the X guru I'd like to be ... I want to authorize xclients to 
>> connect to a remote xserver, provided they are run by the same person 
>> who's running the server. I have a working Kerberos setup and read 
>> about the "MIT-KERBEROS-5" security mechanism in the man pages. It's 
>> not like I've used this mechanism before ... I thought I'd give it a 
>> go. Not much help from Google. Can you spot any problems already?
>
>I tried to educate myself on this a few years ago, but failed for the
>same reasons you apparently did.  There's just not many people who both
>use anything more than MIT-MAGIC-COOKIE-1 or XDM-AUTHORIZATION-1, and
>have documented their experiences publicly enough for Google to snag
>them.
>
>-- 
>G. Branden Robinson|People with power understand
>Debian GNU/Linux   |exactly one thing: violence.
>branden  debian.org |-- Noam Chomsky
>http://people.debian.org/~branden/ |


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
The upstream bug [1] has been closed as invalid because the Kerberos
code does not exist anymore. So I am closing this bug too.

Brice

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

--- End Message ---


Processed: [bts-link] source package xorg-server

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

> #
> # bts-link upstream status pull for source package xorg-server
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #245548
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=6663
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 245548 + fixed-upstream
Bug#245548: xserver-xfree86: backing store implementation is very slow
Tags were: upstream
Tags added: fixed-upstream

> usertags 245548 - status-NEW
Bug#245548: xserver-xfree86: backing store implementation is very slow
Usertags were: status-NEW.
Usertags are now: .
> usertags 245548 + status-RESOLVED resolution-FIXED
Bug#245548: xserver-xfree86: backing store implementation is very slow
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> # remote status report for #442395
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=13378
> #  * remote status changed: (?) -> NEW
> usertags 442395 + status-NEW
Bug#442395: xserver-xorg-core: hitting certain operation in digikam busy-locks 
xserver [Denial of Service]
There were no usertags set.
Usertags are now: status-NEW.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



[bts-link] source package xorg-server

2007-11-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #245548
#  * https://bugs.freedesktop.org/show_bug.cgi?id=6663
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 245548 + fixed-upstream
usertags 245548 - status-NEW
usertags 245548 + status-RESOLVED resolution-FIXED

# remote status report for #442395
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13378
#  * remote status changed: (?) -> NEW
usertags 442395 + status-NEW

thanks



Processed: [bts-link] source package xserver-xorg-video-radeonhd

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

> #
> # bts-link upstream status pull for source package xserver-xorg-video-radeonhd
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #446442
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12843
> #  * remote status changed: ASSIGNED -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 446442 + fixed-upstream
Bug#446442: xserver-xorg-video-radeonhd: wrong monitor sync values
There were no tags set.
Tags added: fixed-upstream

> usertags 446442 - status-ASSIGNED
Bug#446442: xserver-xorg-video-radeonhd: wrong monitor sync values
Usertags were: status-ASSIGNED.
Usertags are now: .
> usertags 446442 + status-RESOLVED resolution-FIXED
Bug#446442: xserver-xorg-video-radeonhd: wrong monitor sync values
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



[bts-link] source package libxau

2007-11-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package libxau
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #355202
#  * https://bugs.freedesktop.org/show_bug.cgi?id=6022
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> INVALID
#  * closed upstream
tags 355202 + fixed-upstream
usertags 355202 - status-NEW
usertags 355202 + status-RESOLVED resolution-INVALID

thanks



Processed: [bts-link] source package libxau

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

> #
> # bts-link upstream status pull for source package libxau
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #355202
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=6022
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> INVALID
> #  * closed upstream
> tags 355202 + fixed-upstream
Bug#355202: MIT-KERBEROS-5
Tags were: upstream
Tags added: fixed-upstream

> usertags 355202 - status-NEW
Bug#355202: MIT-KERBEROS-5
Usertags were: status-NEW.
Usertags are now: .
> usertags 355202 + status-RESOLVED resolution-INVALID
Bug#355202: MIT-KERBEROS-5
There were no usertags set.
Usertags are now: status-RESOLVED resolution-INVALID.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



compiz-fusion-plugins-extra_0.6.0-3_amd64.changes is NEW

2007-11-25 Thread Debian Installer
(new) compiz-fusion-plugins-extra_0.6.0-3.diff.gz extra x11
(new) compiz-fusion-plugins-extra_0.6.0-3.dsc extra x11
(new) compiz-fusion-plugins-extra_0.6.0-3_amd64.deb extra x11
Compiz Fusion plugins - extra collection
 Compiz Fusion is the result of the re-unification of the Beryl-project
 and the community around the Compiz Window Manager. It seeks to provide
 an easy and fun-to-use windowing environment, allowing use of the
 graphics hardware to provide impressive effects, amazing speed and
 unrivalled usefulness
 .
 This package provides plugins which are not as well tested and supported
 as the "main" plugins from the compiz-fusion project.
(new) compiz-fusion-plugins-extra_0.6.0.orig.tar.gz extra x11
Changes: compiz-fusion-plugins-extra (0.6.0-3) unstable; urgency=low
 .
  * Update copyright information to be more specific, at the request of
ftp-master.


Override entries for your package:

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



[bts-link] source package xinit

2007-11-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xinit
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #452627
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12378
#  * remote status changed: (?) -> NEW
usertags 452627 + status-NEW

thanks



[bts-link] source package xserver-xorg-video-intel

2007-11-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #430498
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12393
#  * remote status changed: REOPENED -> NEW
usertags 430498 - status-REOPENED
usertags 430498 + status-NEW

# remote status report for #432157
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13316
#  * remote status changed: (?) -> NEW
usertags 432157 + status-NEW

# remote status report for #452268
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11402
#  * remote status changed: (?) -> ASSIGNED
usertags 452268 + status-ASSIGNED

# remote status report for #442235
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13380
#  * remote status changed: (?) -> NEW
usertags 442235 + status-NEW

# remote status report for #451570
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13376
#  * remote status changed: (?) -> NEW
usertags 451570 + status-NEW

# remote status report for #452268
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11402
#  * remote status changed: (?) -> ASSIGNED
usertags 452268 + status-ASSIGNED

# remote status report for #451847
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13375
#  * remote status changed: (?) -> NEW
usertags 451847 + status-NEW

# remote status report for #451848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13374
#  * remote status changed: (?) -> NEW
usertags 451848 + status-NEW

# remote status report for #452268
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11402
#  * remote status changed: (?) -> ASSIGNED
usertags 452268 + status-ASSIGNED

# remote status report for #452268
#  * https://bugs.freedesktop.org/show_bug.cgi?id=11402
#  * remote status changed: (?) -> ASSIGNED
usertags 452268 + status-ASSIGNED

# remote status report for #452372
#  * https://bugs.freedesktop.org/show_bug.cgi?id=13377
#  * remote status changed: (?) -> NEW
usertags 452372 + status-NEW

thanks



[bts-link] source package xserver-xorg-video-radeonhd

2007-11-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-radeonhd
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #446442
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12843
#  * remote status changed: ASSIGNED -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 446442 + fixed-upstream
usertags 446442 - status-ASSIGNED
usertags 446442 + status-RESOLVED resolution-FIXED

thanks



Re: compiz-fusion-plugins-extra_0.6.0-2_amd64.changes REJECTED

2007-11-25 Thread sean finney
hi joerg,

On Sunday 25 November 2007 05:42:30 pm Joerg Jaspert wrote:
> Hi Maintainer,
>
> rejected, your debian/copyright file is incomplete and misses
> (C)holders/license data. You have to include all such differences.
>
> Like src/showdesktop/* (but there might be more, i stopped looking)

actually, that was the only one :)

i've -v'd debian/copyright a bit, and included a blurb about the file in 
question (BSD style license), and re-uploaded the package with a -3 version.

sean


signature.asc
Description: This is a digitally signed message part.


[bts-link] source package mesa

2007-11-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package mesa
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #451339
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12082
#  * remote status changed: (?) -> NEW
usertags 451339 + status-NEW

thanks



Bug#452800: Old Bug renewed: rights of the tty are wrong

2007-11-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I did some offline tests on my machine and it is still clean. So this
can be precluded. But the strange is that after the reboot xterm works
as expected. No more wrong group on tty.

So this is just a windows like bug; reboot and good.

But it is still strange that xterm change group of the tty... (As I
said before this also happens with the backported sid package.) So maybe
you would like to close the bug or spend hours to search for a
inconsistency in the source.

Gruß
   Klaus
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR0mvW5+OKpjRpO3lAQL2Hwf+JyQRKIJD3QUIo0ofr+I6WQLgRNQoYspD
RT9tKG6/1YqEECyaM0Dh/R3nX+brF3neMmud44Vye0ZD1kuxuZaCabSek+3LMYbS
gU1h01I+gB4Zo2l7vrjSfgnPudCBj/AoXStXwzldAxAgaeyiPDzrZxide8l5i9UI
KjdUA9NZvr9uF7dLFD0rrW9lJrwSaVcre8wgZh9ZTvznj9uCPOP8xpjhw+b0Btwe
F2W6f2lOkithk1vzqmUd6YHRFuPqNvmrw80fUX9R0+2r72X1tlRKAleHLnndvuFU
G+iHMWHobJQr1cWvVk4Sy9tip4XRU9maE7s/A1zxpBH2ai3UtrzI5w==
=Zsly
-END PGP SIGNATURE-



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



Processing of compiz-fusion-plugins-extra_0.6.0-3_amd64.changes

2007-11-25 Thread Archive Administrator
compiz-fusion-plugins-extra_0.6.0-3_amd64.changes uploaded successfully to 
localhost
along with the files:
  compiz-fusion-plugins-extra_0.6.0-3.dsc
  compiz-fusion-plugins-extra_0.6.0.orig.tar.gz
  compiz-fusion-plugins-extra_0.6.0-3.diff.gz
  compiz-fusion-plugins-extra_0.6.0-3_amd64.deb

Greetings,

Your Debian queue daemon


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



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

2007-11-25 Thread Sean Finney
 debian/changelog |7 +++
 debian/copyright |  108 +--
 2 files changed, 113 insertions(+), 2 deletions(-)

New commits:
commit 8899743099fd2138e2e3c8d9e6a68863216d0f2b
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 25 18:27:07 2007 +0100

update copyright info

diff --git a/debian/changelog b/debian/changelog
index 9699249..8e8d256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+compiz-fusion-plugins-extra (0.6.0-3) unstable; urgency=low
+
+  * Update copyright information to be more specific, at the request of
+ftp-master.
+
+ -- Sean Finney <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 18:26:35 +0100
+
 compiz-fusion-plugins-extra (0.6.0-2) unstable; urgency=low
 
   * Remove autofoo generated content and create/remove it as part of the
diff --git a/debian/copyright b/debian/copyright
index 7e8a439..b392f06 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,9 +11,113 @@ Upstream Authors (Lead Developers, see AUTHORS for full 
list):
Guillaume Seguin - iXce <[EMAIL PROTECTED]>
Kristian Lyngstøl <[EMAIL PROTECTED]>
 
-License:
+Copyright:
 
-GPL, see `/usr/share/common-licenses/GPL'
+
+The following copyright/license applies to the files mentioned below:
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
+./src/addhelper/*.c
+ * Copyright (c) 2007 Kristian Lyngstøl <[EMAIL PROTECTED]>
+
+./src/bench/*.{c,h}
+ * Copyright : (C) 2006 by Dennis Kasprzyk
+
+./src/crashhandler/crashhandler.c
+ * Copyright : (C) 2006 by Dennis Kasprzyk
+
+./src/cubecaps/cubecaps.c
+ * Copyright : (C) 2007 Guillaume Seguin
+
+./src/cubereflex/cubereflex.c
+ * Copyright : (C) 2007 by Dennis Kasprzyk
+
+./src/extrawm/extrawm.c
+ * Copyright: (C) 2007 Danny Baumann <[EMAIL PROTECTED]>
+
+./src/fadedesktop/fadedesktop.c
+ * Copyright (c) 2006 Robert Carr <[EMAIL PROTECTED]>
+ *   2007 Danny Baumann <[EMAIL PROTECTED]>
+
+./src/firepaint/*.{c,h}
+ * Copyright : (C) 2007 by Dennis Kasprzyk
+
+./src/gears/gears.c
+ * Copyright : (C) 2007 by Dennis Kasprzyk
+
+./src/group/*.{c,h}
+ * Copyright : (C) 2006-2007 by Patrick Niklaus, Roi Cohen, Danny Baumann
+
+./src/mblur/mblur.c
+ * Copyright : (C) 2007 by Dennis Kasprzyk
+
+./src/reflex/reflex.c
+ * Copyright : (C) 2007 by Dennis Kasprzyk
+
+./src/scalefilter/scalefilter.c
+ * Copyright : (C) 2007 by Danny Baumann
+ * Copyright : (C) 2006 Diogo Ferreira
+ * Copyright : (C) 2007 Robert Carr
+
+./src/splash/splash.c
+ * Copyright : (C) 2006 by Dennis Kasprzyk
+
+./src/trailfocus/trailfocus.c
+ * Copyright (c) 2006 Kristian Lyngstøl <[EMAIL PROTECTED]>
+
+./src/widget/widget.c
+ * Copyright : (C) 2007 by Danny Baumann
+ * Copyright : (C) 2006 Quinn Storm
+ * Copyright : (C) 2007 Mike Dransfield
+
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+
+The following copyright/license applies to the files mentioned below:
+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files (the
+ * "Software"), to deal in the Software without restriction, including
+ * without limitation the rights to use, copy, modify, merge, publish,
+ * distribute, sublicense, and/or sell copies of the Software, and to
+ * permit persons to whom the Software is furnished to do so, subject to
+ * the following conditions:
+ *
+ * Give credit where credit is due, keep the authors message below.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ *
+ * Authors:
+ *   -

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

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

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

Changes since compiz-fusion-plugins-extra-0.6.0-2:
Sean Finney (1):
  update copyright info

---
 debian/changelog |7 +++
 debian/copyright |  108 +--
 2 files changed, 113 insertions(+), 2 deletions(-)
---


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



compiz-fusion-plugins-unsupported_0.6.0-2_amd64.changes ACCEPTED

2007-11-25 Thread Debian Installer

Accepted:
compiz-fusion-plugins-unsupported_0.6.0-2.diff.gz
  to 
pool/main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.6.0-2.diff.gz
compiz-fusion-plugins-unsupported_0.6.0-2.dsc
  to 
pool/main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.6.0-2.dsc
compiz-fusion-plugins-unsupported_0.6.0-2_amd64.deb
  to 
pool/main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.6.0-2_amd64.deb
compiz-fusion-plugins-unsupported_0.6.0.orig.tar.gz
  to 
pool/main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.6.0.orig.tar.gz


Override entries for your package:
compiz-fusion-plugins-unsupported_0.6.0-2.dsc - extra x11
compiz-fusion-plugins-unsupported_0.6.0-2_amd64.deb - extra x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



compiz-fusion-plugins-extra_0.6.0-2_amd64.changes REJECTED

2007-11-25 Thread Joerg Jaspert
Hi Maintainer,

rejected, your debian/copyright file is incomplete and misses
(C)holders/license data. You have to include all such differences.

Like src/showdesktop/* (but there might be more, i stopped looking)

-- 
bye Joerg



===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


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



compizconfig-backend-kconfig_0.6.0-2_amd64.changes is NEW

2007-11-25 Thread Debian Installer
(new) compizconfig-backend-kconfig_0.6.0-2.diff.gz extra x11
(new) compizconfig-backend-kconfig_0.6.0-2.dsc extra x11
(new) compizconfig-backend-kconfig_0.6.0-2_amd64.deb extra x11
Compiz Fusion configuration system - kconfig backend
 Compiz Fusion is the result of the re-unification of the Beryl-project
 and the community around the Compiz Window Manager. It seeks to provide
 an easy and fun-to-use windowing environment, allowing use of the
 graphics hardware to provide impressive effects, amazing speed and
 unrivalled usefulness
 .
 This package provides the kconfig-based (kde) configuration backend for the
 compiz-fusion plugin system
(new) compizconfig-backend-kconfig_0.6.0.orig.tar.gz extra x11
Changes: compizconfig-backend-kconfig (0.6.0-2) unstable; urgency=low
 .
  * Remove autoconf-generated content, and run it as part of the build
process instead.


Override entries for your package:

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Processing of compizconfig-backend-kconfig_0.6.0-2_amd64.changes

2007-11-25 Thread Archive Administrator
compizconfig-backend-kconfig_0.6.0-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  compizconfig-backend-kconfig_0.6.0-2.dsc
  compizconfig-backend-kconfig_0.6.0.orig.tar.gz
  compizconfig-backend-kconfig_0.6.0-2.diff.gz
  compizconfig-backend-kconfig_0.6.0-2_amd64.deb

Greetings,

Your Debian queue daemon


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



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

2007-11-25 Thread Sean Finney
 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 |7 
 debian/rules |   24 
 settings-backend/Makefile.in |  733 
 subdirs  |1 
 12 files changed, 30 insertions(+), 50701 deletions(-)

New commits:
commit c5fda1fb90cad17df3a5fc42e4c78a3e210caff5
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 25 16:21:13 2007 +0100

remove autofoo

diff --git a/debian/changelog b/debian/changelog
index b8d2cec..65d0c0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+compizconfig-backend-kconfig (0.6.0-2) unstable; urgency=low
+
+  * Remove autoconf-generated content, and run it as part of the build
+process instead.
+
+ -- Sean Finney <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 16:20:16 +0100
+
 compizconfig-backend-kconfig (0.6.0-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/rules b/debian/rules
index 3deac75..8e996be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,24 @@ else
CFLAGS += -O2
 endif
 
+# the following files are modified in the build process, but shouldn't be.
+#UPSTREAM_PRESERVE:=po/Makefile.in.in
+
+# the following are generated by autoconf and have no way of being deleted
+# gracefully. 
+AUTOFOO_DELETE:=aclocal.m4 config.guess config.h.in config.sub configure \
+depcomp install-sh intltool-extract.in intltool-merge.in \
+intltool-update.in ltmain.sh missing mkinstalldirs \
+   po/Makefile.in.in Makefile.am acinclude.m4 
configure.files \
+   configure.in subdirs
+
 configure: configure-stamp
 configure-stamp:
dh_testdir
-   chmod +x ./configure
+   for f in $(UPSTREAM_PRESERVE); do \
+   cp -a $$f $$f.preserve; \
+   done
+   ./autogen.sh
./configure --prefix=/usr --disable-static
touch configure-stamp
 
@@ -29,6 +43,14 @@ clean:
dh_testroot
rm -f build-stamp configure-stamp
[ ! -f Makefile ] || $(MAKE) distclean
+   # clean up extra automake cruft
+   find . -type f -name Makefile.in -print0 | xargs -0 rm -f
+   rm -f $(AUTOFOO_DELETE)
+   for f in $(UPSTREAM_PRESERVE); do \
+   if [ -f $$f.preserve ]; then \
+   cp -a $$f.preserve $$f; rm -f $$f.preserve; \
+   fi; \
+   done
dh_clean 
 
 install: build

commit f1f26d15a798c2df12785eda052c87bb5949f7f0
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Sun Nov 25 14:25:26 2007 +0100

remove autofoo cruft

diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index c0db206..000
--- a/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AUTOMAKE_OPTIONS = foreign 1.5 dist-bzip2
-DISTCLEANFILES = inst-apps
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS
-include admin/deps.am
-
-include admin/Doxyfile.am
-
-
-
-
-SUBDIRS=$(TOPSUBDIRS)
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 08051de..000
--- a/Makefile.in
+++ /dev/null
@@ -1,976 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
[EMAIL PROTECTED]@
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/admin/Doxyfile.am \
-   $(srcdir)/admin/deps.am $(srcdir)/config.h.in \
-   $(top_srcdir)/configure admin/compile admin/con

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

2007-11-25 Thread Sean Finney
Tag 'compizconfig-backend-kconfig-0.6.0-2' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-25 15:21 +

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

Changes since compizconfig-backend-kconfig-0.6.0-1:
Sean Finney (2):
  remove autofoo cruft
  remove autofoo

---
 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 |7 
 debian/rules |   24 
 settings-backend/Makefile.in |  733 
 subdirs  |1 
 12 files changed, 30 insertions(+), 50701 deletions(-)
---


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



Bug#452800: Old Bug renewed: rights of the tty are wrong

2007-11-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A small not to reference the old bug(s):

349924 and 349142

But strange is, the bug was fixed for long time and now (since today) it
happens again. I tryyyed to compile the sid version of xterm and it also
has the bug. (Note, etch has incompatible glibc than sid and the glibc
of sid cannot installed on a system with kernel 2.4)

However, trying to get the changes done in the last days.

- - There was no login or pam related package installed or updated
  (debconf, but I think this is not likely for the problem.)

- - A new user was add to passwd

Thats it.

Is it possible that the problem is date relevant? (A stupid thought but
the old bugs was also in winter time)

At the moment I am a bit. xterms started yesterday has the right
permissions and since today the wrong. Maybe shutting down the system to
make some rootkit checks. (Unlikely but not impossible)

Gruß
   Klaus
- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR0l5JZ+OKpjRpO3lAQJu1AgAp4XURclqRx8LhElTUQj4CxTHtHXmGkRh
1qZsZxY+L8UimWjswEvvIl9JpDFD39CHykrtOKPTbZm8CR5bN0JNUhpIuISYQLEs
Ni/f2+ucNkEmcMzbo5anGy346kkFFPlKmu68Y1T0yj/5PZ8xXhAbHBbTsYMssJbZ
er4r73RjcpeSecoqyCX4dX7GyJM631j8DSb0fbBngBUzB88LELKiszF9S3z3hCUU
/WhtIqbE4cEf3WAmW36aBWafAl9+XiDAr7ObBaXw5onv+kX49Csb3WSxtornbW4h
EAhD/CCMQ8A74rTxL+DRJ9eP2BtSCZ8uEQsLQ2/31Du6xUUBKgn0xg==
=qS0h
-END PGP SIGNATURE-



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



xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.changes ACCEPTED

2007-11-25 Thread Debian Installer

Accepted:
xserver-xorg-video-radeonhd-dbg_0.0.4~git20071124-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd-dbg_0.0.4~git20071124-1_amd64.deb
xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.deb


Override entries for your package:
xserver-xorg-video-radeonhd-dbg_0.0.4~git20071124-1_amd64.deb - extra x11
xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.deb - optional x11



Thank you for your contribution to Debian.


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



compizconfig-backend-gconf_0.6.0-2_amd64.changes is NEW

2007-11-25 Thread Debian Installer
(new) compizconfig-backend-gconf_0.6.0-2.diff.gz extra x11
(new) compizconfig-backend-gconf_0.6.0-2.dsc extra x11
(new) compizconfig-backend-gconf_0.6.0-2_amd64.deb extra x11
Compiz Fusion configuration system - gconf backend
 Compiz Fusion is the result of the re-unification of the Beryl-project
 and the community around the Compiz Window Manager. It seeks to provide
 an easy and fun-to-use windowing environment, allowing use of the
 graphics hardware to provide impressive effects, amazing speed and
 unrivalled usefulness
 .
 This package provides the gconf-based configuration backend for the
 compiz-fusion plugin system
(new) compizconfig-backend-gconf_0.6.0.orig.tar.gz extra x11
Changes: compizconfig-backend-gconf (0.6.0-2) unstable; urgency=low
 .
  * Remove autofoo generated content and create/remove it as part of the
standard build process instead.
  * FTBFS: add the following to Build-Depends: automake1.9, libtool,
libxml2-dev, libxslt1-dev


Override entries for your package:

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Processing of xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.changes

2007-11-25 Thread Archive Administrator
xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.deb
  xserver-xorg-video-radeonhd-dbg_0.0.4~git20071124-1_amd64.deb

Greetings,

Your Debian queue daemon


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



Processing of compizconfig-backend-gconf_0.6.0-2_amd64.changes

2007-11-25 Thread Archive Administrator
compizconfig-backend-gconf_0.6.0-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  compizconfig-backend-gconf_0.6.0-2.dsc
  compizconfig-backend-gconf_0.6.0.orig.tar.gz
  compizconfig-backend-gconf_0.6.0-2.diff.gz
  compizconfig-backend-gconf_0.6.0-2_amd64.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.changes REJECTED

2007-11-25 Thread Debian Installer

Rejected: no source found and Architecture line in changes mention source.
Rejected: source uploads must contain a dsc file


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


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



Bug#451703: white screen of death under compiz

2007-11-25 Thread Michel Dänzer

On Sun, 2007-11-25 at 09:04 +0100, Brice Goglin wrote:
> 
> > 1) I ran compiz --replace && kde-window-decorator
> > and I got:
> >
> > GLX_EXT_texture_from_pixmap is not available with direct rendering.
> > GLX_EXT_texture_from_pixmap is available with indirect rendering.
> >
> > Is it something to worry about?
> 
> No. 

Indeed, the important thing is that it's available at all.

> GLX_EXT_texture_from_pixmap is what enables the
> distortion/rotation/... of windows. IIRC, the latter means that regular
> windows can be distorted/rotated/... by Compiz with AIGLX. The former is
> for window doing OpenGL rendering, which does not work with Compiz yet
> (in the works for the next X server). Try glxgears in Compiz to see the
> problem.

Close, but no cigar. :)

GLX_EXT_texture_from_pixmap is the central mechanism that allows
compositing managers such as compiz to use X pixmaps as OpenGL textures.
It's a requirement for efficient compositing with OpenGL and currently
also for compiz to work at all, even without any fancy effects.

The above reflects that currently, DRI based 3D drivers only support
this extension with indirect rendering contexts.

That the rendering of DRI based 3D drivers is not properly redirected to
backing pixmaps of redirected windows is a separate issue.

(While they are separate issues, both require solving a lot of the same
problems, and the upcoming DRI2 rework will address both).

Hope this clears up some things,


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




Processing of xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.changes

2007-11-25 Thread Archive Administrator
xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  xserver-xorg-video-radeonhd_0.0.4~git20071124-1_amd64.deb
  xserver-xorg-video-radeonhd-dbg_0.0.4~git20071124-1_amd64.deb

Greetings,

Your Debian queue daemon


-- 
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-2'

2007-11-25 Thread Sean Finney
Tag 'compizconfig-backend-gconf-0.6.0-2' created by Sean Finney <[EMAIL 
PROTECTED]> at 2007-11-25 12:21 +

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

Changes since compizconfig-backend-gconf-0.6.0-1:
Sean Finney (2):
  remove autofoo junk
  autofoo fixes and build-deps

---
 Makefile.in  |  606 -
 aclocal.m4   | 7618 --
 config.guess | 1516 --
 config.sub   | 1626 ---
 configure|22651 ---
 debian/changelog |9 
 debian/control   |2 
 debian/rules |   23 
 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 
 18 files changed, 32 insertions(+), 46446 deletions(-)
---


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



Bug#452411: Same problem here

2007-11-25 Thread Matthias Breier

Hello Julien,

interestingly I have the same mouse and the same problem. But I created 
especially to prevent these problems a persistent symlink at the event device 
dealing with my mouse via udev. So my xorg.conf device section looks like the 
following:


Section "InputDevice"
Identifier  "Logitech MX510"
Driver  "evdev"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/event-mx510"
EndSection

Nevertheless, if I replug the mouse or even plug in a new device at an usb port 
in the same row of my notebook (it has 4 jacks, probably connected internally to 
two controllers), the mouse stops responding. Hereupon the following lines 
appear in the xorg-log:


(EE) Read error: No such device (19, -1 != 16)
(II) Logitech MX510: Off
(II) Logitech MX510: Off
(II) UnloadModule: "evdev"

Perhaps the error is caused by some other components of the system, maybe HAL or 
something similar. The system logs also do not contain any suspicious entries.

Maybe you have a clue where I can start looking for the cause(s) of this 
problem?

Best regards

Matthias




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



Bug#452800: Old Bug renewed: rights of the tty are wrong

2007-11-25 Thread Julien Cristau
On Sun, Nov 25, 2007 at 11:15:54 +0100, Klaus Ethgen wrote:

> Package: xterm
> Version: 222-1etch2
> Severity: normal
> 
> I have no clue why this happens again since xterm isn't updated for long
> time.
> 
Weird.

> When I start xterm I get:
> mesg: error: tty device is not owned by group `tty'
> 
> ~> ls -l `tty`
> crw--w 1 klaus utmp 136, 10 2007-11-25 11:11 /dev/pts/10
> 
> If I chgrp of /usr/bin/xterm to tty it works well.
> 
> Is there any reason the xterm binary is group utmp? And then why is this
> long fixed bug opened again?
> 
Yes, xterm is setgid utmp on purpose.  That shouldn't affect the tty
device's permissions AFAIK.

> ~> md5sum /usr/bin/xterm
> 3ebc5ce7ac8c87d64a17cf086987ce25  /usr/bin/xterm
> ~> sha1sum /usr/bin/xterm
> c328e8f61000c326e05e230164c27cd944c8c97f  /usr/bin/xterm
> ~> ls -l /usr/bin/xterm
> -rwxr-sr-x 1 root utmp 298020 2007-01-10 17:35 /usr/bin/xterm
> 
I'll try to investigate that on an etch box next week.

Cheers,
Julien




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



Bug#452800: Old Bug renewed: rights of the tty are wrong

2007-11-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: xterm
Version: 222-1etch2
Severity: normal

I have no clue why this happens again since xterm isn't updated for long
time.

When I start xterm I get:
mesg: error: tty device is not owned by group `tty'

~> ls -l `tty`
crw--w 1 klaus utmp 136, 10 2007-11-25 11:11 /dev/pts/10

If I chgrp of /usr/bin/xterm to tty it works well.

Is there any reason the xterm binary is group utmp? And then why is this
long fixed bug opened again?

~> md5sum /usr/bin/xterm
3ebc5ce7ac8c87d64a17cf086987ce25  /usr/bin/xterm
~> sha1sum /usr/bin/xterm
c328e8f61000c326e05e230164c27cd944c8c97f  /usr/bin/xterm
~> ls -l /usr/bin/xterm
- -rwxr-sr-x 1 root utmp 298020 2007-01-10 17:35 /usr/bin/xterm

- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (500, 
'oldstable'), (60, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.35.3
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages xterm depends on:
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libncurses55.5-5 Shared libraries for terminal hand
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxaw71:1.0.2-4 X11 Athena Widget library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  xbitmaps   1.0.1-2   Base X bitmaps

Versions of packages xterm recommends:
ii  xutils  1:7.1.ds.3-1 X Window System utility programs

- -- no debconf information

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR0lLWp+OKpjRpO3lAQK4DQf8C/21IEbwMPcXQtvU4/NrGQ8J3L7OT5cp
mL2eUuQ2c/mRYDD37FZLymv/F8f1ykgz/FYXe1dN93a7GF2yqNUtHhU5aex46NNB
71UahlwRX6KJYHnn3Wcr3Ya1kRsH4lrdDK3lSlFNvX43+v9crssVSlP40lkgKRBu
t4by3GnJqkXYNpxWoeyIAtGRJP2d32Fr6vcghkYmpnuNJTdLMCzURgHiJ1EzxSm4
YjTXOyM39ruVmx5KRYqrucCsinEYrEdDjN0QqdXY2V/hRDGiROadxUYCPqOBI3y4
KTVa7KPvOfGbCZ4b57cJLff8g6y2SmDGlp89NbhpSmmz+YCLlz8hcg==
=sfUQ
-END PGP SIGNATURE-



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



Bug#451703: marked as done (Missing libgl1-mesa-dri in dependencies list)

2007-11-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Nov 2007 09:04:34 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451703: white screen of death under compiz
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: compiz
Version: 0.6.3~git20071104.c9009efd-1
Severity: important

--- Please enter the report below this line. ---

This happens with the latest version in sid and, if I am not wrong, with the
former version in sid as well.

I think you know (and hate :-)  ) me well, but let us remind just in case:
my card is Intel and the composition is enabled with the option Option
"AccelMethod" "EXA". KDE translucencies work OK.

When I launch compiz --replace, the screen goes totally white, and some
seconds afterwards the mouse pointer appears.

If I Ctrl+Alt+F1 and kill compiz and gtk-windows-decoration, the windows of
course have no border, but the keyboard does not work either.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
compiz-core (>= 0.6.3~git20071104.c9009efd-1) | 0.6.3~git20071104.c9009efd-1
compiz-plugins (>= 0.6.3~git20071104.c9009efd-1) |
0.6.3~git20071104.c9009efd-1
compiz-gtk (>= 0.6.3~git20071104.c9009efd-1) | 0.6.3~git20071104.c9009efd-1
compiz-gnome (>= 0.6.3~git20071104.c9009efd-1) |
0.6.3~git20071104.c9009efd-1
--- End Message ---
--- Begin Message ---
severity 451703 normal
thank you



David wrote:
> Then I installed libgl1-mesa-dri and I could start compiz.

Yes, the X server needs DRI drivers for AIGLX for Compiz.

> I am confused here: if I go in synaptic to libgl1-mesa-dri and see the
> dependent packages, a lot of essential packages are listed
> (xserver-xorg, compiz-core, etc), but, if I go to xserver-xorg and
> compiz-core, they do not depend on libgl1-mesa-dri . I thought that
> the "dependent packages" were extracted by apt, but, now, I think that
> the maintainer, when packaging, sets the "dependent packages" list
> into the package by hand. IS IT CORRECT? Isn't it an unnecessary mess?

No, that's not the case. What's probably happening is that
libgl1-mesa-dri is in the Recommends: fields, not in the Depends:
field.  And synaptics does not displays this clearly (Recommends: are
treated as Depends: in some cases).

xserver-xorg can't depend on libgl1-mesa-dri since it works without DRI,
but it's often better to have it installed. Same for Compiz, it can work
without libgl1-mesa-dri (if you have nvidia or fglrx) but it's better to
have it installed for most cases (other drivers). So we just need a
Recommends: libgl1-mesa-dri here.

I don't actually see Compiz recommending libgl1-mesa-dri here, but since
xserver-xorg must be installed before, there's no need to duplicated the
Recommends: from xserver-xorg into compiz. So I am closing this bug.

> On the other hand, I use kde and I see some malfunctions in compiz.
> Can you please answer me, by personal email if you want?:

I don't use KDE so I will miss some details for some questions.

> 1) I ran compiz --replace && kde-window-decorator
> and I got:
>
> GLX_EXT_texture_from_pixmap is not available with direct rendering.
> GLX_EXT_texture_from_pixmap is available with indirect rendering.
>
> Is it something to worry about?

No. GLX_EXT_texture_from_pixmap is what enables the
distortion/rotation/... of windows. IIRC, the latter means that regular
windows can be distorted/rotated/... by Compiz with AIGLX. The former is
for window doing OpenGL rendering, which does not work with Compiz yet
(in the works for the next X server). Try glxgears in Compiz to see the
problem.

> 3) The KDE desktop switcher acquires an enormous size so it takes a
> lot of the panel.
> 4) Furthermore, the KDE desktop switcher does not work at all.

It may be conflicting with Compiz switcher.

> 5) The windows are "rigid bodies", the borders do not "wave" because
> of the "inertia" as I move the windows. How can I solve that?

You need the wobbly plugin. See http://bgoglin.livejournal.com/11253.html

> 7) Is there any compiz configuration GUI (like beryl-manager)?

Soon. Compiz Fusion packages are being uploaded these days.

Brice


--- End Message ---


Processed: Re: Bug#451703: white screen of death under compiz

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

> severity 451703 normal
Bug#451703: Missing libgl1-mesa-dri in dependencies list
Severity set to `normal' from `serious'

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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