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

Bug#646763: /usr/bin/Xorg: Record crashes when sending asynchronous DRI2WaitMSC reply



Package: xserver-xorg-core
Version: 2:1.11.1.901-2
Severity: normal
File: /usr/bin/Xorg
Tags: upstream

Dear Maintainer,

static void
RecordAReply(CallbackListPtr *pcbl, pointer nulldata, pointer calldata)
{
	RecordContextPtr pContext;
	RecordClientsAndProtocolPtr pRCAP;
	int eci;
	int majorop;
	ReplyInfoRec *pri = (ReplyInfoRec *)calldata;
	ClientPtr client = pri->client;
	REQUEST(xReq); // <- crash

Same in asm:
    2820:       41 57                   push   %r15
    2822:       41 56                   push   %r14
    2824:       41 55                   push   %r13
    2826:       49 89 d5                mov    %rdx,%r13
    2829:       41 54                   push   %r12
    282b:       55                      push   %rbp
    282c:       53                      push   %rbx
    282d:       48 83 ec 28             sub    $0x28,%rsp
    2831:       4c 8b 3a                mov    (%rdx),%r15
    // client = pri->client
    2834:       49 8b 47 08             mov    0x8(%r15),%rax
    // stuff = client->requestBuffer
    2838:       44 0f b6 30             movzbl (%rax),%r14d
    // majorop = stuff->reqType


client->requestBuffer doesn't hold any more original request because
reply is only send from WakeupHandler that is handling drmWaitVBlank
event for DRI2WaitMSC.

I don't know record&callback system enough to figure out how to fix the
crash quickly. It feels a bit like needing larger refactoring.

Xserver mastert has same bug.

-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx. 1 root root 13 Aug 26 20:48 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056592 Oct 20 17:15 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Madison [AMD Radeon HD 5000M Series] [1002:68c1]

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

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 3.0.0-2-amd64 (Debian 3.0.0-5) (ben@decadent.org.uk) (gcc version 4.5.3 (Debian 4.5.3-9) ) #1 SMP Fri Oct 7 20:48:45 UTC 2011

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 37971 Sep 21 21:22 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 35290 Oct 26 23:37 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   508.678] 
X.Org X Server 1.11.1.901 (1.11.2 RC 1)
Release Date: 2011-10-14
[   508.678] X Protocol Version 11, Revision 0
[   508.678] Build Operating System: Linux 3.1.0-rc4-amd64 x86_64 Debian
[   508.678] Current Operating System: Linux papupata 3.0.0-2-amd64 #1 SMP Fri Oct 7 20:48:45 UTC 2011 x86_64
[   508.678] Kernel command line: BOOT_IMAGE=/vmlinuz-3.0.0-2-amd64 root=UUID=79a1c5d9-ba3b-4985-9661-d7262a3d495f ro quiet
[   508.678] Build Date: 20 October 2011  02:13:03PM
[   508.678] xorg-server 2:1.11.1.901-2 (Cyril Brulebois <kibi@debian.org>) 
[   508.678] Current version of pixman: 0.23.2
[   508.678] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   508.678] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   508.678] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 26 23:33:56 2011
[   508.678] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   508.679] (==) No Layout section.  Using the first Screen section.
[   508.679] (==) No screen section available. Using defaults.
[   508.679] (**) |-->Screen "Default Screen Section" (0)
[   508.679] (**) |   |-->Monitor "<default monitor>"
[   508.679] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   508.679] (==) Automatically adding devices
[   508.679] (==) Automatically enabling devices
[   508.679] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   508.679] 	Entry deleted from font path.
[   508.679] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	built-ins
[   508.679] (==) ModulePath set to "/usr/lib/xorg/modules"
[   508.679] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   508.679] (II) Loader magic: 0x7f8c89ea7ae0
[   508.679] (II) Module ABI versions:
[   508.679] 	X.Org ANSI C Emulation: 0.4
[   508.679] 	X.Org Video Driver: 11.0
[   508.679] 	X.Org XInput driver : 13.0
[   508.679] 	X.Org Server Extension : 6.0
[   508.679] (--) PCI:*(0:0:2:0) 8086:0046:14c0:004d rev 2, Mem @ 0xe0000000/4194304, 0xd0000000/268435456, I/O @ 0x00006050/8
[   508.680] (--) PCI: (0:1:0:0) 1002:68c1:14c0:004d rev 0, Mem @ 0xc0000000/268435456, 0xe6400000/131072, I/O @ 0x00005000/256, BIOS @ 0x????????/131072
[   508.680] (II) Open ACPI successful (/var/run/acpid.socket)
[   508.680] (II) LoadModule: "extmod"
[   508.680] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   508.680] (II) Module extmod: vendor="X.Org Foundation"
[   508.680] 	compiled for 1.11.1.901, module version = 1.0.0
[   508.680] 	Module class: X.Org Server Extension
[   508.680] 	ABI class: X.Org Server Extension, version 6.0
[   508.680] (II) Loading extension SELinux
[   508.680] (II) Loading extension MIT-SCREEN-SAVER
[   508.680] (II) Loading extension XFree86-VidModeExtension
[   508.680] (II) Loading extension XFree86-DGA
[   508.680] (II) Loading extension DPMS
[   508.680] (II) Loading extension XVideo
[   508.680] (II) Loading extension XVideo-MotionCompensation
[   508.680] (II) Loading extension X-Resource
[   508.680] (II) LoadModule: "dbe"
[   508.680] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   508.680] (II) Module dbe: vendor="X.Org Foundation"
[   508.680] 	compiled for 1.11.1.901, module version = 1.0.0
[   508.680] 	Module class: X.Org Server Extension
[   508.680] 	ABI class: X.Org Server Extension, version 6.0
[   508.680] (II) Loading extension DOUBLE-BUFFER
[   508.680] (II) LoadModule: "glx"
[   508.680] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   508.681] (II) Module glx: vendor="X.Org Foundation"
[   508.681] 	compiled for 1.11.1.901, module version = 1.0.0
[   508.681] 	ABI class: X.Org Server Extension, version 6.0
[   508.681] (==) AIGLX enabled
[   508.681] (II) Loading extension GLX
[   508.681] (II) LoadModule: "record"
[   508.681] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   508.681] (II) Module record: vendor="X.Org Foundation"
[   508.681] 	compiled for 1.11.1.901, module version = 1.13.0
[   508.681] 	Module class: X.Org Server Extension
[   508.681] 	ABI class: X.Org Server Extension, version 6.0
[   508.681] (II) Loading extension RECORD
[   508.681] (II) LoadModule: "dri"
[   508.681] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   508.681] (II) Module dri: vendor="X.Org Foundation"
[   508.681] 	compiled for 1.11.1.901, module version = 1.0.0
[   508.681] 	ABI class: X.Org Server Extension, version 6.0
[   508.681] (II) Loading extension XFree86-DRI
[   508.681] (II) LoadModule: "dri2"
[   508.681] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   508.681] (II) Module dri2: vendor="X.Org Foundation"
[   508.681] 	compiled for 1.11.1.901, module version = 1.2.0
[   508.681] 	ABI class: X.Org Server Extension, version 6.0
[   508.681] (II) Loading extension DRI2
[   508.681] (==) Matched intel as autoconfigured driver 0
[   508.681] (==) Matched vesa as autoconfigured driver 1
[   508.681] (==) Matched fbdev as autoconfigured driver 2
[   508.681] (==) Assigned the driver to the xf86ConfigLayout
[   508.681] (II) LoadModule: "intel"
[   508.681] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   508.681] (II) Module intel: vendor="X.Org Foundation"
[   508.682] 	compiled for 1.11.0, module version = 2.16.0
[   508.682] 	Module class: X.Org Video Driver
[   508.682] 	ABI class: X.Org Video Driver, version 11.0
[   508.682] (II) LoadModule: "vesa"
[   508.682] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   508.682] (II) Module vesa: vendor="X.Org Foundation"
[   508.682] 	compiled for 1.11.0, module version = 2.3.0
[   508.682] 	Module class: X.Org Video Driver
[   508.682] 	ABI class: X.Org Video Driver, version 11.0
[   508.682] (II) LoadModule: "fbdev"
[   508.682] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   508.682] (II) Module fbdev: vendor="X.Org Foundation"
[   508.682] 	compiled for 1.11.0, module version = 0.4.2
[   508.682] 	ABI class: X.Org Video Driver, version 11.0
[   508.682] (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 Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server
[   508.682] (II) VESA: driver for VESA chipsets: vesa
[   508.682] (II) FBDEV: driver for framebuffer: fbdev
[   508.682] (++) using VT number 8

[   508.688] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   508.688] (WW) Falling back to old probe method for vesa
[   508.688] (WW) Falling back to old probe method for fbdev
[   508.688] (II) Loading sub module "fbdevhw"
[   508.688] (II) LoadModule: "fbdevhw"
[   508.688] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   508.689] (II) Module fbdevhw: vendor="X.Org Foundation"
[   508.689] 	compiled for 1.11.1.901, module version = 0.0.2
[   508.689] 	ABI class: X.Org Video Driver, version 11.0
[   508.689] drmOpenDevice: node name is /dev/dri/card0
[   508.689] drmOpenDevice: open result is 9, (OK)
[   508.689] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   508.689] drmOpenDevice: node name is /dev/dri/card0
[   508.689] drmOpenDevice: open result is 9, (OK)
[   508.689] drmOpenByBusid: drmOpenMinor returns 9
[   508.689] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   508.689] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   508.689] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   508.689] (==) intel(0): RGB weight 888
[   508.689] (==) intel(0): Default visual is TrueColor
[   508.689] (II) intel(0): Integrated Graphics Chipset: Intel(R) Arrandale
[   508.689] (--) intel(0): Chipset: "Arrandale"
[   508.689] (**) intel(0): Relaxed fencing enabled
[   508.689] (**) intel(0): Wait on SwapBuffers? enabled
[   508.689] (**) intel(0): Triple buffering? enabled
[   508.689] (**) intel(0): Framebuffer tiled
[   508.689] (**) intel(0): Pixmaps tiled
[   508.689] (**) intel(0): 3D buffers tiled
[   508.689] (**) intel(0): SwapBuffers wait enabled
[   508.689] (==) intel(0): video overlay key set to 0x101fe
[   508.689] (II) intel(0): Output LVDS1 has no monitor section
[   508.689] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[   508.689] (II) intel(0): Output VGA1 has no monitor section
[   508.712] (II) intel(0): Output HDMI1 has no monitor section
[   508.760] (II) intel(0): Output DP1 has no monitor section
[   508.760] (II) intel(0): EDID for output LVDS1
[   508.760] (II) intel(0): Manufacturer: AUO  Model: 10ed  Serial#: 0
[   508.760] (II) intel(0): Year: 2008  Week: 1
[   508.760] (II) intel(0): EDID Version: 1.3
[   508.760] (II) intel(0): Digital Display Input
[   508.760] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   508.760] (II) intel(0): Gamma: 2.20
[   508.760] (II) intel(0): No DPMS capabilities specified
[   508.760] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   508.760] (II) intel(0): First detailed timing is preferred mode
[   508.760] (II) intel(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
[   508.760] (II) intel(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   508.760] (II) intel(0): Manufacturer's mask: 0
[   508.760] (II) intel(0): Supported detailed timing:
[   508.760] (II) intel(0): clock: 134.4 MHz   Image Size:  344 x 193 mm
[   508.760] (II) intel(0): h_active: 1920  h_sync: 1950  h_sync_end 1970 h_blank_end 1982 h_border: 0
[   508.760] (II) intel(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1130 v_border: 0
[   508.760] (II) intel(0): Unknown vendor-specific block f
[   508.760] (II) intel(0):  AUO
[   508.760] (II) intel(0):  B156HW01 V0
[   508.760] (II) intel(0): EDID (in hex):
[   508.760] (II) intel(0): 	00ffffffffffff0006afed1000000000
[   508.760] (II) intel(0): 	01120103802213780ac8959e57549226
[   508.760] (II) intel(0): 	0f505400000001010101010101010101
[   508.760] (II) intel(0): 	0101010101018034803e703832401e14
[   508.760] (II) intel(0): 	aa0058c1100000180000000f00000000
[   508.760] (II) intel(0): 	00000000000000000020000000fe0041
[   508.760] (II) intel(0): 	554f0a202020202020202020000000fe
[   508.760] (II) intel(0): 	004231353648573031205630200a0054
[   508.760] (II) intel(0): EDID vendor "AUO", prod id 4333
[   508.760] (II) intel(0): Printing DDC gathered Modelines:
[   508.760] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   508.760] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   508.760] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[   508.761] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[   508.761] (II) intel(0): Printing probed modes for output LVDS1
[   508.761] (II) intel(0): Modeline "1920x1080"x60.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   508.761] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz)
[   508.761] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[   508.761] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
[   508.761] (II) intel(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz)
[   508.761] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
[   508.761] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[   508.761] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz)
[   508.761] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
[   508.761] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz)
[   508.761] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz)
[   508.761] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz)
[   508.761] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   508.761] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   508.761] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   508.761] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   508.761] (II) intel(0): EDID for output VGA1
[   508.784] (II) intel(0): EDID for output HDMI1
[   508.832] (II) intel(0): EDID for output DP1
[   508.832] (II) intel(0): Output LVDS1 connected
[   508.832] (II) intel(0): Output VGA1 disconnected
[   508.832] (II) intel(0): Output HDMI1 disconnected
[   508.832] (II) intel(0): Output DP1 disconnected
[   508.832] (II) intel(0): Using exact sizes for initial modes
[   508.832] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[   508.832] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   508.832] (II) intel(0): Kernel page flipping support detected, enabling
[   508.832] (**) intel(0): Display dimensions: (340, 190) mm
[   508.832] (**) intel(0): DPI set to (143, 144)
[   508.832] (II) Loading sub module "fb"
[   508.832] (II) LoadModule: "fb"
[   508.832] (II) Loading /usr/lib/xorg/modules/libfb.so
[   508.832] (II) Module fb: vendor="X.Org Foundation"
[   508.832] 	compiled for 1.11.1.901, module version = 1.0.0
[   508.832] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   508.832] (II) Loading sub module "dri2"
[   508.832] (II) LoadModule: "dri2"
[   508.833] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   508.833] (II) Module dri2: vendor="X.Org Foundation"
[   508.833] 	compiled for 1.11.1.901, module version = 1.2.0
[   508.833] 	ABI class: X.Org Server Extension, version 6.0
[   508.833] (II) UnloadModule: "vesa"
[   508.833] (II) Unloading vesa
[   508.833] (II) UnloadModule: "fbdev"
[   508.833] (II) Unloading fbdev
[   508.833] (II) UnloadModule: "fbdevhw"
[   508.833] (II) Unloading fbdevhw
[   508.833] (==) Depth 24 pixmap format is 32 bpp
[   508.833] (II) intel(0): [DRI2] Setup complete
[   508.833] (II) intel(0): [DRI2]   DRI driver: i965
[   508.833] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[   508.844] (II) UXA(0): Driver registered support for the following operations:
[   508.844] (II)         solid
[   508.844] (II)         copy
[   508.844] (II)         composite (RENDER acceleration)
[   508.844] (II)         put_image
[   508.844] (II)         get_image
[   508.844] (==) intel(0): Backing store disabled
[   508.844] (==) intel(0): Silken mouse enabled
[   508.844] (II) intel(0): Initializing HW Cursor
[   508.908] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   508.911] (==) intel(0): DPMS enabled
[   508.911] (==) intel(0): Intel XvMC decoder enabled
[   508.911] (II) intel(0): Set up textured video
[   508.911] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   508.911] (II) intel(0): direct rendering: DRI2 Enabled
[   508.911] (==) intel(0): hotplug detection: "enabled"
[   508.911] (--) RandR disabled
[   508.911] (II) Initializing built-in extension Generic Event Extension
[   508.911] (II) Initializing built-in extension SHAPE
[   508.911] (II) Initializing built-in extension MIT-SHM
[   508.911] (II) Initializing built-in extension XInputExtension
[   508.911] (II) Initializing built-in extension XTEST
[   508.911] (II) Initializing built-in extension BIG-REQUESTS
[   508.911] (II) Initializing built-in extension SYNC
[   508.911] (II) Initializing built-in extension XKEYBOARD
[   508.911] (II) Initializing built-in extension XC-MISC
[   508.911] (II) Initializing built-in extension SECURITY
[   508.911] (II) Initializing built-in extension XINERAMA
[   508.911] (II) Initializing built-in extension XFIXES
[   508.911] (II) Initializing built-in extension RENDER
[   508.911] (II) Initializing built-in extension RANDR
[   508.911] (II) Initializing built-in extension COMPOSITE
[   508.911] (II) Initializing built-in extension DAMAGE
[   508.911] (II) SELinux: Disabled on system
[   508.920] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   508.920] (II) AIGLX: enabled GLX_INTEL_swap_event
[   508.920] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   508.920] (II) AIGLX: enabled GLX_SGI_make_current_read
[   508.920] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   508.920] (II) AIGLX: Loaded and initialized i965
[   508.920] (II) GLX: Initialized DRI2 GL provider for screen 0
[   508.920] (II) intel(0): Setting screen physical size to 508 x 285
[   508.958] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   508.958] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   508.958] (II) LoadModule: "evdev"
[   508.958] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.958] (II) Module evdev: vendor="X.Org Foundation"
[   508.958] 	compiled for 1.10.99.901, module version = 2.6.0
[   508.958] 	Module class: X.Org XInput Driver
[   508.958] 	ABI class: X.Org XInput driver, version 13.0
[   508.958] (II) Using input driver 'evdev' for 'Power Button'
[   508.958] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.958] (**) Power Button: always reports core events
[   508.958] (**) Power Button: Device: "/dev/input/event4"
[   508.958] (--) Power Button: Found keys
[   508.958] (II) Power Button: Configuring as keyboard
[   508.958] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[   508.958] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   508.958] (**) Option "xkb_rules" "evdev"
[   508.958] (**) Option "xkb_model" "pc105"
[   508.958] (**) Option "xkb_layout" "fi"
[   508.973] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[   508.973] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   508.974] (II) Using input driver 'evdev' for 'Video Bus'
[   508.974] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.974] (**) Video Bus: always reports core events
[   508.974] (**) Video Bus: Device: "/dev/input/event12"
[   508.974] (--) Video Bus: Found keys
[   508.974] (II) Video Bus: Configuring as keyboard
[   508.974] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event12"
[   508.974] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   508.974] (**) Option "xkb_rules" "evdev"
[   508.974] (**) Option "xkb_model" "pc105"
[   508.974] (**) Option "xkb_layout" "fi"
[   508.974] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[   508.974] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   508.974] (II) Using input driver 'evdev' for 'Video Bus'
[   508.974] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.974] (**) Video Bus: always reports core events
[   508.974] (**) Video Bus: Device: "/dev/input/event13"
[   508.974] (--) Video Bus: Found keys
[   508.974] (II) Video Bus: Configuring as keyboard
[   508.974] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input13/event13"
[   508.974] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   508.974] (**) Option "xkb_rules" "evdev"
[   508.974] (**) Option "xkb_model" "pc105"
[   508.974] (**) Option "xkb_layout" "fi"
[   508.974] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   508.974] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   508.974] (II) Using input driver 'evdev' for 'Power Button'
[   508.974] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.974] (**) Power Button: always reports core events
[   508.974] (**) Power Button: Device: "/dev/input/event1"
[   508.974] (--) Power Button: Found keys
[   508.974] (II) Power Button: Configuring as keyboard
[   508.974] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
[   508.974] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   508.974] (**) Option "xkb_rules" "evdev"
[   508.974] (**) Option "xkb_model" "pc105"
[   508.975] (**) Option "xkb_layout" "fi"
[   508.975] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   508.975] (II) No input driver/identifier specified (ignoring)
[   508.975] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   508.975] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   508.975] (II) Using input driver 'evdev' for 'Sleep Button'
[   508.975] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.975] (**) Sleep Button: always reports core events
[   508.975] (**) Sleep Button: Device: "/dev/input/event3"
[   508.975] (--) Sleep Button: Found keys
[   508.975] (II) Sleep Button: Configuring as keyboard
[   508.975] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
[   508.975] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   508.975] (**) Option "xkb_rules" "evdev"
[   508.975] (**) Option "xkb_model" "pc105"
[   508.975] (**) Option "xkb_layout" "fi"
[   508.975] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event11)
[   508.975] (II) No input driver/identifier specified (ignoring)
[   508.976] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   508.976] (II) No input driver/identifier specified (ignoring)
[   508.976] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10)
[   508.976] (II) No input driver/identifier specified (ignoring)
[   508.976] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[   508.976] (II) No input driver/identifier specified (ignoring)
[   508.976] (II) config/udev: Adding input device USB Camera Device (/dev/input/event7)
[   508.976] (**) USB Camera Device: Applying InputClass "evdev keyboard catchall"
[   508.976] (II) Using input driver 'evdev' for 'USB Camera Device'
[   508.976] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.976] (**) USB Camera Device: always reports core events
[   508.976] (**) USB Camera Device: Device: "/dev/input/event7"
[   508.976] (--) USB Camera Device: Found keys
[   508.976] (II) USB Camera Device: Configuring as keyboard
[   508.976] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input7/event7"
[   508.976] (II) XINPUT: Adding extended input device "USB Camera Device" (type: KEYBOARD, id 11)
[   508.976] (**) Option "xkb_rules" "evdev"
[   508.976] (**) Option "xkb_model" "pc105"
[   508.976] (**) Option "xkb_layout" "fi"
[   508.977] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   508.977] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   508.977] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   508.977] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   508.977] (**) AT Translated Set 2 keyboard: always reports core events
[   508.977] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   508.977] (--) AT Translated Set 2 keyboard: Found keys
[   508.977] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[   508.977] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   508.977] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   508.977] (**) Option "xkb_rules" "evdev"
[   508.977] (**) Option "xkb_model" "pc105"
[   508.977] (**) Option "xkb_layout" "fi"
[   508.977] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
[   508.977] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   508.977] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   508.977] (II) LoadModule: "synaptics"
[   508.977] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   508.977] (II) Module synaptics: vendor="X.Org Foundation"
[   508.977] 	compiled for 1.11.0, module version = 1.4.1
[   508.977] 	Module class: X.Org XInput Driver
[   508.977] 	ABI class: X.Org XInput driver, version 13.0
[   508.977] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   508.977] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   508.977] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   508.978] (**) Option "Device" "/dev/input/event14"
[   509.108] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5608
[   509.108] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4638
[   509.108] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   509.108] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   509.108] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   509.169] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   509.169] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   509.169] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event14"
[   509.170] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[   509.170] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   509.170] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[   509.170] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[   509.170] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   509.170] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   509.170] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   509.170] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   509.170] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   509.171] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   509.171] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   509.171] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   509.171] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   509.171] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   509.171] (**) Option "Device" "/dev/input/mouse0"
[   509.171] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range.  defaulting to 1615 - 5685
[   509.171] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range.  defaulting to 1729 - 4171
[   509.171] (--) SynPS/2 Synaptics TouchPad: invalid pressure range.  defaulting to 0 - 256
[   509.171] (--) SynPS/2 Synaptics TouchPad: invalid finger width range.  defaulting to 0 - 16
[   509.191] (EE) Query no Synaptics: 6003C8
[   509.191] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[   509.191] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[   509.192] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
[   509.192] (II) UnloadModule: "synaptics"
[   509.192] (II) Unloading synaptics
[   509.192] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   509.192] (II) No input driver/identifier specified (ignoring)
[   509.193] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event15)
[   509.193] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   509.193] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   509.193] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   509.193] (**) ACPI Virtual Keyboard Device: always reports core events
[   509.193] (**) ACPI Virtual Keyboard Device: Device: "/dev/input/event15"
[   509.193] (--) ACPI Virtual Keyboard Device: Found keys
[   509.193] (II) ACPI Virtual Keyboard Device: Configuring as keyboard
[   509.193] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event15"
[   509.193] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 14)
[   509.193] (**) Option "xkb_rules" "evdev"
[   509.193] (**) Option "xkb_model" "pc105"
[   509.193] (**) Option "xkb_layout" "fi"
[   509.194] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event5)
[   509.194] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   509.194] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[   509.194] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   509.194] (**) HP WMI hotkeys: always reports core events
[   509.194] (**) HP WMI hotkeys: Device: "/dev/input/event5"
[   509.194] (--) HP WMI hotkeys: Found keys
[   509.194] (II) HP WMI hotkeys: Configuring as keyboard
[   509.194] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
[   509.194] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
[   509.194] (**) Option "xkb_rules" "evdev"
[   509.194] (**) Option "xkb_model" "pc105"
[   509.194] (**) Option "xkb_layout" "fi"
[   509.203] (II) intel(0): EDID vendor "AUO", prod id 4333
[   509.203] (II) intel(0): Printing DDC gathered Modelines:
[   509.203] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   509.465] (II) intel(0): EDID vendor "AUO", prod id 4333
[   509.465] (II) intel(0): Printing DDC gathered Modelines:
[   509.465] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   509.537] (II) intel(0): EDID vendor "AUO", prod id 4333
[   509.537] (II) intel(0): Printing DDC gathered Modelines:
[   509.537] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   509.610] (II) intel(0): EDID vendor "AUO", prod id 4333
[   509.610] (II) intel(0): Printing DDC gathered Modelines:
[   509.610] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   509.681] (II) intel(0): EDID vendor "AUO", prod id 4333
[   509.682] (II) intel(0): Printing DDC gathered Modelines:
[   509.682] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   512.268] (II) AIGLX: Suspending AIGLX clients for VT switch
[   604.354] (II) Open ACPI successful (/var/run/acpid.socket)
[   604.354] (II) AIGLX: Resuming AIGLX clients after VT switch
[   604.408] (II) intel(0): EDID vendor "AUO", prod id 4333
[   604.408] (II) intel(0): Printing DDC gathered Modelines:
[   604.408] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   604.476] (--) SynPS/2 Synaptics TouchPad: touchpad found
[   608.715] (II) intel(0): EDID vendor "AUO", prod id 4333
[   608.715] (II) intel(0): Printing DDC gathered Modelines:
[   608.715] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   608.786] (II) intel(0): EDID vendor "AUO", prod id 4333
[   608.786] (II) intel(0): Printing DDC gathered Modelines:
[   608.786] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   608.866] (II) intel(0): EDID vendor "AUO", prod id 4333
[   608.866] (II) intel(0): Printing DDC gathered Modelines:
[   608.866] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   608.937] (II) intel(0): EDID vendor "AUO", prod id 4333
[   608.937] (II) intel(0): Printing DDC gathered Modelines:
[   608.937] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   609.500] (II) intel(0): EDID vendor "AUO", prod id 4333
[   609.500] (II) intel(0): Printing DDC gathered Modelines:
[   609.500] (II) intel(0): Modeline "1920x1080"x0.0  134.40  1920 1950 1970 1982  1080 1090 1100 1130 -hsync -vsync (67.8 kHz)
[   644.433] 
Backtrace:
[   644.433] 0: /usr/bin/Xorg (xorg_backtrace+0x26) [0x7f8c89c408f6]
[   644.433] 1: /usr/bin/Xorg (0x7f8c89abc000+0x188569) [0x7f8c89c44569]
[   644.433] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f8c88de4000+0xf020) [0x7f8c88df3020]
[   644.433] 3: /usr/lib/xorg/modules/extensions/librecord.so (0x7f8c86366000+0x2838) [0x7f8c86368838]
[   644.433] 4: /usr/bin/Xorg (_CallCallbacks+0x34) [0x7f8c89b12664]
[   644.433] 5: /usr/bin/Xorg (WriteToClient+0x21a) [0x7f8c89c43cea]
[   644.433] 6: /usr/lib/xorg/modules/extensions/libdri2.so (ProcDRI2WaitMSCReply+0x52) [0x7f8c85d4ce82]
[   644.433] 7: /usr/lib/xorg/modules/extensions/libdri2.so (DRI2WaitMSCComplete+0x53) [0x7f8c85d4b5b3]
[   644.433] 8: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f8c85af8000+0x26404) [0x7f8c85b1e404]
[   644.433] 9: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmHandleEvent+0x8b) [0x7f8c85f569eb]
[   644.433] 10: /usr/bin/Xorg (WakeupHandler+0x6b) [0x7f8c89b11e6b]
[   644.433] 11: /usr/bin/Xorg (WaitForSomething+0x1b6) [0x7f8c89c3dcf6]
[   644.434] 12: /usr/bin/Xorg (0x7f8c89abc000+0x51ce2) [0x7f8c89b0dce2]
[   644.434] 13: /usr/bin/Xorg (0x7f8c89abc000+0x411ba) [0x7f8c89afd1ba]
[   644.434] 14: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f8c87b1fead]
[   644.434] 15: /usr/bin/Xorg (0x7f8c89abc000+0x414ad) [0x7f8c89afd4ad]
[   644.434] Segmentation fault at address 0x7f8c7f819010
[   644.434] 
Fatal server error:
[   644.434] Caught signal 11 (Segmentation fault). Server aborting
[   644.434] 
[   644.434] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   644.434] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   644.434] 
[   644.492] (II) Power Button: Close
[   644.492] (II) UnloadModule: "evdev"
[   644.492] (II) Unloading evdev
[   644.540] (II) Video Bus: Close
[   644.540] (II) UnloadModule: "evdev"
[   644.540] (II) Unloading evdev
[   644.571] (II) Video Bus: Close
[   644.571] (II) UnloadModule: "evdev"
[   644.571] (II) Unloading evdev
[   644.572] (II) Power Button: Close
[   644.572] (II) UnloadModule: "evdev"
[   644.572] (II) Unloading evdev
[   644.576] (II) Sleep Button: Close
[   644.576] (II) UnloadModule: "evdev"
[   644.576] (II) Unloading evdev
[   644.576] (II) USB Camera Device: Close
[   644.576] (II) UnloadModule: "evdev"
[   644.576] (II) Unloading evdev
[   644.576] (II) AT Translated Set 2 keyboard: Close
[   644.576] (II) UnloadModule: "evdev"
[   644.576] (II) Unloading evdev
[   644.584] (II) UnloadModule: "synaptics"
[   644.584] (II) Unloading synaptics
[   644.584] (II) ACPI Virtual Keyboard Device: Close
[   644.584] (II) UnloadModule: "evdev"
[   644.584] (II) Unloading evdev
[   644.585] (II) HP WMI hotkeys: Close
[   644.585] (II) UnloadModule: "evdev"
[   644.585] (II) Unloading evdev
[   644.585] (II) AIGLX: Suspending AIGLX clients for VT switch
[   644.647] Server terminated with error (1). Closing log file.

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal

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

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event12
N: input/event12
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12/event12
E: MAJOR=13
E: MINOR=76
E: DEVNAME=/dev/input/event12
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal

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

