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

Bug#833182: xserver-xorg-core regression on Intel HD Graphics: drmSetMaster(): Permission denied



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

Dear Maintainer,

I just upgraded my laptop running Testing, and after the upgrade, the
X server would no longer start. The upgrade involved quite a few packages,
so I'm admittedly not sure if xserver-xorg-core is the right place to
look, but the evidence seems to suggest it.

Before the upgrade, Xorg automatically decided to use the intel(4) driver
for the built-in graphics in my Core i3 M370, but after the upgrade it
instead decided to use the modesetting(4) driver, which in turned failed
with the message that drmSetMaster() failed with EACCES.

I'm really not proficient enough in the complexity that is Xorg to properly
determine what is the "core" error here, but it seems to be one or both
of the following:

1) The wrong driver was detected (even if the modesetting driver worked,
   it seems it would be suboptimal for performance reasons).
2) The modesetting driver doesn't have the privileges it needs.

As for modesetting privileges, I'm guessing it would have worked if I had
made /usr/bin/Xorg SUID root as it used to be in the past, but since it is
no longer installed as SUID root by default, I'm also guessing that the idea
is that it shouldn't need to be. I can't tell if this is:

1) A bug in the modesetting driver for requiring permissions it doesn't have;
2) A bug in the kernel for requiring root privileges for DRM_IOCTL_SET_MASTER
   even though the appropriate /dev/dri files are readable and writable for
   the user in question; or
3) A bug in the xserver-xorg-core package for not installing Xorg as SUID root.

But surely, at least one of the above must be considered a bug since Xorg
doesn't work without proper tweaking.

In the end, I solved the problem by specifying to use the intel(4) driver
via /etc/X11/xorg.conf, but I'm assuming the idea is that that shouldn't
be necessary these days.


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Dec 29  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Jul 20 05:00 /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)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 1095 Aug  1 22:00 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver 		"intel"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 4.6.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.4.0 20160609 (Debian 5.4.0-6) ) #1 SMP Debian 4.6.4-1 (2016-07-18)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 49671 Jun 21  2011 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 40408 Nov 12  2015 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   528.023] 
X.Org X Server 1.17.3
Release Date: 2015-10-26
[   528.027] X Protocol Version 11, Revision 0
[   528.029] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   528.030] Current Operating System: Linux wolf 4.2.0-1-amd64 #1 SMP Debian 4.2.5-1 (2015-10-27) x86_64
[   528.030] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=UUID=fabe2750-8f02-413d-9f8e-59e4951fbaa5 ro
[   528.033] Build Date: 27 October 2015  11:41:02PM
[   528.035] xorg-server 2:1.17.3-2 (http://www.debian.org/support) 
[   528.036] Current version of pixman: 0.33.4
[   528.039] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   528.039] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   528.044] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 12 06:25:28 2015
[   528.045] (==) Using config file: "/etc/X11/xorg.conf"
[   528.046] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   528.046] (==) No Layout section.  Using the first Screen section.
[   528.046] (**) |-->Screen "Default Screen" (0)
[   528.046] (**) |   |-->Monitor "Configured Monitor"
[   528.046] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[   528.046] (**) |   |-->Device "Configured Video Device"
[   528.046] (==) Automatically adding devices
[   528.046] (==) Automatically enabling devices
[   528.046] (==) Automatically adding GPU devices
[   528.046] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   528.046] 	Entry deleted from font path.
[   528.046] (==) 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
[   528.046] (==) ModulePath set to "/usr/lib/xorg/modules"
[   528.046] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   528.046] (II) Loader magic: 0x55f55c4cbde0
[   528.046] (II) Module ABI versions:
[   528.047] 	X.Org ANSI C Emulation: 0.4
[   528.047] 	X.Org Video Driver: 19.0
[   528.047] 	X.Org XInput driver : 21.0
[   528.047] 	X.Org Server Extension : 9.0
[   528.049] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[   528.049] (II) xfree86: Adding drm device (/dev/dri/card0)
[   528.051] (--) PCI:*(0:0:2:0) 8086:0046:17aa:215a rev 2, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
[   528.051] (II) LoadModule: "glx"
[   528.052] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   528.053] (II) Module glx: vendor="X.Org Foundation"
[   528.053] 	compiled for 1.17.3, module version = 1.0.0
[   528.053] 	ABI class: X.Org Server Extension, version 9.0
[   528.053] (==) AIGLX enabled
[   528.053] (==) Matched intel as autoconfigured driver 0
[   528.053] (==) Matched intel as autoconfigured driver 1
[   528.053] (==) Matched modesetting as autoconfigured driver 2
[   528.053] (==) Matched fbdev as autoconfigured driver 3
[   528.053] (==) Matched vesa as autoconfigured driver 4
[   528.053] (==) Assigned the driver to the xf86ConfigLayout
[   528.053] (II) LoadModule: "intel"
[   528.053] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   528.053] (II) Module intel: vendor="X.Org Foundation"
[   528.053] 	compiled for 1.17.2, module version = 2.99.917
[   528.053] 	Module class: X.Org Video Driver
[   528.053] 	ABI class: X.Org Video Driver, version 19.0
[   528.053] (II) LoadModule: "modesetting"
[   528.053] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   528.053] (II) Module modesetting: vendor="X.Org Foundation"
[   528.053] 	compiled for 1.17.3, module version = 1.17.3
[   528.053] 	Module class: X.Org Video Driver
[   528.053] 	ABI class: X.Org Video Driver, version 19.0
[   528.053] (II) LoadModule: "fbdev"
[   528.054] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   528.054] (II) Module fbdev: vendor="X.Org Foundation"
[   528.054] 	compiled for 1.17.1, module version = 0.4.4
[   528.054] 	Module class: X.Org Video Driver
[   528.054] 	ABI class: X.Org Video Driver, version 19.0
[   528.054] (II) LoadModule: "vesa"
[   528.054] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   528.054] (II) Module vesa: vendor="X.Org Foundation"
[   528.054] 	compiled for 1.17.3, module version = 2.3.4
[   528.054] 	Module class: X.Org Video Driver
[   528.054] 	ABI class: X.Org Video Driver, version 19.0
[   528.054] (II) intel: Driver for Intel(R) 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
[   528.054] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   528.054] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   528.054] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   528.054] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   528.054] (II) FBDEV: driver for framebuffer: fbdev
[   528.054] (II) VESA: driver for VESA chipsets: vesa
[   528.054] (++) using VT number 1

[   528.054] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[   528.054] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917-2 (Vincent Cheng <vcheng@debian.org>)
[   528.054] (II) intel(0): SNA compiled for use with valgrind
[   528.054] (WW) Falling back to old probe method for modesetting
[   528.054] (WW) Falling back to old probe method for fbdev
[   528.054] (II) Loading sub module "fbdevhw"
[   528.054] (II) LoadModule: "fbdevhw"
[   528.054] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[   528.055] (II) Module fbdevhw: vendor="X.Org Foundation"
[   528.055] 	compiled for 1.17.3, module version = 0.0.2
[   528.055] 	ABI class: X.Org Video Driver, version 19.0
[   528.055] (WW) Falling back to old probe method for vesa
[   528.055] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[   528.055] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2
[   528.055] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[   528.055] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   528.055] (==) intel(0): RGB weight 888
[   528.055] (==) intel(0): Default visual is TrueColor
[   528.055] (II) intel(0): Output LVDS1 using monitor section Configured Monitor
[   528.072] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
[   528.072] (II) intel(0): Enabled output LVDS1
[   528.072] (II) intel(0): Output VGA1 has no monitor section
[   528.072] (II) intel(0): Enabled output VGA1
[   528.072] (II) intel(0): Output HDMI1 has no monitor section
[   528.072] (II) intel(0): Enabled output HDMI1
[   528.072] (II) intel(0): Output DP1 has no monitor section
[   528.072] (II) intel(0): Enabled output DP1
[   528.072] (II) intel(0): Output HDMI2 has no monitor section
[   528.072] (II) intel(0): Enabled output HDMI2
[   528.072] (II) intel(0): Output HDMI3 has no monitor section
[   528.072] (II) intel(0): Enabled output HDMI3
[   528.072] (II) intel(0): Output DP2 has no monitor section
[   528.072] (II) intel(0): Enabled output DP2
[   528.072] (II) intel(0): Output DP3 has no monitor section
[   528.072] (II) intel(0): Enabled output DP3
[   528.072] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   528.072] (II) intel(0): Output VIRTUAL1 has no monitor section
[   528.072] (II) intel(0): Enabled output VIRTUAL1
[   528.072] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[   528.072] (==) intel(0): TearFree disabled
[   528.072] (==) intel(0): DPI set to (96, 96)
[   528.072] (II) Loading sub module "dri2"
[   528.072] (II) LoadModule: "dri2"
[   528.072] (II) Module "dri2" already built-in
[   528.072] (II) Loading sub module "present"
[   528.072] (II) LoadModule: "present"
[   528.072] (II) Module "present" already built-in
[   528.181] (II) UnloadModule: "modesetting"
[   528.181] (II) Unloading modesetting
[   528.181] (II) UnloadModule: "fbdev"
[   528.181] (II) Unloading fbdev
[   528.181] (II) UnloadSubModule: "fbdevhw"
[   528.181] (II) Unloading fbdevhw
[   528.181] (II) UnloadModule: "vesa"
[   528.181] (II) Unloading vesa
[   528.181] (==) Depth 24 pixmap format is 32 bpp
[   528.182] (II) intel(0): SNA initialized with Ironlake (gen5) backend
[   528.182] (==) intel(0): Backing store enabled
[   528.182] (==) intel(0): Silken mouse enabled
[   528.182] (II) intel(0): HW Cursor enabled
[   528.182] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   528.182] (==) intel(0): DPMS enabled
[   528.182] (==) intel(0): display hotplug detection enabled
[   528.182] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   528.182] (II) intel(0): [DRI2] Setup complete
[   528.182] (II) intel(0): [DRI2]   DRI driver: i965
[   528.182] (II) intel(0): [DRI2]   VDPAU driver: i965
[   528.182] (II) intel(0): direct rendering: DRI2 enabled
[   528.182] (II) intel(0): hardware support for Present enabled
[   528.183] (--) RandR disabled
[   528.190] (II) SELinux: Disabled on system
[   528.209] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   528.209] (II) AIGLX: enabled GLX_ARB_create_context
[   528.209] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   528.209] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   528.209] (II) AIGLX: enabled GLX_INTEL_swap_event
[   528.209] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   528.209] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   528.209] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   528.209] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   528.209] (II) AIGLX: Loaded and initialized i965
[   528.209] (II) GLX: Initialized DRI2 GL provider for screen 0
[   528.218] (II) intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[   528.221] (II) intel(0): Setting screen physical size to 361 x 203
[   528.281] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   528.281] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   528.281] (II) LoadModule: "evdev"
[   528.281] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   528.282] (II) Module evdev: vendor="X.Org Foundation"
[   528.282] 	compiled for 1.16.4, module version = 2.9.2
[   528.282] 	Module class: X.Org XInput Driver
[   528.282] 	ABI class: X.Org XInput driver, version 21.0
[   528.282] (II) Using input driver 'evdev' for 'Power Button'
[   528.282] (**) Power Button: always reports core events
[   528.282] (**) evdev: Power Button: Device: "/dev/input/event4"
[   528.282] (--) evdev: Power Button: Vendor 0 Product 0x1
[   528.282] (--) evdev: Power Button: Found keys
[   528.282] (II) evdev: Power Button: Configuring as keyboard
[   528.282] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[   528.282] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   528.282] (**) Option "xkb_rules" "evdev"
[   528.282] (**) Option "xkb_model" "pc104"
[   528.282] (**) Option "xkb_layout" "us"
[   528.304] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   528.305] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   528.305] (II) Using input driver 'evdev' for 'Video Bus'
[   528.305] (**) Video Bus: always reports core events
[   528.305] (**) evdev: Video Bus: Device: "/dev/input/event7"
[   528.305] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   528.305] (--) evdev: Video Bus: Found keys
[   528.305] (II) evdev: Video Bus: Configuring as keyboard
[   528.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event7"
[   528.305] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   528.305] (**) Option "xkb_rules" "evdev"
[   528.305] (**) Option "xkb_model" "pc104"
[   528.305] (**) Option "xkb_layout" "us"
[   528.305] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   528.305] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   528.305] (II) Using input driver 'evdev' for 'Power Button'
[   528.305] (**) Power Button: always reports core events
[   528.305] (**) evdev: Power Button: Device: "/dev/input/event2"
[   528.305] (--) evdev: Power Button: Vendor 0 Product 0x1
[   528.305] (--) evdev: Power Button: Found keys
[   528.305] (II) evdev: Power Button: Configuring as keyboard
[   528.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
[   528.305] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   528.305] (**) Option "xkb_rules" "evdev"
[   528.305] (**) Option "xkb_model" "pc104"
[   528.305] (**) Option "xkb_layout" "us"
[   528.306] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   528.306] (II) No input driver specified, ignoring this device.
[   528.306] (II) This device may have been added with another device file.
[   528.306] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   528.306] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   528.306] (II) Using input driver 'evdev' for 'Sleep Button'
[   528.306] (**) Sleep Button: always reports core events
[   528.306] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   528.306] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   528.306] (--) evdev: Sleep Button: Found keys
[   528.306] (II) evdev: Sleep Button: Configuring as keyboard
[   528.306] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
[   528.306] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   528.306] (**) Option "xkb_rules" "evdev"
[   528.306] (**) Option "xkb_model" "pc104"
[   528.306] (**) Option "xkb_layout" "us"
[   528.307] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[   528.307] (II) No input driver specified, ignoring this device.
[   528.307] (II) This device may have been added with another device file.
[   528.308] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event10)
[   528.308] (II) No input driver specified, ignoring this device.
[   528.308] (II) This device may have been added with another device file.
[   528.308] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
[   528.308] (II) No input driver specified, ignoring this device.
[   528.308] (II) This device may have been added with another device file.
[   528.308] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event12)
[   528.308] (II) No input driver specified, ignoring this device.
[   528.308] (II) This device may have been added with another device file.
[   528.309] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event13)
[   528.309] (II) No input driver specified, ignoring this device.
[   528.309] (II) This device may have been added with another device file.
[   528.309] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event14)
[   528.309] (II) No input driver specified, ignoring this device.
[   528.309] (II) This device may have been added with another device file.
[   528.309] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
[   528.309] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[   528.309] (II) Using input driver 'evdev' for 'Integrated Camera'
[   528.309] (**) Integrated Camera: always reports core events
[   528.309] (**) evdev: Integrated Camera: Device: "/dev/input/event8"
[   528.309] (--) evdev: Integrated Camera: Vendor 0x17ef Product 0x4815
[   528.309] (--) evdev: Integrated Camera: Found keys
[   528.309] (II) evdev: Integrated Camera: Configuring as keyboard
[   528.309] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input19/event8"
[   528.309] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[   528.310] (**) Option "xkb_rules" "evdev"
[   528.310] (**) Option "xkb_model" "pc104"
[   528.310] (**) Option "xkb_layout" "us"
[   528.310] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   528.310] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   528.310] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   528.310] (**) AT Translated Set 2 keyboard: always reports core events
[   528.310] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   528.310] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   528.310] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   528.310] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   528.310] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   528.310] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[   528.310] (**) Option "xkb_rules" "evdev"
[   528.310] (**) Option "xkb_model" "pc104"
[   528.310] (**) Option "xkb_layout" "us"
[   528.311] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[   528.311] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   528.311] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   528.311] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   528.311] (II) LoadModule: "synaptics"
[   528.311] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   528.311] (II) Module synaptics: vendor="X.Org Foundation"
[   528.311] 	compiled for 1.16.4, module version = 1.8.2
[   528.311] 	Module class: X.Org XInput Driver
[   528.311] 	ABI class: X.Org XInput driver, version 21.0
[   528.311] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   528.311] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   528.311] (**) Option "Device" "/dev/input/event15"
[   528.368] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 75)
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820 (res 105)
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   528.368] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   528.368] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   528.392] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input16/event15"
[   528.392] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[   528.392] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   528.392] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   528.392] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[   528.392] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   528.392] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   528.392] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   528.392] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   528.392] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   528.393] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   528.393] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   528.393] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event16)
[   528.393] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[   528.393] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[   528.393] (**) TPPS/2 IBM TrackPoint: always reports core events
[   528.393] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event16"
[   528.393] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[   528.393] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[   528.393] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[   528.393] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[   528.393] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[   528.393] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[   528.393] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   528.393] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/serio5/input/input23/event16"
[   528.393] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[   528.393] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[   528.394] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[   528.394] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[   528.394] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   528.394] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   528.395] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   528.395] (II) No input driver specified, ignoring this device.
[   528.395] (II) This device may have been added with another device file.
[   528.395] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   528.395] (II) No input driver specified, ignoring this device.
[   528.395] (II) This device may have been added with another device file.
[   528.396] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   528.396] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[   528.396] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[   528.396] (**) ThinkPad Extra Buttons: always reports core events
[   528.396] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
[   528.396] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[   528.396] (--) evdev: ThinkPad Extra Buttons: Found keys
[   528.396] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[   528.396] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event5"
[   528.396] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[   528.396] (**) Option "xkb_rules" "evdev"
[   528.396] (**) Option "xkb_model" "pc104"
[   528.397] (**) Option "xkb_layout" "us"
[   528.397] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event17)
[   528.397] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   528.397] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   528.397] (**) ACPI Virtual Keyboard Device: always reports core events
[   528.397] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event17"
[   528.397] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[   528.397] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[   528.397] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[   528.397] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event17"
[   528.397] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 15)
[   528.397] (**) Option "xkb_rules" "evdev"
[   528.397] (**) Option "xkb_model" "pc104"
[   528.397] (**) Option "xkb_layout" "us"
[   536.296] (II) evdev: ACPI Virtual Keyboard Device: Close
[   536.296] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: ThinkPad Extra Buttons: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: TPPS/2 IBM TrackPoint: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) UnloadModule: "synaptics"
[   536.297] (II) evdev: AT Translated Set 2 keyboard: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: Integrated Camera: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: Sleep Button: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: Power Button: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: Video Bus: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.297] (II) evdev: Power Button: Close
[   536.297] (II) UnloadModule: "evdev"
[   536.307] (II) intel(0): SNA initialized with Ironlake (gen5) backend
[   536.307] (II) intel(0): HW Cursor enabled
[   536.307] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   536.308] (==) intel(0): DPMS enabled
[   536.308] (==) intel(0): display hotplug detection enabled
[   536.308] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[   536.308] (II) intel(0): [DRI2] Setup complete
[   536.308] (II) intel(0): [DRI2]   DRI driver: i965
[   536.308] (II) intel(0): [DRI2]   VDPAU driver: i965
[   536.308] (II) intel(0): direct rendering: DRI2 enabled
[   536.308] (II) intel(0): hardware support for Present enabled
[   536.308] (--) RandR disabled
[   536.314] (II) SELinux: Disabled on system
[   536.332] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   536.332] (II) AIGLX: enabled GLX_ARB_create_context
[   536.332] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   536.332] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   536.332] (II) AIGLX: enabled GLX_INTEL_swap_event
[   536.332] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   536.332] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   536.332] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   536.332] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   536.333] (II) AIGLX: Loaded and initialized i965
[   536.333] (II) GLX: Initialized DRI2 GL provider for screen 0
[   536.342] (II) intel(0): switch to mode 1366x768@60.1 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[   536.342] (II) intel(0): Setting screen physical size to 361 x 203
[   536.394] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[   536.394] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   536.394] (II) Using input driver 'evdev' for 'Power Button'
[   536.394] (**) Power Button: always reports core events
[   536.394] (**) evdev: Power Button: Device: "/dev/input/event4"
[   536.394] (--) evdev: Power Button: Vendor 0 Product 0x1
[   536.395] (--) evdev: Power Button: Found keys
[   536.395] (II) evdev: Power Button: Configuring as keyboard
[   536.395] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[   536.395] (**) Option "xkb_rules" "evdev"
[   536.395] (**) Option "xkb_model" "pc104"
[   536.395] (**) Option "xkb_layout" "us"
[   536.424] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   536.424] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   536.424] (II) Using input driver 'evdev' for 'Video Bus'
[   536.424] (**) Video Bus: always reports core events
[   536.425] (**) evdev: Video Bus: Device: "/dev/input/event7"
[   536.425] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   536.425] (--) evdev: Video Bus: Found keys
[   536.425] (II) evdev: Video Bus: Configuring as keyboard
[   536.425] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event7"
[   536.425] (**) Option "xkb_rules" "evdev"
[   536.425] (**) Option "xkb_model" "pc104"
[   536.425] (**) Option "xkb_layout" "us"
[   536.426] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   536.426] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   536.426] (II) Using input driver 'evdev' for 'Power Button'
[   536.426] (**) Power Button: always reports core events
[   536.426] (**) evdev: Power Button: Device: "/dev/input/event2"
[   536.426] (--) evdev: Power Button: Vendor 0 Product 0x1
[   536.426] (--) evdev: Power Button: Found keys
[   536.426] (II) evdev: Power Button: Configuring as keyboard
[   536.426] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event2"
[   536.426] (**) Option "xkb_rules" "evdev"
[   536.426] (**) Option "xkb_model" "pc104"
[   536.426] (**) Option "xkb_layout" "us"
[   536.428] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   536.428] (II) No input driver specified, ignoring this device.
[   536.428] (II) This device may have been added with another device file.
[   536.429] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   536.429] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   536.429] (II) Using input driver 'evdev' for 'Sleep Button'
[   536.429] (**) Sleep Button: always reports core events
[   536.429] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   536.429] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   536.429] (--) evdev: Sleep Button: Found keys
[   536.429] (II) evdev: Sleep Button: Configuring as keyboard
[   536.429] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
[   536.429] (**) Option "xkb_rules" "evdev"
[   536.429] (**) Option "xkb_model" "pc104"
[   536.429] (**) Option "xkb_layout" "us"
[   536.431] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[   536.431] (II) No input driver specified, ignoring this device.
[   536.431] (II) This device may have been added with another device file.
[   536.432] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event10)
[   536.432] (II) No input driver specified, ignoring this device.
[   536.432] (II) This device may have been added with another device file.
[   536.432] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
[   536.432] (II) No input driver specified, ignoring this device.
[   536.432] (II) This device may have been added with another device file.
[   536.432] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=3 (/dev/input/event12)
[   536.432] (II) No input driver specified, ignoring this device.
[   536.432] (II) This device may have been added with another device file.
[   536.433] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=7 (/dev/input/event13)
[   536.433] (II) No input driver specified, ignoring this device.
[   536.433] (II) This device may have been added with another device file.
[   536.433] (II) config/udev: Adding input device HDA Intel MID HDMI/DP,pcm=8 (/dev/input/event14)
[   536.433] (II) No input driver specified, ignoring this device.
[   536.433] (II) This device may have been added with another device file.
[   536.434] (II) config/udev: Adding input device Integrated Camera (/dev/input/event8)
[   536.434] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[   536.434] (II) Using input driver 'evdev' for 'Integrated Camera'
[   536.434] (**) Integrated Camera: always reports core events
[   536.434] (**) evdev: Integrated Camera: Device: "/dev/input/event8"
[   536.434] (--) evdev: Integrated Camera: Vendor 0x17ef Product 0x4815
[   536.434] (--) evdev: Integrated Camera: Found keys
[   536.434] (II) evdev: Integrated Camera: Configuring as keyboard
[   536.434] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input19/event8"
[   536.434] (**) Option "xkb_rules" "evdev"
[   536.434] (**) Option "xkb_model" "pc104"
[   536.434] (**) Option "xkb_layout" "us"
[   536.434] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   536.434] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   536.434] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   536.434] (**) AT Translated Set 2 keyboard: always reports core events
[   536.434] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   536.434] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   536.434] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   536.434] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   536.434] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   536.434] (**) Option "xkb_rules" "evdev"
[   536.434] (**) Option "xkb_model" "pc104"
[   536.434] (**) Option "xkb_layout" "us"
[   536.435] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[   536.435] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   536.435] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   536.435] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   536.435] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   536.435] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   536.435] (**) Option "Device" "/dev/input/event15"
[   536.480] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 75)
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820 (res 105)
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   536.480] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   536.480] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   536.504] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input16/event15"
[   536.504] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   536.504] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   536.504] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[   536.504] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   536.504] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   536.504] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   536.504] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   536.504] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   536.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   536.504] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   536.505] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event16)
[   536.505] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[   536.505] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[   536.505] (**) TPPS/2 IBM TrackPoint: always reports core events
[   536.505] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event16"
[   536.505] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[   536.505] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[   536.505] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[   536.505] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[   536.505] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[   536.505] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[   536.505] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   536.505] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/serio5/input/input23/event16"
[   536.505] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[   536.506] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[   536.506] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[   536.506] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   536.506] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   536.506] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   536.506] (II) No input driver specified, ignoring this device.
[   536.506] (II) This device may have been added with another device file.
[   536.507] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[   536.507] (II) No input driver specified, ignoring this device.
[   536.507] (II) This device may have been added with another device file.
[   536.508] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   536.508] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[   536.508] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[   536.508] (**) ThinkPad Extra Buttons: always reports core events
[   536.508] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
[   536.508] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[   536.508] (--) evdev: ThinkPad Extra Buttons: Found keys
[   536.508] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[   536.509] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event5"
[   536.509] (**) Option "xkb_rules" "evdev"
[   536.509] (**) Option "xkb_model" "pc104"
[   536.509] (**) Option "xkb_layout" "us"
[   536.509] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event17)
[   536.510] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[   536.510] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[   536.510] (**) ACPI Virtual Keyboard Device: always reports core events
[   536.510] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event17"
[   536.510] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[   536.510] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[   536.510] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[   536.510] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event17"
[   536.510] (**) Option "xkb_rules" "evdev"
[   536.510] (**) Option "xkb_model" "pc104"
[   536.510] (**) Option "xkb_layout" "us"
[   539.540] (II) evdev: ACPI Virtual Keyboard Device: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: ThinkPad Extra Buttons: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: TPPS/2 IBM TrackPoint: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) UnloadModule: "synaptics"
[   539.541] (II) evdev: AT Translated Set 2 keyboard: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: Integrated Camera: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: Sleep Button: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: Power Button: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: Video Bus: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.541] (II) evdev: Power Button: Close
[   539.541] (II) UnloadModule: "evdev"
[   539.565] (II) Server terminated successfully (0). Closing log file.

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: LIBINPUT_DEVICE_GROUP=19/0/1/0:LNXPWRBN/button
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27179451
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9
N: input/event9
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: LIBINPUT_DEVICE_GROUP=19/0/6/0:LNXVIDEO/video
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27250856
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: LIBINPUT_DEVICE_GROUP=19/0/1/0:PNP0C0C/button
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27146739
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input10/event3
N: input/event3
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input10/event3
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: LIBINPUT_DEVICE_GROUP=19/0/5/0:PNP0C0D/button
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27146740

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: LIBINPUT_DEVICE_GROUP=19/0/3/0:PNP0C0E/button
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27179164
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event10
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=1/10ec/269/1:card0/codec#0/beep0
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27955396

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event11
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27955409

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event12
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27962609

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input20
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel MID HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: USEC_INITIALIZED=27925102

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input20/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input20/event13
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27955669

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input21
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel MID HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: USEC_INITIALIZED=27936884

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input21/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input21/event14
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27974931

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input22
E: EV=21
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel MID HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: USEC_INITIALIZED=27956969

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input22/event15
N: input/event15
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input22/event15
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0/0:ALSA
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27987299

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input23
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input23
E: EV=3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Integrated_Camera
E: ID_MODEL_ENC=Integrated\x20Camera
E: ID_MODEL_ID=4815
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.4:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_4_1_0
E: ID_REVISION=1015
E: ID_SERIAL=Ricoh_Company_Ltd._Integrated_Camera
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Ricoh_Company_Ltd.
E: ID_VENDOR_ENC=Ricoh\x20Company\x20Ltd.
E: ID_VENDOR_ID=17ef
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v17EFp4815e1015-e0,1,kD4,ramlsfw
E: NAME="Integrated Camera"
E: PHYS="usb-0000:00:1d.0-1.4/button"
E: PRODUCT=3/17ef/4815/1015
E: PROP=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=28481100

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input23/event16
N: input/event16
S: input/by-id/usb-Ricoh_Company_Ltd._Integrated_Camera-event-if00
S: input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Ricoh_Company_Ltd._Integrated_Camera-event-if00 /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.0-event
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input23/event16
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Integrated_Camera
E: ID_MODEL_ENC=Integrated\x20Camera
E: ID_MODEL_ID=4815
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.4:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_4_1_0
E: ID_REVISION=1015
E: ID_SERIAL=Ricoh_Company_Ltd._Integrated_Camera
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Ricoh_Company_Ltd.
E: ID_VENDOR_ENC=Ricoh\x20Company\x20Ltd.
E: ID_VENDOR_ID=17ef
E: LIBINPUT_DEVICE_GROUP=3/17ef/4815/1015:usb-0000:00:1d.0-1
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: USEC_INITIALIZED=28506908
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
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: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab41
E: PROP=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=25791035

