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

Bug#628664: xserver-xorg-core: X crashes on "startkde", i915, *ERROR* Hangcheck timer



Package: xserver-xorg-core
Version: 2:1.10.2-1
Severity: important


When I installed 1.10.2-1 of this package, my Xserver crashes while KDE is trying to start up. It never completes the
progress-bar of the KDE start screen.

*ERROR* Hangcheck timer elapsed... GPU hung
[   52.054122] [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -11 (awaiting 5459 at 5443, next 5460)
  (Note: the numbers are not the same in this line)

I downgraded the package to 1.10.1-2 and now it works again (although it's still incredibly easy to crash this X
server when using GL). This bug report comes after the downgrade to the working version). That's the only difference.





-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 May 27 17:03 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1972704 Apr 28 05:26 /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 5125 May 27 17:07 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	Screen      2  "Screen2" RightOf "Screen1"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "dri2"
	Load  "record"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
	Load  "dbe"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
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 "Monitor"
	Identifier   "Monitor2"
	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 "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     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card2"
	Driver      "vesa"
	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

Section "Screen"
	Identifier "Screen2"
	Device     "Card2"
	Monitor    "Monitor2"
	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

Kernel version (/proc/version):
-------------------------------
Linux version 2.6.39-1-amd64 (Debian 2.6.39-1) (buildd_amd64-brahms@buildd.debian.org) (gcc version 4.4.6 (Debian 4.4.6-3) 
) #1 SMP Tue May 24 14:34:19 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 35176 May 27 18:28 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 35002 May 31 00:48 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   141.238] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[   141.238] X Protocol Version 11, Revision 0
[   141.238] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[   141.238] Current Operating System: Linux phalaris 2.6.39-1-amd64 #1 SMP Tue May 24 14:34:19 UTC 2011 x86_64
[   141.238] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-1-amd64 root=UUID=70dc580e-7139-4c19-a996-
e90e21394e7f ro quiet
[   141.238] Build Date: 28 April 2011  12:13:00PM
[   141.238] xorg-server 2:1.10.1-2 (Julien Cristau <jcristau@debian.org>) 
[   141.238] Current version of pixman: 0.21.8
[   141.238] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   141.238] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   141.238] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 31 00:47:56 2011
[   141.239] (==) Using config file: "/etc/X11/xorg.conf"
[   141.239] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   141.239] (==) ServerLayout "X.org Configured"
[   141.239] (**) |-->Screen "Screen0" (0)
[   141.239] (**) |   |-->Monitor "Monitor0"
[   141.240] (**) |   |-->Device "Card0"
[   141.240] (**) |-->Screen "Screen1" (1)
[   141.240] (**) |   |-->Monitor "Monitor1"
[   141.240] (**) |   |-->Device "Card1"
[   141.240] (**) |-->Screen "Screen2" (2)
[   141.240] (**) |   |-->Monitor "Monitor2"
[   141.241] (**) |   |-->Device "Card2"
[   141.241] (**) |-->Input Device "Mouse0"
[   141.241] (**) |-->Input Device "Keyboard0"
[   141.241] (==) Automatically adding devices
[   141.241] (==) Automatically enabling devices
[   141.241] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   141.241] 	Entry deleted from font path.
[   141.241] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[   141.241] 	Entry deleted from font path.
[   141.241] 	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[   141.241] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   141.241] 	Entry deleted from font path.
[   141.241] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[   141.241] 	Entry deleted from font path.
[   141.241] 	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[   141.241] (**) 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,
	/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
