[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#637448: marked as done (xserver-xorg-video-intel: X server crashes after starting the same wine application twice)



Your message dated Tue, 29 Nov 2011 16:49:37 +0000
with message-id <E1RVQsD-0002A6-Gj@franck.debian.org>
and subject line Bug#637448: fixed in xorg-server 2:1.11.2.901-1
has caused the Debian Bug report #637448,
regarding xserver-xorg-video-intel: X server crashes after starting the same wine application twice
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 owner@bugs.debian.org
immediately.)


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

Hi,

I've got this game that I run under wine. When I run it the first time,
everything is fine. If I then quit the application and start it again
without restarting the X server, it segfaults.

If you need any further info, just let me know.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jun 23 17:15 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1957696 Aug  7 20:47 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 3204 Jun 23 18:03 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	"XkbModel"  "pc105"
	Option	"XkbLayout" "be"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"        	# [<str>]
        #Option     "DRI"                	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "Shadow"             	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "RelaxedFencing"     	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "fbdev"              	# <str>
        #Option     "debug"              	# [<bool>]
	Identifier  "Card1"
	Driver      "fbdev"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


/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.0.0-1-amd64 (Debian 3.0.0-1) (ben@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-4) ) #1 SMP Sun Jul 24 02:24:44 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root  6655 Jun 23 17:45 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 26821 Aug 11 16:29 /var/log/Xorg.0.log

Contents of Xorg X server log file (/var/log/Xorg.0.log.old):
-------------------------------------------------------------
[    14.931] 
X.Org X Server 1.10.2.902 (1.10.3 RC 2)
Release Date: 2011-07-01
[    14.931] X Protocol Version 11, Revision 0
[    14.931] Build Operating System: Linux 2.6.39-2-amd64 x86_64 Debian
[    14.931] Current Operating System: Linux carillon 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64
[    14.931] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-1-amd64 root=UUID=e9027f83-8707-4710-991a-f59fd15d8500 ro quiet
[    14.931] Build Date: 02 July 2011  10:05:17AM
[    14.931] xorg-server 2:1.10.2.902-1 (Cyril Brulebois <kibi@debian.org>) 
[    14.931] Current version of pixman: 0.22.2
[    14.931] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    14.931] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    14.931] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  8 13:52:36 2011
[    14.933] (==) Using config file: "/etc/X11/xorg.conf"
[    14.933] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    14.934] (==) No Layout section.  Using the first Screen section.
[    14.934] (**) |-->Screen "Screen0" (0)
[    14.934] (**) |   |-->Monitor "Monitor0"
[    14.934] (**) |   |-->Device "Card0"
[    14.934] (==) Automatically adding devices
[    14.934] (==) Automatically enabling devices
[    14.934] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    14.934] 	Entry deleted from font path.
[    14.934] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    14.934] 	Entry deleted from font path.
[    14.934] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    14.934] 	Entry deleted from font path.
[    14.934] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    14.934] 	Entry deleted from font path.
[    14.934] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    14.934] 	Entry deleted from font path.
[    14.934] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[    14.934] 	Entry deleted from font path.
[    14.934] 	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[    14.934] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    14.934] (==) ModulePath set to "/usr/lib/xorg/modules"
[    14.934] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    14.934] (II) Loader magic: 0x7d7f40
[    14.934] (II) Module ABI versions:
[    14.934] 	X.Org ANSI C Emulation: 0.4
[    14.934] 	X.Org Video Driver: 10.0
[    14.934] 	X.Org XInput driver : 12.2
[    14.934] 	X.Org Server Extension : 5.0
[    14.935] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21da rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
[    14.935] (II) Open ACPI successful (/var/run/acpid.socket)
[    14.935] (II) LoadModule: "extmod"
[    14.935] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    14.937] (II) Module extmod: vendor="X.Org Foundation"
[    14.937] 	compiled for 1.10.2.902, module version = 1.0.0
[    14.937] 	Module class: X.Org Server Extension
[    14.937] 	ABI class: X.Org Server Extension, version 5.0
[    14.937] (II) Loading extension SELinux
[    14.937] (II) Loading extension MIT-SCREEN-SAVER
[    14.937] (II) Loading extension XFree86-VidModeExtension
[    14.937] (II) Loading extension XFree86-DGA
[    14.937] (II) Loading extension DPMS
[    14.937] (II) Loading extension XVideo
[    14.937] (II) Loading extension XVideo-MotionCompensation
[    14.937] (II) Loading extension X-Resource
[    14.937] (II) LoadModule: "dbe"
[    14.937] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    14.938] (II) Module dbe: vendor="X.Org Foundation"
[    14.938] 	compiled for 1.10.2.902, module version = 1.0.0
[    14.938] 	Module class: X.Org Server Extension
[    14.938] 	ABI class: X.Org Server Extension, version 5.0
[    14.938] (II) Loading extension DOUBLE-BUFFER
[    14.938] (II) LoadModule: "glx"
[    14.938] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    14.941] (II) Module glx: vendor="X.Org Foundation"
[    14.941] 	compiled for 1.10.2.902, module version = 1.0.0
[    14.941] 	ABI class: X.Org Server Extension, version 5.0
[    14.941] (==) AIGLX enabled
[    14.941] (II) Loading extension GLX
[    14.942] (II) LoadModule: "record"
[    14.942] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    14.943] (II) Module record: vendor="X.Org Foundation"
[    14.943] 	compiled for 1.10.2.902, module version = 1.13.0
[    14.943] 	Module class: X.Org Server Extension
[    14.943] 	ABI class: X.Org Server Extension, version 5.0
[    14.943] (II) Loading extension RECORD
[    14.943] (II) LoadModule: "dri"
[    14.943] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    14.945] (II) Module dri: vendor="X.Org Foundation"
[    14.945] 	compiled for 1.10.2.902, module version = 1.0.0
[    14.945] 	ABI class: X.Org Server Extension, version 5.0
[    14.945] (II) Loading extension XFree86-DRI
[    14.945] (II) LoadModule: "dri2"
[    14.945] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    14.947] (II) Module dri2: vendor="X.Org Foundation"
[    14.947] 	compiled for 1.10.2.902, module version = 1.2.0
[    14.947] 	ABI class: X.Org Server Extension, version 5.0
[    14.947] (II) Loading extension DRI2
[    14.947] (II) LoadModule: "intel"
[    14.947] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    14.951] (II) Module intel: vendor="X.Org Foundation"
[    14.951] 	compiled for 1.10.1, module version = 2.15.0
[    14.951] 	Module class: X.Org Video Driver
[    14.951] 	ABI class: X.Org Video Driver, version 10.0
[    14.951] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[    14.951] (++) using VT number 7