P: /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input13/event13
N: input/event13
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input13/event13
E: MAJOR=13
E: MINOR=77
E: DEVNAME=/dev/input/event13
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1
N: input/event1
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0C: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: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
N: input/event2
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: DEVNAME=/dev/input/event2
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: DMI_VENDOR=Compal

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

P: /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3
N: input/event3
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
E: PRODUCT=0/0/0/0
E: NAME="HD-Audio Generic HDMI/DP"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=100
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw8,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11/event11
N: input/event11
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11/event11
E: MAJOR=13
E: MINOR=75
E: DEVNAME=/dev/input/event11
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: DMI_VENDOR=Compal

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

P: /devices/pci0000:00/0000:00:1b.0/input/input8/event8
N: input/event8
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/input/input8/event8
E: MAJOR=13
E: MINOR=72
E: DEVNAME=/dev/input/event8
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: DMI_VENDOR=Compal

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

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

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

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

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input7
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input7
E: PRODUCT=3/174f/1413/506
E: NAME="USB Camera Device"
E: PHYS="usb-0000:00:1d.0-1.3/button"
E: PROP=0
E: EV=3
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v174Fp1413e0506-e0,1,kD4,ramlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=Syntek
E: ID_VENDOR_ENC=Syntek
E: ID_VENDOR_ID=174f
E: ID_MODEL=USB_Camera_Device
E: ID_MODEL_ENC=USB\x20Camera\x20Device
E: ID_MODEL_ID=1413
E: ID_REVISION=0506
E: ID_SERIAL=Syntek_USB_Camera_Device_STK00001
E: ID_SERIAL_SHORT=STK00001
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:1d.0-usb-0:1.3:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_3_1_0

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input7/event7
N: input/event7
S: input/by-id/usb-Syntek_USB_Camera_Device_STK00001-event-if00
S: input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-event
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3: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=Syntek
E: ID_VENDOR_ENC=Syntek
E: ID_VENDOR_ID=174f
E: ID_MODEL=USB_Camera_Device
E: ID_MODEL_ENC=USB\x20Camera\x20Device
E: ID_MODEL_ID=1413
E: ID_REVISION=0506
E: ID_SERIAL=Syntek_USB_Camera_Device_STK00001
E: ID_SERIAL_SHORT=STK00001
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:1d.0-usb-0:1.3:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_3_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=fi
E: DEVLINKS=/dev/input/by-id/usb-Syntek_USB_Camera_Device_STK00001-event-if00 /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-event
E: BACKSPACE=guess

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

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