[   141.241] (**) ModulePath set to "/usr/lib/xorg/modules"
[   141.241] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   141.241] (WW) Disabling Mouse0
[   141.241] (WW) Disabling Keyboard0
[   141.241] (II) Loader magic: 0x7dba00
[   141.241] (II) Module ABI versions:
[   141.241] 	X.Org ANSI C Emulation: 0.4
[   141.241] 	X.Org Video Driver: 10.0
[   141.242] 	X.Org XInput driver : 12.2
[   141.242] 	X.Org Server Extension : 5.0
[   141.243] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21ce rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 
0x00005000/64
[   141.243] (II) Open ACPI successful (/var/run/acpid.socket)
[   141.243] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[   141.243] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[   141.243] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   141.243] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[   141.243] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[   141.243] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[   141.243] (II) LoadModule: "dri2"
[   141.244] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   141.244] (II) Module dri2: vendor="X.Org Foundation"
[   141.244] 	compiled for 1.10.1, module version = 1.2.0
[   141.244] 	ABI class: X.Org Server Extension, version 5.0
[   141.244] (II) Loading extension DRI2
[   141.244] (II) LoadModule: "record"
[   141.244] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   141.245] (II) Module record: vendor="X.Org Foundation"
[   141.245] 	compiled for 1.10.1, module version = 1.13.0
[   141.245] 	Module class: X.Org Server Extension
[   141.245] 	ABI class: X.Org Server Extension, version 5.0
[   141.245] (II) Loading extension RECORD
[   141.245] (II) LoadModule: "glx"
[   141.245] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   141.245] (II) Module glx: vendor="X.Org Foundation"
[   141.245] 	compiled for 1.10.1, module version = 1.0.0
[   141.245] 	ABI class: X.Org Server Extension, version 5.0
[   141.245] (==) AIGLX enabled
[   141.245] (II) Loading extension GLX
[   141.245] (II) LoadModule: "dri"
[   141.245] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   141.246] (II) Module dri: vendor="X.Org Foundation"
[   141.246] 	compiled for 1.10.1, module version = 1.0.0
[   141.246] 	ABI class: X.Org Server Extension, version 5.0
[   141.246] (II) Loading extension XFree86-DRI
[   141.246] (II) LoadModule: "extmod"
[   141.246] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   141.246] (II) Module extmod: vendor="X.Org Foundation"
[   141.247] 	compiled for 1.10.1, module version = 1.0.0
[   141.247] 	Module class: X.Org Server Extension
[   141.247] 	ABI class: X.Org Server Extension, version 5.0
[   141.247] (II) Loading extension SELinux
[   141.247] (II) Loading extension MIT-SCREEN-SAVER
[   141.247] (II) Loading extension XFree86-VidModeExtension
[   141.247] (II) Loading extension XFree86-DGA
[   141.247] (II) Loading extension DPMS
[   141.247] (II) Loading extension XVideo
[   141.247] (II) Loading extension XVideo-MotionCompensation
[   141.247] (II) Loading extension X-Resource
[   141.247] (II) LoadModule: "dbe"
[   141.247] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   141.247] (II) Module dbe: vendor="X.Org Foundation"
[   141.247] 	compiled for 1.10.1, module version = 1.0.0
[   141.247] 	Module class: X.Org Server Extension
[   141.247] 	ABI class: X.Org Server Extension, version 5.0
[   141.247] (II) Loading extension DOUBLE-BUFFER
[   141.247] (II) LoadModule: "intel"
[   141.248] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   141.248] (II) Module intel: vendor="X.Org Foundation"
[   141.248] 	compiled for 1.10.1, module version = 2.15.0
[   141.248] 	Module class: X.Org Video Driver
[   141.248] 	ABI class: X.Org Video Driver, version 10.0
[   141.248] (II) LoadModule: "fbdev"
[   141.249] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   141.249] (II) Module fbdev: vendor="X.Org Foundation"
[   141.249] 	compiled for 1.10.1, module version = 0.4.2
[   141.249] 	ABI class: X.Org Video Driver, version 10.0
[   141.249] (II) LoadModule: "vesa"
[   141.249] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   141.249] (II) Module vesa: vendor="X.Org Foundation"
[   141.249] 	compiled for 1.10.1, module version = 2.3.0
[   141.249] 	Module class: X.Org Video Driver
[   141.249] 	ABI class: X.Org Video Driver, version 10.0
[   141.249] (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
[   141.250] (II) FBDEV: driver for framebuffer: fbdev
[   141.250] (II) VESA: driver for VESA chipsets: vesa
[   141.250] (++) using VT number 7

[   141.264] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   141.264] (WW) Falling back to old probe method for fbdev
[   141.264] (II) Loading sub module "fbdevhw"
[   141.264] (II) LoadModule: "fbdevhw"
[   141.264] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   141.264] (II) Module fbdevhw: vendor="X.Org Foundation"
[   141.264] 	compiled for 1.10.1, module version = 0.0.2
[   141.264] 	ABI class: X.Org Video Driver, version 10.0
[   141.264] (WW) Falling back to old probe method for vesa
[   141.265] drmOpenDevice: node name is /dev/dri/card0
[   141.265] drmOpenDevice: open result is 9, (OK)
[   141.265] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   141.265] drmOpenDevice: node name is /dev/dri/card0
[   141.265] drmOpenDevice: open result is 9, (OK)
[   141.265] drmOpenByBusid: drmOpenMinor returns 9
[   141.265] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   141.265] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   141.265] (==) intel(0): RGB weight 888
[   141.265] (==) intel(0): Default visual is TrueColor
[   141.265] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge
[   141.265] (--) intel(0): Chipset: "Sandybridge"
[   141.265] (**) intel(0): Relaxed fencing enabled
[   141.265] (**) intel(0): Framebuffer tiled
[   141.265] (**) intel(0): Pixmaps tiled
[   141.265] (**) intel(0): 3D buffers tiled
[   141.265] (**) intel(0): SwapBuffers wait disabled
[   141.265] (==) intel(0): video overlay key set to 0x101fe
[   141.265] (II) intel(0): Output LVDS1 using monitor section Monitor0
[   141.265] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[   141.265] (II) intel(0): Output VGA1 has no monitor section
[   141.904] (II) intel(0): Output HDMI1 has no monitor section
[   141.905] (II) intel(0): Output DP1 has no monitor section
[   141.984] (II) intel(0): Output HDMI2 has no monitor section
[   142.007] (II) intel(0): Output HDMI3 has no monitor section
[   142.008] (II) intel(0): Output DP2 has no monitor section
[   142.009] (II) intel(0): Output DP3 has no monitor section
[   142.009] (II) intel(0): EDID for output LVDS1
[   142.009] (II) intel(0): Manufacturer: LGD  Model: 2e2  Serial#: 0
[   142.009] (II) intel(0): Year: 2010  Week: 0
[   142.009] (II) intel(0): EDID Version: 1.3
[   142.009] (II) intel(0): Digital Display Input
[   142.009] (II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   142.009] (II) intel(0): Gamma: 2.20
[   142.009] (II) intel(0): No DPMS capabilities specified
[   142.009] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   142.009] (II) intel(0): First detailed timing is preferred mode
[   142.009] (II) intel(0): redX: 0.591 redY: 0.348   greenX: 0.340 greenY: 0.558
[   142.009] (II) intel(0): blueX: 0.157 blueY: 0.129   whiteX: 0.313 whiteY: 0.329
[   142.009] (II) intel(0): Manufacturer's mask: 0
[   142.009] (II) intel(0): Supported detailed timing:
[   142.009] (II) intel(0): clock: 96.0 MHz   Image Size:  310 x 174 mm
[   142.009] (II) intel(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1728 h_border: 0
[   142.009] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 908 v_blanking: 926 v_border: 0
[   142.009] (II) intel(0):  LG Display
[   142.009] (II) intel(0):  LP140WD2-TLB1
[   142.009] (II) intel(0): EDID (in hex):
[   142.009] (II) intel(0): 	00ffffffffffff0030e4e20200000000
[   142.009] (II) intel(0): 	00140103801f11780a43459759578e28
[   142.009] (II) intel(0): 	21505400000001010101010101010101
[   142.009] (II) intel(0): 	0101010101018025408060841a303020
[   142.009] (II) intel(0): 	350036ae100000190000000000000000
[   142.009] (II) intel(0): 	00000000000000000000000000fe004c
[   142.009] (II) intel(0): 	4720446973706c61790a2020000000fe
[   142.009] (II) intel(0): 	004c503134305744322d544c42310038
[   142.009] (II) intel(0): EDID vendor "LGD", prod id 738
[   142.009] (II) intel(0): Printing DDC gathered Modelines:
[   142.009] (II) intel(0): Modeline "1600x900"x0.0   96.00  1600 1648 1680 1728  900 903 908 926 -hsync -vsync (55.6 kHz)
[   142.009] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   142.009] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   142.009] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   142.009] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[   142.010] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   142.010] (II) intel(0): Printing probed modes for output LVDS1
[   142.010] (II) intel(0): Modeline "1600x900"x60.0   96.00  1600 1648 1680 1728  900 903 908 926 -hsync -vsync (55.6 kHz)
[   142.010] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   142.010] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[   142.010] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[   142.010] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[   142.010] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   142.010] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   142.010] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   142.010] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   142.010] (II) intel(0): EDID for output VGA1
[   142.648] (II) intel(0): EDID for output HDMI1
[   142.649] (II) intel(0): EDID for output DP1
[   142.728] (II) intel(0): EDID for output HDMI2
[   142.751] (II) intel(0): EDID for output HDMI3
[   142.752] (II) intel(0): EDID for output DP2
[   142.753] (II) intel(0): EDID for output DP3
[   142.753] (II) intel(0): Output LVDS1 connected
[   142.753] (II) intel(0): Output VGA1 disconnected
[   142.753] (II) intel(0): Output HDMI1 disconnected
[   142.753] (II) intel(0): Output DP1 disconnected
[   142.753] (II) intel(0): Output HDMI2 disconnected
[   142.753] (II) intel(0): Output HDMI3 disconnected
[   142.753] (II) intel(0): Output DP2 disconnected
[   142.753] (II) intel(0): Output DP3 disconnected
[   142.753] (II) intel(0): Using exact sizes for initial modes
[   142.753] (II) intel(0): Output LVDS1 using initial mode 1600x900
[   142.753] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   142.753] (II) intel(0): Kernel page flipping support detected, enabling
[   142.753] (**) intel(0): Display dimensions: (310, 170) mm
[   142.753] (**) intel(0): DPI set to (131, 134)
[   142.753] (II) Loading sub module "fb"
[   142.753] (II) LoadModule: "fb"
[   142.753] (II) Loading /usr/lib/xorg/modules/libfb.so
[   142.754] (II) Module fb: vendor="X.Org Foundation"
[   142.754] 	compiled for 1.10.1, module version = 1.0.0
[   142.754] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   142.754] (II) Loading sub module "dri2"
[   142.754] (II) LoadModule: "dri2"
[   142.754] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   142.754] (II) Module dri2: vendor="X.Org Foundation"
[   142.754] 	compiled for 1.10.1, module version = 1.2.0
[   142.754] 	ABI class: X.Org Server Extension, version 5.0
[   142.754] (II) UnloadModule: "fbdev"
[   142.754] (II) Unloading fbdev
[   142.754] (II) UnloadModule: "fbdevhw"
[   142.754] (II) Unloading fbdevhw
[   142.754] (II) UnloadModule: "vesa"
[   142.754] (II) Unloading vesa
[   142.754] (==) Depth 24 pixmap format is 32 bpp
[   142.754] (II) intel(0): [DRI2] Setup complete
[   142.754] (II) intel(0): [DRI2]   DRI driver: i965
[   142.754] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[   142.754] (II) UXA(0): Driver registered support for the following operations:
[   142.754] (II)         solid
[   142.754] (II)         copy
[   142.754] (II)         composite (RENDER acceleration)
[   142.754] (II)         put_image
[   142.754] (II)         get_image
[   142.754] (==) intel(0): Backing store disabled
[   142.754] (==) intel(0): Silken mouse enabled
[   142.754] (II) intel(0): Initializing HW Cursor
[   142.812] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   142.818] (==) intel(0): DPMS enabled
[   142.818] (II) intel(0): Set up textured video
[   142.818] (II) intel(0): direct rendering: DRI2 Enabled
[   142.818] (==) intel(0): hotplug detection: "enabled"
[   142.819] (--) RandR disabled
[   142.819] (II) Initializing built-in extension Generic Event Extension
[   142.819] (II) Initializing built-in extension SHAPE
[   142.819] (II) Initializing built-in extension MIT-SHM
[   142.819] (II) Initializing built-in extension XInputExtension
[   142.819] (II) Initializing built-in extension XTEST
[   142.819] (II) Initializing built-in extension BIG-REQUESTS
[   142.819] (II) Initializing built-in extension SYNC
[   142.819] (II) Initializing built-in extension XKEYBOARD
[   142.819] (II) Initializing built-in extension XC-MISC
[   142.819] (II) Initializing built-in extension SECURITY
[   142.819] (II) Initializing built-in extension XINERAMA
[   142.819] (II) Initializing built-in extension XFIXES
[   142.819] (II) Initializing built-in extension RENDER
[   142.819] (II) Initializing built-in extension RANDR
[   142.819] (II) Initializing built-in extension COMPOSITE
[   142.819] (II) Initializing built-in extension DAMAGE
[   142.820] (II) SELinux: Disabled on system
[   142.824] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   142.824] (II) AIGLX: enabled GLX_INTEL_swap_event
[   142.824] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   142.824] (II) AIGLX: enabled GLX_SGI_make_current_read
[   142.824] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   142.824] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[   142.824] (II) GLX: Initialized DRI2 GL provider for screen 0
[   142.824] (II) intel(0): Setting screen physical size to 423 x 238
[   142.853] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   142.853] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   142.853] (II) LoadModule: "evdev"
[   142.853] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.853] (II) Module evdev: vendor="X.Org Foundation"
[   142.854] 	compiled for 1.10.1, module version = 2.6.0
[   142.854] 	Module class: X.Org XInput Driver
[   142.854] 	ABI class: X.Org XInput driver, version 12.2
[   142.854] (II) Using input driver 'evdev' for 'Power Button'
[   142.854] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.854] (**) Power Button: always reports core events
[   142.854] (**) Power Button: Device: "/dev/input/event6"
[   142.896] (--) Power Button: Found keys
[   142.896] (II) Power Button: Configuring as keyboard
[   142.896] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[   142.896] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[   142.896] (**) Option "xkb_rules" "evdev"
[   142.896] (**) Option "xkb_model" "pc105"
[   142.896] (**) Option "xkb_layout" "us"
[   142.898] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   142.898] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   142.898] (II) Using input driver 'evdev' for 'Video Bus'
[   142.898] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.898] (**) Video Bus: always reports core events
[   142.898] (**) Video Bus: Device: "/dev/input/event10"
[   142.928] (--) Video Bus: Found keys
[   142.928] (II) Video Bus: Configuring as keyboard
[   142.928] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
[   142.928] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[   142.928] (**) Option "xkb_rules" "evdev"
[   142.928] (**) Option "xkb_model" "pc105"
[   142.928] (**) Option "xkb_layout" "us"
[   142.937] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
[   142.938] (II) No input driver/identifier specified (ignoring)
[   142.938] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
[   142.938] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   142.938] (II) Using input driver 'evdev' for 'Sleep Button'
[   142.938] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.938] (**) Sleep Button: always reports core events
[   142.938] (**) Sleep Button: Device: "/dev/input/event5"
[   142.964] (--) Sleep Button: Found keys
[   142.964] (II) Sleep Button: Configuring as keyboard
[   142.964] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
[   142.964] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[   142.964] (**) Option "xkb_rules" "evdev"
[   142.964] (**) Option "xkb_model" "pc105"
[   142.964] (**) Option "xkb_layout" "us"
[   142.969] (II) config/udev: Adding input device Integrated Camera (/dev/input/event7)
[   142.970] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[   142.970] (II) Using input driver 'evdev' for 'Integrated Camera'
[   142.970] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.970] (**) Integrated Camera: always reports core events
[   142.970] (**) Integrated Camera: Device: "/dev/input/event7"
[   142.970] (--) Integrated Camera: Found keys
[   142.970] (II) Integrated Camera: Configuring as keyboard
[   142.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input7/event7"
[   142.970] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD)
[   142.970] (**) Option "xkb_rules" "evdev"
[   142.970] (**) Option "xkb_model" "pc105"
[   142.970] (**) Option "xkb_layout" "us"
[   142.971] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[   142.971] (II) No input driver/identifier specified (ignoring)
[   142.976] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event1)
[   142.976] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[   142.976] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse'
[   142.976] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.976] (**) Logitech USB Optical Mouse: always reports core events
[   142.976] (**) Logitech USB Optical Mouse: Device: "/dev/input/event1"
[   142.976] (--) Logitech USB Optical Mouse: Found 3 mouse buttons
[   142.976] (--) Logitech USB Optical Mouse: Found scroll wheel(s)
[   142.976] (--) Logitech USB Optical Mouse: Found relative axes
[   142.976] (--) Logitech USB Optical Mouse: Found x and y relative axes
[   142.976] (II) Logitech USB Optical Mouse: Configuring as mouse
[   142.976] (II) Logitech USB Optical Mouse: Adding scrollwheel support
[   142.976] (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5
[   142.976] (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   142.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/event1"
[   142.976] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE)
[   142.977] (II) Logitech USB Optical Mouse: initialized for relative axes.
[   142.977] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1
[   142.977] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0
[   142.977] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[   142.977] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[   142.977] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[   142.977] (II) No input driver/identifier specified (ignoring)
[   142.983] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   142.983] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   142.983] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   142.983] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   142.983] (**) AT Translated Set 2 keyboard: always reports core events
[   142.983] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   142.983] (--) AT Translated Set 2 keyboard: Found keys
[   142.984] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   142.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   142.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[   142.984] (**) Option "xkb_rules" "evdev"
[   142.984] (**) Option "xkb_model" "pc105"
[   142.984] (**) Option "xkb_layout" "us"
[   142.985] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[   142.985] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   142.985] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   142.985] (II) LoadModule: "synaptics"
[   142.985] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   142.985] (II) Module synaptics: vendor="X.Org Foundation"
[   142.985] 	compiled for 1.10.1, module version = 1.4.0
[   142.985] 	Module class: X.Org XInput Driver
[   142.985] 	ABI class: X.Org XInput driver, version 12.2
[   142.985] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   142.985] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   142.985] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   142.985] (**) Option "Device" "/dev/input/event8"
[   142.986] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
[   142.986] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820
[   142.986] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   142.986] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   142.986] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   142.988] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   142.988] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   142.992] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[   142.992] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[   142.992] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   142.992] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[   142.992] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.036
[   142.993] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   142.993] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   142.993] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   142.993] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   142.993] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   142.993] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   142.994] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   142.994] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   142.994] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   142.994] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   142.994] (**) Option "Device" "/dev/input/mouse1"
[   142.994] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[   142.994] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[   142.994] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[   142.994] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[   143.014] (EE) Query no Synaptics: 6003C8
[   143.014] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[   143.014] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[   143.020] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[   143.020] (II) UnloadModule: "synaptics"
[   143.020] (II) Unloading synaptics
[   143.021] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event12)
[   143.021] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[   143.021] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[   143.021] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   143.021] (**) TPPS/2 IBM TrackPoint: always reports core events
[   143.021] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event12"
[   143.021] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[   143.021] (--) TPPS/2 IBM TrackPoint: Found relative axes
[   143.021] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[   143.021] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[   143.021] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[   143.021] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   143.021] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input12/event12"
[   143.021] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[   143.021] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[   143.021] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[   143.022] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[   143.022] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   143.022] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   143.022] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[   143.022] (II) No input driver/identifier specified (ignoring)
[   143.023] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[   143.023] (II) No input driver/identifier specified (ignoring)
[   143.024] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
[   143.024] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[   143.024] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[   143.024] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   143.024] (**) ThinkPad Extra Buttons: always reports core events
[   143.024] (**) ThinkPad Extra Buttons: Device: "/dev/input/event3"
[   143.024] (--) ThinkPad Extra Buttons: Found keys
[   143.024] (II) ThinkPad Extra Buttons: Configuring as keyboard
[   143.024] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input3/event3"
[   143.024] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[   143.024] (**) Option "xkb_rules" "evdev"
[   143.025] (**) Option "xkb_model" "pc105"
[   143.025] (**) Option "xkb_layout" "us"
[   143.029] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11)
[   143.029] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   143.029] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   143.029] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   143.029] (**) ACPI Virtual Keyboard Device: always reports core events
[   143.029] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event11"
[   143.029] (--) ACPI Virtual Keyboard Device: Found keys
[   143.029] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[   143.030] (**) Option "config_info" "udev:/sys/devices/virtual/input/input11/event11"
[   143.030] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD)
[   143.030] (**) Option "xkb_rules" "evdev"
[   143.030] (**) Option "xkb_model" "pc105"
[   143.030] (**) Option "xkb_layout" "us"
[   145.544] (II) AIGLX: Suspending AIGLX clients for VT switch
[   153.235] (II) Open ACPI successful (/var/run/acpid.socket)
[   153.236] (II) AIGLX: Resuming AIGLX clients after VT switch
[   153.292] (II) intel(0): EDID vendor "LGD", prod id 738
[   153.292] (II) intel(0): Printing DDC gathered Modelines:
[   153.292] (II) intel(0): Modeline "1600x900"x0.0   96.00  1600 1648 1680 1728  900 903 908 926 -hsync -vsync (55.6 kHz)
[   154.044] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   156.771] (II) intel(0): EDID vendor "LGD", prod id 738
[   156.771] (II) intel(0): Printing DDC gathered Modelines:
[   156.771] (II) intel(0): Modeline "1600x900"x0.0   96.00  1600 1648 1680 1728  900 903 908 926 -hsync -vsync (55.6 kHz)
[   162.831] (II) intel(0): EDID vendor "LGD", prod id 738
[   162.831] (II) intel(0): Printing DDC gathered Modelines:
[   162.831] (II) intel(0): Modeline "1600x900"x0.0   96.00  1600 1648 1680 1728  900 903 908 926 -hsync -vsync (55.6 kHz)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6
N: input/event6
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/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: XKBMODEL=pc105
E: XKBLAYOUT=us
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10
N: input/event10
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10
E: MAJOR=13
E: MINOR=74
E: DEVNAME=/dev/input/event10
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/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: XKBMODEL=pc105
E: XKBLAYOUT=us
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input7/event7
N: input/event7
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/usb1/1-1/1-1.6/1-1.6:1.0/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
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=b221
E: ID_REVISION=0752
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: XKBMODEL=pc105
E: XKBLAYOUT=us
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/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: DMI_VENDOR=LENOVO

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/event1
N: input/event1
S: input/by-id/usb-Logitech_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.1:1.0-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=c018
E: ID_REVISION=4301
E: ID_SERIAL=Logitech_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1:1.0
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.1:1.0-
event-mouse

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/mouse0
N: input/mouse0
S: input/by-id/usb-Logitech_USB_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.1:1.0-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input1/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_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=c018
E: ID_REVISION=4301
E: ID_SERIAL=Logitech_USB_Optical_Mouse
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.1:1.0
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Optical_Mouse-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.1:1.0-mouse

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: XKBMODEL=pc105
E: XKBLAYOUT=us
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/input8/event8
N: input/event8
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=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/input8/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

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