[    14.956] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    14.956] drmOpenDevice: node name is /dev/dri/card0
[    14.956] drmOpenDevice: open result is 9, (OK)
[    14.956] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    14.956] drmOpenDevice: node name is /dev/dri/card0
[    14.956] drmOpenDevice: open result is 9, (OK)
[    14.956] drmOpenByBusid: drmOpenMinor returns 9
[    14.956] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    14.956] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    14.956] (==) intel(0): RGB weight 888
[    14.956] (==) intel(0): Default visual is TrueColor
[    14.956] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
[    14.957] (--) intel(0): Chipset: "Sandybridge"
[    14.957] (**) intel(0): Relaxed fencing enabled
[    14.957] (**) intel(0): Framebuffer tiled
[    14.957] (**) intel(0): Pixmaps tiled
[    14.957] (**) intel(0): 3D buffers tiled
[    14.957] (**) intel(0): SwapBuffers wait disabled
[    14.957] (==) intel(0): video overlay key set to 0x101fe
[    14.957] (II) intel(0): Output LVDS1 using monitor section Monitor0
[    14.957] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    14.957] (II) intel(0): Output VGA1 has no monitor section
[    15.600] (II) intel(0): Output HDMI1 has no monitor section
[    15.648] (II) intel(0): Output DP1 has no monitor section
[    15.670] (II) intel(0): Output HDMI2 has no monitor section
[    15.692] (II) intel(0): Output HDMI3 has no monitor section
[    15.740] (II) intel(0): Output DP2 has no monitor section
[    15.788] (II) intel(0): Output DP3 has no monitor section
[    15.788] (II) intel(0): EDID for output LVDS1
[    15.788] (II) intel(0): Manufacturer: AUO  Model: 106c  Serial#: 0
[    15.788] (II) intel(0): Year: 2010  Week: 0
[    15.788] (II) intel(0): EDID Version: 1.4
[    15.788] (II) intel(0): Digital Display Input
[    15.788] (II) intel(0): 6 bits per channel
[    15.788] (II) intel(0): Digital interface is undefined
[    15.788] (II) intel(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[    15.788] (II) intel(0): Gamma: 2.20
[    15.788] (II) intel(0): No DPMS capabilities specified
[    15.788] (II) intel(0): Supported color encodings: RGB 4:4:4 
[    15.788] (II) intel(0): First detailed timing is preferred mode
[    15.788] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    15.788] (II) intel(0): redX: 0.570 redY: 0.334   greenX: 0.328 greenY: 0.570
[    15.788] (II) intel(0): blueX: 0.159 blueY: 0.146   whiteX: 0.313 whiteY: 0.329
[    15.788] (II) intel(0): Manufacturer's mask: 0
[    15.788] (II) intel(0): Supported detailed timing:
[    15.788] (II) intel(0): clock: 69.3 MHz   Image Size:  277 x 156 mm
[    15.788] (II) intel(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1454 h_border: 0
[    15.788] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 793 v_border: 0
[    15.788] (II) intel(0): Unknown vendor-specific block f
[    15.788] (II) intel(0):  AUO
[    15.788] (II) intel(0):  B125XW01 V0
[    15.788] (II) intel(0): EDID (in hex):
[    15.788] (II) intel(0): 	00ffffffffffff0006af6c1000000000
[    15.788] (II) intel(0): 	00140104901c10780220e59255549228
[    15.788] (II) intel(0): 	25505400000001010101010101010101
[    15.788] (II) intel(0): 	010101010101121b5658500019303020
[    15.788] (II) intel(0): 	3600159c100000180000000f00000000
[    15.788] (II) intel(0): 	00000000000000000020000000fe0041
[    15.788] (II) intel(0): 	554f0a202020202020202020000000fe
[    15.788] (II) intel(0): 	004231323558573031205630200a00ec
[    15.788] (II) intel(0): EDID vendor "AUO", prod id 4204
[    15.788] (II) intel(0): Printing DDC gathered Modelines:
[    15.788] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[    15.788] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[    15.788] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[    15.789] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    15.789] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    15.789] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    15.789] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    15.789] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    15.789] (II) intel(0): Printing probed modes for output LVDS1
[    15.789] (II) intel(0): Modeline "1366x768"x60.1   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[    15.789] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[    15.789] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[    15.789] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    15.789] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    15.789] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    15.789] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    15.789] (II) intel(0): EDID for output VGA1
[    16.428] (II) intel(0): EDID for output HDMI1
[    16.476] (II) intel(0): EDID for output DP1
[    16.498] (II) intel(0): EDID for output HDMI2
[    16.520] (II) intel(0): EDID for output HDMI3
[    16.568] (II) intel(0): EDID for output DP2
[    16.616] (II) intel(0): EDID for output DP3
[    16.616] (II) intel(0): Output LVDS1 connected
[    16.616] (II) intel(0): Output VGA1 disconnected
[    16.616] (II) intel(0): Output HDMI1 disconnected
[    16.616] (II) intel(0): Output DP1 disconnected
[    16.616] (II) intel(0): Output HDMI2 disconnected
[    16.616] (II) intel(0): Output HDMI3 disconnected
[    16.616] (II) intel(0): Output DP2 disconnected
[    16.616] (II) intel(0): Output DP3 disconnected
[    16.616] (II) intel(0): Using exact sizes for initial modes
[    16.616] (II) intel(0): Output LVDS1 using initial mode 1366x768
[    16.616] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    16.616] (II) intel(0): Kernel page flipping support detected, enabling
[    16.616] (**) intel(0): Display dimensions: (280, 160) mm
[    16.616] (**) intel(0): DPI set to (123, 121)
[    16.616] (II) Loading sub module "fb"
[    16.616] (II) LoadModule: "fb"
[    16.617] (II) Loading /usr/lib/xorg/modules/libfb.so
[    16.618] (II) Module fb: vendor="X.Org Foundation"
[    16.618] 	compiled for 1.10.2.902, module version = 1.0.0
[    16.618] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    16.618] (II) Loading sub module "dri2"
[    16.618] (II) LoadModule: "dri2"
[    16.619] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    16.619] (II) Module dri2: vendor="X.Org Foundation"
[    16.619] 	compiled for 1.10.2.902, module version = 1.2.0
[    16.619] 	ABI class: X.Org Server Extension, version 5.0
[    16.619] (==) Depth 24 pixmap format is 32 bpp
[    16.619] (II) intel(0): [DRI2] Setup complete
[    16.619] (II) intel(0): [DRI2]   DRI driver: i965
[    16.619] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[    16.623] (II) UXA(0): Driver registered support for the following operations:
[    16.623] (II)         solid
[    16.623] (II)         copy
[    16.623] (II)         composite (RENDER acceleration)
[    16.623] (II)         put_image
[    16.623] (II)         get_image
[    16.623] (==) intel(0): Backing store disabled
[    16.623] (==) intel(0): Silken mouse enabled
[    16.624] (II) intel(0): Initializing HW Cursor
[    16.684] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    16.691] (==) intel(0): DPMS enabled
[    16.691] (II) intel(0): Set up textured video
[    16.691] (II) intel(0): direct rendering: DRI2 Enabled
[    16.691] (==) intel(0): hotplug detection: "enabled"
[    16.691] (--) RandR disabled
[    16.691] (II) Initializing built-in extension Generic Event Extension
[    16.691] (II) Initializing built-in extension SHAPE
[    16.691] (II) Initializing built-in extension MIT-SHM
[    16.691] (II) Initializing built-in extension XInputExtension
[    16.691] (II) Initializing built-in extension XTEST
[    16.691] (II) Initializing built-in extension BIG-REQUESTS
[    16.691] (II) Initializing built-in extension SYNC
[    16.691] (II) Initializing built-in extension XKEYBOARD
[    16.691] (II) Initializing built-in extension XC-MISC
[    16.691] (II) Initializing built-in extension SECURITY
[    16.691] (II) Initializing built-in extension XINERAMA
[    16.691] (II) Initializing built-in extension XFIXES
[    16.691] (II) Initializing built-in extension RENDER
[    16.692] (II) Initializing built-in extension RANDR
[    16.692] (II) Initializing built-in extension COMPOSITE
[    16.692] (II) Initializing built-in extension DAMAGE
[    16.692] (II) SELinux: Disabled on system
[    16.713] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    16.713] (II) AIGLX: enabled GLX_INTEL_swap_event
[    16.713] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    16.713] (II) AIGLX: enabled GLX_SGI_make_current_read
[    16.713] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    16.713] (II) AIGLX: Loaded and initialized /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
[    16.713] (II) GLX: Initialized DRI2 GL provider for screen 0
[    16.713] (II) intel(0): Setting screen physical size to 361 x 203
[    16.766] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    16.766] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.766] (II) LoadModule: "evdev"
[    16.766] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.767] (II) Module evdev: vendor="X.Org Foundation"
[    16.767] 	compiled for 1.10.1, module version = 2.6.0
[    16.767] 	Module class: X.Org XInput Driver
[    16.767] 	ABI class: X.Org XInput driver, version 12.2
[    16.767] (II) Using input driver 'evdev' for 'Power Button'
[    16.767] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.767] (**) Power Button: always reports core events
[    16.767] (**) Power Button: Device: "/dev/input/event3"
[    16.767] (--) Power Button: Found keys
[    16.767] (II) Power Button: Configuring as keyboard
[    16.767] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    16.767] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    16.767] (**) Option "xkb_rules" "evdev"
[    16.767] (**) Option "xkb_model" "pc105"
[    16.767] (**) Option "xkb_layout" "be"
[    16.806] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    16.806] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    16.806] (II) Using input driver 'evdev' for 'Video Bus'
[    16.806] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.806] (**) Video Bus: always reports core events
[    16.806] (**) Video Bus: Device: "/dev/input/event8"
[    16.806] (--) Video Bus: Found keys
[    16.806] (II) Video Bus: Configuring as keyboard
[    16.806] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[    16.806] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    16.806] (**) Option "xkb_rules" "evdev"
[    16.806] (**) Option "xkb_model" "pc105"
[    16.806] (**) Option "xkb_layout" "be"
[    16.811] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    16.811] (II) No input driver/identifier specified (ignoring)
[    16.812] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    16.812] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    16.812] (II) Using input driver 'evdev' for 'Sleep Button'
[    16.812] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.812] (**) Sleep Button: always reports core events
[    16.812] (**) Sleep Button: Device: "/dev/input/event2"
[    16.812] (--) Sleep Button: Found keys
[    16.812] (II) Sleep Button: Configuring as keyboard
[    16.812] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[    16.812] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    16.812] (**) Option "xkb_rules" "evdev"
[    16.812] (**) Option "xkb_model" "pc105"
[    16.812] (**) Option "xkb_layout" "be"
[    16.814] (II) config/udev: Adding input device Integrated Camera (/dev/input/event6)
[    16.814] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[    16.814] (II) Using input driver 'evdev' for 'Integrated Camera'
[    16.814] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.814] (**) Integrated Camera: always reports core events
[    16.814] (**) Integrated Camera: Device: "/dev/input/event6"
[    16.814] (--) Integrated Camera: Found keys
[    16.814] (II) Integrated Camera: Configuring as keyboard
[    16.814] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input6/event6"
[    16.814] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD)
[    16.814] (**) Option "xkb_rules" "evdev"
[    16.814] (**) Option "xkb_model" "pc105"
[    16.814] (**) Option "xkb_layout" "be"
[    16.814] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    16.814] (II) No input driver/identifier specified (ignoring)
[    16.814] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event10)
[    16.814] (II) No input driver/identifier specified (ignoring)
[    16.814] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event11)
[    16.814] (II) No input driver/identifier specified (ignoring)
[    16.815] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event12)
[    16.815] (II) No input driver/identifier specified (ignoring)
[    16.818] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    16.818] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    16.818] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    16.818] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.818] (**) AT Translated Set 2 keyboard: always reports core events
[    16.818] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    16.818] (--) AT Translated Set 2 keyboard: Found keys
[    16.818] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    16.818] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    16.818] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    16.818] (**) Option "xkb_rules" "evdev"
[    16.818] (**) Option "xkb_model" "pc105"
[    16.818] (**) Option "xkb_layout" "be"
[    16.818] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event7)
[    16.818] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    16.818] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[    16.818] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.818] (**) TPPS/2 IBM TrackPoint: always reports core events
[    16.818] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event7"
[    16.818] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[    16.818] (--) TPPS/2 IBM TrackPoint: Found relative axes
[    16.818] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[    16.818] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[    16.818] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[    16.818] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.818] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[    16.818] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[    16.818] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[    16.818] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[    16.818] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[    16.818] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    16.818] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    16.818] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[    16.818] (II) No input driver/identifier specified (ignoring)
[    16.818] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    16.818] (II) No input driver/identifier specified (ignoring)
[    16.819] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    16.819] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    16.819] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[    16.819] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.819] (**) ThinkPad Extra Buttons: always reports core events
[    16.819] (**) ThinkPad Extra Buttons: Device: "/dev/input/event5"
[    16.819] (--) ThinkPad Extra Buttons: Found keys
[    16.819] (II) ThinkPad Extra Buttons: Configuring as keyboard
[    16.819] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event5"
[    16.819] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[    16.819] (**) Option "xkb_rules" "evdev"
[    16.819] (**) Option "xkb_model" "pc105"
[    16.819] (**) Option "xkb_layout" "be"
[    16.821] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event13)
[    16.821] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[    16.821] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[    16.821] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.821] (**) ACPI Virtual Keyboard Device: always reports core events
[    16.821] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event13"
[    16.821] (--) ACPI Virtual Keyboard Device: Found keys
[    16.821] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[    16.821] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[    16.821] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[    16.821] (**) Option "xkb_rules" "evdev"
[    16.821] (**) Option "xkb_model" "pc105"
[    16.821] (**) Option "xkb_layout" "be"
[    24.397] (II) intel(0): EDID vendor "AUO", prod id 4204
[    24.397] (II) intel(0): Printing DDC gathered Modelines:
[    24.397] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[  2569.440] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2571.941] (II) Open ACPI successful (/var/run/acpid.socket)
[  2571.941] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2571.996] (II) intel(0): EDID vendor "AUO", prod id 4204
[  2571.996] (II) intel(0): Printing DDC gathered Modelines:
[  2571.996] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[  2702.932] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2705.432] (II) Open ACPI successful (/var/run/acpid.socket)
[  2705.432] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2705.488] (II) intel(0): EDID vendor "AUO", prod id 4204
[  2705.488] (II) intel(0): Printing DDC gathered Modelines:
[  2705.488] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[  2715.140] (II) AIGLX: Suspending AIGLX clients for VT switch
[  2734.447] (II) Open ACPI successful (/var/run/acpid.socket)
[  2734.447] (II) AIGLX: Resuming AIGLX clients after VT switch
[  2734.500] (II) intel(0): EDID vendor "AUO", prod id 4204
[  2734.500] (II) intel(0): Printing DDC gathered Modelines:
[  2734.500] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[  4913.552] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4921.136] (II) Open ACPI successful (/var/run/acpid.socket)
[  4921.136] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4921.192] (II) intel(0): EDID vendor "AUO", prod id 4204
[  4921.192] (II) intel(0): Printing DDC gathered Modelines:
[  4921.192] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[ 15955.636] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 15958.287] (II) Open ACPI successful (/var/run/acpid.socket)
[ 15958.287] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 15958.340] (II) intel(0): EDID vendor "AUO", prod id 4204
[ 15958.340] (II) intel(0): Printing DDC gathered Modelines:
[ 15958.340] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[ 15994.752] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 15997.250] (II) Open ACPI successful (/var/run/acpid.socket)
[ 15997.250] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 15997.304] (II) intel(0): EDID vendor "AUO", prod id 4204
[ 15997.304] (II) intel(0): Printing DDC gathered Modelines:
[ 15997.304] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[ 37810.400] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 37812.921] (II) Open ACPI successful (/var/run/acpid.socket)
[ 37812.921] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 37812.976] (II) intel(0): EDID vendor "AUO", prod id 4204
[ 37812.976] (II) intel(0): Printing DDC gathered Modelines:
[ 37812.976] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[ 79143.541] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 79146.307] (II) Open ACPI successful (/var/run/acpid.socket)
[ 79146.307] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 79146.364] (II) intel(0): EDID vendor "AUO", prod id 4204
[ 79146.366] (II) intel(0): Printing DDC gathered Modelines:
[ 79146.366] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[ 98084.401] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 98086.895] (II) Open ACPI successful (/var/run/acpid.socket)
[ 98086.895] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 98086.956] (II) intel(0): EDID vendor "AUO", prod id 4204
[ 98086.968] (II) intel(0): Printing DDC gathered Modelines:
[ 98086.968] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[ 98748.160] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 98750.591] (II) Open ACPI successful (/var/run/acpid.socket)
[ 98750.591] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 98750.644] (II) intel(0): EDID vendor "AUO", prod id 4204
[ 98750.644] (II) intel(0): Printing DDC gathered Modelines:
[ 98750.644] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[109049.136] (II) AIGLX: Suspending AIGLX clients for VT switch
[109051.564] (II) Open ACPI successful (/var/run/acpid.socket)
[109051.564] (II) AIGLX: Resuming AIGLX clients after VT switch
[109051.620] (II) intel(0): EDID vendor "AUO", prod id 4204
[109051.620] (II) intel(0): Printing DDC gathered Modelines:
[109051.620] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[143315.588] (II) intel(0): EDID vendor "AUO", prod id 4204
[143315.593] (II) intel(0): Printing DDC gathered Modelines:
[143315.593] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[143894.114] (II) intel(0): EDID vendor "AUO", prod id 4204
[143894.115] (II) intel(0): Printing DDC gathered Modelines:
[143894.115] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[143895.199] (II) intel(0): EDID vendor "AUO", prod id 4204
[143895.199] (II) intel(0): Printing DDC gathered Modelines:
[143895.199] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[162905.172] (II) AIGLX: Suspending AIGLX clients for VT switch
[162907.625] (II) Open ACPI successful (/var/run/acpid.socket)
[162907.625] (II) AIGLX: Resuming AIGLX clients after VT switch
[162907.680] (II) intel(0): EDID vendor "AUO", prod id 4204
[162907.681] (II) intel(0): Printing DDC gathered Modelines:
[162907.681] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[194302.452] (II) intel(0): EDID vendor "AUO", prod id 4204
[194302.454] (II) intel(0): Printing DDC gathered Modelines:
[194302.454] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[194303.648] (II) intel(0): EDID vendor "AUO", prod id 4204
[194303.648] (II) intel(0): Printing DDC gathered Modelines:
[194303.648] (II) intel(0): Modeline "1366x768"x0.0   69.30  1366 1414 1446 1454  768 771 777 793 -hsync -vsync (47.7 kHz)
[194304.828] 
Backtrace:
[194304.834] 0: /usr/bin/X (xorg_backtrace+0x26) [0x4617b6]
[194304.834] 1: /usr/bin/X (0x400000+0x65bd9) [0x465bd9]
[194304.834] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f2ddacc2000+0xf020) [0x7f2ddacd1020]
[194304.834] 3: /usr/lib/xorg/modules/extensions/libdri2.so (DRI2WaitSwap+0x1e) [0x7f2dd7c3599e]
[194304.834] 4: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2dd8456000+0x3eef8) [0x7f2dd8494ef8]
[194304.834] 5: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2dd8456000+0x34e5c) [0x7f2dd848ae5c]
[194304.834] 6: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2dd8456000+0x385f6) [0x7f2dd848e5f6]
[194304.834] 7: /usr/lib/xorg/modules/extensions/libglx.so (0x7f2dd8456000+0x34b45) [0x7f2dd848ab45]
[194304.835] 8: /usr/bin/X (0x400000+0x32e99) [0x432e99]
[194304.835] 9: /usr/bin/X (0x400000+0x26fae) [0x426fae]
[194304.835] 10: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f2dd9a01ead]
[194304.835] 11: /usr/bin/X (0x400000+0x2729d) [0x42729d]
[194304.835] Segmentation fault at address 0x34
[194304.835] 
Fatal server error:
[194304.835] Caught signal 11 (Segmentation fault). Server aborting
[194304.835] 
[194304.835] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[194304.835] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[194304.836] 
[194304.876] (II) Power Button: Close
[194304.876] (II) UnloadModule: "evdev"
[194304.876] (II) Unloading evdev
[194304.894] (II) Video Bus: Close
[194304.894] (II) UnloadModule: "evdev"
[194304.894] (II) Unloading evdev
[194304.894] (II) Sleep Button: Close
[194304.894] (II) UnloadModule: "evdev"
[194304.894] (II) Unloading evdev
[194304.895] (II) Integrated Camera: Close
[194304.895] (II) UnloadModule: "evdev"
[194304.895] (II) Unloading evdev
[194304.895] (II) AT Translated Set 2 keyboard: Close
[194304.895] (II) UnloadModule: "evdev"
[194304.895] (II) Unloading evdev
[194304.896] (II) TPPS/2 IBM TrackPoint: Close
[194304.896] (II) UnloadModule: "evdev"
[194304.896] (II) Unloading evdev
[194304.900] (II) ThinkPad Extra Buttons: Close
[194304.900] (II) UnloadModule: "evdev"
[194304.900] (II) Unloading evdev
[194304.900] (II) ACPI Virtual Keyboard Device: Close
[194304.900] (II) UnloadModule: "evdev"
[194304.900] (II) Unloading evdev
[194304.901] (II) AIGLX: Suspending AIGLX clients for VT switch

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b00000000 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
E: PRODUCT=19/0/5/0
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PROP=0
E: EV=21
E: SW=1
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
E: PRODUCT=19/0/3/0
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PROP=0
E: EV=3
E: KEY=4000 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input6
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input6
E: PRODUCT=3/4f2/b217/853
E: NAME="Integrated Camera"
E: PHYS="usb-0000:00:1a.0-1.6/button"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v04F2pB217e0853-e0,1,kD4,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Chicony_Electronics_Co.__Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2c\x20Ltd.
E: ID_VENDOR_ID=04f2
E: ID_MODEL=Integrated_Camera
E: ID_MODEL_ENC=Integrated\x20Camera
E: ID_MODEL_ID=b217
E: ID_REVISION=0853
E: ID_SERIAL=Chicony_Electronics_Co.__Ltd._Integrated_Camera
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0

P: /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input6/event6
N: input/event6
S: input/by-id/usb-Chicony_Electronics_Co.__Ltd._Integrated_Camera-event-if00
S: input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input6/event6
E: MAJOR=13
E: MINOR=70
E: DEVNAME=/dev/input/event6
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Chicony_Electronics_Co.__Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2c\x20Ltd.
E: ID_VENDOR_ID=04f2
E: ID_MODEL=Integrated_Camera
E: ID_MODEL_ENC=Integrated\x20Camera
E: ID_MODEL_ID=b217
E: ID_REVISION=0853
E: ID_SERIAL=Chicony_Electronics_Co.__Ltd._Integrated_Camera
E: ID_TYPE=video
E: ID_BUS=usb
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=uvcvideo
E: ID_PATH=pci-0000:00:1a.0-usb-0:1.6:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_6_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: DEVLINKS=/dev/input/by-id/usb-Chicony_Electronics_Co.__Ltd._Integrated_Camera-event-if00 /dev/input/by-path/pci-0000:00:1a.0-usb-0:1.6:1.0-event
E: BACKSPACE=guess

P: /devices/pci0000:00/0000:00:1b.0/input/input9
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input9
E: PRODUCT=1/14f1/506e/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v14F1p506Ee0001-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/input/input9/event9
N: input/event9
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=100
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
N: input/event10
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=100
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
N: input/event11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=100
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
N: input/event12
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=LENOVO

P: /devices/platform/i8042/serio0/input/input0
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: PRODUCT=11/1/1/ab54
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PROP=0
E: EV=120013
E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/platform/i8042/serio1/input/input7
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7
E: PRODUCT=11/2/a/0
E: NAME="TPPS/2 IBM TrackPoint"
E: PHYS="isa0060/serio1/input0"
E: PROP=0
E: EV=7
E: KEY=70000 0 0 0 0
E: REL=3
E: MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input7/event7
N: input/event7
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input7/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/pcspkr/input/input4
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr

P: /devices/platform/pcspkr/input/input4/event4
N: input/event4
S: input/by-path/platform-pcspkr-event-spkr
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/pcspkr/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr

P: /devices/platform/thinkpad_acpi/input/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input5
E: PRODUCT=19/17aa/5054/4101
E: NAME="ThinkPad Extra Buttons"
E: PHYS="thinkpad_acpi/input0"
E: PROP=0
E: EV=33
E: KEY=18040000 0 10000000000000 0 101501b00102004 8000000001104000 e000000000000 0
E: MSC=10
E: SW=a
E: MODALIAS=input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,8E,94,98,BF,C2,CD,D4,E0,E1,E3,E4,EC,EE,F0,F8,174,1D2,1DB,1DC,ram4,lsfw1,3,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi

P: /devices/platform/thinkpad_acpi/input/input5/event5
N: input/event5
S: input/by-path/platform-thinkpad_acpi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input5/event5
E: MAJOR=13
E: MINOR=69
E: DEVNAME=/dev/input/event5
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/virtual/input/input13
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input13
E: PRODUCT=3/0/0/4
E: NAME="ACPI Virtual Keyboard Device"
E: PROP=0
E: EV=3
E: KEY=ffffffffffffffff ffffffffffffffff ffffffffffffffff fffffffffffffffe
E: MODALIAS=input:b0003v0000p0000e0004-e0,1,k71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,91,92,93,94,95,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,C3,C4,C5,C6,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,E9,EA,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F6,F7,F8,F9,FA,FB,FC,FD,FE,FF,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial

P: /devices/virtual/input/input13/event13
N: input/event13
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input13/event13
E: MAJOR=13
E: MINOR=77
E: DEVNAME=/dev/input/event13
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: XKBMODEL=pc105
E: XKBLAYOUT=be
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO


DRM Information from dmesg:
---------------------------


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

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

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6                         2.13-15    Embedded GNU C Library: Shared lib
ii  libdrm-intel1                 2.4.26-1   Userspace interface to intel-speci
ii  libdrm2                       2.4.26-1   Userspace interface to kernel DRM 
ii  libpciaccess0                 0.12.1-1   Generic PCI access library for X
ii  libudev0                      172-1      libudev shared library
ii  xserver-xorg-core [xorg-video 2:1.10.3-1 Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.11.2.901-1

We believe that the bug you reported is fixed in the latest version of
xorg-server, which is due to be installed in the Debian FTP archive:

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



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 637448@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <kibi@debian.org> (supplier of updated xorg-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 29 Nov 2011 17:04:09 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg xserver-common
Architecture: source all amd64
Version: 2:1.11.2.901-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Cyril Brulebois <kibi@debian.org>
Description: 
 xdmx       - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest      - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 637448 649420
Changes: 
 xorg-server (2:1.11.2.901-1) unstable; urgency=low
 .
   * New upstream release candidate (1.11.3 RC1):
     - As usual: Fixes for various crashes and correctness issues.
     - In particular: Fix for crash when starting a game (in wine) twice
       (Closes: #637448).
     - Also: Fix crashes with server regeneration (Closes: #649420).
   * Add some lintian overrides:
     - xserver-xorg-core: breaks-without-version against virtual packages
       is perfectly OK.
   * Don't forget to ship xorg.conf.d(5) in xserver-xorg-core.
Checksums-Sha1: 
 25103b1aeaa0714db7ed921bbcb2dc9500d1e117 3488 xorg-server_1.11.2.901-1.dsc
 74d3485624cb7e1edf537d4d3b59e4b1ed93eacd 6629209 xorg-server_1.11.2.901.orig.tar.gz
 4d79c7132a8f76ae0cb84cd17225c6deef4fb67e 396426 xorg-server_1.11.2.901-1.diff.gz
 37f523012745e96cd2b618e757563fa96cb10b0d 1275960 xserver-common_1.11.2.901-1_all.deb
 290241f58691c3a864727c680b0c6b0a5d226e53 1756582 xserver-xorg-core_1.11.2.901-1_amd64.deb
 065c95a710622ed1e35b6ff4b2bc33130365d8a4 1066648 xserver-xorg-core-udeb_1.11.2.901-1_amd64.udeb
 cd866f20b6b9aa1a1f19f6de759e32d51b15c24e 310770 xserver-xorg-dev_1.11.2.901-1_amd64.deb
 637b303d22e75cc76cd1331c7e2cd16263ab785d 917936 xdmx_1.11.2.901-1_amd64.deb
 24a768941d0e74ba008c6637235ae1c3de6956af 123632 xdmx-tools_1.11.2.901-1_amd64.deb
 2f76d04a79651546460e5869a2cee9766ed818ef 814900 xnest_1.11.2.901-1_amd64.deb
 6229fb99804c771d5cb3fe663e4de32c0418d169 915390 xvfb_1.11.2.901-1_amd64.deb
 051f9ad954953abb3914d35bfea329f476f0f038 1009654 xserver-xephyr_1.11.2.901-1_amd64.deb
 b641f9ca3e87f993e96668a0339ffcef54279193 930170 xserver-xfbdev_1.11.2.901-1_amd64.deb
 d54bd6d097ef9a20cb21754a1712ca92b62ed2a2 6225616 xserver-xorg-core-dbg_1.11.2.901-1_amd64.deb
Checksums-Sha256: 
 6d4517efcf823f3aa3ee4d6b4009f5155f5563ae8ebbaa6f5c452c8b0416f76c 3488 xorg-server_1.11.2.901-1.dsc
 bd40491598c057cdb45917df571fc6da847b4efbb5870d171e194795e2fb9189 6629209 xorg-server_1.11.2.901.orig.tar.gz
 81c3c50d59f3adb62b5e81f27492b42c3504fbe9f39c3b2f96f894c77ed9afad 396426 xorg-server_1.11.2.901-1.diff.gz
 9e2403724ade22f54bb849b99000777204ff46cf68cbb6fe7b1ed34692002faa 1275960 xserver-common_1.11.2.901-1_all.deb
 009430eeb196e2389b68a25e34c4eaf75e986668e3b3e7ed6b2be4b3fddc73d8 1756582 xserver-xorg-core_1.11.2.901-1_amd64.deb
 71d755a5c7a20f9daf247279b44baf5028570069b5b2bb691f96dd259ce14d3d 1066648 xserver-xorg-core-udeb_1.11.2.901-1_amd64.udeb
 7c9bf252a14e0635af998b24a144b24bcd54a12c0737476a16df8d9a1799ae98 310770 xserver-xorg-dev_1.11.2.901-1_amd64.deb
 6ba0e4dcdd8375dba2f86113ee6875c92c740bbeecfcc156b663db771ea945b3 917936 xdmx_1.11.2.901-1_amd64.deb
 eb91abb229cebe33c71cacd8678634a6f7a6ebc2e140dff6c8fd0570af49baae 123632 xdmx-tools_1.11.2.901-1_amd64.deb
 81fcb2d2c00b95b46175f98956717094bf255c00ce938cbd60b198cb759c9d10 814900 xnest_1.11.2.901-1_amd64.deb
 819531ae0222c69bdb82d711d96b488e5af65730be09bbcbbe665f704b119c07 915390 xvfb_1.11.2.901-1_amd64.deb
 1db541d5c93561596ce99ca695a7fd567789e0a450d12071a533c9001ac13cc3 1009654 xserver-xephyr_1.11.2.901-1_amd64.deb
 fec277931c0a2cbcc209df6009ee5237e0bd5f2d5f0bf6f0eb2fe2b66bb3a13f 930170 xserver-xfbdev_1.11.2.901-1_amd64.deb
 0f397cd5c514f6d71a64ab437d0f1a8a7954f99f412f30a13bb59555791bfc4c 6225616 xserver-xorg-core-dbg_1.11.2.901-1_amd64.deb
Files: 
 822fdc7d8fd8f2570d950791da0d36af 3488 x11 optional xorg-server_1.11.2.901-1.dsc
 34a84a4195c97e19ca7984f9f02547a8 6629209 x11 optional xorg-server_1.11.2.901.orig.tar.gz
 309ee9b91a9ccbf004ea01c1700da923 396426 x11 optional xorg-server_1.11.2.901-1.diff.gz
 9b0af01fa9296804db8da1c7d61b76b7 1275960 x11 optional xserver-common_1.11.2.901-1_all.deb
 cb68fdce357f29fb010b65a5f423fbcb 1756582 x11 optional xserver-xorg-core_1.11.2.901-1_amd64.deb
 9e98c146d1541285282212b1d2122cd1 1066648 debian-installer optional xserver-xorg-core-udeb_1.11.2.901-1_amd64.udeb
 7c050ec5ca631a490db2ac0b77e89b95 310770 x11 optional xserver-xorg-dev_1.11.2.901-1_amd64.deb
 b5925bb2a01bfa48a63023b83a899703 917936 x11 optional xdmx_1.11.2.901-1_amd64.deb
 a074c18116e05ad255fa88d0429f32b8 123632 x11 optional xdmx-tools_1.11.2.901-1_amd64.deb
 5d37d204bf1593cb5ae1c78f2315864c 814900 x11 optional xnest_1.11.2.901-1_amd64.deb
 b527144990f91573a3a600b46bc602bd 915390 x11 optional xvfb_1.11.2.901-1_amd64.deb
 23415e681cf50f2aa2972ebbe8568a47 1009654 x11 optional xserver-xephyr_1.11.2.901-1_amd64.deb
 4754637e7f2f4aee70aa1c8c403bb268 930170 x11 optional xserver-xfbdev_1.11.2.901-1_amd64.deb
 4f05ca24b85de595187b6531a6746473 6225616 debug extra xserver-xorg-core-dbg_1.11.2.901-1_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7VCWsACgkQeGfVPHR5Nd0W9wCcCtktpmgMkWFwNZopt7aQs36d
3ysAoIlf7ubhlUfKh7QM4PtvoTUpnKlh
=7tc2
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: