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

Bug#815013: xserver-xorg-video-intel: SNA causes crash with Java application



Package: xserver-xorg-video-intel
Version: 2:2.99.917+git20160127-1+b1
Severity: important


I was using Debian jessie which was working fine.  Then I upgraded to
stretch and my X sessions started crashing.  Without debugging too
much, I then upgraded to sid in the hope that the X libraries/drivers
would magically fix the problem.  Still broken.  So then I did some
investigation.

The behavior I observed on stretch and sid is that once I open a
GUI-intensive Java application (in my case Burp Proxy) a little bit of
clicking around and using scroll bars causes X to crash.  I am unable
to restart xdm after this, so I believe the video card gets stuck in a
broken state.

Upon reading a bit on the intel(4) man page, I saw the AccelMethod
options, so I added this to my xorg.conf:

        Option     "AccelMethod"        "UXA"

The Xorg.0.log file indicates that UXA is indeed being used now, and
so far I haven't had another crash.  So it appears SNA is the culprit.
The Xorg.0.log file you see below is from *after* I made this change.
I will also attach the Xorg.0.log.old file, which shows what happens
when SNA is enabled (note the crash at the end of the file).

cheers,
tim


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Mar 31  2014 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Feb  9 03:12 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 4955 Feb 17 10:12 /etc/X11/xorg.conf

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

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "glx"
EndSection

Section "InputClass"
        Identifier      "evdevClass"                      # required
        MatchIsTouchpad "yes"                           # required
        Driver          "evdev"                     # required
EndSection

Section "InputClass"
        Identifier      "touchpadClass"                 # required
        MatchIsTouchpad "yes"                           # required
        Driver          "synaptics"                     # required
        Option          "MinSpeed"              "0.5"
        Option          "MaxSpeed"              "1.0"
        Option          "AccelFactor"           "0.075"
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "2"     # multitouch
        Option          "TapButton3"            "3"     # multitouch
        Option          "VertTwoFingerScroll"   "1"     # multitouch
        Option          "HorizTwoFingerScroll"  "1"     # multitouch
        Option          "VertEdgeScroll"        "1"
        Option          "CoastingSpeed"         "8"
        Option          "CornerCoasting"        "1"
        Option          "CircularScrolling"     "1"
        Option          "CircScrollTrigger"     "7"
        Option          "EdgeMotionUseAlways"   "1"
        Option          "LBCornerButton"        "8"     # browser "back" btn
        Option          "RBCornerButton"        "9"     # browser "forward" btn
EndSection


Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection


Section "InputClass"
	Identifier  "Kingsis Peripherals Evoluent VerticalMouse 2"
        #0x2222 Product 0x3061
        Driver          "evdev"                     # required

	MatchUSBID  "2222:3061"
	Option	    "Protocol" "auto"
        Option      "Buttons" "9"
        Option      "ButtonMapping"         "1 9 2 4 5 3 3 3 3"
	Option	    "ZAxisMapping" "4 5"
	Option      "GrabDevice" "True"
EndSection



Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "evdev"
	Option	    "Protocol" "auto"
	#Option	    "Device" "/dev/input/mice"
	Option	    "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
	Option	    "ZAxisMapping" "4 5 6 7"
        Option      "Emulate3Buttons" 	"true"
EndSection


Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        Option     "AccelMethod"        "UXA"
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "SwapbuffersWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


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

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

Kernel version (/proc/version):
-------------------------------
Linux version 4.3.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.3.1 20160121 (Debian 5.3.1-7) ) #1 SMP Debian 4.3.5-1 (2016-02-06)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 36814 Feb 17 10:13 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    18.715] 
X.Org X Server 1.18.1
Release Date: 2016-02-08
[    18.715] X Protocol Version 11, Revision 0
[    18.715] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    18.715] Current Operating System: Linux pauling 4.3.0-1-amd64 #1 SMP Debian 4.3.5-1 (2016-02-06) x86_64
[    18.715] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 root=UUID=cf03ef23-6da4-4135-81bf-e68c6be5ab98 ro quiet
[    18.715] Build Date: 09 February 2016  11:06:03AM
[    18.715] xorg-server 2:1.18.1-1 (http://www.debian.org/support) 
[    18.715] Current version of pixman: 0.33.6
[    18.715] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.715] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.715] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 17 10:13:11 2016
[    18.717] (==) Using config file: "/etc/X11/xorg.conf"
[    18.717] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.718] (==) ServerLayout "X.org Configured"
[    18.718] (**) |-->Screen "Screen0" (0)
[    18.718] (**) |   |-->Monitor "Monitor0"
[    18.718] (**) |   |-->Device "Card0"
[    18.718] (**) |-->Input Device "Mouse0"
[    18.718] (**) |-->Input Device "Keyboard0"
[    18.718] (==) Automatically adding devices
[    18.718] (==) Automatically enabling devices
[    18.718] (==) Automatically adding GPU devices
[    18.718] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.720] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.720] 	Entry deleted from font path.
[    18.720] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    18.720] 	Entry deleted from font path.
[    18.720] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    18.720] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    18.721] 	Entry deleted from font path.
[    18.721] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    18.721] (**) ModulePath set to "/usr/lib/xorg/modules"
[    18.721] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    18.721] (WW) Disabling Keyboard0
[    18.721] (II) Loader magic: 0x55ffd38f8dc0
[    18.721] (II) Module ABI versions:
[    18.721] 	X.Org ANSI C Emulation: 0.4
[    18.721] 	X.Org Video Driver: 20.0
[    18.721] 	X.Org XInput driver : 22.1
[    18.721] 	X.Org Server Extension : 9.0
[    18.722] (++) using VT number 7

[    18.722] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    18.722] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.724] (--) PCI:*(0:0:2:0) 8086:0a16:1179:0005 rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
[    18.724] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    18.724] (II) LoadModule: "glx"
[    18.725] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.736] (II) Module glx: vendor="X.Org Foundation"
[    18.736] 	compiled for 1.18.1, module version = 1.0.0
[    18.736] 	ABI class: X.Org Server Extension, version 9.0
[    18.736] (==) AIGLX enabled
[    18.736] (II) LoadModule: "intel"
[    18.736] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.739] (II) Module intel: vendor="X.Org Foundation"
[    18.739] 	compiled for 1.18.0, module version = 2.99.917
[    18.739] 	Module class: X.Org Video Driver
[    18.739] 	ABI class: X.Org Video Driver, version 20.0
[    18.739] (II) LoadModule: "evdev"
[    18.739] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    18.740] (II) Module evdev: vendor="X.Org Foundation"
[    18.741] 	compiled for 1.18.0, module version = 2.10.1
[    18.741] 	Module class: X.Org XInput Driver
[    18.741] 	ABI class: X.Org XInput driver, version 22.1
[    18.741] (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
[    18.741] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    18.741] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    18.741] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    18.741] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    18.741] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    18.744] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    18.744] (==) intel(0): RGB weight 888
[    18.744] (==) intel(0): Default visual is TrueColor
[    18.744] (**) intel(0): Option "AccelMethod" "UXA"
[    18.744] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[    18.744] (**) intel(0): Relaxed fencing enabled
[    18.744] (**) intel(0): Wait on SwapBuffers? enabled
[    18.744] (**) intel(0): Triple buffering? enabled
[    18.744] (**) intel(0): Framebuffer tiled
[    18.744] (**) intel(0): Pixmaps tiled
[    18.744] (**) intel(0): 3D buffers tiled
[    18.744] (**) intel(0): SwapBuffers wait enabled
[    18.744] (==) intel(0): video overlay key set to 0x101fe
[    18.745] (II) intel(0): Output eDP1 using monitor section Monitor0
[    18.745] (--) intel(0): found backlight control interface intel_backlight
[    18.745] (II) intel(0): Output DP1 has no monitor section
[    18.746] (II) intel(0): Output HDMI1 has no monitor section
[    18.746] (II) intel(0): Output DP2 has no monitor section
[    18.746] (II) intel(0): Output HDMI2 has no monitor section
[    18.747] (II) intel(0): EDID for output eDP1
[    18.747] (II) intel(0): Manufacturer: CMN  Model: 1355  Serial#: 0
[    18.747] (II) intel(0): Year: 2013  Week: 11
[    18.747] (II) intel(0): EDID Version: 1.4
[    18.747] (II) intel(0): Digital Display Input
[    18.747] (II) intel(0): 6 bits per channel
[    18.747] (II) intel(0): Digital interface is DisplayPort
[    18.747] (II) intel(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[    18.747] (II) intel(0): Gamma: 2.20
[    18.747] (II) intel(0): No DPMS capabilities specified
[    18.747] (II) intel(0): Supported color encodings: RGB 4:4:4 
[    18.747] (II) intel(0): First detailed timing is preferred mode
[    18.747] (II) intel(0): Preferred mode is native pixel format and refresh rate
[    18.747] (II) intel(0): redX: 0.595 redY: 0.345   greenX: 0.320 greenY: 0.565
[    18.747] (II) intel(0): blueX: 0.155 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[    18.747] (II) intel(0): Manufacturer's mask: 0
[    18.747] (II) intel(0): Supported detailed timing:
[    18.747] (II) intel(0): clock: 76.4 MHz   Image Size:  293 x 165 mm
[    18.747] (II) intel(0): h_active: 1366  h_sync: 1434  h_sync_end 1479 h_blank_end 1592 h_border: 0
[    18.747] (II) intel(0): v_active: 768  v_sync: 772  v_sync_end 779 v_blanking: 800 v_border: 0
[    18.747] (II) intel(0):  N133BGE-EAA
[    18.747] (II) intel(0):  CMN
[    18.747] (II) intel(0):  N133BGE-EAA
[    18.748] (II) intel(0): EDID (in hex):
[    18.748] (II) intel(0): 	00ffffffffffff000dae551300000000
[    18.748] (II) intel(0): 	0b170104951d11780253d59858529027
[    18.748] (II) intel(0): 	21505400000001010101010101010101
[    18.748] (II) intel(0): 	010101010101da1d56e250002030442d
[    18.748] (II) intel(0): 	470025a510000018000000fe004e3133
[    18.748] (II) intel(0): 	334247452d4541410a20000000fe0043
[    18.748] (II) intel(0): 	4d4e0a202020202020202020000000fe
[    18.748] (II) intel(0): 	004e3133334247452d4541410a20006c
[    18.748] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[    18.748] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    18.748] (II) intel(0): Printing probed modes for output eDP1
[    18.748] (II) intel(0): Modeline "1366x768"x60.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    18.748] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    18.748] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    18.748] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    18.748] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    18.748] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    18.748] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    18.748] (II) intel(0): EDID for output DP1
[    18.748] (II) intel(0): EDID for output HDMI1
[    18.748] (II) intel(0): EDID for output DP2
[    18.748] (II) intel(0): EDID for output HDMI2
[    18.748] (II) intel(0): Output eDP1 connected
[    18.748] (II) intel(0): Output DP1 disconnected
[    18.748] (II) intel(0): Output HDMI1 disconnected
[    18.748] (II) intel(0): Output DP2 disconnected
[    18.748] (II) intel(0): Output HDMI2 disconnected
[    18.748] (II) intel(0): Using exact sizes for initial modes
[    18.748] (II) intel(0): Output eDP1 using initial mode 1366x768 +0+0
[    18.749] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.749] (II) intel(0): Kernel page flipping support detected, enabling
[    18.749] (==) intel(0): DPI set to (96, 96)
[    18.749] (II) Loading sub module "fb"
[    18.749] (II) LoadModule: "fb"
[    18.749] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.749] (II) Module fb: vendor="X.Org Foundation"
[    18.749] 	compiled for 1.18.1, module version = 1.0.0
[    18.749] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.749] (II) Loading sub module "dri2"
[    18.749] (II) LoadModule: "dri2"
[    18.749] (II) Module "dri2" already built-in
[    18.749] (==) Depth 24 pixmap format is 32 bpp
[    18.749] (II) intel(0): Allocated new frame buffer 1366x768 stride 5632, tiled
[    18.751] (II) UXA(0): Driver registered support for the following operations:
[    18.751] (II)         solid
[    18.751] (II)         copy
[    18.751] (II)         composite (RENDER acceleration)
[    18.751] (II)         put_image
[    18.751] (II)         get_image
[    18.751] (II) intel(0): [DRI2] Setup complete
[    18.751] (II) intel(0): [DRI2]   DRI driver: i965
[    18.751] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    18.751] (==) intel(0): Backing store enabled
[    18.751] (==) intel(0): Silken mouse enabled
[    18.751] (II) intel(0): Initializing HW Cursor
[    18.751] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.752] (==) intel(0): DPMS enabled
[    18.752] (==) intel(0): Intel XvMC decoder enabled
[    18.752] (II) intel(0): Set up textured video
[    18.752] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    18.752] (II) intel(0): DRI2: Enabled
[    18.752] (II) intel(0): DRI3: Disabled
[    18.752] (==) intel(0): hotplug detection: "enabled"
[    18.764] (--) RandR disabled
[    18.770] (II) SELinux: Disabled on system
[    18.791] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    18.791] (II) AIGLX: enabled GLX_ARB_create_context
[    18.791] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    18.791] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    18.792] (II) AIGLX: enabled GLX_INTEL_swap_event
[    18.792] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    18.792] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    18.792] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    18.792] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    18.792] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    18.792] (II) AIGLX: Loaded and initialized i965
[    18.792] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.792] (II) intel(0): Setting screen physical size to 361 x 203
[    18.841] (II) Using input driver 'evdev' for 'Mouse0'
[    18.841] (**) Option "CorePointer"
[    18.841] (**) Mouse0: always reports core events
[    18.841] (**) evdev: Mouse0: Device: "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
[    18.841] (--) evdev: Mouse0: Vendor 0x2 Product 0x8
[    18.841] (--) evdev: Mouse0: Found 3 mouse buttons
[    18.841] (--) evdev: Mouse0: Found relative axes
[    18.841] (--) evdev: Mouse0: Found x and y relative axes
[    18.841] (II) evdev: Mouse0: Configuring as mouse
[    18.841] (**) Option "Emulate3Buttons" "true"
[    18.841] (**) evdev: Mouse0: YAxisMapping: buttons 4 and 5
[    18.841] (**) evdev: Mouse0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.841] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
[    18.841] (II) evdev: Mouse0: initialized for relative axes.
[    18.841] (**) Mouse0: (accel) keeping acceleration scheme 1
[    18.841] (**) Mouse0: (accel) acceleration profile 0
[    18.841] (**) Mouse0: (accel) acceleration factor: 2.000
[    18.841] (**) Mouse0: (accel) acceleration threshold: 4
[    18.847] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    18.847] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.847] (II) Using input driver 'evdev' for 'Power Button'
[    18.847] (**) Power Button: always reports core events
[    18.847] (**) evdev: Power Button: Device: "/dev/input/event4"
[    18.847] (--) evdev: Power Button: Vendor 0 Product 0x1
[    18.847] (--) evdev: Power Button: Found keys
[    18.847] (II) evdev: Power Button: Configuring as keyboard
[    18.847] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4"
[    18.847] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    18.847] (**) Option "xkb_rules" "evdev"
[    18.847] (**) Option "xkb_model" "pc105"
[    18.847] (**) Option "xkb_layout" "us"
[    18.847] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    18.847] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    18.847] (II) Using input driver 'evdev' for 'Video Bus'
[    18.847] (**) Video Bus: always reports core events
[    18.847] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    18.847] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    18.847] (--) evdev: Video Bus: Found keys
[    18.847] (II) evdev: Video Bus: Configuring as keyboard
[    18.847] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event6"
[    18.847] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    18.847] (**) Option "xkb_rules" "evdev"
[    18.847] (**) Option "xkb_model" "pc105"
[    18.847] (**) Option "xkb_layout" "us"
[    18.848] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    18.848] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    18.848] (II) Using input driver 'evdev' for 'Power Button'
[    18.848] (**) Power Button: always reports core events
[    18.848] (**) evdev: Power Button: Device: "/dev/input/event2"
[    18.848] (--) evdev: Power Button: Vendor 0 Product 0x1
[    18.848] (--) evdev: Power Button: Found keys
[    18.848] (II) evdev: Power Button: Configuring as keyboard
[    18.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event2"
[    18.848] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    18.848] (**) Option "xkb_rules" "evdev"
[    18.848] (**) Option "xkb_model" "pc105"
[    18.848] (**) Option "xkb_layout" "us"
[    18.848] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    18.848] (II) No input driver specified, ignoring this device.
[    18.848] (II) This device may have been added with another device file.
[    18.849] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[    18.849] (II) No input driver specified, ignoring this device.
[    18.849] (II) This device may have been added with another device file.
[    18.849] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[    18.849] (II) No input driver specified, ignoring this device.
[    18.849] (II) This device may have been added with another device file.
[    18.849] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event12)
[    18.849] (II) No input driver specified, ignoring this device.
[    18.849] (II) This device may have been added with another device file.
[    18.850] (II) config/udev: Adding input device Kingsis Peripherals Evoluent VerticalMouse 4 (/dev/input/event1)
[    18.850] (**) Kingsis Peripherals Evoluent VerticalMouse 4: Applying InputClass "evdev pointer catchall"
[    18.850] (II) Using input driver 'evdev' for 'Kingsis Peripherals Evoluent VerticalMouse 4'
[    18.850] (**) Kingsis Peripherals Evoluent VerticalMouse 4: always reports core events
[    18.850] (**) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Device: "/dev/input/event1"
[    18.904] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Vendor 0x1a7c Product 0x191
[    18.904] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found 10 mouse buttons
[    18.904] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found scroll wheel(s)
[    18.904] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found relative axes
[    18.904] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found x and y relative axes
[    18.904] (II) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Configuring as mouse
[    18.904] (II) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Adding scrollwheel support
[    18.904] (**) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: YAxisMapping: buttons 4 and 5
[    18.904] (**) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.904] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4/event1"
[    18.904] (II) XINPUT: Adding extended input device "Kingsis Peripherals Evoluent VerticalMouse 4" (type: MOUSE, id 10)
[    18.904] (II) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: initialized for relative axes.
[    18.904] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) keeping acceleration scheme 1
[    18.904] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) acceleration profile 0
[    18.904] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) acceleration factor: 2.000
[    18.904] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) acceleration threshold: 4
[    18.904] (II) config/udev: Adding input device Kingsis Peripherals Evoluent VerticalMouse 4 (/dev/input/mouse0)
[    18.904] (II) No input driver specified, ignoring this device.
[    18.905] (II) This device may have been added with another device file.
[    18.905] (II) config/udev: Adding input device Generic USB K/B (/dev/input/event15)
[    18.905] (**) Generic USB K/B: Applying InputClass "evdev keyboard catchall"
[    18.905] (II) Using input driver 'evdev' for 'Generic USB K/B'
[    18.905] (**) Generic USB K/B: always reports core events
[    18.905] (**) evdev: Generic USB K/B: Device: "/dev/input/event15"
[    18.905] (--) evdev: Generic USB K/B: Vendor 0x13ba Product 0x17
[    18.905] (--) evdev: Generic USB K/B: Found keys
[    18.905] (II) evdev: Generic USB K/B: Configuring as keyboard
[    18.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:13BA:0017.0002/input/input17/event15"
[    18.905] (II) XINPUT: Adding extended input device "Generic USB K/B" (type: KEYBOARD, id 11)
[    18.905] (**) Option "xkb_rules" "evdev"
[    18.905] (**) Option "xkb_model" "pc105"
[    18.905] (**) Option "xkb_layout" "us"
[    18.906] (II) config/udev: Adding input device Generic USB K/B (/dev/input/event16)
[    18.906] (**) Generic USB K/B: Applying InputClass "evdev pointer catchall"
[    18.906] (**) Generic USB K/B: Applying InputClass "evdev keyboard catchall"
[    18.906] (II) Using input driver 'evdev' for 'Generic USB K/B'
[    18.906] (**) Generic USB K/B: always reports core events
[    18.906] (**) evdev: Generic USB K/B: Device: "/dev/input/event16"
[    18.906] (--) evdev: Generic USB K/B: Vendor 0x13ba Product 0x17
[    18.906] (--) evdev: Generic USB K/B: Found 3 mouse buttons
[    18.906] (--) evdev: Generic USB K/B: Found scroll wheel(s)
[    18.906] (--) evdev: Generic USB K/B: Found relative axes
[    18.906] (--) evdev: Generic USB K/B: Found x and y relative axes
[    18.906] (--) evdev: Generic USB K/B: Found keys
[    18.906] (II) evdev: Generic USB K/B: Configuring as mouse
[    18.906] (II) evdev: Generic USB K/B: Configuring as keyboard
[    18.906] (II) evdev: Generic USB K/B: Adding scrollwheel support
[    18.906] (**) evdev: Generic USB K/B: YAxisMapping: buttons 4 and 5
[    18.906] (**) evdev: Generic USB K/B: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    18.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18/event16"
[    18.906] (II) XINPUT: Adding extended input device "Generic USB K/B" (type: KEYBOARD, id 12)
[    18.906] (**) Option "xkb_rules" "evdev"
[    18.906] (**) Option "xkb_model" "pc105"
[    18.906] (**) Option "xkb_layout" "us"
[    18.906] (II) evdev: Generic USB K/B: initialized for relative axes.
[    18.906] (**) Generic USB K/B: (accel) keeping acceleration scheme 1
[    18.906] (**) Generic USB K/B: (accel) acceleration profile 0
[    18.906] (**) Generic USB K/B: (accel) acceleration factor: 2.000
[    18.906] (**) Generic USB K/B: (accel) acceleration threshold: 4
[    18.906] (II) config/udev: Adding input device Generic USB K/B (/dev/input/mouse3)
[    18.906] (II) No input driver specified, ignoring this device.
[    18.906] (II) This device may have been added with another device file.
[    18.906] (II) config/udev: Adding input device TOSHIBA Web Camera - FHD (/dev/input/event17)
[    18.906] (**) TOSHIBA Web Camera - FHD: Applying InputClass "evdev keyboard catchall"
[    18.906] (II) Using input driver 'evdev' for 'TOSHIBA Web Camera - FHD'
[    18.906] (**) TOSHIBA Web Camera - FHD: always reports core events
[    18.906] (**) evdev: TOSHIBA Web Camera - FHD: Device: "/dev/input/event17"
[    18.906] (--) evdev: TOSHIBA Web Camera - FHD: Vendor 0x4f2 Product 0xb3b2
[    18.906] (--) evdev: TOSHIBA Web Camera - FHD: Found keys
[    18.906] (II) evdev: TOSHIBA Web Camera - FHD: Configuring as keyboard
[    18.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19/event17"
[    18.907] (II) XINPUT: Adding extended input device "TOSHIBA Web Camera - FHD" (type: KEYBOARD, id 13)
[    18.907] (**) Option "xkb_rules" "evdev"
[    18.907] (**) Option "xkb_model" "pc105"
[    18.907] (**) Option "xkb_layout" "us"
[    18.907] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[    18.907] (II) No input driver specified, ignoring this device.
[    18.907] (II) This device may have been added with another device file.
[    18.907] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[    18.907] (II) No input driver specified, ignoring this device.
[    18.907] (II) This device may have been added with another device file.
[    18.907] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    18.907] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    18.907] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    18.907] (**) AT Translated Set 2 keyboard: always reports core events
[    18.907] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    18.907] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    18.907] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    18.907] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    18.907] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    18.907] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    18.907] (**) Option "xkb_rules" "evdev"
[    18.907] (**) Option "xkb_model" "pc105"
[    18.907] (**) Option "xkb_layout" "us"
[    18.908] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event13)
[    18.908] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "evdev pointer catchall"
[    18.908] (II) Using input driver 'evdev' for 'AlpsPS/2 ALPS DualPoint Stick'
[    18.908] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    18.908] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: Device: "/dev/input/event13"
[    18.908] (WW) evdev: AlpsPS/2 ALPS DualPoint Stick: device file is duplicate. Ignoring.
[    18.924] (EE) PreInit returned 8 for "AlpsPS/2 ALPS DualPoint Stick"
[    18.924] (II) UnloadModule: "evdev"
[    18.924] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse1)
[    18.924] (II) No input driver specified, ignoring this device.
[    18.924] (II) This device may have been added with another device file.
[    18.924] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event14)
[    18.924] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[    18.924] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchscreen catchall"
[    18.924] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    18.924] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    18.924] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdevClass"
[    18.924] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpadClass"
[    18.924] (II) LoadModule: "synaptics"
[    18.925] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    18.925] (II) Module synaptics: vendor="X.Org Foundation"
[    18.925] 	compiled for 1.18.0, module version = 1.8.3
[    18.925] 	Module class: X.Org XInput Driver
[    18.925] 	ABI class: X.Org XInput driver, version 22.1
[    18.925] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    18.925] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    18.925] (**) Option "Device" "/dev/input/event14"
[    18.984] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: found clickpad property
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 4095 (res 42)
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 2047 (res 38)
[    18.984] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report pressure, will use touch data.
[    18.984] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left double triple
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid pressure range.  defaulting to 0 - 255
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    18.984] (**) Option "VertEdgeScroll" "1"
[    18.984] (**) Option "CornerCoasting" "1"
[    18.984] (**) Option "VertTwoFingerScroll" "1"
[    18.984] (**) Option "HorizTwoFingerScroll" "1"
[    18.984] (**) Option "RBCornerButton" "9"
[    18.984] (**) Option "LBCornerButton" "8"
[    18.984] (**) Option "TapButton1" "1"
[    18.984] (**) Option "TapButton2" "2"
[    18.984] (**) Option "TapButton3" "3"
[    18.984] (**) Option "CircularScrolling" "1"
[    18.984] (**) Option "CircScrollTrigger" "7"
[    18.984] (**) Option "MinSpeed" "0.5"
[    18.984] (**) Option "MaxSpeed" "1.0"
[    18.984] (**) Option "AccelFactor" "0.075"
[    18.984] (**) Option "CoastingSpeed" "8"
[    18.984] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    18.984] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    18.984] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    19.020] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event14"
[    19.020] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 15)
[    19.020] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.0
[    19.020] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 2.00
[    19.020] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.075
[    19.020] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    19.020] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    19.020] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    19.020] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    19.020] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    19.020] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[    19.020] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    19.021] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    19.021] (II) No input driver specified, ignoring this device.
[    19.021] (II) This device may have been added with another device file.
[    19.021] (II) config/udev: Adding input device Toshiba input device (/dev/input/event5)
[    19.021] (**) Toshiba input device: Applying InputClass "evdev keyboard catchall"
[    19.021] (II) Using input driver 'evdev' for 'Toshiba input device'
[    19.021] (**) Toshiba input device: always reports core events
[    19.021] (**) evdev: Toshiba input device: Device: "/dev/input/event5"
[    19.021] (--) evdev: Toshiba input device: Vendor 0 Product 0
[    19.021] (--) evdev: Toshiba input device: Found keys
[    19.021] (II) evdev: Toshiba input device: Configuring as keyboard
[    19.021] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event5"
[    19.021] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 16)
[    19.021] (**) Option "xkb_rules" "evdev"
[    19.021] (**) Option "xkb_model" "pc105"
[    19.021] (**) Option "xkb_layout" "us"
[    22.858] (II) intel(0): EDID vendor "CMN", prod id 4949
[    22.858] (II) intel(0): Printing DDC gathered Modelines:
[    22.858] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    22.860] (II) intel(0): EDID vendor "CMN", prod id 4949
[    22.860] (II) intel(0): Printing DDC gathered Modelines:
[    22.860] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    40.023] (II) intel(0): EDID vendor "CMN", prod id 4949
[    40.023] (II) intel(0): Printing DDC gathered Modelines:
[    40.023] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    40.078] (II) intel(0): EDID vendor "CMN", prod id 4949
[    40.078] (II) intel(0): Printing DDC gathered Modelines:
[    40.078] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    40.134] (II) intel(0): EDID vendor "CMN", prod id 4949
[    40.134] (II) intel(0): Printing DDC gathered Modelines:
[    40.134] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.044] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.044] (II) intel(0): Printing DDC gathered Modelines:
[    43.044] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.107] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.108] (II) intel(0): Printing DDC gathered Modelines:
[    43.108] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.163] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[    43.254] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.254] (II) intel(0): Printing DDC gathered Modelines:
[    43.254] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.308] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.308] (II) intel(0): Printing DDC gathered Modelines:
[    43.308] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.364] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.364] (II) intel(0): Printing DDC gathered Modelines:
[    43.364] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.422] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.422] (II) intel(0): Printing DDC gathered Modelines:
[    43.422] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    43.499] (II) intel(0): EDID vendor "CMN", prod id 4949
[    43.500] (II) intel(0): Printing DDC gathered Modelines:
[    43.500] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
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=1964897

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4
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=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2004578
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
E: EV=3
E: ID_FOR_SEAT=input-acpi-LNXVIDEO_01
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: TAGS=:seat:
E: USEC_INITIALIZED=1993340

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2024551
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
E: EV=3
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
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: TAGS=:seat:
E: USEC_INITIALIZED=1951922

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event2
N: input/event2
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event2
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=2004538
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
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=1958813

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6/event3
N: input/event3
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6/event3
E: ID_INPUT=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=1997424

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input13
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input13
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=2001695

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input13/event10
N: input/event10
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input13/event10
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=74
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2040760

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input14
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/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=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=2001815

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input14/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input14/event11
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=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2041043

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input15
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/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=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=2005020