P: /devices/platform/i8042/serio1/serio2/input/input12/mouse2
N: input/mouse2
S: input/by-path/platform-i8042-serio-2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input12/mouse2
E: MAJOR=13
E: MINOR=34
E: DEVNAME=/dev/input/mouse2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse

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

P: /devices/platform/thinkpad_acpi/input/input3/event3
N: input/event3
S: input/by-path/platform-thinkpad_acpi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/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=platform-thinkpad_acpi
E: XKBMODEL=pc105
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO

P: /devices/virtual/input/input11/event11
N: input/event11
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
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=us
E: BACKSPACE=guess
E: DMI_VENDOR=LENOVO


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    0.941619] Linux agpgart interface v0.103
[    0.941684] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    0.941743] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.942754] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    0.942848] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    7.932193] [drm] Initialized drm 1.1.0 20060810
[    8.602578] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    8.602579] [drm] Driver supports precise vblank timestamp query.
[    9.314432] [drm] GMBUS timed out, falling back to bit banging on pin 7 [i915 gmbus dpd]
[    9.332081] fbcon: inteldrmfb (fb0) is primary device
[    9.507040] fb0: inteldrmfb frame buffer device
[    9.507042] drm: registered panic notifier
[    9.528242] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0


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

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

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration       1.73        system-wide keyboard preferences
ii  libaudit0                    1.7.13-1.1  Dynamic library for security audit
ii  libc6                        2.13-4      Embedded GNU C Library: Shared lib
ii  libdrm2                      2.4.25-2    Userspace interface to kernel DRM 
ii  libgcrypt11                  1.4.6-5     LGPL Crypto library - runtime libr
ii  libpciaccess0                0.12.1-1    Generic PCI access library for X
ii  libpixman-1-0                0.21.8-1    pixel-manipulation library for X a
ii  libselinux1                  2.0.98-1+b1 SELinux runtime shared libraries
ii  libudev0                     170-1       libudev shared library
ii  libxau6                      1:1.0.6-1   X11 authorisation library
ii  libxdmcp6                    1:1.1.0-1   X11 Display Manager Control Protoc
ii  libxfont1                    1:1.4.3-2   X11 font rasterisation library
ii  udev                         170-1       /dev/ and hotplug management daemo
ii  xserver-common               2:1.10.2-1  common files used by various X ser

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri               7.10.2-2   free implementation of the OpenGL 

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi                 1:1.0.3    100 dpi fonts for X
ii  xfonts-75dpi                  1:1.0.3    75 dpi fonts for X
ii  xfonts-scalable               1:1.0.3-1  scalable fonts for X

-- no debconf information



Reply to: