mesa: Changes to 'debian-experimental'

2012-01-25 Thread Timo Aaltonen
 debian/changelog|2 ++
 debian/libgl1-mesa-dri.install.linux.in |1 +
 debian/rules|3 ++-
 3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 42dbd08e2f2bde00d6bb06b9a598818ea4e88352
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Wed Jan 25 12:55:53 2012 +0200

Enable vmwgfx gallium driver  xatracker

TODO: decide where to ship libxatracker files

diff --git a/debian/changelog b/debian/changelog
index 5457f2c..9c9c154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ mesa (8.0~rc1-1) UNRELEASED; urgency=low
 separate source package.
   * libegl-mesa.symbols, libgles2-mesa.symbols: Add new symbols.
   * rules: Drop obsolete configure options.
+  * Enable vmwgfx gallium driver  xatracker.
+TODO: decide where to ship libxatracker files
 
   [ Robert Hooker ]
   * Bump libdrm build dep to 2.4.30, x11proto-gl-dev to 1.4.14, and
diff --git a/debian/libgl1-mesa-dri.install.linux.in 
b/debian/libgl1-mesa-dri.install.linux.in
index 702d4c3..4dfc182 100644
--- a/debian/libgl1-mesa-dri.install.linux.in
+++ b/debian/libgl1-mesa-dri.install.linux.in
@@ -5,3 +5,4 @@ build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  
usr/lib/${DEB_HOST_MULTIARCH}/dri
 build/dri/${DEB_HOST_MULTIARCH}/gallium/r600_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
 build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
 build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_vieux_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
+build/dri/${DEB_HOST_MULTIARCH}/gallium/vmwgfx_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
diff --git a/debian/rules b/debian/rules
index b340a18..c097b9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ else
 
   ifeq ($(DEB_HOST_ARCH_OS), linux)
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
-   GALLIUM_DRIVERS += nouveau r600 r300
+   GALLIUM_DRIVERS += nouveau r600 r300 svga
 # Although the KMS egl drivers will probably build on kfreebsd  hurd
 # only linux actually has KMS drivers implemented at this point.
EGL_DISPLAYS += drm
@@ -113,6 +113,7 @@ confflags-dri = \
--enable-glx-tls \
--enable-shared-glapi \
--enable-texture-float \
+   --enable-xa \
$(confflags_DIRECT_RENDERING) \
$(confflags_EGL) \
$(confflags_GALLIUM) \


-- 
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/e1rq0wg-sz...@vasks.debian.org



libaudit update

2012-01-25 Thread Russell Coker
The package libaudit0 is depended on by several X packages, systemd, 
readahead-fedora, and gdm3.

deb http://www.coker.com.au wheezy selinux
http://www.coker.com.au/dists/wheezy/selinux/binary-amd64/

I have prepared a NMU for audit which includes a new libaudit1 package (due to 
an upstream so increment) and a libauparse0 package which splits libauparse 
out of the libaudit package so that the shared objects can change their so 
numbers independently without excessive pain.  The above URL and APT line have 
the packages that I uploaded to delayed/7.

I would appreciate it if you could let me know in less than 7 days if my 
changes have caused problems for your packages.

I have built systemd against the new libaudit1, booted a system with it, and 
verified that it logs to the audit daemon.  I have built gdm3 and readahead-
fedora and verified that they got the correct dependencies but I haven't 
tested the functionality.

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/


-- 
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/20120125.49417.russ...@coker.com.au



Re: libaudit update

2012-01-25 Thread Cyril Brulebois
Russell Coker russ...@coker.com.au (25/01/2012):
 The package libaudit0 is depended on by several X packages, systemd, 
 readahead-fedora, and gdm3.

(Please provide a list next time, dd-list is your friend.)

$ apt-cache showpkg libaudit0|grep ^\ \  |grep libaudit0|sort
  audispd-plugins,libaudit0 1.7.13
  auditd,libaudit0 1.7.13
  gdm3,libaudit0 1.7.13
  libaudit0:i386,libaudit0
  libaudit-dev,libaudit0 1.7.18-1
  policycoreutils,libaudit0 1.7.13
  python-audit,libaudit0 1.7.13
  readahead-fedora,libaudit0 1.7.13
  system-config-audit,libaudit0 1.7.13
  systemd,libaudit0 1.7.13
  xdmx,libaudit0 1.7.13
  xdmx-tools,libaudit0 1.7.13
  xnest,libaudit0 1.7.13
  xserver-xephyr,libaudit0 1.7.13
  xserver-xephyr,libaudit0 1.7.13
  xserver-xfbdev,libaudit0 1.7.13
  xserver-xorg-core,libaudit0 1.7.13
  xserver-xorg-core,libaudit0 1.7.13
  xvfb,libaudit0 1.7.13

On the X side, it looks like src:xorg-server only is affected.

 I would appreciate it if you could let me know in less than 7 days if
 my changes have caused problems for your packages.

I guess you could rebuild xorg-server against it and see how it goes.
:-)

Mraw,
KiBi.


signature.asc
Description: Digital signature


intel-gpu-tools: Changes to 'ubuntu'

2012-01-25 Thread Bryce Harrington
 debian/changelog|   16 +++-
 debian/patches/100_drmtest_exit_not_abort.patch |   43 
 debian/patches/series   |1 
 3 files changed, 57 insertions(+), 3 deletions(-)

New commits:
commit 5ac9fb8a31ce75e44e740b0cde1fc5ead74cd34c
Author: Bryce Harrington br...@canonical.com
Date:   Wed Jan 25 09:48:02 2012 -0800

Patch to stop triggering apport on usage errors

diff --git a/debian/changelog b/debian/changelog
index 9152e90..f6bfe78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+intel-gpu-tools (1.1-0ubuntu2) precise; urgency=low
+
+  * Add 100_drmtest_exit_not_abort.patch
++ Fix SEGV when running benchmarks as non-root.
+  (LP: #657529)
+
+ -- Bryce Harrington br...@ubuntu.com  Tue, 24 Jan 2012 22:38:04 -0800
+
 intel-gpu-tools (1.1-0ubuntu1) precise; urgency=low
 
   * Pre-release merge of Debian's packaging of new upstream release.
diff --git a/debian/patches/100_drmtest_exit_not_abort.patch 
b/debian/patches/100_drmtest_exit_not_abort.patch
new file mode 100644
index 000..d539393
--- /dev/null
+++ b/debian/patches/100_drmtest_exit_not_abort.patch
@@ -0,0 +1,43 @@
+From 73af5dcd1d361543a79189456e66b951bc4c9cb3 Mon Sep 17 00:00:00 2001
+From: Bryce Harrington br...@canonical.com
+Date: Tue, 24 Jan 2012 19:35:28 -0800
+Subject: [PATCH intel-gpu-tools 1/1] drmtest:  exit() rather than abort() for 
simple usage errors.
+
+When the benchmarks are run as non-root, they terminate since they can't
+read the drm files.  However, by terminating with abort(), this raises
+SIGABRT which has the side effect of triggering crash reporting
+utilities (e.g. apport).  As a result we've been accumulating bug
+reports about it.
+
+As the code is displaying a unique error message prior to termination,
+it should be discoverable enough where in the code the failure occurs,
+so an exit(1) should be sufficient for termination.
+
+Signed-off-by: Bryce Harrington br...@canonical.com
+---
+ lib/drmtest.c |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/drmtest.c b/lib/drmtest.c
+index fc40ad1..5ebd6d6 100644
+--- a/lib/drmtest.c
 b/lib/drmtest.c
+@@ -65,7 +65,7 @@ int drm_open_any(void)
+   close(fd);
+   }
+   fprintf(stderr, failed to open any drm device. retry as root?\n);
+-  abort();
++  exit(1);
+ }
+ 
+ 
+@@ -108,5 +108,5 @@ int drm_open_any_master(void)
+   return fd;
+   }
+   fprintf(stderr, Couldn't find an un-controlled DRM device\n);
+-  abort();
++  exit(1);
+ }
+-- 
+1.7.4.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..069dcea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+100_drmtest_exit_not_abort.patch

commit 340ece96e431139b4a450f5b129ae1fddf105a9d
Author: Bryce Harrington br...@canonical.com
Date:   Tue Jan 24 19:10:12 2012 -0800

Update changelog for 1.1-0ubuntu1

diff --git a/debian/changelog b/debian/changelog
index 6ef4625..9152e90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,11 @@ intel-gpu-tools (1.1-0ubuntu1) precise; urgency=low
 + Adds GPU test suite, GPU debugger, intel_backlight,
   intel_disable_clock_gating, intel_gpu_abrt, intel_reg_checker,
   intel_reg_snapshot, forcewaked.
-+ Fixes LP: #752967 - intel_gpu_top crash in libx_start_main()
-  * control: Add Conflicts with -intel2.9.1 due to intel_reg_dumper.
-(LP: #591203)
++ Many bug fixes (LP: #752967, #740252, #758437)
+  * control:
++ Add dependency on xutils-dev.  Fixes FTBS.
++ Add Conflicts with -intel2.9.1 due to intel_reg_dumper.
+  (LP: #591203)
   * rules: Add gentarball target to make it easier to update to new git
 snapshots when needed.
 


-- 
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/e1rq6xf-0005dz...@vasks.debian.org



Processing of x11proto-input_2.1.99.5-2_amd64.changes

2012-01-25 Thread Debian FTP Masters
x11proto-input_2.1.99.5-2_amd64.changes uploaded successfully to localhost
along with the files:
  x11proto-input_2.1.99.5-2.dsc
  x11proto-input_2.1.99.5-2.diff.gz
  x11proto-input-dev_2.1.99.5-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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/e1rq9zc-si...@franck.debian.org



x11proto-input: Changes to 'debian-experimental'

2012-01-25 Thread Steve Langasek
 debian/changelog  |   14 ++
 debian/control|1 +
 debian/x11proto-input-dev.install |2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit d3b96c2aea704c92d52f09fdff87ad5c49f9df00
Author: Steve Langasek steve.langa...@canonical.com
Date:   Wed Jan 25 12:24:25 2012 -0800

releasing version 2.1.99.5-2

diff --git a/debian/changelog b/debian/changelog
index 3c7131e..f2cab77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-input (2.1.99.5-2) UNRELEASED; urgency=low
+x11proto-input (2.1.99.5-2) experimental; urgency=low
 
   * Merge multiarch support from unstable branch.
 
- -- Steve Langasek vor...@debian.org  Wed, 25 Jan 2012 12:23:59 -0800
+ -- Steve Langasek vor...@debian.org  Wed, 25 Jan 2012 12:24:17 -0800
 
 x11proto-input (2.1.99.5-1) experimental; urgency=low
 

commit f731cc3cc6ad296d638e34cf722bf76c8d28b289
Author: Steve Langasek steve.langa...@canonical.com
Date:   Wed Jan 25 12:24:09 2012 -0800

Merge multiarch support from unstable branch.

diff --git a/debian/changelog b/debian/changelog
index c1bf058..3c7131e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-input (2.1.99.5-2) UNRELEASED; urgency=low
+
+  * Merge multiarch support from unstable branch.
+
+ -- Steve Langasek vor...@debian.org  Wed, 25 Jan 2012 12:23:59 -0800
+
 x11proto-input (2.1.99.5-1) experimental; urgency=low
 
   * New upstream release candidate.

commit 9dca0c24f76ca3b366e8703675ba65f983904071
Author: Cyril Brulebois k...@debian.org
Date:   Fri Dec 16 13:24:13 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index aa36933..1afd8e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-x11proto-input (2.1-1) UNRELEASED; urgency=low
+x11proto-input (2.1-1) unstable; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
   * Get rid of .docs, XI{,2}proto.txt were already listed in .install; and
 add XI{,2}proto.html there accordingly (thanks, asciidoc).
 
- -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:17:14 +0100
+ -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:24:03 +0100
 
 x11proto-input (2.0.2-2) unstable; urgency=low
 

commit 59cc6740fd9692d22ac4d216f7ad5a629dcc665e
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 14:13:40 2011 +0100

Ship *.txt and *.html through dh_install.

diff --git a/debian/changelog b/debian/changelog
index 0184fe2..aa36933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x11proto-input (2.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
+  * Get rid of .docs, XI{,2}proto.txt were already listed in .install; and
+add XI{,2}proto.html there accordingly (thanks, asciidoc).
 
  -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:17:14 +0100
 
diff --git a/debian/x11proto-input-dev.docs b/debian/x11proto-input-dev.docs
deleted file mode 100644
index d29dcf3..000
--- a/debian/x11proto-input-dev.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-XIproto.txt
-XI2proto.txt
diff --git a/debian/x11proto-input-dev.install 
b/debian/x11proto-input-dev.install
index f0277a0..13ca4a2 100644
--- a/debian/x11proto-input-dev.install
+++ b/debian/x11proto-input-dev.install
@@ -2,3 +2,5 @@ usr/include/X11/extensions/*
 usr/lib/pkgconfig/inputproto.pc /usr/share/pkgconfig
 usr/share/doc/inputproto/XIproto.txt  usr/share/doc/x11proto-input-dev
 usr/share/doc/inputproto/XI2proto.txt usr/share/doc/x11proto-input-dev
+usr/share/doc/inputproto/XIproto.html  usr/share/doc/x11proto-input-dev
+usr/share/doc/inputproto/XI2proto.html usr/share/doc/x11proto-input-dev

commit d2715280de146b190863ca592e01d6933acf4c0f
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 14:10:03 2011 +0100

Bump xutils-dev build-dep for new macros, add asciidoc build-dep.

diff --git a/debian/changelog b/debian/changelog
index b4394e2..0184fe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11proto-input (2.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
 
  -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:17:14 +0100
 
diff --git a/debian/control b/debian/control
index 32a34cf..976906d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends:
  debhelper (= 8),
  dh-autoreconf,
  quilt,
- xutils-dev (= 1:7.5~1),
+ xutils-dev (= 1:7.5+4),
+ asciidoc,
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-input
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git

commit cfb73528ee561746e8afb9116886ccc9ec7c
Author: Cyril Brulebois k...@debian.org
Date:   Fri Dec 16 13:17:28 2011 +0100

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 48b6f0e..f9b4812 

x11proto-input: Changes to 'refs/tags/x11proto-input-2.1.99.5-2'

2012-01-25 Thread Steve Langasek
Tag 'x11proto-input-2.1.99.5-2' created by Steve Langasek 
steve.langa...@canonical.com at 2012-01-25 20:24 +

Tagging upload of x11proto-input 2.1.99.5-2 to experimental.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATyBlBVaNMPMhshM9AQg6Ew//TIh3WndRB0YNX21QPdD8RKmVaEFwpsgN
sdxCFEF4t2thRHqYduWPSaD1ejSOWW7j4sm5loxTthlStKFurthYKoHMFEfjbXu9
LNXsZEJaHdxtIvjKaDtzo1GC8GjabxbTOJBkW3Z3QrKTU+YseOP1rUkZmR0re9HC
zvrYEEg4YtMMxK23lYpNKKToY0biRHrVI6EqcNmqOnT9Sj7cYH3gPcN4YmaDcBkd
OfzmZHATsYjtOMu61vfQaYJog+tw/Pa5XL4HcVYl4YcpZpXXYAOcJ1eI6ZzGjbHx
24wmukeUwjQvPxKlflUFKV9hcj43eWr+ayVDsE2pdm+DFpH0EqXC9CYcfybC2imN
7G8Y9Dz7YctunpvA3Ktr772rpIy4sYr+9oqrLqVG03ZKurp7JetxCHdK2HUp1Dgj
2QhjX18fEzmLASBO8y+zh+NDXkuf9SyGMcV0PBHUd+NRZjKxblERGCq1HpfNNpCT
Br9fHIbducm1rxUisZLg2sX9zgzBiuffGNqRbAlxppF3ICF4VrSpEzo3ewLT0v2b
AFCYhlmeVGAOeirEcsi2Q1pQtew4FtbZr5gjj2fjumXc/vWWmf7OizBPRq94+B2Y
6TKiojA9ite5FA7fOOYhB8x4aApVv6WVqcrX0HkWeiMyQIyHiWGuiB1EAKE06zAo
rFzWvHWz8Xo=
=luoZ
-END PGP SIGNATURE-

Changes since x11proto-input-2.1.99.5-1:
Cyril Brulebois (7):
  Fix typo in changelog.
  Merge branch 'upstream-unstable' into debian-unstable-new
  Merge branch 'debian-unstable' into debian-unstable-new
  Bump changelogs.
  Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
  Ship *.txt and *.html through dh_install.
  Upload to unstable.

Steve Langasek (6):
  Mark x11proto-input-dev Multi-Arch: foreign
  Install .pc file to /usr/share/pkgconfig insetad of /usr/lib/pkgconfig
  releasing version 2.0.2-2
  Merge fixes from unstable into the experimental branch
  Merge multiarch support from unstable branch.
  releasing version 2.1.99.5-2

---
 debian/changelog  |   14 ++
 debian/control|1 +
 debian/x11proto-input-dev.install |2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---


-- 
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/e1rq9zp-cc...@vasks.debian.org



x11proto-input_2.1.99.5-2_amd64.changes ACCEPTED into experimental

2012-01-25 Thread Debian FTP Masters



Accepted:
x11proto-input-dev_2.1.99.5-2_all.deb
  to main/x/x11proto-input/x11proto-input-dev_2.1.99.5-2_all.deb
x11proto-input_2.1.99.5-2.diff.gz
  to main/x/x11proto-input/x11proto-input_2.1.99.5-2.diff.gz
x11proto-input_2.1.99.5-2.dsc
  to main/x/x11proto-input/x11proto-input_2.1.99.5-2.dsc


Override entries for your package:
x11proto-input-dev_2.1.99.5-2_all.deb - optional x11
x11proto-input_2.1.99.5-2.dsc - source x11

Announcing to debian-experimental-chan...@lists.debian.org
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/e1rq9s1-0003ms...@franck.debian.org



Re: [RV710] using startx results in black screen with locked hardware

2012-01-25 Thread Jonathan Nieder
reassign 606112 xserver-xorg-video-radeon 1:6.13.1-2+squeeze1
quit

Hi,

On 2010-12-06, Andreas wrote:

 If I am using kernel-image 2.6.32-5-amd64 the X server does not start
 correctly, the screen will be black and mouse and keyboard does not work
 anymore. The system could be shutdown using power-button. I am using
 standard radeon-driver (xorg-driver).
[...]
 The problem does not occur with kernel 2.6.30-2-amd64. Therefore I think
 it could be related to kernel-mode switching.
[...]
 If you using the latest (2010-12-08 9:47 MET) radeon-driver from
 git-repository
 (git://anongit.freedesktop.org/xorg/driver/xf86-video-ati) the
 X-server
 will start correctly now with an linux-image-2.6.32-5-amd64 image

 Thanks to hint by Patrick.

Thanks, reassigning.

dmesg and Xorg.0.log at [1].  X maintainers, does this look familiar?
Does the radeon driver need an update in squeeze?

[1] http://bugs.debian.org/606112

[...]
 In the /var/log/message I could find ff. entries:

 - 8 - 8 
 pci :01:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
 [drm] Initialized drm 1.1.0 20060810
 [drm] radeon kernel modesetting enabled.
 [drm] radeon: Initializing kernel modesetting.
 [drm] register mmio base: 0xFDFE
 [drm] register mmio size: 65536
 ATOM BIOS: 11X
 [drm] Clocks initialized !
 [drm] Detected VRAM RAM=256M, BAR=256M
 [drm] RAM width 64bits DDR
 [TTM] Zone  kernel: Available graphics memory: 1029290 kiB.
 [drm] radeon: 256M of VRAM memory ready
 [drm] radeon: 512M of GTT memory ready.
 radeon :01:00.0: radeon: using MSI.
 [drm] radeon: irq initialized.
 [drm] GART: num cpu pages 131072, num gpu pages 131072
 [drm] Loading RV710 Microcode
 platform radeon_cp.0: firmware: requesting radeon/RV710_pfp.bin
 platform radeon_cp.0: firmware: requesting radeon/RV710_me.bin
 platform radeon_cp.0: firmware: requesting radeon/R700_rlc.bin
 [drm] ring test succeeded in 1 usecs
 [drm] radeon: ib pool ready.
 [drm] ib test succeeded in 0 usecs
 [drm] Radeon Display Connectors
 [drm] Connector 0:
 [drm]   VGA
 [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
 [drm]   Encoders:
 [drm] CRT2: INTERNAL_KLDSCP_DAC2
 [drm] Connector 1:
 [drm]   HDMI-A
 [drm]   HPD1
 [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
 [drm]   Encoders:
 [drm] DFP1: INTERNAL_UNIPHY
 [drm] Connector 2:
 [drm]   DVI-I
 [drm]   HPD4
 [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c
 [drm]   Encoders:
 [drm] CRT1: INTERNAL_KLDSCP_DAC1
 [drm] DFP2: INTERNAL_UNIPHY2
 composite sync not supported
 [drm] fb mappable at 0xD0142000
 [drm] vram apper at 0xD000
 [drm] size 3145728
 [drm] fb depth is 24
 [drm]pitch is 4096
 Console: switching to colour frame buffer device 128x48
 fb0: radeondrmfb frame buffer device
 registered panic notifier
 [drm] Initialized radeon 2.0.0 20080528 for :01:00.0 on minor 0


-- 
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/20120125225101.GA2707@burratino



Processed: Re: [RV710] using startx results in black screen with locked hardware

2012-01-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 606112 xserver-xorg-video-radeon 1:6.13.1-2+squeeze1
Bug #606112 [linux-2.6] linux-image-2.6.32-5-amd64: using startx results in 
black screen with locked hardware
Bug reassigned from package 'linux-2.6' to 'xserver-xorg-video-radeon'.
Bug No longer marked as found in versions 2.6.32-28.
Bug #606112 [xserver-xorg-video-radeon] linux-image-2.6.32-5-amd64: using 
startx results in black screen with locked hardware
Bug Marked as found in versions xserver-xorg-video-ati/1:6.13.1-2+squeeze1.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
606112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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.13275318765906.transcr...@bugs.debian.org



Bug#657416: xinit: startx does not start window manager

2012-01-25 Thread root
Package: xinit
Version: 1.3.1-1
Severity: normal

Dear Maintainer,

startx does not start the window manager in debian/testing. It boots to the 
default background image and then hangs. Same sign when starting System Session 
through GDM.
Selecting GNOME or KDE session through GDM though works fine.

Sincerely,

Adrian Kiess

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

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xinit depends on:
ii  coreutils   8.13-3
ii  libc6   2.13-24
ii  libx11-62:1.4.4-4
ii  x11-common  1:7.6+10
ii  xauth   1:1.0.6-1

Versions of packages xinit recommends:
ii  aterm [x-terminal-emulator] 1.0.1-7+b2
ii  e17 [x-window-manager]  0.16.999.55225-1
ii  eterm [x-terminal-emulator] 0.9.5-3
ii  gnome-session [x-session-manager]   3.2.1-1
ii  gnome-session-fallback [x-session-manager]  3.2.1-1
ii  gnome-terminal [x-terminal-emulator]3.2.1-2
ii  kde-window-manager [x-window-manager]   4:4.6.5-4
ii  konsole [x-terminal-emulator]   4:4.6.5-1
ii  lxsession [x-session-manager]   0.4.6.1-1
ii  lxterminal [x-terminal-emulator]0.1.11-2
ii  metacity [x-window-manager] 1:2.34.1-2
ii  mlterm [x-terminal-emulator]3.0.9-2
ii  mrxvt [x-terminal-emulator] 0.5.4-1+b1
ii  openbox [x-window-manager]  3.5.0-2
ii  rxvt [x-terminal-emulator]  1:2.6.4-14
ii  rxvt-unicode [x-terminal-emulator]  9.14-1
ii  twm [x-window-manager]  1:1.0.6-1
ii  xfce4-session [x-session-manager]   4.8.2-3
ii  xfwm4 [x-window-manager]4.8.3-1
ii  xserver-xephyr [xserver]2:1.11.3.901-2
ii  xserver-xorg [xserver]  1:7.6+10
ii  xterm [x-terminal-emulator] 276-2
ii  xvfb [xserver]  2:1.11.3.901-2

xinit suggests no packages.

-- no debconf information



-- 
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/20120126043028.22811.86821.report...@g6.lan.dac



Bug#606112: [RV710] using startx results in black screen with locked hardware

2012-01-25 Thread Michel Dänzer
On Mit, 2012-01-25 at 16:51 -0600, Jonathan Nieder wrote: 
 On 2010-12-06, Andreas wrote:
 
  If I am using kernel-image 2.6.32-5-amd64 the X server does not start
  correctly, the screen will be black and mouse and keyboard does not work
  anymore. The system could be shutdown using power-button. I am using
  standard radeon-driver (xorg-driver).
 [...]
  The problem does not occur with kernel 2.6.30-2-amd64. Therefore I think
  it could be related to kernel-mode switching.
 [...]
  If you using the latest (2010-12-08 9:47 MET) radeon-driver from
  git-repository
  (git://anongit.freedesktop.org/xorg/driver/xf86-video-ati) the
  X-server
  will start correctly now with an linux-image-2.6.32-5-amd64 image
 
  Thanks to hint by Patrick.
 
 Thanks, reassigning.
 
 dmesg and Xorg.0.log at [1].  X maintainers, does this look familiar?
 Does the radeon driver need an update in squeeze?

FWIW, I think the critical log snippet is probably

 [dri] If using kernel modesetting, make sure your module is
 [dri] loaded prior to starting X, [...]

and the relevant fix would be commit
95991fcce45f0dd904f76b9f98f9c7ed5708e4fa ('Bail if we're trying to start
up in UMS mode on KMS'). But the root problem would be that udev doesn't
load the radeon kernel module before X starts.


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



--
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/1327557183.8179.50.camel@thor.local