P: /devices/pci0000:00/0000:00:03.0/sound/card0/input15/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/sound/card0/input15/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=2036527

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_1_2_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Evoluent_VerticalMouse_4
E: ID_MODEL_ENC=Evoluent\x20VerticalMouse\x204
E: ID_MODEL_ID=0191
E: ID_PATH=pci-0000:00:14.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kingsis_Peripherals_Evoluent_VerticalMouse_4
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kingsis_Peripherals
E: ID_VENDOR_ENC=Kingsis\x20Peripherals
E: ID_VENDOR_ID=1a7c
E: KEY=3f0000 0 0 0 0
E: MODALIAS=input:b0003v1A7Cp0191e0111-e0,1,2,4,k110,111,112,113,114,115,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Kingsis Peripherals Evoluent VerticalMouse 4"
E: PHYS="usb-0000:00:14.0-1.2/input0"
E: PRODUCT=3/1a7c/191/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=1620281

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4/event1
N: input/event1
S: input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_4-event-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:1.2:1.0-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:1.2:1.0-event-mouse /dev/input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_4-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Evoluent_VerticalMouse_4
E: ID_MODEL_ENC=Evoluent\x20VerticalMouse\x204
E: ID_MODEL_ID=0191
E: ID_PATH=pci-0000:00:14.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kingsis_Peripherals_Evoluent_VerticalMouse_4
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kingsis_Peripherals
E: ID_VENDOR_ENC=Kingsis\x20Peripherals
E: ID_VENDOR_ID=1a7c
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1722021

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4/mouse0
N: input/mouse0
S: input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_4-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:1.2:1.0-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:1.2:1.0-mouse /dev/input/by-id/usb-Kingsis_Peripherals_Evoluent_VerticalMouse_4-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1A7C:0191.0001/input/input4/mouse0
E: DISPLAY=:0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Evoluent_VerticalMouse_4
E: ID_MODEL_ENC=Evoluent\x20VerticalMouse\x204
E: ID_MODEL_ID=0191
E: ID_PATH=pci-0000:00:14.0-usb-0:1.2:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_2_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Kingsis_Peripherals_Evoluent_VerticalMouse_4
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Kingsis_Peripherals
E: ID_VENDOR_ENC=Kingsis\x20Peripherals
E: ID_VENDOR_ID=1a7c
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1621337
E: XAUTHORITY=/home/tim/.Xauthority

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:13BA:0017.0002/input/input17
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:13BA:0017.0002/input/input17
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_1_3_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Generic_USB_K_B
E: ID_MODEL_ENC=Generic\x20USB\x20K\x2fB
E: ID_MODEL_ID=0017
E: ID_PATH=pci-0000:00:14.0-usb-0:1.3:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_3_1_0
E: ID_REVISION=0001
E: ID_SERIAL=13ba_Generic_USB_K_B
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=13ba
E: ID_VENDOR_ENC=13ba
E: ID_VENDOR_ID=13ba
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: LED=1f
E: MODALIAS=input:b0003v13BAp0017e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: MSC=10
E: NAME="Generic USB K/B"
E: PHYS="usb-0000:00:14.0-1.3/input0"
E: PRODUCT=3/13ba/17/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2547969

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:13BA:0017.0002/input/input17/event15
N: input/event15
S: input/by-id/usb-13ba_Generic_USB_K_B-event-kbd
S: input/by-path/pci-0000:00:14.0-usb-0:1.3:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:1.3:1.0-event-kbd /dev/input/by-id/usb-13ba_Generic_USB_K_B-event-kbd
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:13BA:0017.0002/input/input17/event15
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=Generic_USB_K_B
E: ID_MODEL_ENC=Generic\x20USB\x20K\x2fB
E: ID_MODEL_ID=0017
E: ID_PATH=pci-0000:00:14.0-usb-0:1.3:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_3_1_0
E: ID_REVISION=0001
E: ID_SERIAL=13ba_Generic_USB_K_B
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=13ba
E: ID_VENDOR_ENC=13ba
E: ID_VENDOR_ID=13ba
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2581039
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_1_3_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Generic_USB_K_B
E: ID_MODEL_ENC=Generic\x20USB\x20K\x2fB
E: ID_MODEL_ID=0017
E: ID_PATH=pci-0000:00:14.0-usb-0:1.3:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_3_1_1
E: ID_REVISION=0001
E: ID_SERIAL=13ba_Generic_USB_K_B
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=13ba
E: ID_VENDOR_ENC=13ba
E: ID_VENDOR_ID=13ba
E: KEY=40000000000000 0 70000 0 40000010cc00 10000000000000 0
E: MODALIAS=input:b0003v13BAp0017e0110-e0,1,2,4,k74,8A,8B,8E,8F,94,AE,110,111,112,1B6,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Generic USB K/B"
E: PHYS="usb-0000:00:14.0-1.3/input1"
E: PRODUCT=3/13ba/17/110
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2548394

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18/event16
N: input/event16
S: input/by-id/usb-13ba_Generic_USB_K_B-if01-event-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:1.3:1.1-event-mouse
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:1.3:1.1-event-mouse /dev/input/by-id/usb-13ba_Generic_USB_K_B-if01-event-mouse
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18/event16
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Generic_USB_K_B
E: ID_MODEL_ENC=Generic\x20USB\x20K\x2fB
E: ID_MODEL_ID=0017
E: ID_PATH=pci-0000:00:14.0-usb-0:1.3:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_3_1_1
E: ID_REVISION=0001
E: ID_SERIAL=13ba_Generic_USB_K_B
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=13ba
E: ID_VENDOR_ENC=13ba
E: ID_VENDOR_ID=13ba
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2589118
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18/mouse3
N: input/mouse3
S: input/by-id/usb-13ba_Generic_USB_K_B-if01-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:1.3:1.1-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:1.3:1.1-mouse /dev/input/by-id/usb-13ba_Generic_USB_K_B-if01-mouse
E: DEVNAME=/dev/input/mouse3
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:13BA:0017.0003/input/input18/mouse3
E: DISPLAY=:0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Generic_USB_K_B
E: ID_MODEL_ENC=Generic\x20USB\x20K\x2fB
E: ID_MODEL_ID=0017
E: ID_PATH=pci-0000:00:14.0-usb-0:1.3:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_1_3_1_1
E: ID_REVISION=0001
E: ID_SERIAL=13ba_Generic_USB_K_B
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=13ba
E: ID_VENDOR_ENC=13ba
E: ID_VENDOR_ID=13ba
E: MAJOR=13
E: MINOR=35
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2551593
E: XAUTHORITY=/home/tim/.Xauthority

P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19
E: EV=3
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_7_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=TOSHIBA_Web_Camera_-_FHD
E: ID_MODEL_ENC=TOSHIBA\x20Web\x20Camera\x20-\x20FHD
E: ID_MODEL_ID=b3b2
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: ID_REVISION=8373
E: ID_SERIAL=Chicony_Electronics_Co._Ltd._TOSHIBA_Web_Camera_-_FHD_0x0001
E: ID_SERIAL_SHORT=0x0001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony_Electronics_Co._Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2cLtd.
E: ID_VENDOR_ID=04f2
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v04F2pB3B2e8373-e0,1,kD4,ramlsfw
E: NAME="TOSHIBA Web Camera - FHD"
E: PHYS="usb-0000:00:14.0-7/button"
E: PRODUCT=3/4f2/b3b2/8373
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2556913

P: /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19/event17
N: input/event17
S: input/by-id/usb-Chicony_Electronics_Co._Ltd._TOSHIBA_Web_Camera_-_FHD_0x0001-event-if00
S: input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Chicony_Electronics_Co._Ltd._TOSHIBA_Web_Camera_-_FHD_0x0001-event-if00 /dev/input/by-path/pci-0000:00:14.0-usb-0:7:1.0-event
E: DEVNAME=/dev/input/event17
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input19/event17
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=TOSHIBA_Web_Camera_-_FHD
E: ID_MODEL_ENC=TOSHIBA\x20Web\x20Camera\x20-\x20FHD
E: ID_MODEL_ID=b3b2
E: ID_PATH=pci-0000:00:14.0-usb-0:7:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_7_1_0
E: ID_REVISION=8373
E: ID_SERIAL=Chicony_Electronics_Co._Ltd._TOSHIBA_Web_Camera_-_FHD_0x0001
E: ID_SERIAL_SHORT=0x0001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Chicony_Electronics_Co._Ltd.
E: ID_VENDOR_ENC=Chicony\x20Electronics\x20Co.\x2cLtd.
E: ID_VENDOR_ID=04f2
E: MAJOR=13
E: MINOR=81
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2600927
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/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=1999242

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input10/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input10/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=2040762

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/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 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=1998360

P: /devices/pci0000:00/0000:00:1b.0/sound/card1/input11/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card1/input11/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=2024966

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: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: TAGS=:seat:
E: USEC_INITIALIZED=673031

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=1589542
E: XKBLAYOUT=us
E: XKBMODEL=pc105

P: /devices/platform/i8042/serio1/input/input16
E: DEVPATH=/devices/platform/i8042/serio1/input/input16
E: EV=7
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0011v0002p0008e0700-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="AlpsPS/2 ALPS DualPoint Stick"
E: PHYS="isa0060/serio1/input1"
E: PRODUCT=11/2/8/700
E: PROP=21
E: REL=3
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2014235

P: /devices/platform/i8042/serio1/input/input16/event13
N: input/event13
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/event13
E: DEVPATH=/devices/platform/i8042/serio1/input/input16/event13
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=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=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2044685

P: /devices/platform/i8042/serio1/input/input16/mouse1
N: input/mouse1
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse1
E: DEVPATH=/devices/platform/i8042/serio1/input/input16/mouse1
E: DISPLAY=:0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_INPUT_POINTINGSTICK=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=33
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2015776
E: XAUTHORITY=/home/tim/.Xauthority

P: /devices/platform/i8042/serio1/input/input3
E: ABS=260800000000003
E: DEVPATH=/devices/platform/i8042/serio1/input/input3
E: EV=b
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=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:b0011v0002p0008e0700-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,2F,35,36,39,mlsfw
E: NAME="AlpsPS/2 ALPS DualPoint TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/8/700
E: PROP=5
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=2016065

P: /devices/platform/i8042/serio1/input/input3/event14
N: input/event14
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/event14
E: DEVPATH=/devices/platform/i8042/serio1/input/input3/event14
E: ID_INPUT=1
E: ID_INPUT_HEIGHT_MM=53
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=1
E: ID_INPUT_WIDTH_MM=97
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2044542

P: /devices/platform/i8042/serio1/input/input3/mouse2
N: input/mouse2
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse
E: DEVNAME=/dev/input/mouse2
E: DEVPATH=/devices/platform/i8042/serio1/input/input3/mouse2
E: DISPLAY=:0
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_TOUCHSCREEN=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=34
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2017832
E: XAUTHORITY=/home/tim/.Xauthority

P: /devices/platform/pcspkr/input/input12
E: DEVPATH=/devices/platform/pcspkr/input/input12
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=1996142

P: /devices/platform/pcspkr/input/input12/event9
N: input/event9
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/platform/pcspkr/input/input12/event9
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2040601

P: /devices/virtual/input/input8
E: DEVPATH=/devices/virtual/input/input8
E: EV=13
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: KEY=40000 10000 1c00000000 0 0 81501f00002000 3809604001 2000000000000 8000
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,80,8E,95,96,98,9B,A3,A4,A5,CD,E0,E1,E2,E3,E4,EC,EE,F0,F7,1A2,1A3,1A4,1D0,212,ram4,lsfw
E: MSC=10
E: NAME="Toshiba input device"
E: PHYS="toshiba_acpi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=1984976

P: /devices/virtual/input/input8/event5
N: input/event5
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/virtual/input/input8/event5
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=2024450
E: XKBLAYOUT=us
E: XKBMODEL=pc105


DRM Information from dmesg:
---------------------------
[    0.596809] Linux agpgart interface v0.103
[    1.661850] [drm] Initialized drm 1.1.0 20060810
[    1.682603] [drm] Memory usable by graphics device = 2048M
[    1.682607] [drm] Replacing VGA console driver
[    1.693991] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.693993] [drm] Driver supports precise vblank timestamp query.
[    1.729093] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[    1.729528] fbcon: inteldrmfb (fb0) is primary device
[    2.743090] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device


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

Kernel: Linux 4.3.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-video-intel depends on:
ii  libc6                                  2.21-8
ii  libdrm-intel1                          2.4.67-1
ii  libdrm2                                2.4.67-1
ii  libpciaccess0                          0.13.4-1
ii  libpixman-1-0                          0.33.6-1
ii  libudev1                               229-1
ii  libx11-6                               2:1.6.3-1
ii  libx11-xcb1                            2:1.6.3-1
ii  libxcb-dri2-0                          1.11.1-1
ii  libxcb-dri3-0                          1.11.1-1
ii  libxcb-sync1                           1.11.1-1
ii  libxcb-util0                           0.3.8-3
ii  libxcb1                                1.11.1-1
ii  libxcursor1                            1:1.1.14-1+b1
ii  libxdamage1                            1:1.1.4-2+b1
ii  libxext6                               2:1.3.3-1
ii  libxfixes3                             1:5.0.1-2+b2
ii  libxinerama1                           2:1.1.3-1+b1
ii  libxrandr2                             2:1.5.0-1
ii  libxrender1                            1:0.9.9-2
ii  libxshmfence1                          1.2-1
ii  libxss1                                1:1.2.2-1
ii  libxtst6                               2:1.2.2-1+b1
ii  libxv1                                 2:1.0.10-1+b1
ii  libxvmc1                               2:1.0.9-1
ii  xserver-xorg-core [xorg-video-abi-20]  2:1.18.1-1

xserver-xorg-video-intel recommends no packages.

xserver-xorg-video-intel suggests no packages.

-- no debconf information
[    19.768] 
X.Org X Server 1.18.1
Release Date: 2016-02-08
[    19.768] X Protocol Version 11, Revision 0
[    19.768] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    19.768] Current Operating System: Linux pauling 4.3.0-1-amd64 #1 SMP Debian 4.3.5-1 (2016-02-06) x86_64
[    19.768] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 root=UUID=cf03ef23-6da4-4135-81bf-e68c6be5ab98 ro quiet
[    19.768] Build Date: 09 February 2016  11:06:03AM
[    19.768] xorg-server 2:1.18.1-1 (http://www.debian.org/support) 
[    19.768] Current version of pixman: 0.33.6
[    19.768] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    19.768] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    19.768] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 17 10:07:13 2016
[    19.770] (==) Using config file: "/etc/X11/xorg.conf"
[    19.770] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    19.771] (==) ServerLayout "X.org Configured"
[    19.771] (**) |-->Screen "Screen0" (0)
[    19.771] (**) |   |-->Monitor "Monitor0"
[    19.772] (**) |   |-->Device "Card0"
[    19.772] (**) |-->Input Device "Mouse0"
[    19.772] (**) |-->Input Device "Keyboard0"
[    19.772] (==) Automatically adding devices
[    19.772] (==) Automatically enabling devices
[    19.772] (==) Automatically adding GPU devices
[    19.772] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    19.773] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.773] 	Entry deleted from font path.
[    19.773] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    19.773] 	Entry deleted from font path.
[    19.773] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    19.773] 	Entry deleted from font path.
[    19.774] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    19.774] 	Entry deleted from font path.
[    19.774] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    19.774] 	Entry deleted from font path.
[    19.774] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    19.774] 	Entry deleted from font path.
[    19.774] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    19.774] 	Entry deleted from font path.
[    19.774] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    19.774] 	Entry deleted from font path.
[    19.774] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    19.774] 	Entry deleted from font path.
[    19.775] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    19.775] 	Entry deleted from font path.
[    19.775] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    19.775] (**) ModulePath set to "/usr/lib/xorg/modules"
[    19.775] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    19.775] (WW) Disabling Keyboard0
[    19.775] (II) Loader magic: 0x5630725ebdc0
[    19.775] (II) Module ABI versions:
[    19.775] 	X.Org ANSI C Emulation: 0.4
[    19.775] 	X.Org Video Driver: 20.0
[    19.775] 	X.Org XInput driver : 22.1
[    19.775] 	X.Org Server Extension : 9.0
[    19.775] (++) using VT number 7

[    19.775] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    19.776] (II) xfree86: Adding drm device (/dev/dri/card0)
[    19.777] (--) PCI:*(0:0:2:0) 8086:0a16:1179:0005 rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
[    19.777] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    19.777] (II) LoadModule: "glx"
[    19.779] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.787] (II) Module glx: vendor="X.Org Foundation"
[    19.787] 	compiled for 1.18.1, module version = 1.0.0
[    19.787] 	ABI class: X.Org Server Extension, version 9.0
[    19.787] (==) AIGLX enabled
[    19.787] (II) LoadModule: "intel"
[    19.787] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    19.789] (II) Module intel: vendor="X.Org Foundation"
[    19.789] 	compiled for 1.18.0, module version = 2.99.917
[    19.789] 	Module class: X.Org Video Driver
[    19.789] 	ABI class: X.Org Video Driver, version 20.0
[    19.789] (II) LoadModule: "evdev"
[    19.790] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    19.791] (II) Module evdev: vendor="X.Org Foundation"
[    19.791] 	compiled for 1.18.0, module version = 2.10.1
[    19.791] 	Module class: X.Org XInput Driver
[    19.791] 	ABI class: X.Org XInput driver, version 22.1
[    19.792] (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
[    19.792] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    19.792] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    19.792] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    19.792] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[    19.792] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[    19.798] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150731
[    19.798] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20160127-1+b1 (amd64 Build Daemon (binet) <buildd-binet@buildd.debian.org>)
[    19.798] (II) intel(0): SNA compiled for use with valgrind
[    19.799] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[    19.799] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[    19.799] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    19.799] (==) intel(0): RGB weight 888
[    19.799] (==) intel(0): Default visual is TrueColor
[    19.799] (II) intel(0): Output eDP1 using monitor section Monitor0
[    19.820] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    19.820] (II) intel(0): Enabled output eDP1
[    19.820] (II) intel(0): Output DP1 has no monitor section
[    19.820] (II) intel(0): Enabled output DP1
[    19.820] (II) intel(0): Output HDMI1 has no monitor section
[    19.820] (II) intel(0): Enabled output HDMI1
[    19.820] (II) intel(0): Output DP2 has no monitor section
[    19.820] (II) intel(0): Enabled output DP2
[    19.820] (II) intel(0): Output HDMI2 has no monitor section
[    19.820] (II) intel(0): Enabled output HDMI2
[    19.820] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    19.820] (II) intel(0): Output VIRTUAL1 has no monitor section
[    19.820] (II) intel(0): Enabled output VIRTUAL1
[    19.820] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[    19.820] (==) intel(0): TearFree disabled
[    19.820] (==) intel(0): DPI set to (96, 96)
[    19.820] (II) Loading sub module "dri2"
[    19.820] (II) LoadModule: "dri2"
[    19.820] (II) Module "dri2" already built-in
[    19.820] (II) Loading sub module "present"
[    19.820] (II) LoadModule: "present"
[    19.820] (II) Module "present" already built-in
[    19.820] (==) Depth 24 pixmap format is 32 bpp
[    19.823] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[    19.823] (==) intel(0): Backing store enabled
[    19.823] (==) intel(0): Silken mouse enabled
[    19.823] (II) intel(0): HW Cursor enabled
[    19.823] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    19.824] (==) intel(0): DPMS enabled
[    19.824] (==) intel(0): Display hotplug detection enabled
[    19.824] (II) intel(0): [DRI2] Setup complete
[    19.824] (II) intel(0): [DRI2]   DRI driver: i965
[    19.824] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    19.824] (II) intel(0): direct rendering: DRI2 enabled
[    19.824] (II) intel(0): hardware support for Present enabled
[    19.824] (--) RandR disabled
[    19.828] (II) SELinux: Disabled on system
[    19.845] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    19.845] (II) AIGLX: enabled GLX_ARB_create_context
[    19.845] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    19.845] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    19.845] (II) AIGLX: enabled GLX_INTEL_swap_event
[    19.845] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    19.845] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    19.845] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    19.845] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    19.845] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    19.845] (II) AIGLX: Loaded and initialized i965
[    19.845] (II) GLX: Initialized DRI2 GL provider for screen 0
[    19.847] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    19.847] (II) intel(0): Setting screen physical size to 361 x 203
[    19.890] (II) Using input driver 'evdev' for 'Mouse0'
[    19.890] (**) Option "CorePointer"
[    19.890] (**) Mouse0: always reports core events
[    19.890] (**) evdev: Mouse0: Device: "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
[    19.890] (--) evdev: Mouse0: Vendor 0x2 Product 0x8
[    19.890] (--) evdev: Mouse0: Found 1 mouse buttons
[    19.890] (--) evdev: Mouse0: Found absolute axes
[    19.890] (--) evdev: Mouse0: Found absolute multitouch axes
[    19.890] (--) evdev: Mouse0: Found x and y absolute axes
[    19.890] (--) evdev: Mouse0: Found absolute touchpad.
[    19.890] (II) evdev: Mouse0: Configuring as touchpad
[    19.890] (**) Option "Emulate3Buttons" "true"
[    19.890] (**) evdev: Mouse0: YAxisMapping: buttons 4 and 5
[    19.890] (**) evdev: Mouse0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.890] (II) XINPUT: Adding extended input device "Mouse0" (type: TOUCHPAD, id 6)
[    19.890] (II) evdev: Mouse0: initialized for absolute axes.
[    19.891] (**) Mouse0: (accel) keeping acceleration scheme 1
[    19.891] (**) Mouse0: (accel) acceleration profile 0
[    19.891] (**) Mouse0: (accel) acceleration factor: 2.000
[    19.891] (**) Mouse0: (accel) acceleration threshold: 4
[    19.896] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    19.896] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.896] (II) Using input driver 'evdev' for 'Power Button'
[    19.896] (**) Power Button: always reports core events
[    19.896] (**) evdev: Power Button: Device: "/dev/input/event4"
[    19.896] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.896] (--) evdev: Power Button: Found keys
[    19.896] (II) evdev: Power Button: Configuring as keyboard
[    19.896] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event4"
[    19.896] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    19.896] (**) Option "xkb_rules" "evdev"
[    19.896] (**) Option "xkb_model" "pc105"
[    19.896] (**) Option "xkb_layout" "us"
[    19.896] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    19.896] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    19.896] (II) Using input driver 'evdev' for 'Video Bus'
[    19.896] (**) Video Bus: always reports core events
[    19.896] (**) evdev: Video Bus: Device: "/dev/input/event6"
[    19.896] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    19.896] (--) evdev: Video Bus: Found keys
[    19.896] (II) evdev: Video Bus: Configuring as keyboard
[    19.896] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event6"
[    19.896] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    19.896] (**) Option "xkb_rules" "evdev"
[    19.896] (**) Option "xkb_model" "pc105"
[    19.896] (**) Option "xkb_layout" "us"
[    19.897] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    19.897] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    19.897] (II) Using input driver 'evdev' for 'Power Button'
[    19.897] (**) Power Button: always reports core events
[    19.897] (**) evdev: Power Button: Device: "/dev/input/event2"
[    19.897] (--) evdev: Power Button: Vendor 0 Product 0x1
[    19.897] (--) evdev: Power Button: Found keys
[    19.897] (II) evdev: Power Button: Configuring as keyboard
[    19.897] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event2"
[    19.897] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    19.897] (**) Option "xkb_rules" "evdev"
[    19.897] (**) Option "xkb_model" "pc105"
[    19.897] (**) Option "xkb_layout" "us"
[    19.897] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    19.897] (II) No input driver specified, ignoring this device.
[    19.897] (II) This device may have been added with another device file.
[    19.897] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[    19.897] (II) No input driver specified, ignoring this device.
[    19.897] (II) This device may have been added with another device file.
[    19.898] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[    19.898] (II) No input driver specified, ignoring this device.
[    19.898] (II) This device may have been added with another device file.
[    19.898] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[    19.898] (II) No input driver specified, ignoring this device.
[    19.898] (II) This device may have been added with another device file.
[    19.898] (II) config/udev: Adding input device Kingsis Peripherals Evoluent VerticalMouse 4 (/dev/input/event1)
[    19.898] (**) Kingsis Peripherals Evoluent VerticalMouse 4: Applying InputClass "evdev pointer catchall"
[    19.898] (II) Using input driver 'evdev' for 'Kingsis Peripherals Evoluent VerticalMouse 4'
[    19.898] (**) Kingsis Peripherals Evoluent VerticalMouse 4: always reports core events
[    19.898] (**) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Device: "/dev/input/event1"
[    19.952] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Vendor 0x1a7c Product 0x191
[    19.952] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found 10 mouse buttons
[    19.952] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found scroll wheel(s)
[    19.952] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found relative axes
[    19.952] (--) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Found x and y relative axes
[    19.952] (II) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Configuring as mouse
[    19.952] (II) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: Adding scrollwheel support
[    19.952] (**) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: YAxisMapping: buttons 4 and 5
[    19.952] (**) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.952] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:1A7C:0191.0001/input/input4/event1"
[    19.952] (II) XINPUT: Adding extended input device "Kingsis Peripherals Evoluent VerticalMouse 4" (type: MOUSE, id 10)
[    19.952] (II) evdev: Kingsis Peripherals Evoluent VerticalMouse 4: initialized for relative axes.
[    19.952] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) keeping acceleration scheme 1
[    19.952] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) acceleration profile 0
[    19.952] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) acceleration factor: 2.000
[    19.952] (**) Kingsis Peripherals Evoluent VerticalMouse 4: (accel) acceleration threshold: 4
[    19.952] (II) config/udev: Adding input device Kingsis Peripherals Evoluent VerticalMouse 4 (/dev/input/mouse0)
[    19.953] (II) No input driver specified, ignoring this device.
[    19.953] (II) This device may have been added with another device file.
[    19.953] (II) config/udev: Adding input device Generic USB K/B (/dev/input/event15)
[    19.953] (**) Generic USB K/B: Applying InputClass "evdev keyboard catchall"
[    19.953] (II) Using input driver 'evdev' for 'Generic USB K/B'
[    19.953] (**) Generic USB K/B: always reports core events
[    19.953] (**) evdev: Generic USB K/B: Device: "/dev/input/event15"
[    19.953] (--) evdev: Generic USB K/B: Vendor 0x13ba Product 0x17
[    19.953] (--) evdev: Generic USB K/B: Found keys
[    19.953] (II) evdev: Generic USB K/B: Configuring as keyboard
[    19.953] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:13BA:0017.0002/input/input17/event15"
[    19.953] (II) XINPUT: Adding extended input device "Generic USB K/B" (type: KEYBOARD, id 11)
[    19.953] (**) Option "xkb_rules" "evdev"
[    19.953] (**) Option "xkb_model" "pc105"
[    19.953] (**) Option "xkb_layout" "us"
[    19.954] (II) config/udev: Adding input device Generic USB K/B (/dev/input/event16)
[    19.954] (**) Generic USB K/B: Applying InputClass "evdev pointer catchall"
[    19.954] (**) Generic USB K/B: Applying InputClass "evdev keyboard catchall"
[    19.954] (II) Using input driver 'evdev' for 'Generic USB K/B'
[    19.954] (**) Generic USB K/B: always reports core events
[    19.954] (**) evdev: Generic USB K/B: Device: "/dev/input/event16"
[    19.954] (--) evdev: Generic USB K/B: Vendor 0x13ba Product 0x17
[    19.954] (--) evdev: Generic USB K/B: Found 3 mouse buttons
[    19.954] (--) evdev: Generic USB K/B: Found scroll wheel(s)
[    19.954] (--) evdev: Generic USB K/B: Found relative axes
[    19.954] (--) evdev: Generic USB K/B: Found x and y relative axes
[    19.954] (--) evdev: Generic USB K/B: Found keys
[    19.954] (II) evdev: Generic USB K/B: Configuring as mouse
[    19.954] (II) evdev: Generic USB K/B: Configuring as keyboard
[    19.954] (II) evdev: Generic USB K/B: Adding scrollwheel support
[    19.954] (**) evdev: Generic USB K/B: YAxisMapping: buttons 4 and 5
[    19.954] (**) evdev: Generic USB K/B: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.954] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1.3/2-1.3:1.1/0003:13BA:0017.0003/input/input18/event16"
[    19.954] (II) XINPUT: Adding extended input device "Generic USB K/B" (type: KEYBOARD, id 12)
[    19.954] (**) Option "xkb_rules" "evdev"
[    19.954] (**) Option "xkb_model" "pc105"
[    19.954] (**) Option "xkb_layout" "us"
[    19.954] (II) evdev: Generic USB K/B: initialized for relative axes.
[    19.954] (**) Generic USB K/B: (accel) keeping acceleration scheme 1
[    19.954] (**) Generic USB K/B: (accel) acceleration profile 0
[    19.954] (**) Generic USB K/B: (accel) acceleration factor: 2.000
[    19.954] (**) Generic USB K/B: (accel) acceleration threshold: 4
[    19.954] (II) config/udev: Adding input device Generic USB K/B (/dev/input/mouse3)
[    19.954] (II) No input driver specified, ignoring this device.
[    19.954] (II) This device may have been added with another device file.
[    19.955] (II) config/udev: Adding input device TOSHIBA Web Camera - FHD (/dev/input/event17)
[    19.955] (**) TOSHIBA Web Camera - FHD: Applying InputClass "evdev keyboard catchall"
[    19.955] (II) Using input driver 'evdev' for 'TOSHIBA Web Camera - FHD'
[    19.955] (**) TOSHIBA Web Camera - FHD: always reports core events
[    19.955] (**) evdev: TOSHIBA Web Camera - FHD: Device: "/dev/input/event17"
[    19.955] (--) evdev: TOSHIBA Web Camera - FHD: Vendor 0x4f2 Product 0xb3b2
[    19.955] (--) evdev: TOSHIBA Web Camera - FHD: Found keys
[    19.955] (II) evdev: TOSHIBA Web Camera - FHD: Configuring as keyboard
[    19.955] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input19/event17"
[    19.955] (II) XINPUT: Adding extended input device "TOSHIBA Web Camera - FHD" (type: KEYBOARD, id 13)
[    19.955] (**) Option "xkb_rules" "evdev"
[    19.955] (**) Option "xkb_model" "pc105"
[    19.955] (**) Option "xkb_layout" "us"
[    19.955] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[    19.955] (II) No input driver specified, ignoring this device.
[    19.955] (II) This device may have been added with another device file.
[    19.955] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[    19.955] (II) No input driver specified, ignoring this device.
[    19.955] (II) This device may have been added with another device file.
[    19.956] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    19.956] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    19.956] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    19.956] (**) AT Translated Set 2 keyboard: always reports core events
[    19.956] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    19.956] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    19.956] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    19.956] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    19.956] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    19.956] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    19.956] (**) Option "xkb_rules" "evdev"
[    19.956] (**) Option "xkb_model" "pc105"
[    19.956] (**) Option "xkb_layout" "us"
[    19.956] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event13)
[    19.956] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "evdev pointer catchall"
[    19.956] (II) Using input driver 'evdev' for 'AlpsPS/2 ALPS DualPoint Stick'
[    19.956] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    19.956] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: Device: "/dev/input/event13"
[    19.956] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Vendor 0x2 Product 0x8
[    19.956] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Found 3 mouse buttons
[    19.956] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Found relative axes
[    19.956] (--) evdev: AlpsPS/2 ALPS DualPoint Stick: Found x and y relative axes
[    19.956] (II) evdev: AlpsPS/2 ALPS DualPoint Stick: Configuring as mouse
[    19.956] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: YAxisMapping: buttons 4 and 5
[    19.956] (**) evdev: AlpsPS/2 ALPS DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    19.956] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event13"
[    19.956] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 15)
[    19.956] (II) evdev: AlpsPS/2 ALPS DualPoint Stick: initialized for relative axes.
[    19.956] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) keeping acceleration scheme 1
[    19.956] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration profile 0
[    19.956] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    19.956] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    19.956] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse1)
[    19.956] (II) No input driver specified, ignoring this device.
[    19.956] (II) This device may have been added with another device file.
[    19.957] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event14)
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchpad catchall"
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdev touchscreen catchall"
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpad catchall"
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "Default clickpad buttons"
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "evdevClass"
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "touchpadClass"
[    19.957] (II) LoadModule: "synaptics"
[    19.957] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    19.957] (II) Module synaptics: vendor="X.Org Foundation"
[    19.957] 	compiled for 1.18.0, module version = 1.8.3
[    19.957] 	Module class: X.Org XInput Driver
[    19.957] 	ABI class: X.Org XInput driver, version 22.1
[    19.957] (II) Using input driver 'synaptics' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    19.957] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    19.957] (**) Option "Device" "/dev/input/event14"
[    19.996] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: found clickpad property
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 4095 (res 42)
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 2047 (res 38)
[    19.996] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report pressure, will use touch data.
[    19.996] (II) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: device does not report finger width.
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: buttons: left double triple
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: Vendor 0x2 Product 0x8
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid pressure range.  defaulting to 0 - 255
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: invalid finger width range.  defaulting to 0 - 15
[    19.996] (**) Option "VertEdgeScroll" "1"
[    19.996] (**) Option "CornerCoasting" "1"
[    19.996] (**) Option "VertTwoFingerScroll" "1"
[    19.996] (**) Option "HorizTwoFingerScroll" "1"
[    19.996] (**) Option "RBCornerButton" "9"
[    19.996] (**) Option "LBCornerButton" "8"
[    19.996] (**) Option "TapButton1" "1"
[    19.996] (**) Option "TapButton2" "2"
[    19.996] (**) Option "TapButton3" "3"
[    19.996] (**) Option "CircularScrolling" "1"
[    19.996] (**) Option "CircScrollTrigger" "7"
[    19.996] (**) Option "MinSpeed" "0.5"
[    19.996] (**) Option "MaxSpeed" "1.0"
[    19.996] (**) Option "AccelFactor" "0.075"
[    19.996] (**) Option "CoastingSpeed" "8"
[    19.996] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    19.996] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    19.996] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    20.008] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event14"
[    20.008] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 16)
[    20.008] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MinSpeed is now constant deceleration 2.0
[    20.008] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) MaxSpeed is now 2.00
[    20.008] (**) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: (accel) AccelFactor is now 0.075
[    20.008] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1
[    20.008] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 1
[    20.008] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    20.008] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    20.008] (--) synaptics: AlpsPS/2 ALPS DualPoint TouchPad: touchpad found
[    20.008] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse2)
[    20.008] (**) AlpsPS/2 ALPS DualPoint TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    20.009] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    20.009] (II) No input driver specified, ignoring this device.
[    20.009] (II) This device may have been added with another device file.
[    20.009] (II) config/udev: Adding input device Toshiba input device (/dev/input/event5)
[    20.009] (**) Toshiba input device: Applying InputClass "evdev keyboard catchall"
[    20.009] (II) Using input driver 'evdev' for 'Toshiba input device'
[    20.009] (**) Toshiba input device: always reports core events
[    20.009] (**) evdev: Toshiba input device: Device: "/dev/input/event5"
[    20.009] (--) evdev: Toshiba input device: Vendor 0 Product 0
[    20.009] (--) evdev: Toshiba input device: Found keys
[    20.009] (II) evdev: Toshiba input device: Configuring as keyboard
[    20.009] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event5"
[    20.009] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 17)
[    20.009] (**) Option "xkb_rules" "evdev"
[    20.009] (**) Option "xkb_model" "pc105"
[    20.009] (**) Option "xkb_layout" "us"
[    21.822] (II) intel(0): EDID vendor "CMN", prod id 4949
[    21.822] (II) intel(0): Printing DDC gathered Modelines:
[    21.822] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 -hsync -vsync (48.0 kHz eP)
[    58.282] (II) intel(0): resizing framebuffer to 1920x1080
[    58.298] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (554, 312), rotation normal, reflection none
[    58.299] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI2 using pipe 1, position (0, 0), rotation normal, reflection none
[   108.257] (EE) 
[   108.257] (EE) Backtrace:
[   108.257] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x563072362b2e]
[   108.257] (EE) 1: /usr/lib/xorg/Xorg (0x5630721ad000+0x1b9eb9) [0x563072366eb9]
[   108.257] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f0b67e7f000+0x33590) [0x7f0b67eb2590]
[   108.257] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7f0b67e7f000+0x78698) [0x7f0b67ef7698]
[   108.257] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (__libc_calloc+0xd5) [0x7f0b67efa445]
[   108.257] (EE) 5: /usr/lib/xorg/Xorg (0x5630721ad000+0x50952) [0x5630721fd952]
[   108.257] (EE) 6: /usr/lib/xorg/Xorg (0x5630721ad000+0x53adf) [0x563072200adf]
[   108.257] (EE) 7: /usr/lib/xorg/Xorg (0x5630721ad000+0x57af3) [0x563072204af3]
[   108.257] (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7f0b67e9f870]
[   108.257] (EE) 9: /usr/lib/xorg/Xorg (_start+0x29) [0x5630721eee89]
[   108.257] (EE) 
[   108.257] (EE) Bus error at address 0x0
[   108.257] (EE) 
Fatal server error:
[   108.257] (EE) Caught signal 7 (Bus error). Server aborting
[   108.258] (EE) 
[   108.258] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   108.258] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   108.258] (EE) 
[   108.258] (II) AIGLX: Suspending AIGLX clients for VT switch
[   108.527] (EE) Server terminated with error (1). Closing log file.

Reply to: