Bug#719222: xinput ASCII art is broken

2013-08-17 Thread Harald Dunkel
On 08/14/13 09:45, Julien Cristau wrote:
> That's because xinput's output is utf-8, not ascii (or latin1).
> 

If I set the xterm to UTF-8 Encoding or UTF-8 Fonts, then
it is still broken.


Regards
Harri


-- 
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/520f3cc9.5000...@aixigo.de



Bug#630169: libx11-6: not fault of libx11-6: reassign?

2013-08-17 Thread Stefan Huehner
Package: libx11-6
Followup-For: Bug #630169

Hello,
i took a stab at reproducing the issue and think it is not really a bug in 
libx11.

Getting a backtrace of the problem with debug symbols confirms that the 
XSetWMProperties function is called with bogus arguments.

Specifically bogus value for argc which lets XSetCommand (called from 
XSetWMProperties) trying to access the argv array out of its bound -> segv.

The bogus value is being passed in from some qt code.

Searching a bit shows that this seems to be a known problem for some years [1] 
[2].

Note: [1] seems to be post from the bug-reporter here.

[3] Seems to indicate wrong usage of qt api by the programs using it.

So not completely clear to where the bug should be reassigned to (qt4? ocaml 
used by the sample-code?, but looks like its definitely not the fault of libx11 
when bogus input data is sent in.

Also i see no way at the moment to enhance the XSetWMProperties with some 
arguments checking for this specific case.

Regards,
Stefan

[1] http://qt-project.org/forums/viewthread/7838
[2] http://lists.qt.nokia.com/public/qt-interest/2009-March/003675.html
[3] http://www.qtcentre.org/archive/index.php/t-28785.html


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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


-- 
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/20130817125320.16574.93532.reportbug@shupnapc



Bug#720026: libxfont-dev: arch-dependent file in "Multi-Arch: same" package

2013-08-17 Thread Andreas Beckmann
Package: libxfont-dev
Version: 1:1.4.6-1
Severity: important
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch

libxfont-dev is marked as "Multi-Arch: same", but the following file is
architecture-dependent:

  /usr/share/doc/libxfont-dev/fontlib.html

An example diff between i386 and amd64 is attached.


Cheers,

Andreasdiff -ur libxfont-dev_1.4.6-1_i386/usr/share/doc/libxfont-dev/fontlib.html 
libxfont-dev_1.4.6-1_amd64/usr/share/doc/libxfont-dev/fontlib.html
--- libxfont-dev_1.4.6-1_i386/usr/share/doc/libxfont-dev/fontlib.html   
2013-08-12 18:40:47.0 +0200
+++ libxfont-dev_1.4.6-1_amd64/usr/share/doc/libxfont-dev/fontlib.html  
2013-08-12 18:30:24.0 +0200
@@ -292,7 +292,7 @@
 }
 
The X Font Library
-  Keith PackardMIT X ConsortiumDavid LemkeNetwork Computing DevicesX Version 11, 
Release 7.6Copyright © 1993 Network 
Computing Devices
+  Keith PackardMIT X ConsortiumDavid LemkeNetwork Computing DevicesX Version 11, 
Release 7.6Copyright © 1993 Network 
Computing Devices
  Permission to use, copy, modify, distribute, and sell this
  software and its documentation for any purpose is hereby
  granted without fee, provided that the above copyright


Bug#720026: libxfont-dev: arch-dependent file in "Multi-Arch: same" package

2013-08-17 Thread Andreas Beckmann
There is also

  usr/lib/debug/usr/lib/libXfont.so.1.4.1

in libxfont1-dbg which is different on all architectures.


Andreas


-- 
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/520fe23a.10...@debian.org



Processed: limit source to libxfont, tagging 720026

2013-08-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #libxfont (1:1.4.6-2) UNRELEASED; urgency=low
> #
> #  * dev package is no longer Multi-Arch: same (closes: #720026).
> #
> limit source libxfont
Limiting to bugs with field 'source' containing at least one of 'libxfont'
Limit currently set to 'source':'libxfont'

> tags 720026 + pending
Bug #720026 [libxfont-dev] libxfont-dev: arch-dependent file in "Multi-Arch: 
same" package
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#701372: [PATCH] dix: add missing include for DeleteWindowFromAnySelections

2013-08-17 Thread Julien Cristau
On Sat, Jul 27, 2013 at 10:38:57 -0700, Alan Coopersmith wrote:

> On 07/27/13 03:09 AM, Julien Cristau wrote:
> >Fixes build error with XACE disabled:
> >window.c:886:5: error: implicit declaration of function 
> >'DeleteWindowFromAnySelections' [-Werror=implicit-function-declaration]
> >  DeleteWindowFromAnySelections(pWin);
> >  ^
> >
> >Debian bug#701372
> >
> >Reported-by: Matthias Klose 
> >Signed-off-by: Julien Cristau 
> >---
> >  dix/window.c |1 +
> >  1 file changed, 1 insertion(+)
> >
> >diff --git a/dix/window.c b/dix/window.c
> >index 8950f97..9fa51c2 100644
> >--- a/dix/window.c
> >+++ b/dix/window.c
> >@@ -126,6 +126,7 @@ Equipment Corporation.
> >  #ifdef COMPOSITE
> >  #include "compint.h"
> >  #endif
> >+#include "selection.h"
> >
> >  #include "privates.h"
> >  #include "xace.h"
> >
> 
> Reviewed-by: Alan Coopersmith 
> 
Keith, can you merge this?

Thanks,
Julien


signature.asc
Description: Digital signature


libxfont: Changes to 'debian-unstable'

2013-08-17 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |1 -
 debian/rules |3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 17dcb4b47fe0f660f676378769015843118c2f39
Author: Julien Cristau 
Date:   Sun Aug 18 02:10:12 2013 +0200

dev package is no longer Multi-Arch: same (closes: #720026).

diff --git a/debian/changelog b/debian/changelog
index 85a0073..0541ccf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxfont (1:1.4.6-2) UNRELEASED; urgency=low
 
   * Don't put dbg symbols from the udeb in the dbg package.
+  * dev package is no longer Multi-Arch: same (closes: #720026).
 
  -- Julien Cristau   Sun, 18 Aug 2013 02:08:51 +0200
 
diff --git a/debian/control b/debian/control
index d2638cc..38af7f3 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,6 @@ Package: libxfont-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont1 (= ${binary:Version}), 
libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, 
libfontenc-dev (>= 1:1.0.1-1)
-Multi-Arch: same
 Description: X11 font rasterisation library (development headers)
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).

commit 910f22cb3861a07d6fc54a2875d97c16d71b31ac
Author: Julien Cristau 
Date:   Sun Aug 18 02:09:04 2013 +0200

Don't put dbg symbols from the udeb in the dbg package.

diff --git a/debian/changelog b/debian/changelog
index 411091c..85a0073 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxfont (1:1.4.6-2) UNRELEASED; urgency=low
+
+  * Don't put dbg symbols from the udeb in the dbg package.
+
+ -- Julien Cristau   Sun, 18 Aug 2013 02:08:51 +0200
+
 libxfont (1:1.4.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 9c51175..414aa3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,8 @@ override_dh_install:
dh_install-p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb 
--fail-missing
 
 override_dh_strip:
-   dh_strip --dbg-package=$(PACKAGE)-dbg
+   dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+   dh_strip -N$(PACKAGE)
 
 override_dh_makeshlibs:
dh_makeshlibs -V'libxfont1 (>= 1:1.4.2)' --add-udeb=$(PACKAGE)-udeb


-- 
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/e1vaqzy-0003jf...@vasks.debian.org



Bug#701372: [PATCH] dix: add missing include for DeleteWindowFromAnySelections

2013-08-17 Thread Keith Packard
Alan Coopersmith  writes:

> Reviewed-by: Alan Coopersmith 

Merged.
   6a49f88..fe7463b  master -> master

-- 
keith.pack...@intel.com


pgpc7zapUof1l.pgp
Description: PGP signature


Bug#601889: xserver-xorg-video-intel: i830 does not work with kms and 2.12.0+shadow-2

2013-08-17 Thread Julien Cristau
On Sun, Sep 25, 2011 at 13:30:26 +0200, Julien Cristau wrote:

> tag 601889 moreinfo
> kthxbye
> 
> On Sat, Oct 30, 2010 at 19:25:21 +0200, Alain Prignet wrote:
> 
> > Package: xserver-xorg-video-intel
> > Version: 2:2.12.0+shadow-2
> > Severity: important
> > 
> > I have updated my laptop (a Dell X200 with i830 graphic card) 
> > today with the latest squeeze. So 2.9.1-4 has
> > been replaced by 2:2.12.0+shadow-2, which needs KMS to work.
> > 
> > But when inserting i915 module with modeset=1, I get a blank screen.
> > 
> > I use the Debian kernel : Linux version 2.6.32-5-686 (Debian 2.6.32-26).
> > and libdrm-intel1 2.4.21-1~squeeze3.
> > 
> > With several 2.6.32-5-686 kernel, I never get i915 and KMS worked.
> > 
> > So I have installed 2:2.12.0+legacy1-1 which works with UMS.
> > 
> Is this still an issue with an updated stack (linux 3.0 or 3.1, X 1.11,
> mesa 7.11 and intel 2.16)?  If yes please include dmesg when booting
> with drm.debug=6.
> 
Without followup in almost two years I assume this is fixed with a
current stack.  Thanks for your report anyway.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#611517: marked as done (xserve-xorg-video-intel: X crashes with 845G chipset)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 02:56:18 +0200
with message-id <20130818005618.ga24...@betterave.cristau.org>
and subject line Re: Bug#611517: xserve-xorg-video-intel: X crashes with 845G 
chipset
has caused the Debian Bug report #611517,
regarding xserve-xorg-video-intel: X crashes with 845G chipset
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.)


-- 
611517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611517
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.13.0-5
Severity: important


X crashes, problem seems to be "intel" driver.
Acc to Xorg.0.log I have 82845G "Brookdale" chipset
but DRM information from dmesg tells different ...?

I hope this helps.


-- 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 28 09:55 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 12 05:50 /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 03)

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

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 40100 Jan 30 10:13 /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.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian
Current Operating System: Linux Idril 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 
UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=db131cda-55cc-4817-a01c-9b0b52b8429b ro quiet
Build Date: 12 January 2011  03:44:48AM
xorg-server 2:1.7.7-11 (Cyril Brulebois ) 
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: Sun Jan 30 10:13:30 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:0:2:0) 8086:2562:1734:1003 Intel Corporation 
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 
0xd800/134217728, 0xd000/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(I

Bug#613212: marked as done (xserver-xorg-video-intel: Intermittent Screen Lockup on Intel 845G Graphics Chipset)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 02:57:13 +0200
with message-id <20130818005713.ga24...@betterave.cristau.org>
and subject line Re: Bug#613212: xserver-xorg-video-intel: Intermittent Screen 
Lockup on Intel 845G Graphics
has caused the Debian Bug report #613212,
regarding xserver-xorg-video-intel: Intermittent Screen Lockup on Intel 845G 
Graphics Chipset
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.)


-- 
613212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.13.0-5
Severity: important

Hi,

Newly installed 6.0 system as at today.  X server intermittently locks up and
forces a hard poweroff of the system.  Applications that seem to cause more
issues are GDM (particularly when logging out/switching user) and Iceweasel.

Please can this be looked at - am concerned that the killing the power will
lead to data loss.

Thanks.



-- 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 Feb 13 12:48 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 12 03:50 /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 03)

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

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 27006 Feb 13 14:48 /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.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian
Current Operating System: Linux dobberboy 2.6.32-5-686 #1 SMP Wed Jan 12 
04:01:41 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=/dev/mapper/dobberboy-disk0_root ro quiet
Build Date: 12 January 2011  03:44:48AM
xorg-server 2:1.7.7-11 (Cyril Brulebois ) 
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: Sun Feb 13 14:48:27 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:0:2:0) 8086:2562:1028:0147 Intel Corporation 
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 
0xe000/134217728, 0xee00/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(I

Bug#648856: marked as done (xserver-xorg-video-intel: Xorg refuses to start after a dist-upgrade)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:01:38 +0200
with message-id <20130818010138.ga25...@betterave.cristau.org>
and subject line Re: Bug#648856: xserver-xorg-video-intel: Xorg refuses to start
has caused the Debian Bug report #648856,
regarding xserver-xorg-video-intel: Xorg refuses to start after a dist-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.)


-- 
648856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.16.0-1
Severity: important

Dear Maintainer,

After a dist-upgrade last night, xorg refuses to start. 
I've tried to disable KMS in /etc/modprobe.d/i915-kms.conf and start the kernel 
without vga= parameter, the problem persists. VDE tools is disabled in 
/etc/default/acpi-support.
The difference in xorg.0.log when I disabled KMS was a (EE) line complaining 
that the number of screens declared in the xorg configuration didn't match what 
it found.
I wanted to try with the last version of xorg and xorg intel drivers, 
unfortunately it the same version used in unstable today.
I've also tried to boot on the linux-image-3.1.0-1-686-pae from unstable, but 
it didn't solve the problem.

kernel package version : linux-image-3.0.0-1-686-pae
uname -a : Linux lenny 3.1.0-1-686-pae #1 SMP Mon Nov 14 08:24:20 UTC 2011 i686 
GNU/Linux

Regards,
Clément


lsci :
00:00.0 Host bridge: Intel Corporation 82946GZ/PL/GL Memory Controller Hub (rev 
02)
00:02.0 VGA compatible controller: Intel Corporation 82946GZ/GL Integrated 
Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller 
(rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface 
Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller 
(rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller 
(rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC 
Gigabit Ethernet (rev 10)

grep intel syslog last boot :
Nov 15 17:25:29 lenny kernel: [0.050526] CPU0: Intel(R) Core(TM)2 Duo CPU   
  E6550  @ 2.33GHz stepping 0b
Nov 15 17:25:29 lenny kernel: [0.052002] Performance Events: PEBS fmt0+, 
Core2 events, Intel PMU driver.
Nov 15 17:25:29 lenny kernel: [0.581406] intel_idle: MWAIT substates: 0x220
Nov 15 17:25:29 lenny kernel: [0.581409] intel_idle: does not run on family 
6 model 15
Nov 15 17:25:29 lenny kernel: [0.892448] agpgart-intel :00:00.0: Intel 
946GZ Chipset
Nov 15 17:25:29 lenny kernel: [0.892528] agpgart-intel :00:00.0: 
detected gtt size: 524288K total, 262144K mappable
Nov 15 17:25:29 lenny kernel: [0.893456] agpgart-intel :00:00.0: 
detected 8192K stolen memory
Nov 15 17:25:29 lenny kernel: [0.893582] agpgart-intel :00:00.0: AGP 
aperture is 256M @ 0xe000
Nov 15 17:25:29 lenny kernel: [6.074154] intel_rng: FWH not detected
Nov 15 17:25:29 lenny kernel: [7.122016] fb: conflicting fb hw usage 
inteldrmfb vs VESA VGA - removing generic driver
Nov 15 17:25:29 lenny kernel: [7.122414] fbcon: inteldrmfb (fb0) is primary 
device
Nov 15 17:25:29 lenny kernel: [7.170087] fb0: inteldrmfb frame buffer device
Nov 15 17:25:29 lenny kernel: [7.339219] snd_hda_intel :00:1b.0: PCI 
INT A -> GSI 16 (level, low) -> IRQ 16
Nov 15 17:25:29 lenny kernel: [7.339265] snd_hda_intel :00:1b.0: irq 41 
for MSI/MSI-X
Nov 15 17:25:29 lenny kernel: [7.339291] snd_hda_intel :00:1b.0: 
setting latency timer to 64



Find bellow informations from dmesg, syslog and 

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

lrwxrwxrwx 1 root root 13 Dec 15  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2048200 Nov  2 12:08 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 82946

Bug#667829: marked as done (xserver-xorg-video-intel: Video Corruption in sony VCPEB19FL)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:06:39 +0200
with message-id <20130818010639.ga25...@betterave.cristau.org>
and subject line Re: Bug#667829: xserver-xorg-video-intel: Video Corruption in 
sony VCPEB19FL
has caused the Debian Bug report #667829,
regarding xserver-xorg-video-intel: Video Corruption in sony VCPEB19FL
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.)


-- 
667829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667829
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.18.0-1
Severity: important

The corruption appear when exit a game that require software acceleration
for example world of goo, the system is unsuable (black flashes).
Other example with virtualbox when open a powerpoint in presentation mode
the video corrupt like this 
http://img845.imageshack.us/img845/6285/pantallazode20120406160.png  


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

lrwxrwxrwx 1 root root 13 Dec 14 17:58 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056560 Mar  4 18:44 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor 
Integrated Graphics Controller [8086:0046] (rev 02)

/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 3.1.0-1-amd64 (Debian 3.1.8-2) (b...@decadent.org.uk) (gcc 
version 4.6.2 (Debian 4.6.2-11) ) #1 SMP Tue Jan 10 05:01:58 UTC 2012

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 28962 Mar 19 22:56 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 28682 Apr  6 14:22 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[   149.734] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[   149.734] X Protocol Version 11, Revision 0
[   149.734] Build Operating System: Linux 3.2.0-1-amd64 x86_64 Debian
[   149.734] Current Operating System: Linux debian 3.1.0-1-amd64 #1 SMP Tue 
Jan 10 05:01:58 UTC 2012 x86_64
[   149.734] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 
root=UUID=3a60979c-594c-4dbd-86c8-ac7726bfc03f ro quiet
[   149.734] Build Date: 04 March 2012  11:42:13PM
[   149.734] xorg-server 2:1.11.4-1 (Cyril Brulebois ) 
[   149.734] Current version of pixman: 0.24.4
[   149.734]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   149.734] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   149.734] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr  6 14:22:38 
2012
[   149.735] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   149.735] (==) No Layout section.  Using the first Screen section.
[   149.735] (==) No screen section available. Using defaults.
[   149.735] (**) |-->Screen "Default Screen Section" (0)
[   149.735] (**) |   |-->Monitor ""
[   149.735] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[   149.735] (==) Automatically adding devices
[   149.735] (==) Automatically enabling devices
[   149.735] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   149.735]Entry deleted from font path.
[   149.736] (WW) `fonts.dir' not found (or not valid) in 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[   149.736]Entry deleted from font path.
[   149.736](Run 'mkfontdir' on 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[   149.736] (==) 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,
built-ins
[   149.736] (==) ModulePath set to "/usr/lib/xorg/modules"
[   149.736] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[   149.736] (II) Loader magic: 0x7f887a494ae0
[   149.736] (II) Module ABI versions:
[   149.736]X.

Bug#674600: marked as done (Regression: OpenGL broken)

2013-08-17 Thread Debian Bug Tracking System
Your message dated Sun, 18 Aug 2013 03:08:44 +0200
with message-id <20130818010844.ga25...@betterave.cristau.org>
and subject line Re: Bug#674600: Regression: OpenGL broken
has caused the Debian Bug report #674600,
regarding Regression: OpenGL broken
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.)


-- 
674600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.18.0-2+b1
Severity: important

Hi,

There has been a regression on my system recently, which broke
OpenGL:

sre@earth ~ % glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig

-- Sebastian

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

lrwxrwxrwx 1 root root 13 Aug  8  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2044664 May 20 10:59 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series 
Chipset Integrated Graphics Controller [8086:2a42] (rev 07)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 55 Dec 18 22:30 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section "ServerFlags"
Option "AIGLX"  "off"
EndSection

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

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1 lvds_downclock=1

Kernel version (/proc/version):
---
Linux version 3.2.0-2-amd64 (Debian 3.2.17-1) (debian-ker...@lists.debian.org) 
(gcc version 4.6.3 (Debian 4.6.3-5) ) #1 SMP Sat May 12 23:08:28 UTC 2012

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 26918 May 25 22:45 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[74.271] 
X.Org X Server 1.12.1.902 (1.12.2 RC 2)
Release Date: 2012-05-19
[74.271] X Protocol Version 11, Revision 0
[74.271] Build Operating System: Linux 3.2.0-2-amd64 x86_64 Debian
[74.271] Current Operating System: Linux earth 3.2.0-2-amd64 #1 SMP Sat May 
12 23:08:28 UTC 2012 x86_64
[74.271] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-2-amd64 
root=/dev/mapper/earth-root ro quiet noexec=on usbcore.autosuspend=1 
pcie_aspm=force splash
[74.271] Build Date: 20 May 2012  08:57:17AM
[74.271] xorg-server 2:1.12.1.902-1 (Cyril Brulebois ) 
[74.271] Current version of pixman: 0.24.4
[74.271]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[74.271] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[74.271] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 25 22:45:17 
2012
[74.274] (==) Using config file: "/etc/X11/xorg.conf"
[74.274] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[74.276] (==) No Layout section.  Using the first Screen section.
[74.276] (==) No screen section available. Using defaults.
[74.276] (**) |-->Screen "Default Screen Section" (0)
[74.276] (**) |   |-->Monitor ""
[74.278] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[74.278] (**) Option "AIGLX" "off"
[74.278] (==) Automatically adding devices
[74.278] (==) Automatically enabling devices
[74.281] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[74.281]Entry deleted from font path.
[74.281] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[74.281]Entry deleted from font path.
[74.281] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[74.281]Entry deleted from font path.
[74.283] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[74.283]Entry deleted from font path.
[74.283] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[74.283]Entry deleted from font path.
[74.283] (WW) The directory 
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[74.283]Entry deleted from font path.
[74.283] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/