P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=11/1/1/ab41:isa0060/serio0
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27118559
E: XKBLAYOUT=us
E: XKBMODEL=pc104

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

P: /devices/platform/i8042/serio4/input/input8/event1
N: input/event1
S: input/by-path/platform-i8042-serio-4-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/platform/i8042/serio4/input/input8/event1
E: ID_INPUT=1
E: ID_INPUT_HEIGHT_MM=32
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_INPUT_WIDTH_MM=58
E: ID_PATH=platform-i8042-serio-4
E: ID_PATH_TAG=platform-i8042-serio-4
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=11/2/7/1b1:isa0060/serio4
E: LIBINPUT_MODEL_JUMPING_SEMI_MT=1
E: LIBINPUT_MODEL_SYNAPTICS_SERIAL_TOUCHPAD=1
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27935618

P: /devices/platform/i8042/serio4/input/input8/mouse0
N: input/mouse0
S: input/by-path/platform-i8042-serio-4-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-4-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/platform/i8042/serio4/input/input8/mouse0
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_PATH=platform-i8042-serio-4
E: ID_PATH_TAG=platform-i8042-serio-4
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=25933349

P: /devices/platform/i8042/serio4/serio5/input/input9
E: DEVPATH=/devices/platform/i8042/serio4/serio5/input/input9
E: EV=7
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-5
E: ID_PATH_TAG=platform-i8042-serio-5
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="TPPS/2 IBM TrackPoint"
E: PHYS="synaptics-pt/serio0/input0"
E: PRODUCT=11/2/a/0
E: PROP=21
E: REL=3
E: SUBSYSTEM=input
E: USEC_INITIALIZED=25793020

P: /devices/platform/i8042/serio4/serio5/input/input9/event2
N: input/event2
S: input/by-path/platform-i8042-serio-5-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-5-event-mouse
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/platform/i8042/serio4/serio5/input/input9/event2
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-5
E: ID_PATH_TAG=platform-i8042-serio-5
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=11/2/a/0:synaptics-pt/serio0
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27119177

P: /devices/platform/i8042/serio4/serio5/input/input9/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-5-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-5-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/platform/i8042/serio4/serio5/input/input9/mouse1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-5
E: ID_PATH_TAG=platform-i8042-serio-5
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=25889280

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

P: /devices/platform/pcspkr/input/input15/event8
N: input/event8
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/platform/pcspkr/input/input15/event8
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=10/1f/1/100:isa0061
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=27227004

P: /devices/platform/thinkpad_acpi/input/input14
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input14
E: EV=33
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi
E: KEY=10040 0 18040000 0 10000000000000 0 1501b02102004 c000280041114000 10e000000000000 0
E: MODALIAS=input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,78,8E,90,94,98,9E,AB,AD,BE,BF,C2,CD,D4,D9,E0,E1,E3,E4,EC,EE,F0,174,1D2,1DB,1DC,246,250,ram4,lsfw1,3,
E: MSC=10
E: NAME="ThinkPad Extra Buttons"
E: PHYS="thinkpad_acpi/input0"
E: PRODUCT=19/17aa/5054/4101
E: PROP=0
E: SUBSYSTEM=input
E: SW=a
E: USEC_INITIALIZED=26103720

P: /devices/platform/thinkpad_acpi/input/input14/event7
N: input/event7
S: input/by-path/platform-thinkpad_acpi-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input14/event7
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi
E: KEYBOARD_KEY_01=screenlock
E: KEYBOARD_KEY_02=battery
E: KEYBOARD_KEY_03=sleep
E: KEYBOARD_KEY_04=wlan
E: KEYBOARD_KEY_06=switchvideomode
E: KEYBOARD_KEY_07=f21
E: KEYBOARD_KEY_08=f24
E: KEYBOARD_KEY_0b=suspend
E: KEYBOARD_KEY_0f=brightnessup
E: KEYBOARD_KEY_10=brightnessdown
E: KEYBOARD_KEY_11=kbdillumtoggle
E: KEYBOARD_KEY_13=zoom
E: KEYBOARD_KEY_14=volumeup
E: KEYBOARD_KEY_15=volumedown
E: KEYBOARD_KEY_16=mute
E: KEYBOARD_KEY_17=prog1
E: KEYBOARD_KEY_1a=f20
E: LIBINPUT_DEVICE_GROUP=19/17aa/5054/4101:thinkpad_acpi
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=27179032
E: XKBLAYOUT=us
E: XKBMODEL=pc104

P: /devices/virtual/input/input24
E: DEVPATH=/devices/virtual/input/input24
E: EV=3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
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: NAME="ACPI Virtual Keyboard Device"
E: PRODUCT=3/0/0/4
E: PROP=0
E: SUBSYSTEM=input
E: USEC_INITIALIZED=37857603

P: /devices/virtual/input/input24/event17
N: input/event17
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event17
E: DEVPATH=/devices/virtual/input/input24/event17
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=81
E: SUBSYSTEM=input
E: USEC_INITIALIZED=37913719
E: XKBLAYOUT=us
E: XKBMODEL=pc104


DRM Information from dmesg:
---------------------------
[    0.955629] Linux agpgart interface v0.103
[   25.782184] [drm] Initialized drm 1.1.0 20060810
[   26.504187] [drm] Memory usable by graphics device = 2048M
[   26.505524] [drm] Replacing VGA console driver
[   26.513871] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   26.513878] [drm] Driver supports precise vblank timestamp query.
[   26.530827] [drm] RC6 disabled, disabling runtime PM support
[   26.535290] [drm] Initialized i915 1.6.0 20160229 for 0000:00:02.0 on minor 0
[   26.925899] fbcon: inteldrmfb (fb0) is primary device
[   28.448719] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device


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

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration    1.147
ii  libaudit1                 1:2.6.5-1
ii  libc6                     2.23-2
ii  libdbus-1-3               1.10.8-1
ii  libdrm2                   2.4.70-1
ii  libegl1-mesa              11.2.2-1
ii  libepoxy0                 1.3.1-1
ii  libgbm1                   11.2.2-1
ii  libgcrypt20               1.7.2-2
ii  libgl1-mesa-glx [libgl1]  11.2.2-1
ii  libpciaccess0             0.13.4-1
ii  libpixman-1-0             0.33.6-1
ii  libselinux1               2.5-3
ii  libsystemd0               230-7
ii  libudev1                  230-7
ii  libxau6                   1:1.0.8-1
ii  libxdmcp6                 1:1.1.2-1.1
ii  libxfont1                 1:1.5.1-1
ii  libxshmfence1             1.2-1
ii  udev                      230-7
ii  xserver-common            2:1.18.4-1

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri  11.2.2-1
pn  libpam-systemd   <none>

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

-- no debconf information


Reply to: