Package: xserver-xorg-video-intel
Version: 2:2.15.0-3
Severity: grave
(Flagged as grave because, as a user-triggered segfault in an
application running as root, it's a potential security hole; and, since
the crash abruptly ends the user's session, it may cause the loss of
unsaved data.)
I ran `xsetroot -bg cyan4`, and my X server crashed with this stack
trace:
Program received signal SIGSEGV, Segmentation fault.
uxa_prepare_access (pDrawable=0x0, access=UXA_ACCESS_RO) at ../../uxa/uxa.c:145
145 ../../uxa/uxa.c: No such file or directory.
in ../../uxa/uxa.c
(gdb) bt
#0 uxa_prepare_access (pDrawable=0x0, access=UXA_ACCESS_RO) at ../../uxa/uxa.c:145
#1 0x00007f7bc06ca658 in uxa_prepare_access_window (pWin=0x4071240) at ../../uxa/uxa.c:290
#2 0x00007f7bc06ca6e1 in uxa_change_window_attributes (pWin=0x4071240, mask=2) at ../../uxa/uxa.c:319
#3 0x00000000004a65b0 in compChangeWindowAttributes (pWin=0x4071240, mask=2) at ../../composite/compinit.c:116
#4 0x0000000000459be2 in ChangeWindowAttributes (pWin=<value optimized out>, vmask=1, vlist=<value optimized out>, client=0x448de80) at ../../dix/window.c:1441
#5 0x000000000042d2a1 in ProcChangeWindowAttributes (client=0x448de80) at ../../dix/dispatch.c:692
#6 0x0000000000432d09 in Dispatch () at ../../dix/dispatch.c:431
#7 0x0000000000426fae in main (argc=12, argv=<value optimized out>, envp=<value optimized out>) at ../../dix/main.c:287
Josh Triplett reproduced this bug on a system with stock Debian unstable
X.Org packages, with a similar-looking stack trace, on Sandy Bridge
hardware (a ThinkPad X220).
-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar 6 2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1956640 Jun 18 03:14 /usr/bin/Xorg
The server is using local libraries!
------------------------------------
libpixman-1.so.0 => /usr/local/lib/libpixman-1.so.0 (0x00007f5319fb1000)
libXfont.so.1 => /usr/local/lib/libXfont.so.1 (0x00007f5319d74000)
VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)
/etc/X11/xorg.conf does not exist.
/etc/X11/xorg.conf.d does not exist.
KMS configuration files:
------------------------
/etc/modprobe.d/i915-kms.conf:
options i915 modeset=1
Kernel version (/proc/version):
-------------------------------
Linux version 2.6.39+ (jamey@oh) (gcc version 4.5.3 (Debian 4.5.3-1) ) #13 SMP Tue Jun 21 15:20:11 PDT 2011
Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 43734 Mar 15 2008 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 36414 Dec 27 2008 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 32222 Jun 29 12:30 /var/log/Xorg.0.log
Contents of crashing Xorg X server log file (/var/log/Xorg.0.log.old):
----------------------------------------------------------------------
[ 47.626]
X.Org X Server 1.10.2
Release Date: 2011-05-28
[ 47.626] X Protocol Version 11, Revision 0
[ 47.626] Build Operating System: Linux 2.6.39-1-amd64 x86_64 Debian
[ 47.626] Current Operating System: Linux oh 2.6.39+ #13 SMP Tue Jun 21 15:20:11 PDT 2011 x86_64
[ 47.626] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39+ root=/dev/sda1 ro quiet i915.modeset=1
[ 47.626] Build Date: 18 June 2011 10:12:52AM
[ 47.626] xorg-server 2:1.10.2-1+wheezy1 (Cyril Brulebois <kibi@debian.org>)
[ 47.626] Current version of pixman: 0.23.1
[ 47.626] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 47.626] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 47.626] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 29 12:27:18 2011
[ 47.626] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 47.626] (==) No Layout section. Using the first Screen section.
[ 47.626] (==) No screen section available. Using defaults.
[ 47.626] (**) |-->Screen "Default Screen Section" (0)
[ 47.626] (**) | |-->Monitor "<default monitor>"
[ 47.627] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 47.627] (==) Automatically adding devices
[ 47.627] (==) Automatically enabling devices
[ 47.627] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 47.627] Entry deleted from font path.
[ 47.627] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 47.627] Entry deleted from font path.
[ 47.627] (==) 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
[ 47.627] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 47.627] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 47.627] (II) Loader magic: 0x7d7b00
[ 47.627] (II) Module ABI versions:
[ 47.627] X.Org ANSI C Emulation: 0.4
[ 47.627] X.Org Video Driver: 10.0
[ 47.627] X.Org XInput driver : 12.2
[ 47.627] X.Org Server Extension : 5.0
[ 47.628] (--) PCI:*(0:0:2:0) 8086:2a02:17aa:20b5 rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
[ 47.628] (--) PCI: (0:0:2:1) 8086:2a03:17aa:20b5 rev 12, Mem @ 0xf8200000/1048576
[ 47.628] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 47.628] (II) LoadModule: "extmod"
[ 47.628] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 47.628] (II) Module extmod: vendor="X.Org Foundation"
[ 47.628] compiled for 1.10.2, module version = 1.0.0
[ 47.628] Module class: X.Org Server Extension
[ 47.628] ABI class: X.Org Server Extension, version 5.0
[ 47.628] (II) Loading extension SELinux
[ 47.628] (II) Loading extension MIT-SCREEN-SAVER
[ 47.628] (II) Loading extension XFree86-VidModeExtension
[ 47.628] (II) Loading extension XFree86-DGA
[ 47.628] (II) Loading extension DPMS
[ 47.628] (II) Loading extension XVideo
[ 47.628] (II) Loading extension XVideo-MotionCompensation
[ 47.628] (II) Loading extension X-Resource
[ 47.629] (II) LoadModule: "dbe"
[ 47.629] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 47.629] (II) Module dbe: vendor="X.Org Foundation"
[ 47.629] compiled for 1.10.2, module version = 1.0.0
[ 47.629] Module class: X.Org Server Extension
[ 47.629] ABI class: X.Org Server Extension, version 5.0
[ 47.629] (II) Loading extension DOUBLE-BUFFER
[ 47.629] (II) LoadModule: "glx"
[ 47.629] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 47.629] (II) Module glx: vendor="X.Org Foundation"
[ 47.629] compiled for 1.10.2, module version = 1.0.0
[ 47.629] ABI class: X.Org Server Extension, version 5.0
[ 47.629] (==) AIGLX enabled
[ 47.629] (II) Loading extension GLX
[ 47.629] (II) LoadModule: "record"
[ 47.629] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 47.629] (II) Module record: vendor="X.Org Foundation"
[ 47.629] compiled for 1.10.2, module version = 1.13.0
[ 47.629] Module class: X.Org Server Extension
[ 47.629] ABI class: X.Org Server Extension, version 5.0
[ 47.629] (II) Loading extension RECORD
[ 47.629] (II) LoadModule: "dri"
[ 47.629] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 47.629] (II) Module dri: vendor="X.Org Foundation"
[ 47.629] compiled for 1.10.2, module version = 1.0.0
[ 47.629] ABI class: X.Org Server Extension, version 5.0
[ 47.629] (II) Loading extension XFree86-DRI
[ 47.629] (II) LoadModule: "dri2"
[ 47.630] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 47.630] (II) Module dri2: vendor="X.Org Foundation"
[ 47.630] compiled for 1.10.2, module version = 1.2.0
[ 47.630] ABI class: X.Org Server Extension, version 5.0
[ 47.630] (II) Loading extension DRI2
[ 47.630] (==) Matched intel as autoconfigured driver 0
[ 47.630] (==) Matched vesa as autoconfigured driver 1
[ 47.630] (==) Matched fbdev as autoconfigured driver 2
[ 47.630] (==) Assigned the driver to the xf86ConfigLayout
[ 47.630] (II) LoadModule: "intel"
[ 47.630] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 47.630] (II) Module intel: vendor="X.Org Foundation"
[ 47.630] compiled for 1.10.1, module version = 2.15.0
[ 47.630] Module class: X.Org Video Driver
[ 47.630] ABI class: X.Org Video Driver, version 10.0
[ 47.630] (II) LoadModule: "vesa"
[ 47.630] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 47.630] (II) Module vesa: vendor="X.Org Foundation"
[ 47.630] compiled for 1.10.1, module version = 2.3.0
[ 47.630] Module class: X.Org Video Driver
[ 47.630] ABI class: X.Org Video Driver, version 10.0
[ 47.630] (II) LoadModule: "fbdev"
[ 47.630] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 47.630] (II) Module fbdev: vendor="X.Org Foundation"
[ 47.630] compiled for 1.10.1, module version = 0.4.2
[ 47.630] ABI class: X.Org Video Driver, version 10.0
[ 47.630] (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
[ 47.632] (II) VESA: driver for VESA chipsets: vesa
[ 47.632] (II) FBDEV: driver for framebuffer: fbdev
[ 47.632] (++) using VT number 8
[ 47.638] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 47.638] (WW) Falling back to old probe method for vesa
[ 47.638] (WW) Falling back to old probe method for fbdev
[ 47.638] (II) Loading sub module "fbdevhw"
[ 47.638] (II) LoadModule: "fbdevhw"
[ 47.638] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 47.638] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 47.638] compiled for 1.10.2, module version = 0.0.2
[ 47.638] ABI class: X.Org Video Driver, version 10.0
[ 47.638] drmOpenDevice: node name is /dev/dri/card0
[ 47.638] drmOpenDevice: open result is 8, (OK)
[ 47.638] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 47.638] drmOpenDevice: node name is /dev/dri/card0
[ 47.638] drmOpenDevice: open result is 8, (OK)
[ 47.638] drmOpenByBusid: drmOpenMinor returns 8
[ 47.638] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 47.638] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 47.638] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 47.638] (==) intel(0): RGB weight 888
[ 47.638] (==) intel(0): Default visual is TrueColor
[ 47.638] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[ 47.638] (--) intel(0): Chipset: "965GM"
[ 47.638] (**) intel(0): Relaxed fencing enabled
[ 47.638] (**) intel(0): Framebuffer tiled
[ 47.638] (**) intel(0): Pixmaps tiled
[ 47.638] (**) intel(0): 3D buffers tiled
[ 47.638] (**) intel(0): SwapBuffers wait enabled
[ 47.638] (==) intel(0): video overlay key set to 0x101fe
[ 47.639] (II) intel(0): Output LVDS1 has no monitor section
[ 47.639] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 47.655] (II) intel(0): Output VGA1 has no monitor section
[ 47.671] (II) intel(0): Output DVI1 has no monitor section
[ 47.671] (II) intel(0): EDID for output LVDS1
[ 47.671] (II) intel(0): Manufacturer: LEN Model: 4022 Serial#: 0
[ 47.671] (II) intel(0): Year: 2007 Week: 50
[ 47.671] (II) intel(0): EDID Version: 1.3
[ 47.671] (II) intel(0): Digital Display Input
[ 47.671] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 21
[ 47.671] (II) intel(0): Gamma: 2.20
[ 47.671] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[ 47.671] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 47.671] (II) intel(0): First detailed timing is preferred mode
[ 47.671] (II) intel(0): redX: 0.610 redY: 0.330 greenX: 0.300 greenY: 0.530
[ 47.671] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329
[ 47.671] (II) intel(0): Manufacturer's mask: 0
[ 47.671] (II) intel(0): Supported detailed timing:
[ 47.671] (II) intel(0): clock: 108.0 MHz Image Size: 287 x 215 mm
[ 47.671] (II) intel(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 h_border: 0
[ 47.671] (II) intel(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1066 v_border: 0
[ 47.671] (II) intel(0): Supported detailed timing:
[ 47.671] (II) intel(0): clock: 90.0 MHz Image Size: 287 x 215 mm
[ 47.671] (II) intel(0): h_active: 1400 h_sync: 1448 h_sync_end 1560 h_blank_end 1688 h_border: 0
[ 47.671] (II) intel(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1066 v_border: 0
[ 47.671] (II) intel(0): Unknown vendor-specific block f
[ 47.671] (II) intel(0): LTD141EN9B
[ 47.671] (II) intel(0): EDID (in hex):
[ 47.671] (II) intel(0): 00ffffffffffff0030ae224000000000
[ 47.671] (II) intel(0): 32110103801d1578ea6f959c544c8726
[ 47.671] (II) intel(0): 21505400000001010101010101010101
[ 47.671] (II) intel(0): 010101010101302a7820511a10403070
[ 47.671] (II) intel(0): 13001fd71000001825237820511a1040
[ 47.671] (II) intel(0): 307013001fd7100000180000000f0090
[ 47.671] (II) intel(0): 43329043280f010030640055000000fe
[ 47.671] (II) intel(0): 004c5444313431454e39420a202000e7
[ 47.671] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 47.671] (II) intel(0): Printing DDC gathered Modelines:
[ 47.671] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 47.671] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 47.671] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 47.671] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 47.671] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 47.671] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 47.671] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 47.671] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 47.671] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 47.672] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 47.672] (II) intel(0): Printing probed modes for output LVDS1
[ 47.672] (II) intel(0): Modeline "1400x1050"x60.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 47.672] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
[ 47.672] (II) intel(0): Modeline "1400x1050"x50.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 47.672] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 47.672] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 47.672] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
[ 47.672] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz)
[ 47.672] (II) intel(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz)
[ 47.672] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 47.672] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 47.672] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 47.672] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 47.688] (II) intel(0): EDID for output VGA1
[ 47.704] (II) intel(0): EDID for output DVI1
[ 47.704] (II) intel(0): Output LVDS1 connected
[ 47.704] (II) intel(0): Output VGA1 disconnected
[ 47.704] (II) intel(0): Output DVI1 disconnected
[ 47.704] (II) intel(0): Using exact sizes for initial modes
[ 47.704] (II) intel(0): Output LVDS1 using initial mode 1400x1050
[ 47.704] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 47.704] (II) intel(0): Kernel page flipping support detected, enabling
[ 47.704] (**) intel(0): Display dimensions: (290, 210) mm
[ 47.704] (**) intel(0): DPI set to (122, 127)
[ 47.704] (II) Loading sub module "fb"
[ 47.705] (II) LoadModule: "fb"
[ 47.705] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 47.705] (II) Module fb: vendor="X.Org Foundation"
[ 47.705] compiled for 1.10.2, module version = 1.0.0
[ 47.705] ABI class: X.Org ANSI C Emulation, version 0.4
[ 47.705] (II) Loading sub module "dri2"
[ 47.705] (II) LoadModule: "dri2"
[ 47.705] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 47.705] (II) Module dri2: vendor="X.Org Foundation"
[ 47.705] compiled for 1.10.2, module version = 1.2.0
[ 47.705] ABI class: X.Org Server Extension, version 5.0
[ 47.705] (II) UnloadModule: "vesa"
[ 47.705] (II) Unloading vesa
[ 47.705] (II) UnloadModule: "fbdev"
[ 47.705] (II) Unloading fbdev
[ 47.705] (II) UnloadModule: "fbdevhw"
[ 47.705] (II) Unloading fbdevhw
[ 47.705] (==) Depth 24 pixmap format is 32 bpp
[ 47.705] (II) intel(0): [DRI2] Setup complete
[ 47.705] (II) intel(0): [DRI2] DRI driver: i965
[ 47.705] (II) intel(0): Allocated new frame buffer 1408x1050 stride 5632, tiled
[ 47.713] (II) UXA(0): Driver registered support for the following operations:
[ 47.714] (II) solid
[ 47.714] (II) copy
[ 47.714] (II) composite (RENDER acceleration)
[ 47.714] (II) put_image
[ 47.714] (II) get_image
[ 47.714] (==) intel(0): Backing store disabled
[ 47.714] (==) intel(0): Silken mouse enabled
[ 47.714] (II) intel(0): Initializing HW Cursor
[ 47.725] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 47.726] (==) intel(0): DPMS enabled
[ 47.726] (II) intel(0): Set up textured video
[ 47.726] (II) intel(0): Set up overlay video
[ 47.726] (II) intel(0): direct rendering: DRI2 Enabled
[ 47.726] (==) intel(0): hotplug detection: "enabled"
[ 47.726] (--) RandR disabled
[ 47.726] (II) Initializing built-in extension Generic Event Extension
[ 47.726] (II) Initializing built-in extension SHAPE
[ 47.726] (II) Initializing built-in extension MIT-SHM
[ 47.726] (II) Initializing built-in extension XInputExtension
[ 47.726] (II) Initializing built-in extension XTEST
[ 47.726] (II) Initializing built-in extension BIG-REQUESTS
[ 47.726] (II) Initializing built-in extension SYNC
[ 47.726] (II) Initializing built-in extension XKEYBOARD
[ 47.726] (II) Initializing built-in extension XC-MISC
[ 47.726] (II) Initializing built-in extension SECURITY
[ 47.726] (II) Initializing built-in extension XINERAMA
[ 47.726] (II) Initializing built-in extension XFIXES
[ 47.726] (II) Initializing built-in extension RENDER
[ 47.726] (II) Initializing built-in extension RANDR
[ 47.726] (II) Initializing built-in extension COMPOSITE
[ 47.726] (II) Initializing built-in extension DAMAGE
[ 47.727] (II) SELinux: Disabled on system
[ 47.733] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 47.733] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 47.733] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 47.734] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 47.734] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 47.734] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[ 47.734] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 47.734] (II) intel(0): Setting screen physical size to 370 x 277
[ 47.776] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 47.776] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 47.776] (II) LoadModule: "evdev"
[ 47.776] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.776] (II) Module evdev: vendor="X.Org Foundation"
[ 47.776] compiled for 1.10.1, module version = 2.6.0
[ 47.776] Module class: X.Org XInput Driver
[ 47.776] ABI class: X.Org XInput driver, version 12.2
[ 47.776] (II) Using input driver 'evdev' for 'Power Button'
[ 47.776] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.776] (**) Power Button: always reports core events
[ 47.776] (**) Power Button: Device: "/dev/input/event2"
[ 47.780] (--) Power Button: Found keys
[ 47.780] (II) Power Button: Configuring as keyboard
[ 47.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 47.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 47.780] (**) Option "xkb_rules" "evdev"
[ 47.780] (**) Option "xkb_model" "pc104"
[ 47.780] (**) Option "xkb_layout" "us"
[ 47.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 47.802] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 47.802] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 47.802] (II) Using input driver 'evdev' for 'Video Bus'
[ 47.802] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.802] (**) Video Bus: always reports core events
[ 47.802] (**) Video Bus: Device: "/dev/input/event3"
[ 47.805] (--) Video Bus: Found keys
[ 47.805] (II) Video Bus: Configuring as keyboard
[ 47.805] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 47.805] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 47.805] (**) Option "xkb_rules" "evdev"
[ 47.805] (**) Option "xkb_model" "pc104"
[ 47.805] (**) Option "xkb_layout" "us"
[ 47.805] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 47.810] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 47.810] (II) No input driver/identifier specified (ignoring)
[ 47.810] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 47.810] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 47.810] (II) Using input driver 'evdev' for 'Sleep Button'
[ 47.810] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.810] (**) Sleep Button: always reports core events
[ 47.810] (**) Sleep Button: Device: "/dev/input/event1"
[ 47.814] (--) Sleep Button: Found keys
[ 47.814] (II) Sleep Button: Configuring as keyboard
[ 47.814] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 47.814] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[ 47.814] (**) Option "xkb_rules" "evdev"
[ 47.814] (**) Option "xkb_model" "pc104"
[ 47.814] (**) Option "xkb_layout" "us"
[ 47.814] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 47.825] (II) config/udev: Adding input device hdaps (/dev/input/event7)
[ 47.825] (II) No input driver/identifier specified (ignoring)
[ 47.825] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 47.825] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 47.825] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 47.825] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.825] (**) AT Translated Set 2 keyboard: always reports core events
[ 47.825] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[ 47.825] (--) AT Translated Set 2 keyboard: Found keys
[ 47.825] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[ 47.825] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 47.825] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[ 47.825] (**) Option "xkb_rules" "evdev"
[ 47.825] (**) Option "xkb_model" "pc104"
[ 47.825] (**) Option "xkb_layout" "us"
[ 47.825] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 47.826] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[ 47.826] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 47.826] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 47.826] (II) LoadModule: "synaptics"
[ 47.826] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 47.826] (II) Module synaptics: vendor="X.Org Foundation"
[ 47.826] compiled for 1.10.1, module version = 1.4.0
[ 47.826] Module class: X.Org XInput Driver
[ 47.826] ABI class: X.Org XInput driver, version 12.2
[ 47.826] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 47.826] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 47.826] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 47.826] (**) Option "Device" "/dev/input/event8"
[ 47.828] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[ 47.828] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[ 47.828] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 47.828] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 47.828] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 47.830] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 47.830] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 47.831] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[ 47.831] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 47.831] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 47.831] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 47.831] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[ 47.831] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 47.831] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 47.831] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 47.831] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 47.833] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 47.833] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 47.833] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 47.833] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 47.833] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 47.833] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 47.833] (**) Option "Device" "/dev/input/mouse0"
[ 47.833] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range. defaulting to 1615 - 5685
[ 47.833] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range. defaulting to 1729 - 4171
[ 47.833] (--) SynPS/2 Synaptics TouchPad: invalid pressure range. defaulting to 0 - 256
[ 47.833] (--) SynPS/2 Synaptics TouchPad: invalid finger width range. defaulting to 0 - 16
[ 47.854] (EE) Query no Synaptics: 6003C8
[ 47.854] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[ 47.854] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 47.854] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[ 47.854] (II) UnloadModule: "synaptics"
[ 47.854] (II) Unloading synaptics
[ 47.854] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event9)
[ 47.854] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 47.854] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 47.854] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.854] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 47.854] (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event9"
[ 47.855] (--) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 47.855] (--) TPPS/2 IBM TrackPoint: Found relative axes
[ 47.855] (--) TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 47.855] (II) TPPS/2 IBM TrackPoint: Configuring as mouse
[ 47.855] (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 47.855] (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 47.855] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input9/event9"
[ 47.855] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
[ 47.855] (II) TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 47.855] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 47.855] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 47.855] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 47.855] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 47.856] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 47.856] (II) No input driver/identifier specified (ignoring)
[ 47.857] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 47.857] (II) No input driver/identifier specified (ignoring)
[ 47.857] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
[ 47.857] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[ 47.858] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 47.858] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 47.858] (**) ThinkPad Extra Buttons: always reports core events
[ 47.858] (**) ThinkPad Extra Buttons: Device: "/dev/input/event6"
[ 47.858] (--) ThinkPad Extra Buttons: Found keys
[ 47.858] (II) ThinkPad Extra Buttons: Configuring as keyboard
[ 47.858] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event6"
[ 47.858] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
[ 47.858] (**) Option "xkb_rules" "evdev"
[ 47.858] (**) Option "xkb_model" "pc104"
[ 47.858] (**) Option "xkb_layout" "us"
[ 47.858] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 48.035] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 48.035] (II) intel(0): Printing DDC gathered Modelines:
[ 48.035] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 48.035] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 48.068] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 48.068] (II) intel(0): Printing DDC gathered Modelines:
[ 48.068] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 48.068] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 48.101] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 48.101] (II) intel(0): Printing DDC gathered Modelines:
[ 48.101] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 48.101] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 62.932] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 62.932] (II) intel(0): Printing DDC gathered Modelines:
[ 62.932] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 62.932] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 62.966] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 62.966] (II) intel(0): Printing DDC gathered Modelines:
[ 62.966] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 62.966] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 63.001] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 63.001] (II) intel(0): Printing DDC gathered Modelines:
[ 63.001] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 63.001] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 63.348] (II) intel(0): EDID vendor "LEN", prod id 16418
[ 63.348] (II) intel(0): Printing DDC gathered Modelines:
[ 63.348] (II) intel(0): Modeline "1400x1050"x0.0 108.00 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (64.0 kHz)
[ 63.348] (II) intel(0): Modeline "1400x1050"x0.0 89.97 1400 1448 1560 1688 1050 1051 1054 1066 -hsync -vsync (53.3 kHz)
[ 232.458]
Backtrace:
[ 232.458] 0: /usr/bin/Xorg (xorg_backtrace+0x26) [0x4a3866]
[ 232.458] 1: /usr/bin/Xorg (0x400000+0x65059) [0x465059]
[ 232.458] 2: /lib/libpthread.so.0 (0x7f7bc375d000+0xf020) [0x7f7bc376c020]
[ 232.458] 3: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f7bc06a4000+0x2623d) [0x7f7bc06ca23d]
[ 232.458] 4: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f7bc06a4000+0x26658) [0x7f7bc06ca658]
[ 232.458] 5: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f7bc06a4000+0x266e1) [0x7f7bc06ca6e1]
[ 232.459] 6: /usr/bin/Xorg (0x400000+0xa65b0) [0x4a65b0]
[ 232.459] 7: /usr/bin/Xorg (ChangeWindowAttributes+0x292) [0x459be2]
[ 232.459] 8: /usr/bin/Xorg (0x400000+0x2d2a1) [0x42d2a1]
[ 232.459] 9: /usr/bin/Xorg (0x400000+0x32d09) [0x432d09]
[ 232.459] 10: /usr/bin/Xorg (0x400000+0x26fae) [0x426fae]
[ 232.459] 11: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f7bc2499ead]
[ 232.459] 12: /usr/bin/Xorg (0x400000+0x2729d) [0x42729d]
[ 232.459] Segmentation fault at address 0x10
[ 232.459]
Fatal server error:
[ 232.459] Caught signal 11 (Segmentation fault). Server aborting
[ 232.459]
[ 232.459]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 232.459] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 232.459]
[ 232.467] (II) Power Button: Close
[ 232.467] (II) UnloadModule: "evdev"
[ 232.467] (II) Unloading evdev
[ 232.474] (II) Video Bus: Close
[ 232.474] (II) UnloadModule: "evdev"
[ 232.474] (II) Unloading evdev
[ 232.474] (II) Sleep Button: Close
[ 232.474] (II) UnloadModule: "evdev"
[ 232.474] (II) Unloading evdev
[ 232.476] (II) AT Translated Set 2 keyboard: Close
[ 232.476] (II) UnloadModule: "evdev"
[ 232.476] (II) Unloading evdev
[ 232.478] (II) UnloadModule: "synaptics"
[ 232.479] (II) Unloading synaptics
[ 232.480] (II) TPPS/2 IBM TrackPoint: Close
[ 232.480] (II) UnloadModule: "evdev"
[ 232.480] (II) Unloading evdev
[ 232.481] (II) ThinkPad Extra Buttons: Close
[ 232.481] (II) UnloadModule: "evdev"
[ 232.481] (II) Unloading evdev
[ 232.481] (II) AIGLX: Suspending AIGLX clients for VT switch
udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN: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: XKBMODEL=pc104
E: XKBLAYOUT=us
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=LENOVO
P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO: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: XKBMODEL=pc104
E: XKBLAYOUT=us
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=LENOVO
P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
N: input/event0
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: DMI_VENDOR=LENOVO
P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=LENOVO
P: /devices/platform/hdaps/input/input7/event7
N: input/event7
S: input/by-path/platform-hdaps-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/hdaps/input/input7/event7
E: MAJOR=13
E: MINOR=71
E: DEVNAME=/dev/input/event7
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=platform-hdaps
E: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-hdaps-event
P: /devices/platform/i8042/serio0/input/input5/event5
N: input/event5
S: input/by-path/platform-i8042-serio-0-event-kbd
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio0/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_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: XKBOPTIONS=terminate:ctrl_alt_bksp
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/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input8/mouse0
E: MAJOR=13
E: MINOR=32
E: DEVNAME=/dev/input/mouse0
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/input9/event9
N: input/event9
S: input/by-path/platform-i8042-serio-2-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/event9
E: MAJOR=13
E: MINOR=73
E: DEVNAME=/dev/input/event9
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/input9/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-2-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input9/mouse1
E: MAJOR=13
E: MINOR=33
E: DEVNAME=/dev/input/mouse1
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/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: DMI_VENDOR=LENOVO
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
P: /devices/platform/thinkpad_acpi/input/input6/event6
N: input/event6
S: input/by-path/platform-thinkpad_acpi-event
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/thinkpad_acpi/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_PATH=platform-thinkpad_acpi
E: XKBMODEL=pc104
E: XKBLAYOUT=us
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=LENOVO
DRM Information from dmesg:
---------------------------
[ 0.000000] No AGP bridge found
[ 0.000000] No AGP bridge found
[ 0.198480] Linux agpgart interface v0.103
[ 0.198636] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.198790] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[ 0.200756] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.200942] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.201103] [drm] Initialized drm 1.1.0 20060810
[ 0.254194] [drm] MTRR allocation failed. Graphics performance may suffer.
[ 0.254533] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 0.254535] [drm] Driver supports precise vblank timestamp query.
[ 0.446263] [drm] initialized overlay support
[ 0.768435] fbcon: inteldrmfb (fb0) is primary device
[ 0.829575] fb0: inteldrmfb frame buffer device
[ 0.829577] drm: registered panic notifier
[ 0.831358] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39+ (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libdrm-intel1 2.4.25-2 Userspace interface to intel-speci
ii libdrm2 2.4.25-2 Userspace interface to kernel DRM
ii libpciaccess0 0.12.1-1 Generic PCI access library for X
ii libudev0 167-3 libudev shared library
ii xserver-xorg-core [xo 2:1.10.2-1+wheezy1 Xorg X server - core server
xserver-xorg-video-intel recommends no packages.
xserver-xorg-video-intel suggests no packages.
-- no debconf information
Attachment:
signature.asc
Description: Digital signature