P: /devices/platform/i8042/serio1/input/input14
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input14
E: PRODUCT=11/2/7/1b1
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PROP=9
E: EV=b
E: KEY=6420 30000 0 0 0 0
E: ABS=260800011000003
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,2F,35,36,39,mlsfw
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input14/event14
N: input/event14
S: input/by-path/platform-i8042-serio-1-event-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input14/event14
E: MAJOR=13
E: MINOR=78
E: DEVNAME=/dev/input/event14
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DMI_VENDOR=Compal
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input14/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-1-mouse
E: UDEV_LOG=3
E: DEVPATH=/devices/platform/i8042/serio1/input/input14/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: ID_PATH_TAG=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

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

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

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

P: /devices/virtual/input/input15/event15
N: input/event15
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input15/event15
E: MAJOR=13
E: MINOR=79
E: DEVNAME=/dev/input/event15
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=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal

P: /devices/virtual/input/input5
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/input/input5
E: PRODUCT=19/0/0/0
E: NAME="HP WMI hotkeys"
E: PHYS="wmi/input0"
E: PROP=0
E: EV=33
E: KEY=4000000000 0 1000700000000 2100400 0 0
E: MSC=10
E: SW=22
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,5,k8A,94,99,E0,E1,E2,F0,166,ram4,lsfw1,5,
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1

P: /devices/virtual/input/input5/event5
N: input/event5
E: UDEV_LOG=3
E: DEVPATH=/devices/virtual/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=fi
E: BACKSPACE=guess
E: DMI_VENDOR=Compal


DRM Information from dmesg:
---------------------------
[    0.000000] No AGP bridge found
[    0.000000] No AGP bridge found
[    2.767801] Linux agpgart interface v0.103
[    2.767868] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    2.767943] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    2.768566] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    2.768715] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   10.722379] [drm] Initialized drm 1.1.0 20060810
[   11.225614] [drm] radeon kernel modesetting enabled.
[   11.233915] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   11.233916] [drm] Driver supports precise vblank timestamp query.
[   11.449364] fbcon: inteldrmfb (fb0) is primary device
[   11.626664] fb0: inteldrmfb frame buffer device
[   11.626666] drm: registered panic notifier
[   11.677254] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   11.677466] [drm] initializing kernel modesetting (REDWOOD 0x1002:0x68C1 0x14C0:0x004D).
[   11.677512] [drm] register mmio base: 0xE6400000
[   11.677514] [drm] register mmio size: 131072
[   12.738445] [drm] Detected VRAM RAM=1024M, BAR=256M
[   12.738448] [drm] RAM width 128bits DDR
[   12.738549] [drm] radeon: 1024M of VRAM memory ready
[   12.738551] [drm] radeon: 512M of GTT memory ready.
[   12.738571] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   12.738572] [drm] Driver supports precise vblank timestamp query.
[   12.738652] [drm] radeon: irq initialized.
[   12.738657] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   12.739108] [drm] Loading REDWOOD Microcode
[   13.124557] [drm] ring test succeeded in 1 usecs
[   13.124641] [drm] radeon: ib pool ready.
[   13.124719] [drm] ib test succeeded in 0 usecs
[   13.125285] [drm] Radeon Display Connectors
[   13.125287] [drm] Connector 0:
[   13.125289] [drm]   LVDS
[   13.125291] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[   13.125292] [drm]   Encoders:
[   13.125294] [drm]     LCD1: INTERNAL_UNIPHY
[   13.125296] [drm] Connector 1:
[   13.125297] [drm]   HDMI-A
[   13.125299] [drm]   HPD1
[   13.125301] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[   13.125302] [drm]   Encoders:
[   13.125303] [drm]     DFP1: INTERNAL_UNIPHY1
[   13.125305] [drm] Connector 2:
[   13.125306] [drm]   VGA
[   13.125308] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   13.125310] [drm]   Encoders:
[   13.125311] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   13.600226] [drm] Radeon display connector LVDS-2: No monitor connected or invalid EDID
[   13.610012] [drm] Radeon display connector HDMI-A-2: No monitor connected or invalid EDID
[   13.619931] [drm] Radeon display connector VGA-2: No monitor connected or invalid EDID
[   13.619962] [drm] Internal thermal controller with fan control
[   13.620077] [drm] radeon: power management initialized
[   14.968853] [drm] fb mappable at 0xC0141000
[   14.968854] [drm] vram apper at 0xC0000000
[   14.968855] [drm] size 8294400
[   14.968856] [drm] fb depth is 24
[   14.968857] [drm]    pitch is 7680
[   14.968991] fb1: radeondrmfb frame buffer device
[   14.969004] [drm] Initialized radeon 2.10.0 20080528 for 0000:01:00.0 on minor 1


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

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

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.73          
ii  libaudit0               1.7.18-1      
ii  libc6                   2.13-21       
ii  libdrm2                 2.4.26-1      
ii  libgcrypt11             1.5.0-3       
ii  libpciaccess0           0.12.1-2      
ii  libpixman-1-0           0.23.2-1      
ii  libselinux1             2.1.0-1       
ii  libudev0                172-1         
ii  libxau6                 1:1.0.6-3     
ii  libxdmcp6               1:1.1.0-3     
ii  libxfont1               1:1.4.4-1     
ii  udev                    172-1         
ii  xserver-common          2:1.11.1.901-2

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri  7.11-6

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

-- no debconf information



Reply to: