xorg-server: Changes to 'ubuntu'

2010-03-23 Thread Bryce Harrington
 debian/changelog |6 
 debian/patches/110_findglyphbyhash-fix.patch |   35 +++
 debian/patches/series|1 
 3 files changed, 42 insertions(+)

New commits:
commit c8614f81c2fc8985b83b7084a6ffe7e08ad4fefc
Author: Bryce Harrington 
Date:   Tue Mar 23 19:44:56 2010 -0700

Add null ptr deref patch from upstream for glyph crash
(Thanks for chasing this down Sarvatt!)

diff --git a/debian/changelog b/debian/changelog
index ec14a17..a54d68a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,17 @@
 xorg-server (2:1.7.6-1ubuntu1) UNRELEASED; urgency=low
 
+  [Timo Aaltonen]
   * Merge from Debian unstable.
   * Drop patch 107, included in Debian.
   * Drop patch 108, included upstream.
   * control: Drop the udeb, we don't need it for lucid.
   * control: Relax/drop some build-deps caused by the udeb.
 
+  [Bryce Harrington]
+  * Add 110_findglyphbyhash-fix.patch from upstream to fix a sporadic
+crash in FindGlyphByHash.
+(LP: #401045)
+
  -- Timo Aaltonen   Tue, 23 Mar 2010 23:43:55 +0200
 
 xorg-server (2:1.7.6-1) unstable; urgency=low
diff --git a/debian/patches/110_findglyphbyhash-fix.patch 
b/debian/patches/110_findglyphbyhash-fix.patch
new file mode 100644
index 000..eb62826
--- /dev/null
+++ b/debian/patches/110_findglyphbyhash-fix.patch
@@ -0,0 +1,35 @@
+This is how the crash can be triggered with only two clients on the system:
+Client A: (already running)
+Client B: Connect
+Client B: CreateGlyphSet(depthN)
+Client A: Disconnect
+Server: free globalGlyphs(depthN)
+Client B: AddGlyphs(depthN)
+Server: SEGV
+
+This crash was introduced with the FindGlyphsByHash function
+in 516b96387b0e57b524a37a96da22dbeeeb041712. Before that revision,
+ResizeGlyphSet was always called before FindGlyphRef, which would
+re-create globalGlyphs(depthN) if necessary.
+
+Signed-off-by: Peter Harris 
+---
+ render/glyph.c |3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/render/glyph.c b/render/glyph.c
+index 0b864ad..f0f3b19 100644
+--- a/render/glyph.c
 b/render/glyph.c
+@@ -217,6 +217,9 @@ FindGlyphByHash (unsigned char sha1[20], int format)
+ GlyphRefPtr gr;
+ CARD32 signature = *(CARD32 *) sha1;
+ 
++if (!globalGlyphs[format].hashSet)
++  return NULL;
++
+ gr = FindGlyphRef (&globalGlyphs[format],
+  signature, TRUE, sha1);
+ 
+-- 
+1.7.0.2
diff --git a/debian/patches/series b/debian/patches/series
index 09f2101..9d554fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -42,3 +42,4 @@
 198_nohwaccess.patch
 199_xfvb-help-typo.patch
 200_randr-null.patch
+110_findglyphbyhash-fix.patch


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nugb2-0003nw...@alioth.debian.org



Processed: Reassign to openchrome driver

2010-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 555474 http://www.openchrome.org/trac/ticket/340
Bug #555474 [kdelibs-bin] /usr/bin/kdeinit4: Login fails with kdeinit4 fatal IO 
error
Set Bug forwarded-to-address to 'http://www.openchrome.org/trac/ticket/340'.
> reassign 555474 xserver-xorg-video-openchrome
Bug #555474 [kdelibs-bin] /usr/bin/kdeinit4: Login fails with kdeinit4 fatal IO 
error
Bug reassigned from package 'kdelibs-bin' to 'xserver-xorg-video-openchrome'.
Bug No longer marked as found in versions kde4libs/4:4.3.2-2.
> affects 555474 + kdebase-workspace
Bug #555474 [xserver-xorg-video-openchrome] /usr/bin/kdeinit4: Login fails with 
kdeinit4 fatal IO error
Added indication that 555474 affects kdebase-workspace
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126939921123776.transcr...@bugs.debian.org



Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Cyril Brulebois
Hi,

Sven Joachim  (23/03/2010):
> I have some good news, since (after fixing #568162) I indeed managed
> to build a working package.  At least X has been running for about
> two hours which is a promising start. :-)

I'd like to echo Julien's thanks. BTW: Do you plan to maintain nouveau
on a regular basis or is that just a one-time shot? I'm currently
wondering whether to order some hardware to make sure I have some
boards to reproduce user-reported issues, and to check for regressions
when packaging new versions, but I might skip nvidia stuff if you're
going to work on it. :)

> I think I don't want to trample over any of your existing branches
> yet, so I would prefer to use a new branch, or publish my work on my
> joachim-guest account on Alioth where you can pull from at your
> leisure.

Feel free to publish it there as a first step, so that other folks can
have a look at it. :)

I'll leave other questions for (others|later), whatever comes first.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#575148: xserver-xorg-video-radeonhd: Everything is suddenly very slow

2010-03-23 Thread Cyril Brulebois
Heya again.

Thue Janus Kristensen  (23/03/2010):
> Yes, fair enough. But with -radeon dual screen doesn't work in KDE :(.
> 
> So I thought I would mention it anyway, on the off chance that it
> would get fixed :). But as I said, fair enough if you don't give it
> priority.

For reference, it's not about us Debian X maintainers, it's about
upstream.

> > See the drm-related dmesg lines in your bugreport, that's probably
> > not helping: without working direct rendering, it's “““normal”””
> > to have a slow browser. :/
> 
> Nonetheless, it worked before the last update.

I missed the fact you're running a severely outdated kernel, please
upgrade it and see how it goes. See details in:
  http://bgoglin.livejournal.com/19868.html

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#575054: Acknowledgement (xserver-xorg-video-radeon: Xorg fails to start with segmentation fault.)

2010-03-23 Thread Hans Liao
Hi Brice,

I didn't change anything from what I can remember. I upgraded yesterday
afternoon, and my computer lost X this morning.

I have no idea how to do the gdb.

I did try removing all of X and reinstall the unstable version of it,
still gave me the same crash.


Hans



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100324091142.7f122...@hcl-pc.adb.com.tw



Bug#575055: Acknowledgement (xserver-xorg: Xorg crashes with segmentation fault)

2010-03-23 Thread Hans Liao
Thanks Brice.

I didn't know which package I should report it on so I took the two
obvious one to blame :P .

Hans



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100324091235.73045...@hcl-pc.adb.com.tw



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

2010-03-23 Thread Cyril Brulebois
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 0388b64c168eebb2baf3d0cf134877c094a713d8
Author: Cyril Brulebois 
Date:   Wed Mar 24 01:52:56 2010 +0100

Add Homepage field.

diff --git a/debian/changelog b/debian/changelog
index c7052b3..75a933e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-fusion-plugins-unsupported (0.8.4-4) UNRELEASED; urgency=low
+
+  * Add Homepage field.
+
+ -- Cyril Brulebois   Wed, 24 Mar 2010 01:52:41 +0100
+
 compiz-fusion-plugins-unsupported (0.8.4-3) unstable; urgency=low
 
   * Add Vcs-* fields.
diff --git a/debian/control b/debian/control
index c5775ed..390ab04 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Standards-Version: 3.7.2
 Section: x11
 Vcs-Git: 
git://git.debian.org/git/pkg-xorg/bling/compiz-fusion-plugins-unsupported.git
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-unsupported.git
+Homepage: http://wiki.compiz.org/PluginsUnsupported
 
 Package: compiz-fusion-plugins-unsupported
 Architecture: any


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nueqk-pi...@alioth.debian.org



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

2010-03-23 Thread Cyril Brulebois
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 25563043d33ddc588502636e047d9c4b2eaa592a
Author: Cyril Brulebois 
Date:   Wed Mar 24 01:52:55 2010 +0100

Add Homepage field.

diff --git a/debian/changelog b/debian/changelog
index b7415a6..c266362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-fusion-plugins-main (0.8.4-3) UNRELEASED; urgency=low
+
+  * Add Homepage field.
+
+ -- Cyril Brulebois   Wed, 24 Mar 2010 01:52:40 +0100
+
 compiz-fusion-plugins-main (0.8.4-2) unstable; urgency=low
 
   * Add Vcs-* headers.
diff --git a/debian/control b/debian/control
index b07cdd7..77bdf40 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Standards-Version: 3.8.1
 Section: x11
 Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/compiz-fusion-plugins-main.git
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-main.git
+Homepage: http://wiki.compiz.org/PluginsMain
 
 Package: compiz-fusion-plugins-main
 Architecture: any


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nueqj-or...@alioth.debian.org



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

2010-03-23 Thread Cyril Brulebois
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 9008c9ad515b4e9560228a91a1384c7f515298f1
Author: Cyril Brulebois 
Date:   Wed Mar 24 01:52:55 2010 +0100

Add Homepage field.

diff --git a/debian/changelog b/debian/changelog
index 44241f1..96f3b56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-fusion-plugins-extra (0.8.4-3) UNRELEASED; urgency=low
+
+  * Add Homepage field.
+
+ -- Cyril Brulebois   Wed, 24 Mar 2010 01:52:40 +0100
+
 compiz-fusion-plugins-extra (0.8.4-2) unstable; urgency=low
 
   * Add Vcs-* fields.
diff --git a/debian/control b/debian/control
index 42ad522..b89c7d0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Standards-Version: 3.7.2
 Section: x11
 Vcs-Git: 
git://git.debian.org/git/pkg-xorg/bling/compiz-fusion-plugins-extra.git
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-extra.git
+Homepage: http://wiki.compiz.org/PluginsExtra
 
 Package: compiz-fusion-plugins-extra
 Architecture: any


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nueqh-nw...@alioth.debian.org



Bug#573528: marked as done (wrong ABI for core plugin)

2010-03-23 Thread Debian Bug Tracking System
Your message dated Wed, 24 Mar 2010 01:45:29 +0100
with message-id <20100324004529.ga5...@debian.org>
and subject line Re: Bug#573528: compiz
has caused the Debian Bug report #573528,
regarding wrong ABI for core plugin
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: Compiz-core
Version:  0.8.2-6

attempting to use compiz-fusion-plugins main from the repo which is 0.8.4-1

error /usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version 
'20090207', expected ABI version '20090619'.
This was after an aptitude upgrade. I dont know if 0.8.4-1plugins  
possibly will not work with  0.8.2-6 core

Thanks
Brendan


--- End Message ---
--- Begin Message ---
user  (11/03/2010):
> Package: Compiz-core
> Version:  0.8.2-6
>
> attempting to use compiz-fusion-plugins main from the repo which is
> 0.8.4-1
>
> error /usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version
> '20090207', expected ABI version '20090619'.
> This was after an aptitude upgrade. I dont know if 0.8.4-1plugins
> possibly will not work with  0.8.2-6 core

Hi,

you can read the details in this reply:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=30;bug=573012

I'm closing this bugreport accordingly.

Mraw,
KiBi.


signature.asc
Description: Digital signature
--- End Message ---


Bug#573012: marked as done (compiz-plugins: Some plugins do not work anymore)

2010-03-23 Thread Debian Bug Tracking System
Your message dated Wed, 24 Mar 2010 01:37:38 +0100
with message-id <20100324003738.ga5...@debian.org>
and subject line Re: Bug#573012: compiz: recurring problem
has caused the Debian Bug report #573012,
regarding compiz-plugins: Some plugins do not work anymore
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573012: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573012
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: compiz-plugins
Version: 0.8.2-6
Severity: important

After the last update (compiz-fusion-plugins-main 0.8.2-3 -> 0.8.4-1), some 
plugins, like expo, etc, have stopped working.
I suspect that this is due to incompatibility of versions installed: in fact, 
all other related packages are still at version 0.8.2-3.

Ciao



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'stable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages compiz-plugins depends on:
ii  compiz-core  0.8.2-6 OpenGL window and compositing mana
ii  gconf2   2.28.0-1GNOME configuration database syste
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-2The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.20-2simple interprocess messaging syst
ii  libdecoration0   0.8.2-6 Compiz window decoration library
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libglu1-mesa [libglu1]   7.7-4   The OpenGL utility library (GLU)
ii  libgtk2.0-0  2.18.6-1The GTK+ graphical user interface 
ii  libpng12-0   1.2.43-1PNG library - runtime
ii  librsvg2-2   2.26.0-1SAX-based renderer library for SVG
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  libxrender1  1:0.9.5-1   X Rendering Extension client libra

compiz-plugins recommends no packages.

compiz-plugins suggests no packages.


--- End Message ---
--- Begin Message ---
Hugo A. M. Torres  (13/03/2010):
> Package: compiz
> Version: 0.8.2-6
> Severity: normal
> 
> This problem seems to repeat itself from time to time according to
> some people at #compiz (freenode).

Hi,

yes. Some packaging trick got applied the last time, but some more
tweaking was needed. Hopefully, with the uploads of the
compiz-fusion-plugins-{main,extra,unsupported} packages I've just
performed, plugins packages should get a hard dependency on the core
package.

I'm closing this bugreport accordingly.

(We're trying to get newer compiz in testing anyway; you can fetch it
from unstable in the meanwhile, as suggested by others.)

Mraw,
KiBi.


signature.asc
Description: Digital signature
--- End Message ---


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

2010-03-23 Thread Cyril Brulebois
Tag 'compiz-fusion-plugins-unsupported-0.8.4-3' created by Cyril Brulebois 
 at 2010-03-24 00:25 +

Tagging upload of compiz-fusion-plugins-unsupported 0.8.4-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkupW+0ACgkQeGfVPHR5Nd1rIQCgmSDsEU3CBEG0SfsIswGB0fp9
vXUAn2V9i3XieoIvT5wYmbzqjZhzttUU
=cCca
-END PGP SIGNATURE-

Changes since compiz-fusion-plugins-unsupported-0.8.4-2:
Cyril Brulebois (3):
  Add Vcs-* fields.
  Tighten dependencies on compiz-core.
  Upload to unstable.

---
 debian/changelog |   11 +++
 debian/control   |4 +++-
 debian/rules |7 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuepm-0003pi...@alioth.debian.org



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

2010-03-23 Thread Cyril Brulebois
 debian/changelog |   11 +++
 debian/control   |4 +++-
 debian/rules |7 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)

New commits:
commit bc6dab79730a4d49b9b1e8f8f3bcf52df97000a6
Author: Cyril Brulebois 
Date:   Wed Mar 24 01:19:31 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 2b65bd7..c7052b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-compiz-fusion-plugins-unsupported (0.8.4-3) UNRELEASED; urgency=low
+compiz-fusion-plugins-unsupported (0.8.4-3) unstable; urgency=low
 
   * Add Vcs-* fields.
   * Tighten dependencies on compiz-core:
@@ -7,7 +7,7 @@ compiz-fusion-plugins-unsupported (0.8.4-3) UNRELEASED; 
urgency=low
compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
dh_gencontrol.
 
- -- Cyril Brulebois   Wed, 24 Mar 2010 01:17:27 +0100
+ -- Cyril Brulebois   Wed, 24 Mar 2010 01:19:26 +0100
 
 compiz-fusion-plugins-unsupported (0.8.4-2) unstable; urgency=low
 

commit 269a12fb4cf287f5680c5d541e4be891c0a1f97d
Author: Cyril Brulebois 
Date:   Wed Mar 24 01:19:15 2010 +0100

Tighten dependencies on compiz-core.

diff --git a/debian/changelog b/debian/changelog
index f783ae3..2b65bd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 compiz-fusion-plugins-unsupported (0.8.4-3) UNRELEASED; urgency=low
 
   * Add Vcs-* fields.
+  * Tighten dependencies on compiz-core:
+ - Add ${compizcore:Depends} to Depends.
+ - Use dpkg-query to extract the name of the package provided by
+   compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
+   dh_gencontrol.
 
  -- Cyril Brulebois   Wed, 24 Mar 2010 01:17:27 +0100
 
diff --git a/debian/control b/debian/control
index 8b12da5..c5775ed 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-unsup
 
 Package: compiz-fusion-plugins-unsupported
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${compizcore:Depends}
 Description: Compiz Fusion plugins - "unsupported" 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
diff --git a/debian/rules b/debian/rules
index 53d4c51..fd495a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,14 @@ 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
 
+# Detect which package is provided by compiz-core:
+COMPIZCORE_DEPENDS := $(shell dpkg-query --showformat='$${Provides}\n' -W 
compiz-core)
+
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
dh_testdir
+   # Prevent from accidental breakage, early in the build process:
+   if [ -z "$(COMPIZCORE_DEPENDS)" ]; then echo 'Broken compiz-core ABI 
detection'; exit 1; fi
for f in $(UPSTREAM_PRESERVE); do \
cp -a $$f $$f.preserve; \
done
@@ -85,7 +90,7 @@ binary-arch: build install
dh_makeshlibs
dh_installdeb
dh_shlibdeps
-   dh_gencontrol
+   dh_gencontrol -- -Vcompizcore:Depends=$(COMPIZCORE_DEPENDS)
dh_md5sums
dh_builddeb
 

commit d74909bfda3b2670ea6adc3f149525e4c79ba760
Author: Cyril Brulebois 
Date:   Wed Mar 24 01:17:34 2010 +0100

Add Vcs-* fields.

diff --git a/debian/changelog b/debian/changelog
index e1d6f81..f783ae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-fusion-plugins-unsupported (0.8.4-3) UNRELEASED; urgency=low
+
+  * Add Vcs-* fields.
+
+ -- Cyril Brulebois   Wed, 24 Mar 2010 01:17:27 +0100
+
 compiz-fusion-plugins-unsupported (0.8.4-2) unstable; urgency=low
 
   * Add extra install rules for new svg files in 0.8.4.
diff --git a/debian/control b/debian/control
index 2701a71..8b12da5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Uploaders: Sean Finney 
 Build-Depends: automake1.9, autotools-dev, compiz-dev (>= 0.8.4), 
compiz-fusion-bcop (>= 0.8.4), compiz-fusion-plugins-main (>= 0.8.4), debhelper 
(>= 5), intltool, libgconf2-dev, libglib2.0-dev, libtool, libxml2-dev, 
libxslt1-dev, pkg-config, xsltproc, librsvg2-dev, libcairo2-dev, libsm-dev, 
libglu1-mesa-dev, libdbus-1-dev, libdecoration0-dev, libxml-parser-perl, 
x11proto-core-dev, libxrender-dev, quilt
 Standards-Version: 3.7.2
 Section: x11
+Vcs-Git: 
git://git.debian.org/git/pkg-xorg/bling/compiz-fusion-plugins-unsupported.git
+Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-unsupported.git
 
 Package: compiz-fusion-plugins-unsupported
 Architecture: any


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.or

compiz-fusion-plugins-unsupported_0.8.4-3_amd64.changes ACCEPTED

2010-03-23 Thread Archive Administrator



Accepted:
compiz-fusion-plugins-unsupported_0.8.4-3.diff.gz
  to 
main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.8.4-3.diff.gz
compiz-fusion-plugins-unsupported_0.8.4-3.dsc
  to 
main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.8.4-3.dsc
compiz-fusion-plugins-unsupported_0.8.4-3_amd64.deb
  to 
main/c/compiz-fusion-plugins-unsupported/compiz-fusion-plugins-unsupported_0.8.4-3_amd64.deb


Override entries for your package:
compiz-fusion-plugins-unsupported_0.8.4-3.dsc - source x11
compiz-fusion-plugins-unsupported_0.8.4-3_amd64.deb - extra x11

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


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuewi-0001wu...@ries.debian.org



Processing of compiz-fusion-plugins-unsupported_0.8.4-3_amd64.changes

2010-03-23 Thread Archive Administrator
compiz-fusion-plugins-unsupported_0.8.4-3_amd64.changes uploaded successfully 
to localhost
along with the files:
  compiz-fusion-plugins-unsupported_0.8.4-3.dsc
  compiz-fusion-plugins-unsupported_0.8.4-3.diff.gz
  compiz-fusion-plugins-unsupported_0.8.4-3_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nueut-0001nk...@ries.debian.org



Bug#574828: X freezing after upgrade in 1:7.5+5 with nv and nvidia

2010-03-23 Thread deb

I'm a bit unsure it's needed to handle this bug though


What do you mean ?


I just tried this one:

deb http://snapshot-dev.debian.org/archive/debian/20091201T035027Z sid main
which get this version:
ii  xorg 1:7.4+4

And it also freezed VT with both nv and nvidia.
Enough for tonight. I'll try to narrow it down tomorrow.

Complete package list.
ii  xorg 1:7.4+4
ii  xorg-docs-core   1:1.4-5
ii  xserver-xorg 1:7.4+4
ii  xserver-xorg-core2:1.6.5-1
ii  xserver-xorg-input-all   1:7.4+4
ii  xserver-xorg-input-evdev 1:2.2.5-1
ii  xserver-xorg-input-synaptics 1.2.0-2
ii  xserver-xorg-input-wacom 0.8.3.2-1
ii  xserver-xorg-video-all   1:7.4+4
ii  xserver-xorg-video-apm   1:1.2.1-2
ii  xserver-xorg-video-ark   1:0.7.1-2
ii  xserver-xorg-video-ati   1:6.12.3-1
ii  xserver-xorg-video-chips 1:1.2.1-3
ii  xserver-xorg-video-cirrus1:1.3.1-1
ii  xserver-xorg-video-fbdev 1:0.4.0-4
ii  xserver-xorg-video-i128  1:1.3.2-1
ii  xserver-xorg-video-i740  1:1.3.0-1
ii  xserver-xorg-video-intel 2:2.9.1-1
ii  xserver-xorg-video-mach646.8.2-1
ii  xserver-xorg-video-mga   1:1.4.11.dfsg-1
ii  xserver-xorg-video-neomagic  1:1.2.3-1
ii  xserver-xorg-video-nv1:2.1.14-2
ii  xserver-xorg-video-openchrome1:0.2.904+svn812-1
ii  xserver-xorg-video-r128  6.8.1-1
ii  xserver-xorg-video-radeon1:6.12.3-1
ii  xserver-xorg-video-radeonhd  1.2.5-1
ii  xserver-xorg-video-rendition 1:4.2.1-1
ii  xserver-xorg-video-s31:0.6.2-1
ii  xserver-xorg-video-s3virge   1:1.10.2-2
ii  xserver-xorg-video-savage1:2.3.0-1
ii  xserver-xorg-video-siliconmotion 1:1.7.2-1
ii  xserver-xorg-video-sis   1:0.10.1-2
ii  xserver-xorg-video-sisusb1:0.9.1-1
ii  xserver-xorg-video-tdfx  1:1.4.1-1
ii  xserver-xorg-video-trident   1:1.3.1-1
ii  xserver-xorg-video-tseng 1:1.2.1-1
ii  xserver-xorg-video-v4l   0.2.0-3
ii  xserver-xorg-video-vesa  1:2.2.1-1
ii  xserver-xorg-video-vmware1:10.16.7-1
ii  xserver-xorg-video-voodoo1:1.2.2-1




--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/alpine.deb.2.00.1003240043220.4...@qraro.yna



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

2010-03-23 Thread Cyril Brulebois
Tag 'compiz-fusion-plugins-extra-0.8.4-2' created by Cyril Brulebois 
 at 2010-03-23 23:50 +

Tagging upload of compiz-fusion-plugins-extra 0.8.4-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkupU8oACgkQeGfVPHR5Nd3y4wCgsBuKvVx+XMNHjjZmHaJOKktL
YegAnimTROM+LRozx2EDy16xJ+zvxWQr
=1mVT
-END PGP SIGNATURE-

Changes since compiz-fusion-plugins-extra-0.8.4-1:
Cyril Brulebois (3):
  Add Vcs-* fields.
  Tighten dependencies on compiz-core.
  Upload to unstable.

---
 debian/changelog |   11 +++
 debian/control   |4 +++-
 debian/rules |7 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nudro-0003s4...@alioth.debian.org



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

2010-03-23 Thread Cyril Brulebois
 debian/changelog |   11 +++
 debian/control   |4 +++-
 debian/rules |7 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)

New commits:
commit 983232c157c5e3c572a0b4dd1b9871ffb6d37b65
Author: Cyril Brulebois 
Date:   Wed Mar 24 00:45:10 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5e5c697..44241f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-compiz-fusion-plugins-extra (0.8.4-2) UNRELEASED; urgency=low
+compiz-fusion-plugins-extra (0.8.4-2) unstable; urgency=low
 
   * Add Vcs-* fields.
   * Tighten dependencies on compiz-core:
@@ -7,7 +7,7 @@ compiz-fusion-plugins-extra (0.8.4-2) UNRELEASED; urgency=low
compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
dh_gencontrol.
 
- -- Cyril Brulebois   Wed, 24 Mar 2010 00:29:50 +0100
+ -- Cyril Brulebois   Wed, 24 Mar 2010 00:45:05 +0100
 
 compiz-fusion-plugins-extra (0.8.4-1) unstable; urgency=low
 

commit ab97f82970518081ddecb3b59ebe830acd5c59af
Author: Cyril Brulebois 
Date:   Wed Mar 24 00:33:12 2010 +0100

Tighten dependencies on compiz-core.

diff --git a/debian/changelog b/debian/changelog
index 68d1541..5e5c697 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 compiz-fusion-plugins-extra (0.8.4-2) UNRELEASED; urgency=low
 
   * Add Vcs-* fields.
+  * Tighten dependencies on compiz-core:
+ - Add ${compizcore:Depends} to Depends.
+ - Use dpkg-query to extract the name of the package provided by
+   compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
+   dh_gencontrol.
 
  -- Cyril Brulebois   Wed, 24 Mar 2010 00:29:50 +0100
 
diff --git a/debian/control b/debian/control
index 5c780d3..42ad522 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-extra
 
 Package: compiz-fusion-plugins-extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${compizcore:Depends}
 Description: 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
diff --git a/debian/rules b/debian/rules
index 31f778d..a398e1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,9 +20,14 @@ 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
 
+# Detect which package is provided by compiz-core:
+COMPIZCORE_DEPENDS := $(shell dpkg-query --showformat='$${Provides}\n' -W 
compiz-core)
+
 configure: configure-stamp
 configure-stamp:
dh_testdir
+   # Prevent from accidental breakage, early in the build process:
+   if [ -z "$(COMPIZCORE_DEPENDS)" ]; then echo 'Broken compiz-core ABI 
detection'; exit 1; fi
for f in $(UPSTREAM_PRESERVE); do \
cp -a $$f $$f.preserve; \
done
@@ -83,7 +88,7 @@ binary-arch: build install
dh_makeshlibs
dh_installdeb
dh_shlibdeps
-   dh_gencontrol
+   dh_gencontrol -- -Vcompizcore:Depends=$(COMPIZCORE_DEPENDS)
dh_md5sums
dh_builddeb
 

commit 1e175e3e168f9d6480a86e18c035750aeec7da14
Author: Cyril Brulebois 
Date:   Wed Mar 24 00:31:03 2010 +0100

Add Vcs-* fields.

diff --git a/debian/changelog b/debian/changelog
index f01d2ee..68d1541 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-fusion-plugins-extra (0.8.4-2) UNRELEASED; urgency=low
+
+  * Add Vcs-* fields.
+
+ -- Cyril Brulebois   Wed, 24 Mar 2010 00:29:50 +0100
+
 compiz-fusion-plugins-extra (0.8.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 472e754..5c780d3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends: automake1.9, autotools-dev, compiz-dev (>= 
0.8.4), compiz-fusion-
  libtool, libxml2-dev, libxslt1-dev, pkg-config, xsltproc, librsvg2-dev, 
libcairo2-dev, libsm-dev, libdbus-1-dev, libjpeg62-dev, libdecoration0-dev (>= 
0.8.4)
 Standards-Version: 3.7.2
 Section: x11
+Vcs-Git: 
git://git.debian.org/git/pkg-xorg/bling/compiz-fusion-plugins-extra.git
+Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-extra.git
 
 Package: compiz-fusion-plugins-extra
 Architecture: any


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nudro-0003ra...@alioth.debian.org



compiz-fusion-plugins-extra_0.8.4-2_amd64.changes ACCEPTED

2010-03-23 Thread Archive Administrator



Accepted:
compiz-fusion-plugins-extra_0.8.4-2.diff.gz
  to 
main/c/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra_0.8.4-2.diff.gz
compiz-fusion-plugins-extra_0.8.4-2.dsc
  to main/c/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra_0.8.4-2.dsc
compiz-fusion-plugins-extra_0.8.4-2_amd64.deb
  to 
main/c/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra_0.8.4-2_amd64.deb


Override entries for your package:
compiz-fusion-plugins-extra_0.8.4-2.dsc - source x11
compiz-fusion-plugins-extra_0.8.4-2_amd64.deb - extra x11

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


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nue30-0006zd...@ries.debian.org



Processing of compiz-fusion-plugins-extra_0.8.4-2_amd64.changes

2010-03-23 Thread Archive Administrator
compiz-fusion-plugins-extra_0.8.4-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  compiz-fusion-plugins-extra_0.8.4-2.dsc
  compiz-fusion-plugins-extra_0.8.4-2.diff.gz
  compiz-fusion-plugins-extra_0.8.4-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nudwy-00062s...@ries.debian.org



Bug#573095: marked as done (compiz-fusion-plugins-main is too updated in sqeeze thus plugins cant be started)

2010-03-23 Thread Debian Bug Tracking System
Your message dated Wed, 24 Mar 2010 00:42:56 +0100
with message-id <20100323234256.ga1...@debian.org>
and subject line Re: Bug#573095: compiz-fusion-plugins-main is too updated in 
sqeeze thus plugins cant  be started
has caused the Debian Bug report #573095,
regarding compiz-fusion-plugins-main is too updated in sqeeze thus plugins cant 
 be started
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: compiz-fusion-plugins-main
Version: 0.8.4-1


For Debian sqeeze it seems, I couldnt test it for sure because the
package is not in the snapshot.debian.net, that package
compiz-fusion-plugins-main is at 8.4.x version while all the other
packages are left in 8.2.
This has the effect that none of the plugins from the above package
works due to the following error

   /usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI
version '20090207', expected ABI version '20090619'.

Compiz worked flawless before I apt-get upgrade my installation
yesterday (that would be at 7-3-2010).
As i can see there are two options
1st downgrade compiz-fusion-plugins-main to 8.2 if that is possible
2nd upgrade all the other packages to 8.4

in both cases it would be imperative to follow the version numbers
that are being qulified to sqeeze so that they match.
I have seen a few older reports about similar issues in versions 7.x

This is the output when i start compiz from a terminal and I try to
start a plugin from the compiz-fusion-plugins-main package (extra and
unsupported packages work fine)

vfxc...@tx:~$ compiz --replace
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback
/var/log/Xorg.0.log
Detected PCI ID for VGA: 01:00.0 0300: 10de:0045 (rev a1) (prog-if 00
[VGA controller])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1680x1050) to maximum 3D
texture size (4096): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Backend : gconf
Integration : true
Profile : default
Adding plugins
Initializing core options...done
Initializing showdesktop options...done
Initializing gnomecompat options...done
Initializing resize options...done
Initializing move options...done
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format,
disabling YV12 image format
Initializing video options...done
Initializing place options...done
Initializing decoration options...done
Initializing crashhandler options...done
Initializing svg options...done
Initializing wobbly options...done
/usr/bin/compiz.real (cube) - Warn: Failed to load slide:
/usr/share/gdm/themes/Human/ubuntu.png
Initializing cube options...done
Initializing rotate options...done
Initializing wallpaper options...done
Initializing reflex options...done
Initializing 3d options...done
Setting Update "shadow_color"
Setting Update "command"
Setting Update "mipmap"
Setting Update "shadow_match"
Setting Update "unfold_key"
Setting Update "color"
Setting Update "adjust_image"
Setting Update "skydome"
Setting Update "skydome_image"
Setting Update "active_opacity"
Setting Update "initiate_button"
Setting Update "active_plugins"
/usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version
'20090207', expected ABI version '20090619'.

/usr/bin/compiz.real (animation) - Error: InitObject failed
/usr/bin/compiz.real (core) - Error: Couldn't activate plugin 'animation'
/usr/bin/compiz.real (cube) - Warn: Failed to load slide:
/usr/share/gdm/themes/Human/ubuntu.png
/usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version^C
vfxc...@tx:~$

-- 
VFXCode


--- End Message ---
--- Begin Message ---
Version: 0.8.4-2

VFXCode  (08/03/2010):
> Package: compiz-fusion-plugins-main
> Version: 0.8.4-1

Hi,

I've just uploaded a new revision of this package, which adds a strong
dependency on compiz-core, which should fix this.

> For Debian sqeeze it seems, I couldnt test it for sure because the
> package is not in the snapshot.debian.net,

While this is still unofficial, you want snapshot-dev.debian.org these
days.

Mraw,
KiBi.


signature.asc
Description: Digital signature
--- End Message ---


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

2010-03-23 Thread Cyril Brulebois
 debian/changelog |   11 +++
 debian/control   |4 +++-
 debian/rules |7 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)

New commits:
commit b1e746e84b795fca847b1f80f071725f19cfbd63
Author: Cyril Brulebois 
Date:   Wed Mar 24 00:12:36 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index ae5e0bf..b7415a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-compiz-fusion-plugins-main (0.8.4-2) UNRELEASED; urgency=low
+compiz-fusion-plugins-main (0.8.4-2) unstable; urgency=low
 
   * Add Vcs-* headers.
   * Tighten dependencies on compiz-core:
@@ -7,7 +7,7 @@ compiz-fusion-plugins-main (0.8.4-2) UNRELEASED; urgency=low
compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
dh_gencontrol.
 
- -- Cyril Brulebois   Tue, 23 Mar 2010 23:44:31 +0100
+ -- Cyril Brulebois   Wed, 24 Mar 2010 00:12:24 +0100
 
 compiz-fusion-plugins-main (0.8.4-1) unstable; urgency=low
 

commit 3a47efefedb32c536d15b91d182e64c1f2f53881
Author: Cyril Brulebois 
Date:   Wed Mar 24 00:10:34 2010 +0100

Try to detect ABI detection breakage, ensure COMPIZCORE_DEPENDS is not 
empty.

diff --git a/debian/rules b/debian/rules
index 5aeb8a2..29ec36b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,8 @@ COMPIZCORE_DEPENDS := $(shell dpkg-query 
--showformat='$${Provides}\n' -W compiz
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
dh_testdir
+   # Prevent from accidental breakage, early in the build process:
+   if [ -z "$(COMPIZCORE_DEPENDS)" ]; then echo 'Broken compiz-core ABI 
detection'; exit 1; fi
for f in $(UPSTREAM_PRESERVE); do \
cp -a $$f $$f.preserve; \
done

commit 2946acf979cfddb0fe97fb7e5cb0894e8e9287d9
Author: Cyril Brulebois 
Date:   Tue Mar 23 23:56:10 2010 +0100

Tighten dependencies on compiz-core.

diff --git a/debian/changelog b/debian/changelog
index 677c158..ae5e0bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 compiz-fusion-plugins-main (0.8.4-2) UNRELEASED; urgency=low
 
   * Add Vcs-* headers.
+  * Tighten dependencies on compiz-core:
+ - Add ${compizcore:Depends} to Depends.
+ - Use dpkg-query to extract the name of the package provided by
+   compiz-core (e.g. compiz-core-abiversion-20090619), and use it in
+   dh_gencontrol.
 
  -- Cyril Brulebois   Tue, 23 Mar 2010 23:44:31 +0100
 
diff --git a/debian/control b/debian/control
index 61353db..b07cdd7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-main.
 
 Package: compiz-fusion-plugins-main
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${compizcore:Depends}
 Description: Compiz Fusion plugins - main 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
diff --git a/debian/rules b/debian/rules
index e311b45..5aeb8a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ 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
 
+# Detect which package is provided by compiz-core:
+COMPIZCORE_DEPENDS := $(shell dpkg-query --showformat='$${Provides}\n' -W 
compiz-core)
+
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
dh_testdir
@@ -89,7 +92,7 @@ binary-arch: build install
dh_makeshlibs
dh_installdeb
dh_shlibdeps
-   dh_gencontrol
+   dh_gencontrol -- -Vcompizcore:Depends=$(COMPIZCORE_DEPENDS)
dh_md5sums
dh_builddeb
 

commit 2450c754018c886251b991750c1cd6f7500bc858
Author: Cyril Brulebois 
Date:   Tue Mar 23 23:44:49 2010 +0100

Add Vcs-* headers.

diff --git a/debian/changelog b/debian/changelog
index 15aeea0..677c158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+compiz-fusion-plugins-main (0.8.4-2) UNRELEASED; urgency=low
+
+  * Add Vcs-* headers.
+
+ -- Cyril Brulebois   Tue, 23 Mar 2010 23:44:31 +0100
+
 compiz-fusion-plugins-main (0.8.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 3c00ebd..61353db 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev 
(>= 0.8.4), comp
  quilt
 Standards-Version: 3.8.1
 Section: x11
+Vcs-Git: git://git.debian.org/git/pkg-xorg/bling/compiz-fusion-plugins-main.git
+Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/bling/compiz-fusion-plugins-main.git
 
 Package: compiz-fusion-plugins-main
 Architecture: any


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

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

2010-03-23 Thread Cyril Brulebois
Tag 'compiz-fusion-plugins-main-0.8.4-2' created by Cyril Brulebois 
 at 2010-03-23 23:22 +

Tagging upload of compiz-fusion-plugins-main 0.8.4-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkupTTYACgkQeGfVPHR5Nd13SwCeJsxQDlAn3rfm4FvMcp81yf0R
uTAAniAVe5mv3BI0exdb1fytO2kKxD1S
=xwzv
-END PGP SIGNATURE-

Changes since compiz-fusion-plugins-main-0.8.4-1:
Cyril Brulebois (4):
  Add Vcs-* headers.
  Tighten dependencies on compiz-core.
  Try to detect ABI detection breakage, ensure COMPIZCORE_DEPENDS is not 
empty.
  Upload to unstable.

---
 debian/changelog |   11 +++
 debian/control   |4 +++-
 debian/rules |7 ++-
 3 files changed, 20 insertions(+), 2 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nudqu-79...@alioth.debian.org



compiz-fusion-plugins-main_0.8.4-2_amd64.changes ACCEPTED

2010-03-23 Thread Archive Administrator



Accepted:
compiz-fusion-plugins-main_0.8.4-2.diff.gz
  to 
main/c/compiz-fusion-plugins-main/compiz-fusion-plugins-main_0.8.4-2.diff.gz
compiz-fusion-plugins-main_0.8.4-2.dsc
  to main/c/compiz-fusion-plugins-main/compiz-fusion-plugins-main_0.8.4-2.dsc
compiz-fusion-plugins-main_0.8.4-2_amd64.deb
  to 
main/c/compiz-fusion-plugins-main/compiz-fusion-plugins-main_0.8.4-2_amd64.deb


Override entries for your package:
compiz-fusion-plugins-main_0.8.4-2.dsc - source x11
compiz-fusion-plugins-main_0.8.4-2_amd64.deb - extra x11

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


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nudac-0004wg...@ries.debian.org



Processing of compiz-fusion-plugins-main_0.8.4-2_amd64.changes

2010-03-23 Thread Archive Administrator
compiz-fusion-plugins-main_0.8.4-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  compiz-fusion-plugins-main_0.8.4-2.dsc
  compiz-fusion-plugins-main_0.8.4-2.diff.gz
  compiz-fusion-plugins-main_0.8.4-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nudtt-0004h2...@ries.debian.org



Bug#575148: xserver-xorg-video-radeonhd: Everything is suddenly very slow

2010-03-23 Thread Thue Janus Kristensen
On Tue, Mar 23, 2010 at 10:26 PM, Cyril Brulebois  wrote:

> Hi.
>
> Thue Janus Kristensen  (23/03/2010):
> > After a recent aptitude upgrade, my desktop is suddenly very
> > slow. For example, there is no smooth scrolling in Firefox. I am not
> > sure which upgrade did it, but am filing a bug here as my best
> > guess.
>
> AFAICT -radeonhd isn't really maintained, you may want to give -radeon
> a try.
>

Yes, fair enough. But with -radeon dual screen doesn't work in KDE :(.

So I thought I would mention it anyway, on the off chance that it would get
fixed :). But as I said, fair enough if you don't give it priority.


> > I notice that there have recently come a new warning in my Xorg log:
> >(WW) RADEONHD(0): [drm] failed to enable new memory map
> > This may or may not be relevant. The old Xorg.1.log.old is attached.
>
> See the drm-related dmesg lines in your bugreport, that's probably not
> helping: without working direct rendering, it's “““normal””” to have a
> slow browser. :/
>

Nonetheless, it worked before the last update.

Regards, Thue


xorg-server: Changes to 'ubuntu'

2010-03-23 Thread Timo Aaltonen
 debian/changelog |1 +
 debian/control   |7 +++
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 25680a5a25ec48e3df35c176e00b094135fb43ee
Author: Timo Aaltonen 
Date:   Wed Mar 24 00:07:00 2010 +0200

control: Relax/drop some build-deps caused by the udeb.

diff --git a/debian/changelog b/debian/changelog
index 1c31cbf..ec14a17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xorg-server (2:1.7.6-1ubuntu1) UNRELEASED; urgency=low
   * Drop patch 107, included in Debian.
   * Drop patch 108, included upstream.
   * control: Drop the udeb, we don't need it for lucid.
+  * control: Relax/drop some build-deps caused by the udeb.
 
  -- Timo Aaltonen   Tue, 23 Mar 2010 23:43:55 +0200
 
diff --git a/debian/control b/debian/control
index e3d58dc..f0810ab 100644
--- a/debian/control
+++ b/debian/control
@@ -38,16 +38,15 @@ Build-Depends:
  x11proto-xf86dga-dev (>= 2.0.99.1),
  x11proto-xf86vidmode-dev (>= 2.2.99.1),
  xtrans-dev (>= 1.2.2),
- libxau-dev (>= 1:1.0.5-2),
+ libxau-dev (>= 1:1.0.5-1),
  x11proto-input-dev (>= 1.9.99.902),
  x11proto-dri2-dev (>= 2.1),
  libxdmcp-dev (>= 1:0.99.1),
- libxfont-dev (>= 1:1.4.1-2),
+ libxfont-dev (>= 1:1.4.1-1),
  libxkbfile-dev (>= 1:0.99.1),
  libpixman-1-dev (>= 0.15.20),
- libpciaccess-dev (>= 0.11.0-2),
+ libpciaccess-dev (>= 0.11.0-1),
  libgcrypt-dev,
- nettle-dev,
  libdbus-1-dev [kfreebsd-amd64 kfreebsd-i386],
  libhal-dev [kfreebsd-amd64 kfreebsd-i386],
  libudev-dev (>= 151-3) [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia 
m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nucg7-00051j...@alioth.debian.org



xorg-server: Changes to 'ubuntu'

2010-03-23 Thread Timo Aaltonen
 ChangeLog  |  448 
++
 Xext/Makefile.am   |4 
 Xext/xselinux.c|  131 
--
 Xext/xselinux.h|8 
 Xi/exevents.c  |   15 
 Xi/setmode.c   |   10 
 configure.ac   |   16 
 debian/changelog   |   69 +
 debian/control |   13 
 debian/local/xvfb-run.1|2 
 debian/patches/02_Add-libgcrypt-and-libnettle-as-options-for-sha1.diff |  180 

 debian/patches/02_Add-libgcrypt-as-an-option-for-sha1.diff |   84 -
 debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff  |   22 
 debian/patches/107_dont_filter_input_subsys.diff   |   44 
 debian/patches/108_reenable_record_ext.patch   |  302 
--
 debian/patches/12-Add-libudev-input-hotplug-backend.diff   |8 
 debian/patches/16-config-dont-filter-input-subsys.diff |   42 
 debian/patches/16-xfree86-fix-build-with-xv-disabled.diff  |   53 +
 debian/patches/series  |7 
 debian/rules   |  142 
++-
 debian/xdmx-tools.install  |   14 
 debian/xdmx.install|4 
 debian/xnest.install   |4 
 debian/xserver-common.install  |4 
 debian/xserver-xephyr.install  |4 
 debian/xserver-xfbdev.install  |2 
 debian/xserver-xorg-core-udeb.install  |6 
 debian/xserver-xorg-core.install   |   20 
 debian/xserver-xorg-dev.install|6 
 debian/xvfb.install|8 
 dix/devices.c  |8 
 dix/events.c   |   48 -
 dix/getevents.c|7 
 hw/xfree86/common/xf86VGAarbiter.c |   65 -
 hw/xfree86/common/xf86cmap.c   |9 
 hw/xfree86/dri2/dri2.c |2 
 hw/xfree86/modes/xf86Crtc.c|   14 
 hw/xfree86/modes/xf86Crtc.h|   26 
 hw/xfree86/modes/xf86RandR12.c |   14 
 hw/xfree86/os-support/solaris/sun_bell.c   |5 
 hw/xquartz/GL/indirect.c   |2 
 hw/xquartz/GL/visualConfigs.c  |3 
 hw/xquartz/X11Application.m|   18 
 hw/xquartz/darwin.c|6 
 hw/xquartz/mach-startup/bundle-main.c  |   30 
 hw/xquartz/mach-startup/stub.c |7 
 hw/xquartz/pbproxy/x-selection.h   |9 
 hw/xquartz/quartzAudio.c   |   35 
 hw/xquartz/quartzKeyboard.c|   26 
 include/dix-config.h.in|2 
 include/dix.h  |6 
 include/eventconvert.h |6 
 include/inputstr.h |   30 
 record/record.c|  123 
+-
 54 files changed, 1280 insertions(+), 893 deletions(-)

New commits:
commit bc70f9c422c18dc0f41c047c264b90628b662e3c
Author: Timo Aaltonen 
Date:   Tue Mar 23 23:50:02 2010 +0200

control: Drop the udeb, we don't need it for lucid.

diff --git a/debian/changelog b/debian/changelog
index bd4a804..1c31cbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xorg-server (2:1.7.6-1ubuntu1) UNRELEASED; urgency=low
   * Merge from Debian unstable.
   * Drop patch 107, included in Debian.
   * Drop patch 108, included upstream.
+  * control: Drop the udeb, we don't need it for lucid.
 
  -- Timo Aaltonen   Tue, 23 Mar 2

Bug#574354: marked as done (xserver-xorg-core: new upstream version 1.7.6)

2010-03-23 Thread Debian Bug Tracking System
Your message dated Tue, 23 Mar 2010 21:55:31 +
with message-id 
and subject line Bug#574354: fixed in xorg-server 2:1.7.6-1
has caused the Debian Bug report #574354,
regarding xserver-xorg-core: new upstream version 1.7.6
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
574354: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574354
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.7.5-1
Severity: wishlist

Please upgrade to new upstream version 1.7.6

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Mar  2 22:01 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1866912 Feb 16 05:25 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 
(PCIE)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 610 Mar 10 15:44 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
EndSection

Section "Device"
Identifier  "ATI Radeon Xpress 200M IGP"
Driver  "radeon"
BusID   "PCI:1:5:0"
Option  "AccelMethod"   "EXA"
Option  "AccelDFS"  "1"
Option  "EnablePageFlip""1"
Option  "Monitor-LVDS"  "Internal Monitor"
EndSection

Section "Monitor"
Identifier  "Internal Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Radeon Xpress 200M IGP"
Monitor "Internal Monitor"
DefaultDepth24
SubSection "Display"
Depth   24
Virtual 2560 1824
EndSubSection
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 29229 Mar 17 09:58 /var/log/Xorg.0.log

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

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.8-dsa-amd64 x86_64 Debian
Current Operating System: Linux debturion 2.6.33-2-amd64 #1 SMP Thu Mar 11 
06:28:56 UTC 2010 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.33-2-amd64 
root=UUID=a34090d4-6bd6-45ea-8e76-8aaad107fb24 ro quiet
Build Date: 16 February 2010  10:23:38AM
xorg-server 2:1.7.5-1 (bui...@brahms.debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 17 09:57:30 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Internal Monitor"
(**) |   |-->Device "ATI Radeon Xpress 200M IGP"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x7c1e20
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:5955:103c:30a4 ATI Technologies Inc Radeon XPRESS 200M 
5955 (PCIE) rev 0, Mem @ 0xc800/134217728, 0xc010/65536, I/O @ 
0x9000/256, BIOS @ 0x/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Mo

xorg-server_1.7.6-1_amd64.changes ACCEPTED

2010-03-23 Thread Archive Administrator



Accepted:
xdmx-tools_1.7.6-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.7.6-1_amd64.deb
xdmx_1.7.6-1_amd64.deb
  to main/x/xorg-server/xdmx_1.7.6-1_amd64.deb
xnest_1.7.6-1_amd64.deb
  to main/x/xorg-server/xnest_1.7.6-1_amd64.deb
xorg-server_1.7.6-1.diff.gz
  to main/x/xorg-server/xorg-server_1.7.6-1.diff.gz
xorg-server_1.7.6-1.dsc
  to main/x/xorg-server/xorg-server_1.7.6-1.dsc
xorg-server_1.7.6.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.7.6.orig.tar.gz
xserver-common_1.7.6-1_all.deb
  to main/x/xorg-server/xserver-common_1.7.6-1_all.deb
xserver-xephyr_1.7.6-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.7.6-1_amd64.deb
xserver-xfbdev_1.7.6-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.7.6-1_amd64.deb
xserver-xorg-core-dbg_1.7.6-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.7.6-1_amd64.deb
xserver-xorg-core-udeb_1.7.6-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.7.6-1_amd64.udeb
xserver-xorg-core_1.7.6-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.7.6-1_amd64.deb
xserver-xorg-dev_1.7.6-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.7.6-1_amd64.deb
xvfb_1.7.6-1_amd64.deb
  to main/x/xorg-server/xvfb_1.7.6-1_amd64.deb


Override entries for your package:
xdmx-tools_1.7.6-1_amd64.deb - optional x11
xdmx_1.7.6-1_amd64.deb - optional x11
xnest_1.7.6-1_amd64.deb - optional x11
xorg-server_1.7.6-1.dsc - source x11
xserver-common_1.7.6-1_all.deb - optional x11
xserver-xephyr_1.7.6-1_amd64.deb - optional x11
xserver-xfbdev_1.7.6-1_amd64.deb - optional x11
xserver-xorg-core-dbg_1.7.6-1_amd64.deb - extra debug
xserver-xorg-core-udeb_1.7.6-1_amd64.udeb - optional debian-installer
xserver-xorg-core_1.7.6-1_amd64.deb - optional x11
xserver-xorg-dev_1.7.6-1_amd64.deb - optional x11
xvfb_1.7.6-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 574354 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuc4r-0003xv...@ries.debian.org



Bug#574828: X freezing after upgrade in 1:7.5+5 with nv and nvidia

2010-03-23 Thread Cyril Brulebois
Hi,

d...@suremail.info  (21/03/2010):
> I had it working with lenny:
> ii  xorg  1:7.3+20
>
> But not working (freeze VT, cannot kill X) with testing:
> ii  xorg 1:7.5+3
>
> Thus I guess the big change between 7.3 and 7.5 is the cause. But
> that's only a guess. Any test I could try ?

You may want to try packages archived there:
  http://snapshot-dev.debian.org/

I'm a bit unsure it's needed to handle this bug though, but if you
feel like playing around with some packages… :)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#575023: /usr/bin/xset: [xset] setting beep duration no longer works

2010-03-23 Thread Cyril Brulebois
Wolfgang Becker  (22/03/2010):
> Setting the duration of the beep produced by system bell using "xset
> b 50 100 10" no longer works. The duration as well as the pitch
   ^^^
> setting is ignored.

Hi,

do you happen to know which version was working fine before it broke?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#575148: xserver-xorg-video-radeonhd: Everything is suddenly very slow

2010-03-23 Thread Cyril Brulebois
Hi.

Thue Janus Kristensen  (23/03/2010):
> After a recent aptitude upgrade, my desktop is suddenly very
> slow. For example, there is no smooth scrolling in Firefox. I am not
> sure which upgrade did it, but am filing a bug here as my best
> guess.

AFAICT -radeonhd isn't really maintained, you may want to give -radeon
a try.

> I notice that there have recently come a new warning in my Xorg log:
>(WW) RADEONHD(0): [drm] failed to enable new memory map
> This may or may not be relevant. The old Xorg.1.log.old is attached.

See the drm-related dmesg lines in your bugreport, that's probably not
helping: without working direct rendering, it's “““normal””” to have a
slow browser. :/

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Sven Joachim
On 2010-03-23 14:14 +0100, Julien Cristau wrote:

> On Tue, Mar 23, 2010 at 14:02:19 +0100, Sven Joachim wrote:
>> I had just begun to tackle that task, using the ubuntu branch from
>> xserver-xorg-video-nouveau git as a starting point.
>> 
> Oh, cool.  Thanks for doing this.

I have some good news, since (after fixing #568162) I indeed managed to
build a working package.  At least X has been running for about two
hours which is a promising start. :-)

>> >  The libdrm bits are just a detail after that.
>> 
>> So?  My attempt to build xserver-xorg-video-nouveau was shortcut here:
>> 
>> ,
>> | checking if DPMSExtension is defined... yes
>> | checking for LIBDRM_NOUVEAU... configure: error: Package requirements 
>> (libdrm_nouveau) were not met:
>> | 
>> | No package 'libdrm_nouveau' found
>> | 
>
> Right, there's some work that needs to be done on libdrm.  Enabling the
> nouveau part, and probably reverting to something compatible with the
> 2.6.33 ABI.  I believe ubuntu also has this in lucid, fwiw.

Yes, it was just a matter of copying their patch which reverts the ABI
changes and doing some Ediff runs in Emacs to enable the libdrm-nouveau*
packages.

> If you want access to pkg-xorg git to push your work there, just ask.

I think I don't want to trample over any of your existing branches yet,
so I would prefer to use a new branch, or publish my work on my
joachim-guest account on Alioth where you can pull from at your leisure.

I'm not sure how to do the merge.  While merging upstream-ubuntu into
upstream-experimental is a trivial fast-forward, and merging
upstream-experimental into debian-experimental is also a no-brainer,
merging ubuntu into debian-experimental resulted in quite a few things
that needed to be backed out; for instance their patch 02_nouveau_bgnr
leads to FTBFS on Debian, and I'm not sure you want all the Ubuntu
history in debian/changelog either.

So it might be better to "merge --squash" that branch, since otherwise
we might create problems for Ubuntu (in their later merges) if we revert
many of their actions.  What do you think?

Sven



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3yu4tyf@turtle.gmx.de



Bug#568162: patch for this bug

2010-03-23 Thread Sven Joachim
On 2010-03-23 21:39 +0100, Brice Goglin wrote:

> I'd like to know which upstream commits are reverted by
> 03_revert_abi_change.diff. Do you by chance know that?

Commit b496c63143e9a4ca02011582329bce2df99d9b7c and its successor are
reverted by the patch.

Sven



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ljdi4u7g@turtle.gmx.de



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

2010-03-23 Thread Cyril Brulebois
Tag 'xorg-server-2_1.7.6-1' created by Cyril Brulebois  at 
2010-03-23 20:29 +

Tagging upload of xorg-server 2:1.7.6-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkupJLsACgkQeGfVPHR5Nd26iQCgv/X0rbKGMwLpvp78XQQhGqZH
Li4AmgJtetiK6+TyJ2o4CaY/QqFrdGjI
=lC3L
-END PGP SIGNATURE-

Changes since xorg-server-2_1.7.5.902-1:
Brice Goglin (4):
  Add 06_dont_trap_access_to_timer_and_keyboard.diff
  Add 06_dont_trap_access_to_timer_and_keyboard.diff
  Merge branch 'debian-unstable' of 
git+ssh://git.debian.org/git/pkg-xorg/xserver/xorg-server into debian-unstable
  Add bug closer

Cyril Brulebois (1):
  Upload to unstable.

Jeremy Huddleston (2):
  XQuartz: Use an empty xkb keymap by default
  Revert "XQuartz: Explicitly pass a bellProc to make XBell() work again."

Julien Cristau (1):
  Don't build xserver-xorg-core-udeb on sparc.

Peter Hutterer (1):
  xserver 1.7.6

Timo Aaltonen (2):
  Merge commit 'xorg-server-1.7.6' into debian-unstable
  Update the changelogs.

---
 ChangeLog |   46 ++
 configure.ac  |4 
 debian/changelog  |   18 +++
 debian/control|3 
 debian/patches/06_dont_trap_access_to_timer_and_keyboard.diff |   22 
 debian/patches/series |1 
 debian/rules  |   18 +++
 hw/xquartz/darwin.c   |6 +
 hw/xquartz/quartzKeyboard.c   |   24 +
 9 files changed, 118 insertions(+), 24 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuaii-0006ke...@alioth.debian.org



xorg-server: Changes to 'debian-unstable'

2010-03-23 Thread Cyril Brulebois
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit da679bc5497638b169f90755dfdd480af73c45d3
Author: Cyril Brulebois 
Date:   Tue Mar 23 21:29:39 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 6943eeb..c28e16c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.7.6-1) UNRELEASED; urgency=low
+xorg-server (2:1.7.6-1) unstable; urgency=low
 
   [ Brice Goglin ]
   * Add 06_dont_trap_access_to_timer_and_keyboard.diff,
@@ -12,7 +12,7 @@ xorg-server (2:1.7.6-1) UNRELEASED; urgency=low
 relocations have to be truncated when building statically against
 libnettle.
 
- -- Brice Goglin   Tue, 16 Mar 2010 08:06:29 +0100
+ -- Cyril Brulebois   Tue, 23 Mar 2010 16:59:08 +0100
 
 xorg-server (2:1.7.5.902-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuaih-0006ke...@alioth.debian.org



Bug#575148: xserver-xorg-video-radeonhd: Everything is suddenly very slow

2010-03-23 Thread Krzysztof Sobolewski
Dnia wtorek, 23 marca 2010 o 20:39:57 napisałeś:
> Package: xserver-xorg-video-radeonhd
> Version: 1.3.0-2
> Severity: normal
> 
> 
> After a recent aptitude upgrade, my desktop is suddenly very slow. For
> example, there is no smooth scrolling in Firefox. I am not sure which
> upgrade did it, but am filing a bug here as my best guess.

I started experiencing slowness too sime time ago, but I'm using radeon driver 
(not radeonhd), so I guess it's not the driver.
-- 
Ecce Jezuch
"Nail in my hand from my creator
You gave me life now show me how to live" - C. Cornell


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


Bug#568162: patch for this bug

2010-03-23 Thread Brice Goglin
Sven Joachim wrote:
> tags 568162 + patch
> thanks
>
> Attached is a patch for this bug, adapted from the current Ubuntu libdrm
> package.  It is created with "git-format-patch --stdout", I chose that
> format over sending the (only two) commit patches individually to avoid
> subject mangling by the BTS.
>
> The patched libdrm allows it to build and run an
> xserver-xorg-video-nouveau package, more on that in bug #568168.
>
> Note that there is a lintian error since the short description of
> libdrm-nouveau1-dbg exceeds 80 characters; since I don't know where to
> cut it, this is left for the maintainers.
>   

Thanks!

I'd like to know which upstream commits are reverted by
03_revert_abi_change.diff. Do you by chance know that?

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ba92707.8060...@ens-lyon.org



Processing of xorg-server_1.7.6-1_amd64.changes

2010-03-23 Thread Archive Administrator
xorg-server_1.7.6-1_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.7.6-1.dsc
  xorg-server_1.7.6.orig.tar.gz
  xorg-server_1.7.6-1.diff.gz
  xserver-common_1.7.6-1_all.deb
  xserver-xorg-core_1.7.6-1_amd64.deb
  xserver-xorg-core-udeb_1.7.6-1_amd64.udeb
  xserver-xorg-dev_1.7.6-1_amd64.deb
  xdmx_1.7.6-1_amd64.deb
  xdmx-tools_1.7.6-1_amd64.deb
  xnest_1.7.6-1_amd64.deb
  xvfb_1.7.6-1_amd64.deb
  xserver-xephyr_1.7.6-1_amd64.deb
  xserver-xfbdev_1.7.6-1_amd64.deb
  xserver-xorg-core-dbg_1.7.6-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nuath-0005qw...@ries.debian.org



Processed: patch for this bug

2010-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568162 + patch
Bug #568162 [libdrm-dev] Please add Nouveau related parts
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126937565030822.transcr...@bugs.debian.org



Bug#574923: Fw: Bug#574923: xserver-xorg-video-intel: [965Q] screen resolution not detected properly anymore on HP Compaq dc7700p

2010-03-23 Thread Eric Anholt
On Mon, 22 Mar 2010 16:43:28 +0100, Fathi Boudra  wrote:
> > dmesg shows 7MB stolen ram
> > change this in the bios "under video settings " to at least 32MB
> > Max allowed "shared/stolen ram"  is best
> > But I think that 7M is not enough 
> > anyway, changing video ram is easy enough to test.
> >
> > Unfortunately, there isn't such option in the BIOS (HP dc7700p).
> Nothing to adjust video memory size or something related.

You want the minimum amount of stolen memory, which is generally 8MB.
So your BIOS is doing exactly the right thing.

If you enable KMS, doest the problem continue?


pgpFlhvXpG2lK.pgp
Description: PGP signature


Bug#428556: still present

2010-03-23 Thread Simon Josefsson
found 428556 1:2.1.17-1
thanks

I tried the latest version, and it still happens.  I understand this is
a wontfix bug, but thought I'd keep version info updated.

Anyone know if there is any way to switch between CRT/LCD _without_
using the VBIOS hot-key?

/Simon



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3yvgie5@mocca.josefsson.org



Processed: still present

2010-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 428556 1:2.1.17-1
Bug #428556 [xserver-xorg-video-nv] Pressing Fn-CRT/LCD garbles display
Bug Marked as found in versions xserver-xorg-video-nv/1:2.1.17-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126935857911324.transcr...@bugs.debian.org



Bug#574902: marked as done (compiz-plugins: Expo not working, cannot be checked)

2010-03-23 Thread Debian Bug Tracking System
Your message dated Tue, 23 Mar 2010 15:24:19 +0100
with message-id <20100323142419.gh18...@debian.org>
and subject line Re: Bug#574902: compiz-plugins: Expo not working, cannot be 
checked
has caused the Debian Bug report #574902,
regarding compiz-plugins: Expo not working, cannot be checked
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
574902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574902
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: compiz-plugins
Version: 0.8.2-6
Severity: normal

Expo does not work, and cannot be enabled. When I open compizconfig and try to 
check the Expo plugin under Desktop, the checkmark disappears immediately after.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz-plugins depends on:
ii  compiz-core  0.8.2-6 OpenGL window and compositing mana
ii  gconf2   2.28.0-1GNOME configuration database syste
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.8-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.20-2simple interprocess messaging syst
ii  libdecoration0   0.8.2-6 Compiz window decoration library
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libglu1-mesa [libglu1]   7.7-4   The OpenGL utility library (GLU)
ii  libgtk2.0-0  2.18.6-1The GTK+ graphical user interface 
ii  libpng12-0   1.2.43-1PNG library - runtime
ii  librsvg2-2   2.26.0-1SAX-based renderer library for SVG
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  libxrender1  1:0.9.5-1   X Rendering Extension client libra

compiz-plugins recommends no packages.

compiz-plugins suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Cyril Brulebois  (23/03/2010):
> Can you please run ccsm from a console and paste the output, so that
> we can have a clue about what's happening (wrong) when you try to
> enable this plugin?

Would that be something along those lines?
| /usr/bin/compiz.real (core) - Error: Plugin 'core' has ABI version 
'20090207', expected ABI version '20090619'.
| /usr/bin/compiz.real (expo) - Error: InitObject failed
| /usr/bin/compiz.real (core) - Error: Couldn't activate plugin 'expo'

If so, there seems to be some issues with ABI tracking, and
dependencies (we received several bugs about that).

You may want to upgrade your compiz stack from 0.8.2 to 0.8.4 in the
meanwhile.

Closing this bug, since it's probably a duplicate of the others.

Mraw,
KiBi.


signature.asc
Description: Digital signature
--- End Message ---


Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Mehdi Dogguy
Sven Joachim wrote:
> So?  My attempt to build xserver-xorg-video-nouveau was shortcut here:
> 
> ,
> | checking if DPMSExtension is defined... yes
> | checking for LIBDRM_NOUVEAU... configure: error: Package requirements 
> (libdrm_nouveau) were not met:
> | 
> | No package 'libdrm_nouveau' found
> | 

Start by making this package locally (to test). If you have some good
results with it, send your patch to the related bugreport.

Cheers,

-- 
Mehdi Dogguy مهدي الدڤي
me...@{dogguy.org,debian.org}



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ba8be30.7080...@debian.org



Bug#574902: compiz-plugins: Expo not working, cannot be checked

2010-03-23 Thread Cyril Brulebois
Hi,

Joe Hill  (21/03/2010):
> Package: compiz-plugins
> Version: 0.8.2-6
> Severity: normal

that'd be compiz-fusion-plugins-main instead, but well.

> Expo does not work, and cannot be enabled. When I open compizconfig

I assume you mean ccsm?

> and try to check the Expo plugin under Desktop, the checkmark
> disappears immediately after.

Can you please run ccsm from a console and paste the output, so that
we can have a clue about what's happening (wrong) when you try to
enable this plugin?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Julien Cristau
On Tue, Mar 23, 2010 at 14:02:19 +0100, Sven Joachim wrote:

> On 2010-03-23 13:51 +0100, Julien Cristau wrote:
> > No, it needs somebody who'd take care of packaging a suitable nouveau
> > X driver.
> 
> I had just begun to tackle that task, using the ubuntu branch from
> xserver-xorg-video-nouveau git as a starting point.
> 
Oh, cool.  Thanks for doing this.

> >  The libdrm bits are just a detail after that.
> 
> So?  My attempt to build xserver-xorg-video-nouveau was shortcut here:
> 
> ,
> | checking if DPMSExtension is defined... yes
> | checking for LIBDRM_NOUVEAU... configure: error: Package requirements 
> (libdrm_nouveau) were not met:
> | 
> | No package 'libdrm_nouveau' found
> | 

Right, there's some work that needs to be done on libdrm.  Enabling the
nouveau part, and probably reverting to something compatible with the
2.6.33 ABI.  I believe ubuntu also has this in lucid, fwiw.

If you want access to pkg-xorg git to push your work there, just ask.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Sven Joachim
On 2010-03-23 13:51 +0100, Julien Cristau wrote:

> On Tue, Mar 23, 2010 at 13:30:03 +0100, Sven Joachim wrote:
>
>> block 568168 by 568162
>> thanks
>> 
>> Now that the drm parts from 2.6.33 have been backported to the Debian
>> 2.6.32 kernel, packaging xserver-xorg-video-nouveau seems to be
>> desirable, but that needs a fixed libdrm which includes the nouveau
>> parts.
>> 
> No, it needs somebody who'd take care of packaging a suitable nouveau
> X driver.

I had just begun to tackle that task, using the ubuntu branch from
xserver-xorg-video-nouveau git as a starting point.

>  The libdrm bits are just a detail after that.

So?  My attempt to build xserver-xorg-video-nouveau was shortcut here:

,
| checking if DPMSExtension is defined... yes
| checking for LIBDRM_NOUVEAU... configure: error: Package requirements 
(libdrm_nouveau) were not met:
| 
| No package 'libdrm_nouveau' found
| 
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
| 
| Alternatively, you may set the environment variables LIBDRM_NOUVEAU_CFLAGS
| and LIBDRM_NOUVEAU_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
| 
| make: *** [build-stamp] Error 1
`

Sven




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87tys7jin8@turtle.gmx.de



Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Julien Cristau
On Tue, Mar 23, 2010 at 13:30:03 +0100, Sven Joachim wrote:

> block 568168 by 568162
> thanks
> 
> Now that the drm parts from 2.6.33 have been backported to the Debian
> 2.6.32 kernel, packaging xserver-xorg-video-nouveau seems to be
> desirable, but that needs a fixed libdrm which includes the nouveau
> parts.
> 
No, it needs somebody who'd take care of packaging a suitable nouveau
X driver.  The libdrm bits are just a detail after that.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 568168 by 568162
Bug #568168 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: fails to 
build with X server 1.7
Bug #573294 [xserver-xorg-video-nouveau] can't install on powerpc
Was not blocked by any bugs.
Added blocking bug(s) of 568168: 568162
Was not blocked by any bugs.
Added blocking bug(s) of 573294: 568162
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.126934741417548.transcr...@bugs.debian.org



Bug#568168: xserver-xorg-video-nouveau needs nouveau bits from libdrm

2010-03-23 Thread Sven Joachim
block 568168 by 568162
thanks

Now that the drm parts from 2.6.33 have been backported to the Debian
2.6.32 kernel, packaging xserver-xorg-video-nouveau seems to be
desirable, but that needs a fixed libdrm which includes the nouveau
parts.

Sven




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aatzkypg@turtle.gmx.de



Bug#575053: xserver-xorg-video-intel: Wrong resolution after coming out of hibernate

2010-03-23 Thread Erik de Castro Lopo
Brice Goglin wrote:

> Can you send the output of xrandr instead ? I wonder if the driver could
> be improperly detecting the status of some outputs and thus enabling two
> outputs inside a large 2128x800 screen.

Hibernate didn't do, but after a reboot it came up in silly mode.
Xrandr then showed:

  Screen 0: minimum 320 x 200, current 2128 x 800, maximum 8192 x 8192
  VGA1 disconnected (normal left inverted right x axis y axis)
  LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 303mm 
x 190mm
 1280x800   60.0*+
 1024x768   85.0 75.0 70.1 60.0  
 832x62474.6  
 800x60085.1 72.2 75.0 60.3 56.2  
 640x48085.0 72.8 75.0 59.9  
 720x40085.0  
 640x40085.1  
 640x35085.1  
  HDMI1 disconnected (normal left inverted right x axis y axis)
  DP1 disconnected (normal left inverted right x axis y axis)
  DP2 disconnected (normal left inverted right x axis y axis)
  TV1 disconnected (normal left inverted right x axis y axis)
848x480 (0x118)   29.0MHz
  h: width   848 start  849 end  912 total  944 skew0 clock   
30.7KHz
  v: height  480 start  481 end  512 total  513   clock   59.9Hz

While running xrandr it switched back to the correct mode and the next
run of xrandr showed this:

  Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
  VGA1 disconnected (normal left inverted right x axis y axis)
  LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 303mm 
x 190mm
 1280x800   60.0*+
 1024x768   85.0 75.0 70.1 60.0  
 832x62474.6  
 800x60085.1 72.2 75.0 60.3 56.2  
 640x48085.0 72.8 75.0 59.9  
 720x40085.0  
 640x40085.1  
 640x35085.1  
  HDMI1 disconnected (normal left inverted right x axis y axis)
  DP1 disconnected (normal left inverted right x axis y axis)
  DP2 disconnected (normal left inverted right x axis y axis)
  TV1 disconnected (normal left inverted right x axis y axis)

HTH,
Erik

-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100323194329.2c287e5a.er...@mega-nerd.com



Bug#575055: xserver-xorg: Xorg crashes with segmentation fault

2010-03-23 Thread Brice Goglin
Hans Liao wrote:
> Package: xserver-xorg
> Version: 1:7.5+3
> Severity: important
>
>
> My X decides to stop working. I have tried the Ubuntu live disk and X works 
> there.
> I have ruled out RAM or display card issues.
>
> Please would somebody help me.
>   


Looks like you reported the same bug twice ? Closing this one, we'll
work on #575054.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ba8792b.8070...@ens-lyon.org



Bug#575054: xserver-xorg-video-radeon: Xorg fails to start with segmentation fault.

2010-03-23 Thread Brice Goglin
Hans Liao wrote:
> Package: xserver-xorg-video-radeon
> Version: 1:6.12.6-1
> Severity: important
>
>
> I have tried the Ubuntu live disk and X works there. So it could not be a 
> faulty card.
> I have swapped out RAM's and it still doesn't work.
>
> I can't find any similar bugs so would somebody please help me. I can't work 
> without my X and it's really killing me.
>   

What did you change when this bug appeared? What did you upgrade from?

Can you catch a backtrace of the crash with gdb ?

You can still try radeon 6.12.192-2 from unstable in case it helps.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ba878dc.1050...@ens-lyon.org



Bug#575054: xserver-xorg-video-radeon: Xorg fails to start with segmentation fault.

2010-03-23 Thread Hans Liao
Package: xserver-xorg-video-radeon
Version: 1:6.12.6-1
Severity: important


I have tried the Ubuntu live disk and X works there. So it could not be a 
faulty card.
I have swapped out RAM's and it still doesn't work.

I can't find any similar bugs so would somebody please help me. I can't work 
without my X and it's really killing me.

Hans


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Mar 23 12:48 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1712808 Feb 16 16:39 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X700 
(PCIE)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1294 Mar 23 13:47 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "Module"
Load "glx"
Load "dri"
EndSection

Section "Device"
Identifier  "hcl_radeon"
Driver  "radeon"
Option  "AccelMethod"   "XAA"
Option  "AccelMethod"   "EXA"
Option  "AccelDFS"  "1"
Option  "GARTSize"  "64"
Option  "EnablePageFlip""1"
Option  "ColorTiling"   "1"
EndSection

Section "DRI"
Group   "video"
Mode0660
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier  "stylus"
Option  "Device""/dev/input/wacom"
Option  "Type"  "stylus"
Option  "USB"   "on"
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier  "eraser"
Option  "Device""/dev/input/wacom"
Option  "Type"  "eraser"
Option  "USB"   "on"
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier  "cursor"
Option  "Device""/dev/input/wacom"
Option  "Type"  "cursor"
Option  "USB"   "on"
EndSection

Section "InputDevice"
Driver  "mouse"
Identifier  "hcl_mouse"
Option  "Device""/dev/input/mice"
EndSection

Section "Monitor"
Identifier  "vaio_lcd"
EndSection

Section "Screen"
Identifier  "hcl_screen"
Device  "hcl_radeon"
Monitor "vaio_lcd"
DefaultDepth24
EndSection

Section "ServerLayout"
Identifier  "hcl_layout"
InputDevice "hcl_mouse" "CorePointer"
InputDevice "stylus""SendCoreEvents"
InputDevice "eraser""SendCoreEvents"
InputDevice "cursor""SendCoreEvents"
Screen  "hcl_screen"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 20682 Mar 23 14:21 /var/log/Xorg.0.log

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

X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux h-liao-bx197xp 2.6.32-3-686 #1 SMP Thu Feb 25 
06:14:20 UTC 2010 i686
Kernel command line: root=/dev/sdb3 ro vga=791 quiet
Build Date: 16 February 2010  08:37:23AM
xorg-server 2:1.7.5-1 (bgog...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 23 14:21:48 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "hcl_layout"
(**) |-->Screen "hcl_screen" (0)
(**) |   |-->Monitor "vaio_lcd"
(**) |   |-->Device "hcl_radeon"
(**) |-->Input Device "hcl_mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "eraser"
(**) |-->Input Device "cursor"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling hcl_mouse
(II) Loader magic: 0x81e7020
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 

Bug#575053: xserver-xorg-video-intel: Wrong resolution after coming out of hibernate

2010-03-23 Thread Brice Goglin
Erik de Castro Lopo wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.9.1-2
> Severity: normal
>
> After coming out of hibernate, the X server goes a resolution of
> 2128x800 as displayed by xdpyinfo:
>
> screen #0:
>   dimensions:2128x800 pixels (563x212 millimeters)
>   resolution:96x96 dots per inch
>   depths (7):24, 1, 4, 8, 15, 16, 32
>   root window id:0x122
>
> which should be 1280x800. Running gnome-display-preoperties causes
> it to snap back to the correct resolution.
>   

Can you send the output of xrandr instead ? I wonder if the driver could
be improperly detecting the status of some outputs and thus enabling two
outputs inside a large 2128x800 screen.

Brice




-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4ba86b50.6010...@ens-lyon.org



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

2010-03-23 Thread Archive Administrator



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


Override entries for your package:
xserver-xorg-video-intel-dbg_2.10.903-1_i386.deb - extra debug
xserver-xorg-video-intel_2.10.903-1.dsc - source x11
xserver-xorg-video-intel_2.10.903-1_i386.deb - optional x11

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


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nty88-qx...@ries.debian.org