Bug#646671: xserver-xorg-video-radeon: Gnome3 fails to fallback, Graphics card hot in desktop, extremely slow 3D

2011-10-27 Thread Rob W.
Package: xserver-xorg-video-radeon
Version: 1:6.14.2-2
Followup-For: Bug #646671

Hi,

Thanks for the reply. Installing the firmware solved the Gnome3 and slow 3D
problem, however the graphics card is still running hot. In other Gnu/Linux
systems where the FGLRX driver is available, this problem would be fixed.
However the driver is currently not availabe in Debian Sid, at least to my
knowledge. Any other advice would be greatly appreciated.

- Rob



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

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

Versions of packages xserver-xorg-video-radeon depends on:
ii  libc6  2.13-21
ii  libdrm-radeon1 2.4.26-1
ii  libdrm22.4.26-1
ii  libpciaccess0  0.12.1-2
ii  libpixman-1-0  0.22.2-1
ii  libudev0   172-1
ii  xserver-xorg-core [xorg-video-abi-11]  2:1.11.1.901-2

xserver-xorg-video-radeon recommends no packages.

Versions of packages xserver-xorg-video-radeon suggests:
ii  firmware-linux  0.33



-- 
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/20111027065919.4263.21659.reportbug@Lasek-Debian-PC



[PATCH] install libEGL* and libGLES* into $libdir/mesa

2011-10-27 Thread Andreas Beckmann
Install libEGL.so*, libGLESv1_CM.so*, and libGLESv2.so* into $libdir/mesa/
instead of $libdir/ and add symlinks for lib*.so and lib*.so.[12] (but not
lib*.so.[12].*) to $libdir.

This is a preparation for supporting alternative implementations of libEGL
and libGLES (currently only a non-free alternative from NVIDIA exists).

The links in $libdir will be managed by update-alternatives later on and
therefore it is necessary to move the real files (lib*.so.[12].*) out of
$libdir, otherwise ldconfig will happily modify the lib*.so.[12] SONAME
links.

Signed-off-by: Andreas Beckmann 

---
 debian/libegl1-mesa-dev.install.in  |2 +-
 debian/libegl1-mesa-dev.links.in|1 +
 debian/libegl1-mesa.install.in  |2 +-
 debian/libegl1-mesa.links.in|1 +
 debian/libgles1-mesa-dev.install.in |2 +-
 debian/libgles1-mesa-dev.links.in   |1 +
 debian/libgles1-mesa.install.in |2 +-
 debian/libgles1-mesa.links.in   |1 +
 debian/libgles2-mesa-dev.install.in |2 +-
 debian/libgles2-mesa-dev.links.in   |1 +
 debian/libgles2-mesa.install.in |2 +-
 debian/libgles2-mesa.links.in   |1 +
 12 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/libegl1-mesa-dev.install.in 
b/debian/libegl1-mesa-dev.install.in
index 3f3094f..5a41338 100644
--- a/debian/libegl1-mesa-dev.install.in
+++ b/debian/libegl1-mesa-dev.install.in
@@ -1,4 +1,4 @@
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libEGL.so usr/lib/${DEB_HOST_MULTIARCH}
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libEGL.so usr/lib/${DEB_HOST_MULTIARCH}/mesa
 #dri/usr/lib/${DEB_HOST_MULTIARCH}/libwayland-egl.so 
usr/lib/${DEB_HOST_MULTIARCH}
 dri/usr/include/EGL usr/include
 dri/usr/include/KHR usr/include
diff --git a/debian/libegl1-mesa-dev.links.in b/debian/libegl1-mesa-dev.links.in
new file mode 100644
index 000..da31542
--- /dev/null
+++ b/debian/libegl1-mesa-dev.links.in
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/mesa/libEGL.so 
usr/lib/${DEB_HOST_MULTIARCH}/libEGL.so
diff --git a/debian/libegl1-mesa.install.in b/debian/libegl1-mesa.install.in
index 57d1a21..f6ef698 100644
--- a/debian/libegl1-mesa.install.in
+++ b/debian/libegl1-mesa.install.in
@@ -1 +1 @@
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libEGL.so.1* usr/lib/${DEB_HOST_MULTIARCH}
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libEGL.so.1* 
usr/lib/${DEB_HOST_MULTIARCH}/mesa
diff --git a/debian/libegl1-mesa.links.in b/debian/libegl1-mesa.links.in
new file mode 100644
index 000..537e2c6
--- /dev/null
+++ b/debian/libegl1-mesa.links.in
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/mesa/libEGL.so.1 
usr/lib/${DEB_HOST_MULTIARCH}/libEGL.so.1
diff --git a/debian/libgles1-mesa-dev.install.in 
b/debian/libgles1-mesa-dev.install.in
index 0485b23..df6458d 100644
--- a/debian/libgles1-mesa-dev.install.in
+++ b/debian/libgles1-mesa-dev.install.in
@@ -1,3 +1,3 @@
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLESv1_CM.so usr/lib/${DEB_HOST_MULTIARCH}
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLESv1_CM.so 
usr/lib/${DEB_HOST_MULTIARCH}/mesa
 dri/usr/include/GLES usr/include
 dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/glesv1_cm.pc 
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
diff --git a/debian/libgles1-mesa-dev.links.in 
b/debian/libgles1-mesa-dev.links.in
new file mode 100644
index 000..3d5288b
--- /dev/null
+++ b/debian/libgles1-mesa-dev.links.in
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/mesa/libGLESv1_CM.so 
usr/lib/${DEB_HOST_MULTIARCH}/libGLESv1_CM.so
diff --git a/debian/libgles1-mesa.install.in b/debian/libgles1-mesa.install.in
index 143abd2..aa568d8 100644
--- a/debian/libgles1-mesa.install.in
+++ b/debian/libgles1-mesa.install.in
@@ -1 +1 @@
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLESv1_CM.so.1* 
usr/lib/${DEB_HOST_MULTIARCH}
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLESv1_CM.so.1* 
usr/lib/${DEB_HOST_MULTIARCH}/mesa
diff --git a/debian/libgles1-mesa.links.in b/debian/libgles1-mesa.links.in
new file mode 100644
index 000..f6b8d8a
--- /dev/null
+++ b/debian/libgles1-mesa.links.in
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/mesa/libGLESv1_CM.so.1 
usr/lib/${DEB_HOST_MULTIARCH}/libGLESv1_CM.so.1
diff --git a/debian/libgles2-mesa-dev.install.in 
b/debian/libgles2-mesa-dev.install.in
index ae8fe70..eaae986 100644
--- a/debian/libgles2-mesa-dev.install.in
+++ b/debian/libgles2-mesa-dev.install.in
@@ -1,3 +1,3 @@
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLESv2.so usr/lib/${DEB_HOST_MULTIARCH}
+dri/usr/lib/${DEB_HOST_MULTIARCH}/libGLESv2.so 
usr/lib/${DEB_HOST_MULTIARCH}/mesa
 dri/usr/include/GLES2 usr/include
 dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/glesv2.pc 
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
diff --git a/debian/libgles2-mesa-dev.links.in 
b/debian/libgles2-mesa-dev.links.in
new file mode 100644
index 000..328ade9
--- /dev/null
+++ b/debian/libgles2-mesa-dev.links.in
@@ -0,0 +1 @@
+usr/lib/${DEB_HOST_MULTIARCH}/mesa/libGLESv2.so 
usr/lib/${DEB_HOST_MULTIARCH}/libGLESv2.so
diff --git a/debian/libgles2-mesa.install.in b/debian/libgles2-mesa.install.in
index 5867818..8cddff

Bug#646671: xserver-xorg-video-radeon: Gnome3 fails to fallback, Graphics card hot in desktop, extremely slow 3D

2011-10-27 Thread Michel Dänzer
On Mit, 2011-10-26 at 23:59 -0700, Rob W. wrote: 
> 
> Installing the firmware solved the Gnome3 and slow 3D problem, however
> the graphics card is still running hot.

Does

http://wiki.x.org/wiki/radeonBuildHowTo#Radeon_power-management

help?


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



Bug#573994: xserver-xorg: X.org randomly crashes in multi session usage

2011-10-27 Thread Martin Steigerwald
Am Mittwoch, 26. Oktober 2011 schrieb Julien Cristau:
> On Mon, Mar 15, 2010 at 15:49:32 +0100, Martin Steigerwald wrote:
> > Package: xserver-xorg
> > Version: 1:7.5+3
> > Severity: important
> > 
> > X.org randomly crashed when I use more than one X session at once.
> 
> This bug looks like it involves radeon dri1 and userspace mode setting,
> which should no longer be relevant.  If you still have crashes please
> file a new bug with a gdb backtrace and full X and kernel logs.

I am fine with closing this. I do not use two X.org sessions on that T42 
ThinkPad anymore.

Thanks,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7



-- 
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/201110271029.54347.mar...@lichtvoll.de



Bug#618285: marked as done (xserver-xorg: X server freezes (nouveau driver))

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 11:03:19 +0200
with message-id <20111027090319.gp4...@xvii.vinc17.org>
and subject line Re: Bug#618285: xserver-xorg: X server freezes (nouveau driver)
has caused the Debian Bug report #618285,
regarding xserver-xorg: X server freezes (nouveau driver)
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.)


-- 
618285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg
Version: 1:7.6+4
Severity: important

The X server is currently frozen. The screen display is no longer
updated (there's a clock), the mouse and keyboard no longer seem
to work and I can't even switch to a virtual terminal. The machine
is idle (load average ~= 0).

When the X server was restarted (by gdm3, after quitting the
previous session), the mouse pointer no longer appeared.

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 2009-06-04 16:13:46 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1926304 2011-03-07 16:48:14 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: nVidia Corporation G98M [Quadro NVS 
160M] [10de:06eb] (rev a1)

/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1
/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 2.6.37-2-amd64 (Debian 2.6.37-2) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-12) ) #1 SMP Sun Feb 27 10:12:22 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 32010 2011-03-14 02:28:26 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[431781.645] 
X.Org X Server 1.9.4.901 (1.9.5 RC 1)
Release Date: 2011-03-04
[431781.645] X Protocol Version 11, Revision 0
[431781.645] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[431781.646] Current Operating System: Linux xvii 2.6.37-2-amd64 #1 SMP Sun Feb 
27 10:12:22 UTC 2011 x86_64
[431781.646] Kernel command line: root=/dev/mapper/xvii-root ro quiet
[431781.646] Build Date: 07 March 2011  03:32:09PM
[431781.646] xorg-server 2:1.9.4.901-1 (Cyril Brulebois ) 
[431781.646] Current version of pixman: 0.21.4
[431781.646]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[431781.646] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[431781.646] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 14 02:24:16 
2011
[431781.646] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[431781.646] (==) No Layout section.  Using the first Screen section.
[431781.646] (==) No screen section available. Using defaults.
[431781.646] (**) |-->Screen "Default Screen Section" (0)
[431781.646] (**) |   |-->Monitor ""
[431781.646] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[431781.646] (==) Automatically adding devices
[431781.646] (==) Automatically enabling devices
[431781.646] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[431781.646]Entry deleted from font path.
[431781.646] (==) 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
[431781.646] (==) ModulePath set to "/usr/lib/xorg/modules"
[431781.646] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[431781.646] (II) Loader magic: 0x7d1b40
[431781.646] (II) Module ABI versions:
[431781.646]X.Org ANSI C Emulation: 0.4
[431781.646]X.Org Video Driver: 8.0
[431781.646]X.Org XInput driver : 11.0
[431781.646]X.Org Server Extension : 4.0
[431781.647] (--) PCI:*(0:1:0:0) 10de:06eb:1028:0233 rev 161, Mem @ 
0xf500/16777216, 0xe000/268435456, 0xf200/33554432, I/O @ 
0xdf00/128, BIOS

Bug#617682: marked as done (X server crash on 'export to PDF' with 'PDF/A-1a' option checked)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:24:23 +0200
with message-id <20111027122423.ga24...@radis.liafa.jussieu.fr>
and subject line Re: Bug#617682: X server crash on 'export to PDF' with 
'PDF/A-1a' option checked
has caused the Debian Bug report #617682,
regarding X server crash on 'export to PDF' with 'PDF/A-1a' option 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.)


-- 
617682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libreoffice-writer
Version: 1:3.3.1-1
Severity: critical
Justification: breaks unrelated software


I am writing some documentation as docbook with a lot of cross-references and
pictures.
This document gets converted to odf via docbook2odf (0.244-1.1) and I want to
libreoffice to generate a PDF out of it with index, links, etc in order to
compare its output with PDF generated by dblatex.

Going to 'File' -> 'export to PDF', I check the 'PDF/A-1a' checkbox, click on
'Export', after a couple of seconds of work, libreoffice makes my X server
crash and I'm back to gdm prompt.

This does not happen with I leave the 'PDF/A-1a' checkbox unchecked.



-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (800, 'stable'), (60, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice-writer depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libicu44   4.4.2-2   International Components for Unico
ii  libreoffice-base-c 1:3.3.1-1 office productivity suite -- share
ii  libreoffice-core   1:3.3.1-1 office productivity suite -- arch-
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwpd-0.9-9   0.9.1-2   Library for handling WordPerfect d
ii  libwpg-0.2-2   0.2.0-4   WordPerfect graphics import/conver
ii  libwps-0.2-2   0.2.0-3   Works text file format import filt
ii  ure1.7.0+LibO3.3.1~rc1-2 LibreOffice UNO runtime environmen
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages libreoffice-writer recommends:
pn  libreoffice-emailmerge (no description available)
pn  libreoffice-filter-binfilter   (no description available)
pn  libreoffice-java-common(no description available)
pn  libreoffice-math   (no description available)
ii  sun-java6-jre [java5-runtime] 6.22-1 Sun Java(TM) Runtime Environment (

Versions of packages libreoffice-writer suggests:
pn  libreoffice-base   (no description available)
pn  libreoffice-gcj(no description available)

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libdb4.8   4.8.30-2  Berkeley v4.8 Database Libraries [
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgraphite3   1:2.3.1-0.2   SILGraphite - a "smart font" rende
ii  libgstreamer-plugi 0.10.30-1 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.3.1-1   spell checker and morphological an
ii  libhyphen0 2.7.1-3   ALTLinux hyphenation library - sha
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libicu44   4.4.2-2   International Components for Unico
ii  libjpeg62  6b1

Bug#617681: marked as done (libreoffice-writer: X server crash on 'export to PDF' with 'PDF/A-1a' option checked)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:24:23 +0200
with message-id <20111027122423.ga24...@radis.liafa.jussieu.fr>
and subject line Re: Bug#617682: X server crash on 'export to PDF' with 
'PDF/A-1a' option checked
has caused the Debian Bug report #617682,
regarding libreoffice-writer: X server crash on 'export to PDF' with 'PDF/A-1a' 
option 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.)


-- 
617682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libreoffice-writer
Version: 1:3.3.1-1
Severity: critical
Justification: breaks unrelated software


I am writing some documentation as docbook with a lot of cross-references and
pictures.
This document gets converted to odf via docbook2odf (0.244-1.1) and I want to
libreoffice to generate a PDF out of it with index, links, etc in order to
compare its output with PDF generated by dblatex.

Going to 'File' -> 'export to PDF', I check the 'PDF/A-1a' checkbox, click on
'Export', after a couple of seconds of work, libreoffice makes my X server
crash and I'm back to gdm prompt.

This does not happen with I leave the 'PDF/A-1a' checkbox unchecked.



-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (800, 'stable'), (60, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice-writer depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libicu44   4.4.2-2   International Components for Unico
ii  libreoffice-base-c 1:3.3.1-1 office productivity suite -- share
ii  libreoffice-core   1:3.3.1-1 office productivity suite -- arch-
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libwpd-0.9-9   0.9.1-2   Library for handling WordPerfect d
ii  libwpg-0.2-2   0.2.0-4   WordPerfect graphics import/conver
ii  libwps-0.2-2   0.2.0-3   Works text file format import filt
ii  ure1.7.0+LibO3.3.1~rc1-2 LibreOffice UNO runtime environmen
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages libreoffice-writer recommends:
pn  libreoffice-emailmerge (no description available)
pn  libreoffice-filter-binfilter   (no description available)
pn  libreoffice-java-common(no description available)
pn  libreoffice-math   (no description available)
ii  sun-java6-jre [java5-runtime] 6.22-1 Sun Java(TM) Runtime Environment (

Versions of packages libreoffice-writer suggests:
pn  libreoffice-base   (no description available)
pn  libreoffice-gcj(no description available)

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libdb4.8   4.8.30-2  Berkeley v4.8 Database Libraries [
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgraphite3   1:2.3.1-0.2   SILGraphite - a "smart font" rende
ii  libgstreamer-plugi 0.10.30-1 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.3.1-1   spell checker and morphological an
ii  libhyphen0 2.7.1-3   ALTLinux hyphenation library - sha
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libicu44   4.4.2-2   International Components for Unico
ii  l

Processed: Re: Bug#617682: X server crash on 'export to PDF' with 'PDF/A-1a' option checked

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 617682
Bug #617682 {Done: Julien Cristau } [xorg] X server crash 
on 'export to PDF' with 'PDF/A-1a' option checked
Bug #617681 {Done: Julien Cristau } [xorg] 
libreoffice-writer: X server crash on 'export to PDF' with 'PDF/A-1a' option 
checked
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
617682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617682
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.1319718722415.transcr...@bugs.debian.org



Bug#519210: marked as done (xserver-xorg: doesnt read EDID from monitors)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:36:09 +0200
with message-id <20111027123609.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#519210: xserver-xorg: doesnt read EDID from monitors
has caused the Debian Bug report #519210,
regarding xserver-xorg: doesnt read EDID from monitors
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.)


-- 
519210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg
Version: 1:7.3+18
Severity: important


I'm using an onboard nvidia 6100 card with the nvidia-glx driver. This problem, 
though, also
occurs with vesa and the open source nv driver. I don't know if it's a fault of 
the 6100
itself, but when I hook up my Dell LCD monitor by vga and startx, I either get 
a low
resolution like 640x480 that isn't changeable or, if it tries to set a 
reasonably high one
like 1024x768, the monitor says "cannot display this video mode." I've had to 
manually
locate my horizsync and vertrefresh rates for the monitor; I don't remember how 
I got them, 
but I cannot find them again. And now I'm setting up boxes similar to my own 
for customers,
so I can't exactly predict what type of monitor they'll use and what
modeline/vertrefresh/horizsync to use.

The problem seems to be the videocard failing to read the EDID info about the 
monitor:

get-edid: get-edid version 1.4.1

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful

VBE version 300
VBE string at 0x0 "NVIDIA"

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful

Monitor and video card combination does not support DDC1 transfers
Monitor and video card combination does not support DDC2 transfers
0 seconds per 128 byte EDID block transfer
Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
Read EDID

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged


This prevents autoconfiguration from selecting reasonable frequencies. How can 
I solve this
problem? Is it an nvidia 6100-specific bug? From googling, it seems many people 
have
experienced this problem across other boards. How else can I manually obtain 
monitor
frequencies? Are there reasonable defaults that won't fry a monitor but will 
still allow
above 640x480?


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-05-23 16:39 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718548 2009-02-19 21:24 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:0d.0 VGA compatible controller: nVidia Corporation GeForce 6100 nForce 405 
(rev a2)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1445 2009-03-10 18:49 /etc/X11/xorg.conf

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

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
Option  "AutoRepeat""250 30"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Device"
Identifier  "Configured Video Device"
EndSection

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

Bug#617681: Bug#617682: X server crash on 'export to PDF' with 'PDF/A-1a' option checked

2011-10-27 Thread Julien Cristau
reopen 617682
kthxbye

On Thu, Oct 27, 2011 at 14:24:23 +0200, Julien Cristau wrote:

> On Thu, Mar 10, 2011 at 18:58:52 +0100, Julien Cristau wrote:
> 
> > Gilles, please send along your kernel and Xorg logs.
> > 
> This hasn't happened afaict.  Closing.
> 
Nevermind, I was looking at 617681 and the information was in the merged
bug.

Cheers,
Julien



-- 
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/20111027123103.gr3...@radis.liafa.jussieu.fr



Processed: tagging 644636

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 644636 + moreinfo
Bug #644636 [xorg] xorg: xserver randomly crashes without any clear indication
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
644636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644636
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.13197191902564.transcr...@bugs.debian.org



Bug#369202: marked as done (randomly activated 'access keys')

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:32:12 +0200
with message-id <20111027123212.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#369202: Could this bug be moved to X.org?
has caused the Debian Bug report #369202,
regarding randomly activated 'access keys'
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.)


-- 
369202: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369202
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: konqueror
Version: 3.5.2-2+b1

Hi!

Since some time, konqueror randomly activates its access keys, which is a bit 
annoying, since the displayed tags often hide parts that you are currently 
reading. Now, this is _nothing_ compared to how annoying this is when you are 
currently filling in a web form: I just had to retype lots of text and 
several times click back because while typing a text it suddenly activated 
the access keys that took me completely elsewhere. 

I also can't find a flag in the configuration to deactivate that broken 
feature completely, which surprised me a lot, am I missing something?

FYI: I'm running konqueror with fluxbox as WM on a Xinerama desktop, in case 
that matters.

Uli


--- End Message ---
--- Begin Message ---
On Mon, Jan 24, 2011 at 12:10:36 +0100, Julien Viard de Galbert wrote:

> Hello Ulrich,
> 
> Back in 2009 you reassigned bug #369202 to Xorg.
> 
> Does your problem still occur with new version of Xorg ?
> If no, shall I close this bug.
> 
> If yes, we probably need more information, can you attach the output of
> the following command as explained at [1] ?
>  /usr/share/bug/xorg/script 3>/tmp/script.log
> 
>  1: http://pkg-xorg.alioth.debian.org/howtos/report-bugs.html
> 
No reply, closing.

Cheers,
Julien

--- End Message ---


Bug#500228: marked as done (System is shutdown when using the "actions" menu)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:33:40 +0200
with message-id <20111027123340.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#500228: System is shutdown when using the "actions" 
menu
has caused the Debian Bug report #500228,
regarding System is shutdown when using the "actions" menu
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.)


-- 
500228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gdm
Version: 2.20.7-3
Severity: serious

Hi,

on a system I've just upgraded GDM shows a strange behaviour:

If I open up the "Actions" menu and click anywhere it forces a shutdown
of the system without asking for feedback about this action. Please note
that this does not even require me clicking on the OK button. Because of
this it is impossible to

- reboot the system via this dialog
- suspend the system via this dialog
- start the xdmcp-chooser from this dialog
- configure gdm via this dialog

I'm not sure if it affects other systems as well, so possibly its worth
to downgrade the bug to "important". However I think that this is not
really ready for release so I've choosen serious as the severity.

Best Regards,
Patrick

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

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

Versions of packages gdm depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  fluxbox [x-window-mana 1.0.0+deb1-8  Highly configurable and low resour
ii  gksu   2.0.0-5   graphical frontend to su
ii  gnome-session [x-sessi 2.22.3-1  The GNOME 2 Session Manager
ii  gnome-terminal [x-term 2.22.3-2  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libattr1   1:2.4.43-1Extended attribute shared library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libdmx11:1.0.2-3 X11 Distributed Multihead extensio
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpam-modules 1.0.1-4   Pluggable Authentication Modules f
ii  libpam-runtime 1.0.1-4   Runtime support for the PAM librar
ii  libpam0g   1.0.1-4   Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  librsvg2-2 2.22.2-2  SAX-based renderer library for SVG
ii  librsvg2-common2.22.2-2  SAX-based renderer library for SVG
ii  libselinux12.0.65-5  SELinux shared libraries
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxau61:1.0.3-3 X11 authorisation library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  metacity [x-window-man 1:2.22.0-1A lightweight GTK2 based Window Ma
ii  mlterm [x-terminal-emu 2.9.4-4   MultiLingual TERMinal
ii  mrxvt [x-terminal-emul 0.5.3-2   lightweight multi-tabbed X termina
ii  rxvt-unicode [x-termin 9.05-1

Bug#500231: marked as done (mouse (buttons) not properly working in gnome)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:33:40 +0200
with message-id <20111027123340.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#500228: System is shutdown when using the "actions" 
menu
has caused the Debian Bug report #500228,
regarding mouse (buttons) not properly working in gnome
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.)


-- 
500228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-settings-daemon
Version: 2.22.2.1-1
Severity: important
File: gnome

Hi,

I'm not exactly sure if this is the right package to report the bug
against, so please reassign if appropriate.

The problem is as following:
In GNOME my mouse is not working properly. It seems that single-clicking
always results in a double-click. Because of that I need to keep the
mouse button clicked in order to access the menus and to not do things I
don't want to do, when using the desktop context menu. Changing the
double-click-interval in both possible directions did not help in any
way.

The problem is specific to GNOME, because fluxbox appearently works the
right way (tm).

I only gave this severity important, but I don't think that this is
ready for this way. GNOME is effectively unusable if this problem
exists.

Best Regards,
Patrick

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

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

Versions of packages gnome-settings-daemon depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomekbd2   2.22.0-1  GNOME library to manage keyboard c
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-4GNOME Virtual File System (runtime
ii  libgstreamer-plugins-b 0.10.19-2 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libx11-6   2:1.1.5-1 X11 client-side library
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxklavier12  3.5-2 X Keyboard Extension high-level AP
ii  libxml22.6.32.dfsg-4 GNOME XML library
ii  libxrandr2 2:1.2.3-1 X11 RandR extens

Bug#506430: marked as done (Mouse double click bug related to CorePointer and ServerLayout directives)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:33:40 +0200
with message-id <20111027123340.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#500228: System is shutdown when using the "actions" 
menu
has caused the Debian Bug report #500228,
regarding Mouse double click bug related to CorePointer and ServerLayout 
directives
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.)


-- 
500228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg
Version: 1:7.3+18
Distribution: Debian Lenny

Hi,
since I had problem to let my Wacom Volito2 pen tablet work correctly on Debian
Lenny, I investigated the xorg.conf options and I found the following issue, not
related to my tablet problems. So, we only consider here the case where there is
a single input device :

- the simple xorg.conf file generated by 'dpkg-reconfigure xserver-xorg' has no
ServerLayout section and no Corepointer option in the mouse section. In this
case, the mouse works well. The mouse section is :

Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
EndSection


- however, if I add a simple ServerLayout section (this is required to work with
a pen tablet), like this one :

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

then, the mouse doesn't work anymore. Single clicks events are seen as double
click events and the mouse is not usable at all.

However, if I add a CorePointer option to the mouse section, like this :

Section "InputDevice"
Identifier"Configured Mouse"
Option"CorePointer"
Driver"mouse"
EndSection

together with the above ServerLayout section, then the mouse works well again.

I've seen some bugs report that deal with the double click problem, but perhaps
my explanation could help to clarify things and fix the bug before the release
of Debian Lenny.

Best regards,
RB



--- End Message ---
--- Begin Message ---
On Fri, Feb 25, 2011 at 23:29:40 +0100, Cyril Brulebois wrote:

> Hi,
> 
> Patrick Schoenfeld  (26/09/2008):
> > on a system I've just upgraded GDM shows a strange behaviour:
> > 
> > If I open up the "Actions" menu and click anywhere it forces a
> > shutdown of the system without asking for feedback about this
> > action. Please note that this does not even require me clicking on
> > the OK button. Because of this it is impossible to
> > 
> > - reboot the system via this dialog
> > - suspend the system via this dialog
> > - start the xdmcp-chooser from this dialog
> > - configure gdm via this dialog
> > 
> > I'm not sure if it affects other systems as well, so possibly its worth
> > to downgrade the bug to "important". However I think that this is not
> > really ready for release so I've choosen serious as the severity.
> 
> still having this issue?
> 
Sounds like a no, closing.

Cheers,
Julien

--- End Message ---


Bug#540316: marked as done (/etc/X11/xorg.conf param "Rotation" value "half")

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:45:40 +0200
with message-id <20111027124540.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#540316: /etc/X11/xorg.conf param "Rotation" value 
"half"
has caused the Debian Bug report #540316,
regarding /etc/X11/xorg.conf param "Rotation" value "half"
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.)


-- 
540316: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: /etc/X11/xorg.conf param "Rotation" value "half"
Package: xorg
Version: 1:7.3+19
Severity: normal

If I change in /etc/X11/xorg.conf param "Rotate" to "halt" and restart X, 
rotation on 180 degr. doesn't work. But "CW" and "CCW" - work.
Laptop Acer TravelMate 2310
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 
PCI/AGP or 662/761Gx PCIE VGA Display Adapter


-- System Information:
Debian Release: 5.0.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages xorg depends on:
ii gnome-terminal  [x-terminal-em] 2.22.3-3   The GNOME 2 terminal emulator appl
ii libgl1-mesa-glx [libgl1]7.0.3-7A free implementation of the OpenG
ii libglu1-mesa7.0.3-7The OpenGL utility library (GLU)
ii x11-apps7.3+4  X applications
ii x11-session-utils   7.3+1  X session utilities
ii x11-utils   7.3+2+nmul X11 utilities
ii x11-xfs-utils   7.3+1  X font server utilities
ii x11-xkb-utils   7.4+1  X11 XKB utilities
ii x11-xserver-utils   7.3+5  X server utilities
ii xauth   1:1.0.3-2  X authentication utility
ii xfonts-100dpi   1:1.0.0-4  100 dpi fonts for X
ii xfonts-75dpi1:1.0.0-4  75 dpi fonts for X
ii xfonts-base 1:1.0.0-5  standard fonts for X
ii xfonts-scalable 1:1.0.0-6  scalable fonts for X
ii xfonts-utils1:7.4+1X Window System font utility progr
ii xinit   1.0.9-2X Server initialisation tool
ii xkb-data1.3-2  X Keyboard Extension (XKB) configu
ii xserver-xorg1:7.3+19   the X.org X server
ii xterm [x-terminal-emulator] 235-2  X terminal emulator


--- End Message ---
--- Begin Message ---
On Sat, Feb 26, 2011 at 00:08:54 +0100, Cyril Brulebois wrote:

> Hi,
> 
> Артем  (07/08/2009):
> > Subject: /etc/X11/xorg.conf param "Rotation" value "half"
> > Package: xorg
> > Version: 1:7.3+19
> > Severity: normal
> > 
> > If I change in /etc/X11/xorg.conf param "Rotate" to "halt" and
> > restart X, rotation on 180 degr. doesn't work. But "CW" and "CCW" -
> > work.
> 
> I'm sorry, I'm not sure I understood this correctly. Could you please
> rephrase a bit? Also, is this issue still happening in squeeze or
> higher?
> 
No reply.  Also AFAIK siliconmotion now supports randr 1.2, which means
Option "Rotate" should work with the "normal"/"left"/"right"/"inverted"
values.

Cheers,
Julien

--- End Message ---


Unidentified subject!

2011-10-27 Thread bounce-debian-x=archive=mail-archive . 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/handler.564468.d564468.13197199696199.ackd...@bugs.debian.org



Bug#567365: marked as done (xserver-xorg: Changed keyboard behaviour evdev vs kbd)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:56:08 +0200
with message-id <20111027125608.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#567365: xserver-xorg: Changed keyboard behaviour evdev 
vs kbd
has caused the Debian Bug report #567365,
regarding xserver-xorg: Changed keyboard behaviour evdev vs kbd
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.)


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


With evdev as the keyboard driver my keyboard behaviour changed:
I'm using a custom xmodmap to add addtitional functionality.
After adjusting for the changed keycodes with evdev I still see the following
difference:

With kbd the order of Alt_R (remapped to Mode_switch) and Shift did not matter.
With evdev it matters:

kbd:
Alt_R+[ => ü
Shift+Alt_R+[ => �
keycode 0x20 = oO   omacron Omacron kana_RA
keycode 0x22 = bracketleft  braceleft   udiaeresis  Udiaeresis
keycode 0x26 = aA   amacron Amacron kana_CHI
keycode 0x27 = sS   ssharp  S   kana_TO
keycode 0x2f = semicoloncolon   odiaeresis  Odiaeresis
keycode 0x30 = apostrophe   quotedbladiaeresis  Adiaeresis
!keycode 0x18 = q   Q   at
!·
keycode 66   = Super_L

!keycode 0x71 = Mode_switch
!keycode 0x73 = Super_L
!keycode 0x74 = ISO_Next_Group  Multi_key
!keycode 0x75 = ISO_Prev_Grou
!keycode 108 = ISO_Level3_Shift
keycode 108 = Mode_switch
!keycode 0x74 = Kanji
!keycode 0x75 = Muhenkan
!keycode 66 = Multi_key
!keycode 0x74 = Multi_key

clear Lock
clear Mod1
clear Mod4
clear Control

add Control = Control_L
add Control = Control_R
add Mod1 = Alt_L
add Mod1 = Meta_L
add Mod4 = Super_L

-- 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 Jun 20  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 21 08:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Exp

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3805 Jan 11 20:47 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Tablet""SendCoreEvents"
EndSection

Section "Files"

#   FontPath"tcp/nukunuku.yamamaya.is-a-geek.org:7100"
#   FontPath"tcp/nukunuku.yamamaya.is-a-geek.org"
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"

#   Load  "dri"
Load  "extmod"
Load  "dbe"
Load  "record"
Load  "glx"
SubSection "extmod"

# "the real problem is that fglrx is pretty greedy of events
#  with its custom extensions, so the server runs out of
#  available events, and some other extensions fail to
#  initialize."
#
# omit dga extension to save on extension events
Option  "omit xfree86-dga"
EndSubSection
EndSection

Section "ServerFlags"
Option  "DontVTSwitch" "0"
Option  "DontZap" "0"
Option  "DontZoom" "0"
Option  "AllowDeactivateGrabs" "1"
Option  "AllowClosedownGrabs" "1"
Option  "AllowEmptyInput" "0"
Option  "HandleSpecialKeys" "Always"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Drive

Bug#567367: marked as done (xserver-xorg: Changed keyboard behaviour evdev vs kbd)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:56:08 +0200
with message-id <20111027125608.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#567365: xserver-xorg: Changed keyboard behaviour evdev 
vs kbd
has caused the Debian Bug report #567365,
regarding xserver-xorg: Changed keyboard behaviour evdev vs kbd
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.)


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


With evdev as the keyboard driver my keyboard behaviour changed:
I'm using a custom xmodmap to add addtitional functionality.
After adjusting for the changed keycodes with evdev I still see the following
difference:

With kbd the order of Alt_R (remapped to Mode_switch) and Shift did not matter.
With evdev it matters:

kbd:
Alt_R+[ => ü
Shift+Alt_R+[ => Ü
Alt_R+Shift+[ => Ü

evdev:
Alt_R+[ => ü
Shift+Alt_R+[ => [
Alt_R+Shift+[ => Ü

xmodmap is executed after
setxkbmap -layout us -model pc105 -option "ctrl:nocaps"

.xmodmap:
!keycode 0x1a = e   E   EuroSigncent
keycode 13   = 4dollar  EuroSigncent
keycode 20   = minusunderscore  endash  emdash
keycode 24   = qQ   q   Q   kana_TA
keycode 25   = wW   w   W   kana_TE
keycode 0x1a = eE   emacron Emacron kana_I  kana_i
keycode 27   = rR   r   R   kana_SU
keycode 28   = tT   t   T   kana_KA
keycode 0x1e = uU   umacron Umacron kana_NA
keycode 0x1f = iI   imacron Imacron kana_NI
keycode 0x20 = oO   omacron Omacron kana_RA
keycode 0x22 = bracketleft  braceleft   udiaeresis  Udiaeresis
keycode 0x26 = aA   amacron Amacron kana_CHI
keycode 0x27 = sS   ssharp  S   kana_TO
keycode 0x2f = semicoloncolon   odiaeresis  Odiaeresis
keycode 0x30 = apostrophe   quotedbladiaeresis  Adiaeresis
!keycode 0x18 = q   Q   at
!·
keycode 66   = Super_L

!keycode 0x71 = Mode_switch
!keycode 0x73 = Super_L
!keycode 0x74 = ISO_Next_Group  Multi_key
!keycode 0x75 = ISO_Prev_Grou
!keycode 108 = ISO_Level3_Shift
keycode 108 = Mode_switch
!keycode 0x74 = Kanji
!keycode 0x75 = Muhenkan
!keycode 66 = Multi_key
!keycode 0x74 = Multi_key

clear Lock
clear Mod1
clear Mod4
clear Control

add Control = Control_L
add Control = Control_R
add Mod1 = Alt_L
add Mod1 = Meta_L
add Mod4 = Super_L

-- 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 Jun 20  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 21 08:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3805 Jan 11 20:47 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Tablet""SendCoreEvents"
EndSection

Section "Files"

#   FontPath"tcp/nukunuku.yamamaya.is-a-geek.org:7100"
#   FontPath"tcp/nukunuku.yamamaya.is-a-geek.org"
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"

#   Load  "dri"
Load  "extmod"
Load  "dbe"
Load  "record"
Load  "glx"
SubSection "extmod"

# "the real problem is that fglrx is pretty greedy of events
#  with its custom extensions, so the server 

Bug#567686: marked as done (xserver-xorg: Keyboard layout is lost for bluetooth keyboard after upgrade)

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 14:57:11 +0200
with message-id <20111027125711.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#567686: xserver-xorg: Keyboard layout is lost for 
bluetooth keyboard after upgrade
has caused the Debian Bug report #567686,
regarding xserver-xorg: Keyboard layout is lost for bluetooth keyboard after 
upgrade
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.)


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

After last upgrade, the Spanish keymap layout for my bluetooth keyboard is lost 
giving the us layout. I have an USB keyboard connected as well and it has not 
been afected by the layout change, it works perfectly. I've noticed that, after 
trying the USB keyboard, the bluetooth one works back again automagically with 
the spanish layout. However, the changes are lost after rebooting. The command 
"setxkbmap es" also works changing to the correct layout on the fly, but thouse 
changes are also lost when rebooting.


Roberto.


-- 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 Jan 29 16:43 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 21 00:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5630 Jan 30 19:12 /etc/X11/xorg.conf

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

Section "Files"
#FontPath   "/usr/share/fonts/truetype/ttf-dejavu"
FontPath"/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath"/usr/share/X11/fonts/misc"
FontPath"/usr/share/X11/fonts/cyrillic"
FontPath"/usr/share/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/X11/fonts/Type1"
FontPath"/usr/share/X11/fonts/100dpi"
FontPath"/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath"/usr/share/fonts/truetype/msttcorefonts"
EndSection

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

Section "InputDevice"
Identifier  "keyboard0"
Driver  "evdev"
Option  "Device""/dev/input/event4"
Option  "XkbModel"  "evdev"
Option  "XkbLayout" "es"
#Option "XkbRules"  "evdev"
EndSection


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


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

#Section "InputDevice"
#  Driver"wacom"
#  Identifier"stylus"
#  Option"Devi

Processed: reassign 567793 to xserver-xorg-video-radeon

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 567793 xserver-xorg-video-radeon 1:6.13.1-2+squeeze1
Bug #567793 [xserver-xorg] EXA causes artifacts
Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-video-radeon'.
Bug No longer marked as found in versions xorg/1:7.5+2.
Bug #567793 [xserver-xorg-video-radeon] EXA causes artifacts
Bug Marked as found in versions xserver-xorg-video-ati/1:6.13.1-2+squeeze1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
567793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567793
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.13197204248014.transcr...@bugs.debian.org



Bug#568555: marked as done (xserver-xorg: when i send command "xset dpms force off" display turn off on one second and turn on again. In /etc/X11/xorg exist "Option "DPMS" "true"" and acpi is work. I

2011-10-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Oct 2011 15:02:29 +0200
with message-id <20111027130229.ga25...@radis.liafa.jussieu.fr>
and subject line Re: Bug#568555: xserver-xorg: "xset dpms force off" doesn't 
stick
has caused the Debian Bug report #568555,
regarding xserver-xorg: when i send command "xset dpms force off" display turn 
off on one second and turn on again. In /etc/X11/xorg exist "Option "DPMS" 
"true"" and acpi is work. I use netbook msi wind u100 and debian squeeze.
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.)


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

Package: xserver-xorg
Version: 1:7.5+3
Severity: normal



-- 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 Jan 12 21:40 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 21 02:01 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME 
Express Integrated Graphics Controller (rev 03)


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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 634 Feb  5 00:18 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"XkbRules""xorg"
Option"XkbModel""pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
EndSection

Section "Device"
Driver  "intel"
Identifier"Configured Video Device"
EndSection

Section "Monitor"
Identifier"Configured Monitor"
Option "DPMS" "true"
Gamma 0.85
EndSection

Section "Screen"
Identifier"Default Screen"
Monitor"Configured Monitor"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 29680 Feb  5 21:39 /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.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-trunk-686 i686 Debian
Current Operating System: Linux msi 2.6.32-trunk-686 #1 SMP Sun Jan 10 
06:32:16 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-trunk-686 
root=UUID=4bed5150-c5b8-4277-b608-70e59df169b7 ro quiet

Build Date: 20 January 2010  10:52:55PM
xorg-server 2:1.7.4-2 (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: Fri Feb  5 18:16:28 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi/".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/X11/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/100dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/X11/100dpi").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/X11/75dpi".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/X11/75dpi").
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/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.
   

Bug#568899: Black screen on VT's when Xorg starts on not boot cartd, balck screen after shutdown xorg.

2011-10-27 Thread Julien Cristau
On Mon, Feb  8, 2010 at 17:41:08 +0100, Marek Grzybowski wrote:

> Hello, i have this stange problem, and, i can't google solution.
> 
> Step to reproduce in PC witch two video card in my case PCI (ATI 3D Rage) and 
> PCI-E
> (GeForce GTS 250) :
> 
> 1. Setup bios to use PCI card first (ATI 3D Rage in my case), and run linux
>on it.
> 2. Setup Xorg.conf to use PCI-E card (GeForce GTS 250 in my case)
> 3. Run xorg 
> 4. Press ++. Console VT1 dons show, only black screan.
> 5. Press ++ - you back to X
> 6. exit xorg - the screen is bank/black for all consoles VT .
> 
> Testen on nv and nvidia(from nvida) driver for second card, so it seams to be 
> driver independent.
> 
> Screen stays ok on VT1 when use -sharevts flag for xorg, but when i comeback
> from X mouse and keybord dont work'ing.
> 
Hi,

sorry for the slow reply.  If this is still an issue with the latest X
and drivers, please attach the relevant X and kernel logs, as well as
any configuration files.  Thanks.

Cheers,
Julien



-- 
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/20111027130556.ga25...@radis.liafa.jussieu.fr



Processed: tagging 568899

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 568899 + moreinfo
Bug #568899 [xorg] Black screen on VT's when Xorg starts on not boot cartd, 
balck screen after shutdown xorg.
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
568899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568899
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.131972077010486.transcr...@bugs.debian.org



Processed: reassign 571535 to xserver-xorg-video-r128

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 571535 xserver-xorg-video-r128 6.8.0-1
Bug #571535 [xorg] xorg: iMac G3 (slot loading) no X only console; Impossible 
to load Gnome desktop after upgrade
Bug reassigned from package 'xorg' to 'xserver-xorg-video-r128'.
Bug No longer marked as found in versions xorg/1:7.3+20.
Bug #571535 [xserver-xorg-video-r128] xorg: iMac G3 (slot loading) no X only 
console; Impossible to load Gnome desktop after upgrade
Bug Marked as found in versions xserver-xorg-video-r128/6.8.0-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
571535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571535
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.131972109711777.transcr...@bugs.debian.org



Bug#574590: xserver-xorg: Regression: no graceful treatment of broken keyboard config

2011-10-27 Thread Julien Cristau
reassign 574590 xserver-xorg-core
fixed 574590 2:1.9.99.902-1
kthxbye

On Sat, Feb 26, 2011 at 12:49:21 +0100, Cyril Brulebois wrote:

> Hi,
> 
> Shai Berger  (19/03/2010):
> > Please restore the behavior where a broken config means a
> > partially-broken keyboard rather than a disabled one.  A warning of
> > some sort may be warranted as a means to letting a user know
> > something's wrong, if that's suddenly become a priority after years
> > of leniency, but killing the keyboard is, well, overkill.
> > 
> > Also, if the keyboard is disabled, over a broken config, it warrants
> > a log (EE) message IMHO. I have seen no such (relevant) messages in
> > the logs, neither on my machine nor on the referenced bugs.
> 
> I think it's still the case with current versions, but I think some
> fallback is being considered. Hopefully that's going to be resolved
> “soon”.
> 
Should be fixed with:

commit d3499556d8d83396fa2585bd00371a81e086be36
Author: Peter Hutterer 
Date:   Thu Feb 10 15:12:14 2011 +1000

xkb: if the keymap failed to compile, load the default keymap instead.

We really need symbols, compat, keynames, vmods and types for a sensible 
keymap.

Try this in your xorg.conf.d snippets for all keyboards:
Option "XkbLayout" "us"
Option "XkbVariant" "nodeadkeys"

us(nodeadkeys) doesn't exist so xkbcomp provides everything but the symbols
map. We say we want everything but don't _need_ anything, the server happily
gives us a keymap with every key mapped to NoSymbol. This in turn isn't what
we want after all.

So instead, require symbols, compat, keynames, vmods and types from the
keymap and if that fails, load the default keymap instead. If that fails
too, all bets are off.

Signed-off-by: Peter Hutterer 
Reviewed-by: Dan Nicholson 

Cheers,
Julien



--
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/20111027132646.ga26...@radis.liafa.jussieu.fr



Processed: Re: Bug#574590: xserver-xorg: Regression: no graceful treatment of broken keyboard config

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 574590 xserver-xorg-core
Bug #574590 [xserver-xorg] xserver-xorg: Regression: no graceful treatment of 
broken keyboard config
Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-core'.
Bug No longer marked as found in versions xorg/1:7.5+5 and xorg/1:7.6+7.
> fixed 574590 2:1.9.99.902-1
Bug #574590 [xserver-xorg-core] xserver-xorg: Regression: no graceful treatment 
of broken keyboard config
Bug Marked as fixed in versions xorg-server/2:1.9.99.902-1.
> kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
574590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574590
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.131972201416286.transcr...@bugs.debian.org



Processed: closing 574590

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 574590
Bug#574590: xserver-xorg: Regression: no graceful treatment of broken keyboard 
config
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Shai Berger 

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
574590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574590
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.131972230017785.transcr...@bugs.debian.org



Processed: reassign 634833 to src:xorg-server, closing 634833

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # fix version tracking
> reassign 634833 src:xorg-server 2:1.10.2.902-1
Bug #634833 {Done: Cyril Brulebois } [xserver-xorg] 
xserver-xorg: drawing of drop down boxes produces artifacts temporarily
Bug reassigned from package 'xserver-xorg' to 'src:xorg-server'.
Bug No longer marked as found in versions xorg/1:7.6+7.
Bug No longer marked as fixed in versions 2:1.11.0-1.
Bug #634833 {Done: Cyril Brulebois } [src:xorg-server] 
xserver-xorg: drawing of drop down boxes produces artifacts temporarily
Bug Marked as found in versions xorg-server/2:1.10.2.902-1.
> close 634833 2:1.11.0-1
Bug#634833: xserver-xorg: drawing of drop down boxes produces artifacts 
temporarily
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2:1.11.0-1, send any further explanations to 
Vance Lee 

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
634833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634833
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.131972411828115.transcr...@bugs.debian.org



Processed: reassign 568533 to src:xorg-server, closing 568533

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # fix version tracking
> reassign 568533 src:xorg-server 2:1.7.4-1
Bug #568533 {Done: Cyril Brulebois } [xserver-xorg] 
[xserver-xorg] X server crashes with Segmentation fault
Bug reassigned from package 'xserver-xorg' to 'src:xorg-server'.
Bug No longer marked as found in versions xorg/1:7.5+1.
Bug No longer marked as fixed in versions xorg-server/2:1.7.6.901-1.
Bug #568533 {Done: Cyril Brulebois } [src:xorg-server] 
[xserver-xorg] X server crashes with Segmentation fault
Bug Marked as found in versions xorg-server/2:1.7.4-1.
> close 568533 2:1.7.6.901-1
Bug#568533: [xserver-xorg] X server crashes with Segmentation fault
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2:1.7.6.901-1, send any further explanations to 
Christian Frommeyer 

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
568533: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568533
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.131972417628301.transcr...@bugs.debian.org



Processed: reassign 624548 to src:xorg-server, closing 624548

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # fix version tracking
> reassign 624548 src:xorg-server 2:1.9.5-1
Bug #624548 {Done: "Nelson A. de Oliveira" } [xserver-xorg] 
xserver-xorg: Segmentation fault while opening rxvt
Bug reassigned from package 'xserver-xorg' to 'src:xorg-server'.
Bug No longer marked as found in versions xorg/1:7.6+6.
Bug No longer marked as fixed in versions 2:1.10.4-1.
Bug #624548 {Done: "Nelson A. de Oliveira" } 
[src:xorg-server] xserver-xorg: Segmentation fault while opening rxvt
Bug Marked as found in versions xorg-server/2:1.9.5-1.
> close 624548 2:1.10.4-1
Bug#624548: xserver-xorg: Segmentation fault while opening rxvt
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2:1.10.4-1, send any further explanations to 
"Nelson A. de Oliveira" 

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
624548: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624548
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.131972424028545.transcr...@bugs.debian.org



Bug#646753: xserver-xorg-video-radeon: Login screen shows random static

2011-10-27 Thread Michel Dänzer
On Mit, 2011-10-26 at 20:29 +0100, Andrew Goodbody wrote:
> 
> [4.526223] [drm] Loading CEDAR Microcode
> [5.000164] [drm:r600_ring_test] *ERROR* radeon: ring test failed 
> (scratch(0x8504)=0xCAFEDEAD)

Does this still happen with a 3.0.7, 3.1 or newer based kernel?


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



Bug#646671: xserver-xorg-video-radeon: Gnome3 fails to fallback, Graphics card hot in desktop, extremely slow 3D

2011-10-27 Thread Rob W.
Package: xserver-xorg-video-radeon
Version: 1:6.14.2-2
Followup-For: Bug #646671

I used the info in the link you gave me. Switching the power method to "dynpm"
seems to make no difference. The GPU temp will stick around 70-73 degrees C. I
also tried switching the power profile to "low", but it only took the temp down
to 69 degrees. For comparison, when on Windows 7, the GPU idles around 40
degrees.

I have been using "sensors" to get the temperatures.



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

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

Versions of packages xserver-xorg-video-radeon depends on:
ii  libc6  2.13-21
ii  libdrm-radeon1 2.4.26-1
ii  libdrm22.4.26-1
ii  libpciaccess0  0.12.1-2
ii  libpixman-1-0  0.22.2-1
ii  libudev0   172-1
ii  xserver-xorg-core [xorg-video-abi-11]  2:1.11.1.901-2

xserver-xorg-video-radeon recommends no packages.

Versions of packages xserver-xorg-video-radeon suggests:
ii  firmware-linux  0.33



-- 
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/20111027160655.2681.84568.reportbug@Lasek-Debian-PC



Bug#586590: compiz: crash to metacity when tooltip is larger than width of screen

2011-10-27 Thread Leo 'costela' Antunes
Just FYI, this is also an issue with nouveau.

Cheers

-- 
Leo "costela" Antunes
[insert a witty retort here]




-- 
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/4ea98546.4080...@debian.org



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

2011-10-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:xorg
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #597644 (http://bugs.debian.org/597644)
> # Bug title: plasma-widgets-workspace: transparent areas in widgets
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=22566
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 597644 + fixed-upstream
Bug #597644 [src:xorg] plasma-widgets-workspace: transparent areas in widgets
Added tag(s) fixed-upstream.
> usertags 597644 - status-NEW
Bug#597644: plasma-widgets-workspace: transparent areas in widgets
Usertags were: status-NEW.
Usertags are now: .
> usertags 597644 + status-RESOLVED resolution-FIXED
Bug#597644: plasma-widgets-workspace: transparent areas in widgets
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597644
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.131973425917523.transcr...@bugs.debian.org



[bts-link] source package src:xorg

2011-10-27 Thread bts-link-upstream
#
# bts-link upstream status pull for source package src:xorg
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #597644 (http://bugs.debian.org/597644)
# Bug title: plasma-widgets-workspace: transparent areas in widgets
#  * https://bugs.freedesktop.org/show_bug.cgi?id=22566
#  * remote status changed: NEW -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 597644 + fixed-upstream
usertags 597644 - status-NEW
usertags 597644 + status-RESOLVED resolution-FIXED

thanks


--
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/20111027165058.1187.67428.btsl...@busoni.debian.org



Bug#636135: Also affected

2011-10-27 Thread Filipus Klutiero
I'm also affected by this, after I switched to radeon (from fglrx). I'm 
using a Mobility Radeon HD 5650. This seems to happen regardless of the 
display port I'm using (VGA or HDMI) and of the screen. radeon is 
working pretty well otherwise. I'm using Linux 3.0 on i386 with the 
amd64 image.


In fact, I switched a month ago and hadn't noticed this problem until 
recently. This does not always happen when just "logging out of KDE", it 
happens when kdm resets X. That means this won't happen if you directly 
halt the PC from KDE. This also won't happen if you start a second 
session and use "Logout" from that session (as you'll be switched to the 
X server of the first session). I think the only case where this happens 
is if you have a single session open and close it without halting the 
PC. This must be a relatively rare scenario. One reason to do it would 
be to restart X or KDE without rebooting. Another case could be a user 
on a multi-user machine who's done and decides to logout so that his 
session won't consume memory when another user opens his session.


I tried the workaround and it worked. I just had to uncomment 
#TerminateServer=true in /etc/kde4/kdm/kdmrc (on line 513).


I can also confirm that blacklisting radeon solved... and oddly enough, 
that solution persists after removing radeon from the blacklist. I don't 
know how that can be. The only thing I see is that I played with desktop 
effects. Just after removing radeon from the blacklist, the black screen 
still wouldn't show, even though radeon was loaded, but I also wouldn't 
get desktop effects anymore. So I played with desktop effects a bit 
trying to get them back, and that eventually worked. I am now back to my 
original situation (radeon X driver with the radeon LKM loaded and 
firmware installed, KDE effects enabled), the only apparent thing 
changed is that I can logout of KDE without issues...


Also, the last time I saw the problem, I realized the same as oz 
reported, that is kdm is still working, it's just showing nothing. I was 
even able to login. Unfortunately, that didn't solve the problem. Xorg 
got to 100% CPU and I eventually restarted.


I looked for errors and there are sure a lot, but the only very 
suspicious chunk I found was:


klauncher(28046) kdemain: No DBUS session-bus found. Check if you have 
started the DBUS server.

kdeinit4: Communication error with launcher. Exiting!
kdmgreet(28038)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned 
initialize() D-Bus call failed:  "Not connected to D-Bus server"


I still wonder what this is about.



--
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/4ea9e753.10...@gmail.com



Bug#644838: xserver-xorg-video-nouveau: X lockup, DRM reports "fail ttm_validate" and DMA_W_PROTECTION fault

2011-10-27 Thread Michael O'Donnell
Package: xserver-xorg-video-nouveau
Version: 1:0.0.16+git20110411+8378443-1+b2
Followup-For: Bug #644838

Dear Maintainer,

FYI, since this bug is a showstopper here (despite somebody
having downgraded the severity of this bug report?) I am sorry
to report that we were obliged to abandon nouveau and go back
to using the proprietary NVIDIA driver.  Before abandoning
nouveau we upgraded to the 3.1 kernel and made sure we had the
most recent driver code, but no joy.  Although we would prefer
to be using the FOSS nouveau driver, using the NVIDIA driver
has completely cured the system; we are seeing no problems
whatsoever, nothing in the logs, no flaky behavior.

  --M



-- 
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/20111028000710.15480.28147.reportbug@e521.localdomain



Bug#644780: xserver-xorg: Xserver segfaults randomly

2011-10-27 Thread Matthew Lai
Looks extremely similar to 
https://bugzilla.redhat.com/show_bug.cgi?id=694558 and callstack is 
identical.


I'll try to do some blind debugging when I get some time, and get a core 
dump.


Matthew

On 10/26/2011 2:52 PM, Julien Cristau wrote:

On Sat, Oct 22, 2011 at 13:29:59 -0700, Matthew Lai wrote:


Hi Julien,

I have finally repro-ed the crash. Attached is the gdb log and Xorg log.

Please let me know if you need anything else. Core dump?

I am a developer, too, but not familiar with Xorg codebase.


Looks somewhat similar to
https://bugzilla.redhat.com/show_bug.cgi?id=694558 and
https://bugs.freedesktop.org/show_bug.cgi?id=24274

Not quite sure how to debug this.

Cheers,
Julien





--
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/4eaa5108.4040...@matthewlai.ca