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

Bug#801518: xserver-xorg: Display freezes with two X servers, switching TTYs no longer possible



Package: xserver-xorg
Version: 1:7.7+12
Severity: important

Hello,

I use the following commands to start two X servers (the
`runuser` command is only used to spawn a new systemd session):

    runuser --login --command='/usr/bin/startx -- :0 -nolisten tcp -novtswitch vt7' user1
    runuser --login --command='/usr/bin/startx -- :1 -nolisten tcp -novtswitch vt8' user2

This worked fine in 1:7.7+9, but since 1:7.7+12 this setup causes
a freeze once I switch from the first X on vt7 to vt8. Now I
can't switch back to either vt7 or any other TTY and also can't
enter anything in the TTY. The system isn't locked up though,
e.g. sound is still working. The logs contain no additional
information (the log below is from 1:7.7+9 though), except the
following (which is always displayed when switching TTYs also in
the working version).

    [ 19275.504] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 19281.595] (II) AIGLX: Resuming AIGLX clients after VT switch

I've tried it with the compat wrapper which uses a setuid binary.
I've no idea how to debug this issue. Some pointers would be very
appreciated.

Regards
Simon

-- Package-specific info:
VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 240 Oct  4 04:16 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
# Try to prevent tearing for Intel graphics.
Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
    Option      "AccelMethod"   "sna"
    Option      "TearFree"      "true"
EndSection

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

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 4.2.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.2.3-1 (2015-10-06)

Contents of most recent Xorg X server log file (/var/log/Xorg.1.log):
---------------------------------------------------------------------
[   246.944] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[   246.944] X Protocol Version 11, Revision 0
[   246.944] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   246.944] Current Operating System: Linux blood-stain-child 4.2.0-1-amd64 #1 SMP Debian 4.2.3-1 (2015-10-06) x86_64
[   246.944] Kernel command line: BOOT_IMAGE=/vmlinuz-4.2.0-1-amd64 root=/dev/mapper/blood--stain--child-root ro intel_iommu=on,igfx_off
[   246.944] Build Date: 04 May 2015  11:22:06PM
[   246.944] xorg-server 2:1.17.1-2 (http://www.debian.org/support) 
[   246.944] Current version of pixman: 0.33.2
[   246.944] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   246.944] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   246.944] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Oct  9 23:04:44 2015
[   246.944] (==) Using config file: "/etc/X11/xorg.conf"
[   246.944] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   246.944] (==) No Layout section.  Using the first Screen section.
[   246.944] (==) No screen section available. Using defaults.
[   246.944] (**) |-->Screen "Default Screen Section" (0)
[   246.944] (**) |   |-->Monitor "<default monitor>"
[   246.944] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   246.944] (**) |   |-->Device "Intel Graphics"
[   246.944] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   246.944] (==) Automatically adding devices
[   246.944] (==) Automatically enabling devices
[   246.944] (==) Automatically adding GPU devices
[   246.944] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   246.944] 	Entry deleted from font path.
[   246.944] (==) 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
[   246.944] (==) ModulePath set to "/usr/lib/xorg/modules"
[   246.944] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   246.944] (II) Loader magic: 0x55a80ebf3d80
[   246.944] (II) Module ABI versions:
[   246.944] 	X.Org ANSI C Emulation: 0.4
[   246.944] 	X.Org Video Driver: 19.0
[   246.944] 	X.Org XInput driver : 21.0
[   246.944] 	X.Org Server Extension : 9.0
[   246.945] (II) xfree86: Adding drm device (/dev/dri/card0)
[   246.945] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[   246.946] (--) PCI:*(0:0:2:0) 8086:1616:17aa:2226 rev 9, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x00003000/64
[   246.946] (II) LoadModule: "glx"
[   246.946] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   246.947] (II) Module glx: vendor="X.Org Foundation"
[   246.947] 	compiled for 1.17.1, module version = 1.0.0
[   246.947] 	ABI class: X.Org Server Extension, version 9.0
[   246.947] (==) AIGLX enabled
[   246.947] (II) LoadModule: "intel"
[   246.947] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   246.947] (II) Module intel: vendor="X.Org Foundation"
[   246.947] 	compiled for 1.17.2, module version = 2.99.917
[   246.947] 	Module class: X.Org Video Driver
[   246.947] 	ABI class: X.Org Video Driver, version 19.0
[   246.947] (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
[   246.947] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   246.947] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   246.947] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   246.947] (++) using VT number 8

[   247.214] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[   247.214] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917-2 (Vincent Cheng <vcheng@debian.org>)
[   247.214] (II) intel(0): SNA compiled for use with valgrind
[   247.214] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD graphics 5500
[   247.214] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2
[   247.214] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   247.214] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   247.214] (==) intel(0): RGB weight 888
[   247.214] (==) intel(0): Default visual is TrueColor
[   247.214] (**) intel(0): Option "AccelMethod" "sna"
[   247.214] (**) intel(0): Option "TearFree" "true"
[   247.214] (II) intel(0): Output eDP1 has no monitor section
[   247.236] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   247.236] (II) intel(0): Enabled output eDP1
[   247.236] (II) intel(0): Output DP1 has no monitor section
[   247.236] (II) intel(0): Enabled output DP1
[   247.236] (II) intel(0): Output HDMI1 has no monitor section
[   247.236] (II) intel(0): Enabled output HDMI1
[   247.236] (II) intel(0): Output DP2 has no monitor section
[   247.236] (II) intel(0): Enabled output DP2
[   247.236] (II) intel(0): Output HDMI2 has no monitor section
[   247.236] (II) intel(0): Enabled output HDMI2
[   247.236] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   247.236] (II) intel(0): Output VIRTUAL1 has no monitor section
[   247.236] (II) intel(0): Enabled output VIRTUAL1
[   247.236] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   247.236] (**) intel(0): TearFree enabled
[   247.236] (==) intel(0): DPI set to (96, 96)
[   247.236] (II) Loading sub module "dri2"
[   247.236] (II) LoadModule: "dri2"
[   247.236] (II) Module "dri2" already built-in
[   247.236] (II) Loading sub module "present"
[   247.236] (II) LoadModule: "present"
[   247.236] (II) Module "present" already built-in
[   247.236] (==) Depth 24 pixmap format is 32 bpp
[   247.236] (II) intel(0): SNA initialized with Broadwell backend
[   247.236] (==) intel(0): Backing store enabled
[   247.236] (==) intel(0): Silken mouse enabled
[   247.236] (II) intel(0): HW Cursor enabled
[   247.236] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   247.236] (==) intel(0): DPMS enabled
[   247.237] (==) intel(0): display hotplug detection enabled
[   247.237] (II) intel(0): [DRI2] Setup complete
[   247.237] (II) intel(0): [DRI2]   DRI driver: i965
[   247.237] (II) intel(0): [DRI2]   VDPAU driver: i965
[   247.237] (II) intel(0): direct rendering: DRI2 enabled
[   247.237] (II) intel(0): hardware support for Present enabled
[   247.237] (--) RandR disabled
[   247.242] (II) SELinux: Disabled on system
[   247.272] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   247.272] (II) AIGLX: enabled GLX_ARB_create_context
[   247.272] (II) AIGLX: enabled GLX_ARB_create_context_profile
[   247.272] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[   247.272] (II) AIGLX: enabled GLX_INTEL_swap_event
[   247.272] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[   247.272] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[   247.272] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[   247.272] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[   247.272] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[   247.272] (II) AIGLX: Loaded and initialized i965
[   247.272] (II) GLX: Initialized DRI2 GL provider for screen 0
[   247.275] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   247.279] (II) intel(0): Setting screen physical size to 508 x 285
[   247.309] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   247.309] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   247.309] (II) LoadModule: "evdev"
[   247.309] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   247.309] (II) Module evdev: vendor="X.Org Foundation"
[   247.309] 	compiled for 1.16.4, module version = 2.9.2
[   247.309] 	Module class: X.Org XInput Driver
[   247.309] 	ABI class: X.Org XInput driver, version 21.0
[   247.309] (II) Using input driver 'evdev' for 'Power Button'
[   247.309] (**) Power Button: always reports core events
[   247.309] (**) evdev: Power Button: Device: "/dev/input/event3"
[   247.309] (--) evdev: Power Button: Vendor 0 Product 0x1
[   247.309] (--) evdev: Power Button: Found keys
[   247.309] (II) evdev: Power Button: Configuring as keyboard
[   247.309] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[   247.309] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   247.309] (**) Option "xkb_rules" "evdev"
[   247.309] (**) Option "xkb_model" "pc105"
[   247.309] (**) Option "xkb_layout" "us"
[   247.309] (**) Option "xkb_options" "ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp"
[   247.324] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[   247.324] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   247.324] (II) Using input driver 'evdev' for 'Video Bus'
[   247.324] (**) Video Bus: always reports core events
[   247.324] (**) evdev: Video Bus: Device: "/dev/input/event11"
[   247.324] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   247.324] (--) evdev: Video Bus: Found keys
[   247.324] (II) evdev: Video Bus: Configuring as keyboard
[   247.324] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[   247.324] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   247.324] (**) Option "xkb_rules" "evdev"
[   247.324] (**) Option "xkb_model" "pc105"
[   247.324] (**) Option "xkb_layout" "us"
[   247.324] (**) Option "xkb_options" "ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp"
[   247.324] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   247.324] (II) No input driver specified, ignoring this device.
[   247.324] (II) This device may have been added with another device file.
[   247.325] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   247.325] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   247.325] (II) Using input driver 'evdev' for 'Sleep Button'
[   247.325] (**) Sleep Button: always reports core events
[   247.325] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[   247.325] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   247.325] (--) evdev: Sleep Button: Found keys
[   247.325] (II) evdev: Sleep Button: Configuring as keyboard
[   247.325] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[   247.325] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   247.325] (**) Option "xkb_rules" "evdev"
[   247.325] (**) Option "xkb_model" "pc105"
[   247.325] (**) Option "xkb_layout" "us"
[   247.325] (**) Option "xkb_options" "ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp"
[   247.325] (II) config/udev: Adding drm device (/dev/dri/card0)
[   247.325] (II) xfree86: Adding drm device (/dev/dri/card0)
[   247.325] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[   247.326] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[   247.326] (II) No input driver specified, ignoring this device.
[   247.326] (II) This device may have been added with another device file.
[   247.326] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[   247.326] (II) No input driver specified, ignoring this device.
[   247.326] (II) This device may have been added with another device file.
[   247.326] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[   247.326] (II) No input driver specified, ignoring this device.
[   247.326] (II) This device may have been added with another device file.
[   247.326] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[   247.326] (II) No input driver specified, ignoring this device.
[   247.326] (II) This device may have been added with another device file.
[   247.326] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event9)
[   247.326] (II) No input driver specified, ignoring this device.
[   247.326] (II) This device may have been added with another device file.
[   247.327] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[   247.327] (II) No input driver specified, ignoring this device.
[   247.327] (II) This device may have been added with another device file.
[   247.327] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[   247.327] (II) No input driver specified, ignoring this device.
[   247.327] (II) This device may have been added with another device file.
[   247.327] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event7)
[   247.327] (II) No input driver specified, ignoring this device.
[   247.327] (II) This device may have been added with another device file.
[   247.327] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   247.327] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   247.327] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   247.327] (**) AT Translated Set 2 keyboard: always reports core events
[   247.327] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   247.327] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   247.327] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   247.327] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   247.327] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   247.327] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[   247.327] (**) Option "xkb_rules" "evdev"
[   247.327] (**) Option "xkb_model" "pc105"
[   247.327] (**) Option "xkb_layout" "us"
[   247.327] (**) Option "xkb_options" "ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp"
[   247.328] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[   247.328] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[   247.328] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[   247.328] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[   247.328] (II) LoadModule: "synaptics"
[   247.328] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   247.328] (II) Module synaptics: vendor="X.Org Foundation"
[   247.328] 	compiled for 1.16.4, module version = 1.8.2
[   247.328] 	Module class: X.Org XInput Driver
[   247.328] 	ABI class: X.Org XInput driver, version 21.0
[   247.328] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[   247.328] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   247.328] (**) Option "Device" "/dev/input/event15"
[   247.400] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1232 - 5712 (res 53)
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1074 - 4780 (res 73)
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[   247.400] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   247.400] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   247.400] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   247.436] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event15"
[   247.436] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 10)
[   247.436] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[   247.436] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[   247.436] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.034
[   247.436] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[   247.436] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[   247.436] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   247.436] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   247.436] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[   247.436] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   247.436] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[   247.437] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event16)
[   247.437] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[   247.437] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[   247.437] (**) TPPS/2 IBM TrackPoint: always reports core events
[   247.437] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event16"
[   247.437] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[   247.437] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[   247.437] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[   247.437] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[   247.437] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[   247.437] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[   247.437] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   247.437] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input17/event16"
[   247.437] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 11)
[   247.437] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[   247.437] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[   247.437] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[   247.437] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   247.437] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   247.437] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   247.437] (II) No input driver specified, ignoring this device.
[   247.437] (II) This device may have been added with another device file.
[   247.437] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[   247.437] (II) No input driver specified, ignoring this device.
[   247.437] (II) This device may have been added with another device file.
[   247.438] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   247.438] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[   247.438] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[   247.438] (**) ThinkPad Extra Buttons: always reports core events
[   247.438] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
[   247.438] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[   247.438] (--) evdev: ThinkPad Extra Buttons: Found keys
[   247.438] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[   247.438] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[   247.438] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[   247.438] (**) Option "xkb_rules" "evdev"
[   247.438] (**) Option "xkb_model" "pc105"
[   247.438] (**) Option "xkb_layout" "us"
[   247.438] (**) Option "xkb_options" "ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp"
[   247.671] (II) intel(0): EDID vendor "LGD", prod id 1079
[   247.671] (II) intel(0): Printing DDC gathered Modelines:
[   247.671] (II) intel(0): Modeline "1920x1080"x0.0  138.46  1920 1968 2000 2106  1080 1083 1088 1095 +hsync -vsync (65.7 kHz eP)
[   250.032] (II) AIGLX: Suspending AIGLX clients for VT switch
[   251.168] (II) AIGLX: Resuming AIGLX clients after VT switch
[   251.168] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   251.832] (II) AIGLX: Suspending AIGLX clients for VT switch
[   253.799] (II) AIGLX: Resuming AIGLX clients after VT switch
[   253.799] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   254.568] (II) AIGLX: Suspending AIGLX clients for VT switch
[   255.282] (II) AIGLX: Resuming AIGLX clients after VT switch
[   255.282] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   255.860] (II) AIGLX: Suspending AIGLX clients for VT switch
[   340.903] (II) AIGLX: Resuming AIGLX clients after VT switch
[   340.903] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   421.332] (II) AIGLX: Suspending AIGLX clients for VT switch
[   690.881] (II) AIGLX: Resuming AIGLX clients after VT switch
[   690.881] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1750.308] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1871.977] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1871.977] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  3975.712] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4020.432] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4020.432] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4036.420] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4068.266] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4068.266] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4070.432] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4192.898] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4192.898] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4214.540] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4258.803] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4258.803] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4301.080] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4340.415] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4340.415] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4354.700] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4389.865] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4389.865] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4395.212] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4444.444] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4444.444] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4475.284] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4555.536] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4555.536] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  4561.508] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4880.482] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4880.482] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  5002.836] (II) AIGLX: Suspending AIGLX clients for VT switch
[  5079.348] (II) AIGLX: Resuming AIGLX clients after VT switch
[  5079.348] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  6133.188] (II) AIGLX: Suspending AIGLX clients for VT switch
[  6274.822] (II) AIGLX: Resuming AIGLX clients after VT switch
[  6274.822] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  7096.684] (II) AIGLX: Suspending AIGLX clients for VT switch
[  7256.393] (II) AIGLX: Resuming AIGLX clients after VT switch
[  7256.394] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[  7296.540] (II) AIGLX: Suspending AIGLX clients for VT switch
[  7667.622] (II) AIGLX: Resuming AIGLX clients after VT switch
[  7667.622] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 11099.648] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 11236.142] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 11236.142] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 13702.864] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 13832.071] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 13832.071] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 18787.216] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 18835.135] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 18835.135] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 19149.924] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 19224.945] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 19224.945] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 19275.504] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 19281.595] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 19281.595] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 23521.536] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 23524.530] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 23524.530] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 32622.388] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 32652.361] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 32652.361] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 32661.696] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 32721.081] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 32721.081] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 35007.852] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 35020.593] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 35020.593] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 35041.824] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 35051.338] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 35051.338] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 35077.564] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 35080.651] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 35080.651] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 39079.560] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 39111.483] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 39111.483] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 39584.748] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 39604.812] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 39604.812] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 39618.188] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 39624.732] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 39624.732] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 48391.172] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 48392.851] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 48392.852] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 48422.508] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 53329.188] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 53329.188] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 54632.424] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 54637.241] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 54637.241] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 55940.052] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 56018.272] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 56018.272] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 56909.392] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 56948.518] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 56948.518] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 56965.420] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 56975.599] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 56975.599] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 57095.776] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 57254.742] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 57254.742] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 57345.208] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 57694.324] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 57694.324] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 57720.720] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 57759.163] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 57759.163] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 57982.128] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58121.330] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58121.330] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58139.640] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58165.048] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58165.049] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58324.336] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58352.017] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58352.017] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58431.944] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58458.359] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58458.359] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58465.092] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58481.909] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58481.909] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58570.896] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58590.650] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58590.650] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58646.960] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58693.461] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58693.461] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 58849.196] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 58858.896] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 58858.896] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 59361.044] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 59376.688] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 59376.688] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 59518.132] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 59736.789] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 59736.789] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 59740.948] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 59748.781] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 59748.781] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 59781.676] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 60038.798] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 60038.798] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 60323.148] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 60359.587] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 60359.587] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 60678.244] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 60684.138] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 60684.139] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 60689.032] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 60728.875] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 60728.875] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 61012.116] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 61029.639] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 61029.639] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 61207.956] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 61269.443] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 61269.443] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
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: TAGS=:seat:
E: USEC_INITIALIZED=10448705

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10484522
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
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: TAGS=:seat:
E: USEC_INITIALIZED=10493567

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11
N: input/event11
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=75
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10540498
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
E: EV=21
E: ID_FOR_SEAT=input-acpi-PNP0C0D_00
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: TAGS=:seat:
E: USEC_INITIALIZED=10447477

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1
N: input/event1
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10492615

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0E_00
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: TAGS=:seat:
E: USEC_INITIALIZED=10448130

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10492693
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp

P: /devices/pci0000:00/0000:00:03.0/sound/card1/input14
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card1/input14
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=10495593

P: /devices/pci0000:00/0000:00:03.0/sound/card1/input14/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card1/input14/event12
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10544395

P: /devices/pci0000:00/0000:00:03.0/sound/card1/input15
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card1/input15
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=10495627

P: /devices/pci0000:00/0000:00:03.0/sound/card1/input15/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card1/input15/event13
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10544404

P: /devices/pci0000:00/0000:00:03.0/sound/card1/input16
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card1/input16
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_03_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA Intel HDMI HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=140
E: TAGS=:seat:
E: USEC_INITIALIZED=10505070

P: /devices/pci0000:00/0000:00:03.0/sound/card1/input16/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card1/input16/event14
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:03.0
E: ID_PATH_TAG=pci-0000_00_03_0
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10552416

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
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 PCH Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=10478249

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event8
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10504707

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
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 PCH Dock Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: TAGS=:seat:
E: USEC_INITIALIZED=10485160

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
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 PCH Headphone"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: TAGS=:seat:
E: USEC_INITIALIZED=10485150

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

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event6
N: input/event6
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8/event6
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10512443

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
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 PCH Dock Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=10
E: TAGS=:seat:
E: USEC_INITIALIZED=10476973

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event7
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10504350

P: /devices/platform/i8042/serio0/input/input0
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: EV=120013
E: ID_FOR_SEAT=input-platform-i8042-serio-0
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:b0011v0001p0001eAB54-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PRODUCT=11/1/1/ab54
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=637684

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: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10492889
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp

P: /devices/platform/i8042/serio1/input/input7
E: ABS=660800011000003
E: DEVPATH=/devices/platform/i8042/serio1/input/input7
E: EV=b
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=e520 10000 0 0 0 0
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,3A,mlsfw
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/7/1b1
E: PROP=5
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=11306821

P: /devices/platform/i8042/serio1/input/input7/event15
N: input/event15
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/platform/i8042/serio1/input/input7/event15
E: ID_INPUT=1
E: ID_INPUT_HEIGHT_MM=50
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_WIDTH_MM=84
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: USEC_INITIALIZED=11336491

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

P: /devices/platform/i8042/serio1/serio2/input/input17
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input17
E: EV=7
E: ID_FOR_SEAT=input-platform-i8042-serio-2
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
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: TAGS=:seat:
E: USEC_INITIALIZED=15661118

P: /devices/platform/i8042/serio1/serio2/input/input17/event16
N: input/event16
S: input/by-path/platform-i8042-serio-2-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input17/event16
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15700623

P: /devices/platform/i8042/serio1/serio2/input/input17/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-2-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input17/mouse1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15661815

P: /devices/platform/pcspkr/input/input5
E: DEVPATH=/devices/platform/pcspkr/input/input5
E: EV=40001
E: ID_FOR_SEAT=input-platform-pcspkr
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: TAGS=:seat:
E: USEC_INITIALIZED=10453147

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

P: /devices/platform/thinkpad_acpi/input/input6
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input6
E: EV=33
E: ID_FOR_SEAT=input-platform-thinkpad_acpi
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,lsfw3,
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=8
E: TAGS=:seat:
E: USEC_INITIALIZED=10474102

P: /devices/platform/thinkpad_acpi/input/input6/event5
N: input/event5
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/event5
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input6/event5
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: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10512571
E: XKBLAYOUT=us
E: XKBMODEL=pc105
E: XKBOPTIONS=ctrl:nocaps,compose:menu,terminate:ctrl_alt_bksp


DRM Information from dmesg:
---------------------------
[    0.591782] Linux agpgart interface v0.103
[    1.236509] ata1.00: supports DRM functions and may not be fully accessible
[    1.242201] ata1.00: supports DRM functions and may not be fully accessible
[   10.341170] [drm] Initialized drm 1.1.0 20060810
[   10.430799] [drm] Memory usable by graphics device = 4096M
[   10.434577] fb: switching to inteldrmfb from simple
[   10.436957] [drm] Replacing VGA console driver
[   10.444449] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.444458] [drm] Driver supports precise vblank timestamp query.
[   10.478269] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[   10.538411] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
[   10.555635] fbcon: inteldrmfb (fb0) is primary device
[   11.692030] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[11123.720576] WARNING: CPU: 0 PID: 0 at /build/linux-vpfKwJ/linux-4.2.3/drivers/gpu/drm/i915/intel_display.c:11098 intel_check_page_flip+0xf2/0x100 [i915]()
[11123.720618]  pcspkr serio_raw efivars snd_pcm drm_kms_helper memstick cfg80211 sg nvram snd_timer drm mei_me lpc_ich snd shpchp wmi rfkill i2c_i801 soundcore i2c_algo_bit mei ac battery video button processor loop efivarfs autofs4 ext4 crc16 mbcache jbd2 algif_skcipher af_alg dm_crypt dm_mod sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel jitterentropy_rng sha256_ssse3 sha256_generic hmac drbg ansi_cprng rtsx_pci_sdmmc mmc_core aesni_intel aes_x86_64 lrw ahci libahci xhci_pci ehci_pci libata gf128mul glue_helper ehci_hcd ablk_helper xhci_hcd cryptd scsi_mod e1000e rtsx_pci ptp mfd_core usbcore pps_core thermal usb_common thermal_sys
[11126.431991] ata1.00: supports DRM functions and may not be fully accessible
[11126.436700] ata1.00: supports DRM functions and may not be fully accessible
[14732.536445] ata1.00: supports DRM functions and may not be fully accessible
[14732.540498] ata1.00: supports DRM functions and may not be fully accessible
[55992.048509] ata1.00: supports DRM functions and may not be fully accessible
[55992.051915] ata1.00: supports DRM functions and may not be fully accessible


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

Kernel: Linux 4.2.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: systemd (via /run/systemd/system)

Versions of packages xserver-xorg depends on:
ii  libc6                                             2.19-22
ii  x11-xkb-utils                                     7.7+2
ii  xkb-data                                          2.14-1
hi  xserver-xorg-core                                 2:1.17.1-2
ii  xserver-xorg-input-evdev [xorg-driver-input]      1:2.9.2-1
ii  xserver-xorg-input-mouse [xorg-driver-input]      1:1.9.1-1
ii  xserver-xorg-input-synaptics [xorg-driver-input]  1.8.2-1
ii  xserver-xorg-input-void [xorg-driver-input]       1:1.4.1-1
ii  xserver-xorg-video-dummy [xorg-driver-video]      1:0.3.7-1+b4
ii  xserver-xorg-video-intel [xorg-driver-video]      2:2.99.917-2

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri  10.6.8-1

xserver-xorg suggests no packages.

-- no debconf information
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: signature.asc
Description: PGP signature


Reply to: