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

Bug#814419: xorg: Xorg crashes randomly.



Package: xorg
Version: 1:7.7+13
Severity: important

Dear Maintainer,

Yesterday I've updated and upgraded my distro and everything seemed to be OK. But today xorg has crashed for 5-6 times for last 2 hours. Unfortunately, I don't know how to reproduce this crash - it can happen under different circumstances.

Xorg log for this crash:
29.673] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    29.673] (II) No input driver specified, ignoring this device.
[    29.673] (II) This device may have been added with another device file.
[  5098.562] (EE) 
[  5098.562] (EE) Backtrace:
[  5098.562] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4e) [0x556f16e0749e]
[  5098.562] (EE) 1: /usr/lib/xorg/Xorg (0x556f16c52000+0x1b9819) [0x556f16e0b819]
[  5098.562] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fdd87261000+0x33590) [0x7fdd87294590]
[  5098.562] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (0x7fdd87261000+0x785e8) [0x7fdd872d95e8]
[  5098.562] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (__libc_calloc+0xd5) [0x7fdd872dc395]
[  5098.562] (EE) 5: /usr/lib/xorg/Xorg (0x556f16c52000+0x508b2) [0x556f16ca28b2]
[  5098.562] (EE) 6: /usr/lib/xorg/Xorg (0x556f16c52000+0x53a3f) [0x556f16ca5a3f]
[  5098.562] (EE) 7: /usr/lib/xorg/Xorg (0x556f16c52000+0x57a53) [0x556f16ca9a53]
[  5098.562] (EE) 8: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf0) [0x7fdd87281870]
[  5098.562] (EE) 9: /usr/lib/xorg/Xorg (_start+0x29) [0x556f16c93de9]
[  5098.562] (EE) 
[  5098.562] (EE) Bus error at address 0x0
[  5098.563] (EE) 
Fatal server error:
[  5098.563] (EE) Caught signal 7 (Bus error). Server aborting
[  5098.563] (EE) 
[  5098.563] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  5098.563] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  5098.563] (EE) 
[  5098.563] (II) AIGLX: Suspending AIGLX clients for VT switch
[  5098.631] (EE) Server terminated with error (1). Closing log file.


-- Package-specific info:
X server symlink status:
------------------------
lrwxrwxrwx 1 root root 13 Jan  1  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Jan 27 17:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0152] (rev 09)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119 [GeForce GT 610] [10de:104a] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 root root 2515 Aug 11  2015 /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 "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "WrappedFB"          	# [<bool>]
        #Option     "GLXVBlank"          	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "PageFlip"           	# [<bool>]
        #Option     "SwapLimit"          	# <i>
        #Option     "AsyncUTSDFS"        	# [<bool>]
	Identifier  "Device0"
	Driver	"intel"
	BusID	"PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Device0"
	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



Section "Extensions"
	Option      "Composite"	"enable"
#	Option      "RENDER"	"disable"
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 20160114 (Debian 5.3.1-6) ) #1 SMP Debian 4.3.3-7 (2016-01-19)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 18995 Mar  4  2015 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 19789 Feb 11 14:58 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[    22.834] 
X.Org X Server 1.18.0
Release Date: 2015-11-09
[    22.834] X Protocol Version 11, Revision 0
[    22.834] Build Operating System: Linux 4.2.0-25-generic x86_64 Debian
[    22.834] Current Operating System: Linux deba-pc 4.3.0-1-amd64 #1 SMP Debian 4.3.3-7 (2016-01-19) x86_64
[    22.834] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.3.0-1-amd64 root=UUID=64b8e250-c09f-45d2-bf04-a433bee3c34f ro quiet
[    22.834] Build Date: 27 January 2016  04:54:13PM
[    22.834] xorg-server 2:1.18.0-3 (http://www.debian.org/support) 
[    22.835] Current version of pixman: 0.33.6
[    22.835] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.835] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.835] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 11 14:57:59 2016
[    22.918] (==) Using config file: "/etc/X11/xorg.conf"
[    22.918] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.263] (==) ServerLayout "X.org Configured"
[    23.263] (**) |-->Screen "Screen0" (0)
[    23.263] (**) |   |-->Monitor "Monitor0"
[    23.292] (**) |   |-->Device "Device0"
[    23.292] (**) |-->Input Device "Mouse0"
[    23.292] (**) |-->Input Device "Keyboard0"
[    23.292] (==) Automatically adding devices
[    23.292] (==) Automatically enabling devices
[    23.292] (==) Automatically adding GPU devices
[    23.292] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.318] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    24.318] (**) ModulePath set to "/usr/lib/xorg/modules"
[    24.318] (**) Extension "Composite" is enabled
[    24.318] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    24.318] (WW) Disabling Mouse0
[    24.318] (WW) Disabling Keyboard0
[    24.369] (II) Loader magic: 0x5626016d4dc0
[    24.369] (II) Module ABI versions:
[    24.369] 	X.Org ANSI C Emulation: 0.4
[    24.369] 	X.Org Video Driver: 20.0
[    24.369] 	X.Org XInput driver : 22.1
[    24.369] 	X.Org Server Extension : 9.0
[    24.370] (++) using VT number 7

[    24.370] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    24.371] (II) xfree86: Adding drm device (/dev/dri/card1)
[    24.371] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.373] (--) PCI:*(0:0:2:0) 8086:0152:1043:84ca rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    24.373] (--) PCI: (0:1:0:0) 10de:104a:1043:847b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    24.404] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    24.404] (II) LoadModule: "glx"
[    24.499] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.600] (II) Module glx: vendor="X.Org Foundation"
[    25.600] 	compiled for 1.18.0, module version = 1.0.0
[    25.600] 	ABI class: X.Org Server Extension, version 9.0
[    25.600] (==) AIGLX enabled
[    25.600] (II) LoadModule: "intel"
[    25.671] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    25.865] (II) Module intel: vendor="X.Org Foundation"
[    25.865] 	compiled for 1.18.0, module version = 2.99.917
[    25.865] 	Module class: X.Org Video Driver
[    25.865] 	ABI class: X.Org Video Driver, version 20.0
[    25.865] (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
[    25.865] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    25.865] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    25.865] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    25.904] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150731
[    25.904] (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>)
[    25.904] (II) intel(0): SNA compiled for use with valgrind
[    25.984] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2500
[    25.984] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    25.984] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    25.984] (==) intel(0): RGB weight 888
[    25.984] (==) intel(0): Default visual is TrueColor
[    25.984] (II) intel(0): Output VGA1 using monitor section Monitor0
[    25.984] (II) intel(0): Enabled output VGA1
[    25.984] (II) intel(0): Output HDMI1 has no monitor section
[    25.984] (II) intel(0): Enabled output HDMI1
[    25.984] (II) intel(0): Output HDMI2 has no monitor section
[    25.984] (II) intel(0): Enabled output HDMI2
[    25.984] (II) intel(0): Output DP1 has no monitor section
[    25.984] (II) intel(0): Enabled output DP1
[    25.984] (II) intel(0): Output DP2 has no monitor section
[    25.984] (II) intel(0): Enabled output DP2
[    25.984] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    25.985] (II) intel(0): Output VIRTUAL1 has no monitor section
[    25.985] (II) intel(0): Enabled output VIRTUAL1
[    25.985] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 0
[    25.985] (==) intel(0): TearFree disabled
[    25.985] (==) intel(0): DPI set to (96, 96)
[    25.985] (II) Loading sub module "dri2"
[    25.985] (II) LoadModule: "dri2"
[    25.985] (II) Module "dri2" already built-in
[    25.985] (II) Loading sub module "present"
[    25.985] (II) LoadModule: "present"
[    25.985] (II) Module "present" already built-in
[    25.985] (==) Depth 24 pixmap format is 32 bpp
[    26.221] (II) intel(0): SNA initialized with Ivybridge (gen7, gt1) backend
[    26.221] (==) intel(0): Backing store enabled
[    26.221] (==) intel(0): Silken mouse enabled
[    26.241] (II) intel(0): HW Cursor enabled
[    26.241] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    26.268] (==) intel(0): DPMS enabled
[    26.268] (==) intel(0): Display hotplug detection enabled
[    26.268] (II) intel(0): [DRI2] Setup complete
[    26.268] (II) intel(0): [DRI2]   DRI driver: i965
[    26.268] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    26.268] (II) intel(0): direct rendering: DRI2 enabled
[    26.268] (II) intel(0): hardware support for Present enabled
[    26.268] (--) RandR disabled
[    26.305] (II) SELinux: Disabled on system
[    27.301] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    27.301] (II) AIGLX: enabled GLX_ARB_create_context
[    27.301] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    27.301] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    27.301] (II) AIGLX: enabled GLX_INTEL_swap_event
[    27.301] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    27.301] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    27.301] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    27.301] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    27.301] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    27.302] (II) AIGLX: Loaded and initialized i965
[    27.302] (II) GLX: Initialized DRI2 GL provider for screen 0
[    27.364] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    27.364] (II) intel(0): Setting screen physical size to 508 x 285
[    29.906] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    29.906] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.906] (II) LoadModule: "evdev"
[    29.906] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    29.981] (II) Module evdev: vendor="X.Org Foundation"
[    29.981] 	compiled for 1.18.0, module version = 2.10.1
[    29.981] 	Module class: X.Org XInput Driver
[    29.981] 	ABI class: X.Org XInput driver, version 22.1
[    29.981] (II) Using input driver 'evdev' for 'Power Button'
[    29.981] (**) Power Button: always reports core events
[    29.981] (**) evdev: Power Button: Device: "/dev/input/event4"
[    29.981] (--) evdev: Power Button: Vendor 0 Product 0x1
[    29.981] (--) evdev: Power Button: Found keys
[    29.981] (II) evdev: Power Button: Configuring as keyboard
[    29.981] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4"
[    29.981] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    29.981] (**) Option "xkb_rules" "evdev"
[    29.981] (**) Option "xkb_model" "pc105"
[    29.981] (**) Option "xkb_layout" "us,ru"
[    29.981] (**) Option "xkb_variant" ","
[    29.981] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[    30.124] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    30.124] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    30.124] (II) Using input driver 'evdev' for 'Video Bus'
[    30.124] (**) Video Bus: always reports core events
[    30.124] (**) evdev: Video Bus: Device: "/dev/input/event15"
[    30.124] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    30.124] (--) evdev: Video Bus: Found keys
[    30.124] (II) evdev: Video Bus: Configuring as keyboard
[    30.124] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15"
[    30.124] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    30.124] (**) Option "xkb_rules" "evdev"
[    30.124] (**) Option "xkb_model" "pc105"
[    30.124] (**) Option "xkb_layout" "us,ru"
[    30.124] (**) Option "xkb_variant" ","
[    30.124] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[    30.125] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    30.125] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.125] (II) Using input driver 'evdev' for 'Power Button'
[    30.125] (**) Power Button: always reports core events
[    30.125] (**) evdev: Power Button: Device: "/dev/input/event3"
[    30.125] (--) evdev: Power Button: Vendor 0 Product 0x1
[    30.125] (--) evdev: Power Button: Found keys
[    30.125] (II) evdev: Power Button: Configuring as keyboard
[    30.125] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3"
[    30.125] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    30.125] (**) Option "xkb_rules" "evdev"
[    30.125] (**) Option "xkb_model" "pc105"
[    30.125] (**) Option "xkb_layout" "us,ru"
[    30.125] (**) Option "xkb_variant" ","
[    30.125] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[    30.126] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7)
[    30.126] (II) No input driver specified, ignoring this device.
[    30.126] (II) This device may have been added with another device file.
[    30.127] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8)
[    30.127] (II) No input driver specified, ignoring this device.
[    30.127] (II) This device may have been added with another device file.
[    30.127] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[    30.127] (II) No input driver specified, ignoring this device.
[    30.127] (II) This device may have been added with another device file.
[    30.128] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[    30.128] (II) No input driver specified, ignoring this device.
[    30.128] (II) This device may have been added with another device file.
[    30.128] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[    30.128] (II) No input driver specified, ignoring this device.
[    30.128] (II) This device may have been added with another device file.
[    30.128] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    30.129] (II) No input driver specified, ignoring this device.
[    30.129] (II) This device may have been added with another device file.
[    30.129] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[    30.129] (II) No input driver specified, ignoring this device.
[    30.129] (II) This device may have been added with another device file.
[    30.129] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[    30.129] (II) No input driver specified, ignoring this device.
[    30.129] (II) This device may have been added with another device file.
[    30.130] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/event0)
[    30.130] (**) Genius Optical Mouse: Applying InputClass "evdev pointer catchall"
[    30.130] (II) Using input driver 'evdev' for 'Genius Optical Mouse'
[    30.130] (**) Genius Optical Mouse: always reports core events
[    30.130] (**) evdev: Genius Optical Mouse: Device: "/dev/input/event0"
[    30.184] (--) evdev: Genius Optical Mouse: Vendor 0x458 Product 0x3a
[    30.184] (--) evdev: Genius Optical Mouse: Found 3 mouse buttons
[    30.184] (--) evdev: Genius Optical Mouse: Found scroll wheel(s)
[    30.184] (--) evdev: Genius Optical Mouse: Found relative axes
[    30.184] (--) evdev: Genius Optical Mouse: Found x and y relative axes
[    30.184] (II) evdev: Genius Optical Mouse: Configuring as mouse
[    30.184] (II) evdev: Genius Optical Mouse: Adding scrollwheel support
[    30.184] (**) evdev: Genius Optical Mouse: YAxisMapping: buttons 4 and 5
[    30.184] (**) evdev: Genius Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.184] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2/event0"
[    30.184] (II) XINPUT: Adding extended input device "Genius Optical Mouse" (type: MOUSE, id 9)
[    30.184] (II) evdev: Genius Optical Mouse: initialized for relative axes.
[    30.184] (**) Genius Optical Mouse: (accel) keeping acceleration scheme 1
[    30.184] (**) Genius Optical Mouse: (accel) acceleration profile 0
[    30.184] (**) Genius Optical Mouse: (accel) acceleration factor: 2.000
[    30.184] (**) Genius Optical Mouse: (accel) acceleration threshold: 4
[    30.185] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/mouse0)
[    30.185] (II) No input driver specified, ignoring this device.
[    30.185] (II) This device may have been added with another device file.
[    30.185] (II) config/udev: Adding input device HID 04f3:0103 (/dev/input/event1)
[    30.185] (**) HID 04f3:0103: Applying InputClass "evdev keyboard catchall"
[    30.185] (II) Using input driver 'evdev' for 'HID 04f3:0103'
[    30.185] (**) HID 04f3:0103: always reports core events
[    30.185] (**) evdev: HID 04f3:0103: Device: "/dev/input/event1"
[    30.185] (--) evdev: HID 04f3:0103: Vendor 0x4f3 Product 0x103
[    30.185] (--) evdev: HID 04f3:0103: Found keys
[    30.185] (II) evdev: HID 04f3:0103: Configuring as keyboard
[    30.185] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04F3:0103.0002/input/input3/event1"
[    30.185] (II) XINPUT: Adding extended input device "HID 04f3:0103" (type: KEYBOARD, id 10)
[    30.185] (**) Option "xkb_rules" "evdev"
[    30.185] (**) Option "xkb_model" "pc105"
[    30.185] (**) Option "xkb_layout" "us,ru"
[    30.185] (**) Option "xkb_variant" ","
[    30.185] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[    30.186] (II) config/udev: Adding input device HID 04f3:0103 (/dev/input/event2)
[    30.186] (**) HID 04f3:0103: Applying InputClass "evdev keyboard catchall"
[    30.186] (II) Using input driver 'evdev' for 'HID 04f3:0103'
[    30.186] (**) HID 04f3:0103: always reports core events
[    30.186] (**) evdev: HID 04f3:0103: Device: "/dev/input/event2"
[    30.186] (--) evdev: HID 04f3:0103: Vendor 0x4f3 Product 0x103
[    30.186] (--) evdev: HID 04f3:0103: Found 1 mouse buttons
[    30.186] (--) evdev: HID 04f3:0103: Found scroll wheel(s)
[    30.186] (--) evdev: HID 04f3:0103: Found relative axes
[    30.186] (II) evdev: HID 04f3:0103: Forcing relative x/y axes to exist.
[    30.186] (--) evdev: HID 04f3:0103: Found absolute axes
[    30.186] (II) evdev: HID 04f3:0103: Forcing absolute x/y axes to exist.
[    30.186] (--) evdev: HID 04f3:0103: Found keys
[    30.186] (II) evdev: HID 04f3:0103: Configuring as mouse
[    30.186] (II) evdev: HID 04f3:0103: Configuring as keyboard
[    30.186] (II) evdev: HID 04f3:0103: Adding scrollwheel support
[    30.186] (**) evdev: HID 04f3:0103: YAxisMapping: buttons 4 and 5
[    30.186] (**) evdev: HID 04f3:0103: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    30.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04F3:0103.0003/input/input4/event2"
[    30.186] (II) XINPUT: Adding extended input device "HID 04f3:0103" (type: KEYBOARD, id 11)
[    30.186] (**) Option "xkb_rules" "evdev"
[    30.186] (**) Option "xkb_model" "pc105"
[    30.186] (**) Option "xkb_layout" "us,ru"
[    30.187] (**) Option "xkb_variant" ","
[    30.187] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[    30.187] (II) evdev: HID 04f3:0103: initialized for relative axes.
[    30.187] (WW) evdev: HID 04f3:0103: ignoring absolute axes.
[    30.187] (**) HID 04f3:0103: (accel) keeping acceleration scheme 1
[    30.187] (**) HID 04f3:0103: (accel) acceleration profile 0
[    30.187] (**) HID 04f3:0103: (accel) acceleration factor: 2.000
[    30.187] (**) HID 04f3:0103: (accel) acceleration threshold: 4
[    30.187] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[    30.187] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    30.187] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    30.187] (**) Eee PC WMI hotkeys: always reports core events
[    30.187] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event6"
[    30.187] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    30.187] (--) evdev: Eee PC WMI hotkeys: Found keys
[    30.187] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    30.187] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input14/event6"
[    30.187] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[    30.187] (**) Option "xkb_rules" "evdev"
[    30.188] (**) Option "xkb_model" "pc105"
[    30.188] (**) Option "xkb_layout" "us,ru"
[    30.188] (**) Option "xkb_variant" ","
[    30.188] (**) Option "xkb_options" "grp:ctrl_shift_toggle,grp_led:scroll"
[    30.188] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    30.188] (II) No input driver specified, ignoring this device.
[    30.188] (II) This device may have been added with another device file.

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event4
N: input/event4
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/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=10268339
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: XKBVARIANT=,

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15
N: input/event15
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18/event15
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: MAJOR=13
E: MINOR=79
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=11392548
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: XKBVARIANT=,

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=10109124

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3
N: input/event3
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event3
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=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10228396
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: XKBVARIANT=,

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA NVidia 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=10756200

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15/event7
N: input/event7
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15/event7
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MAJOR=13
E: MINOR=71
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10788397

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: NAME="HDA NVidia 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=10788910

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16/event8
N: input/event8
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16/event8
E: ID_INPUT=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: MAJOR=13
E: MINOR=72
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10820398

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: NAME="HDA Intel PCH Line"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=2000
E: TAGS=:seat:
E: USEC_INITIALIZED=15887530

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event11
N: input/event11
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event11
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=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15900871

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: NAME="HDA Intel PCH Line Out"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=40
E: TAGS=:seat:
E: USEC_INITIALIZED=15887500

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event12
N: input/event12
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event12
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=76
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15900715

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel PCH Front 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=15888643

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event13
N: input/event13
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event13
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=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15900934

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17
E: EV=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,kramlsfw6,8,
E: NAME="HDA Intel PCH 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=15888406

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event14
N: input/event14
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event14
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=78
E: SUBSYSTEM=input
E: USEC_INITIALIZED=15916494

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
E: EV=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 Front 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=10758691

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

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: NAME="HDA Intel PCH Rear 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=15887479

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

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_7_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Optical_Mouse
E: ID_MODEL_ENC=Optical\x20Mouse
E: ID_MODEL_ID=003a
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.7:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_7_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Genius_Optical_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Genius
E: ID_VENDOR_ENC=Genius
E: ID_VENDOR_ID=0458
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0003v0458p003Ae0111-e0,1,2,4,k110,111,112,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Genius Optical Mouse"
E: PHYS="usb-0000:00:1d.0-1.7/input0"
E: PRODUCT=3/458/3a/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=1343125

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2/event0
N: input/event0
S: input/by-id/usb-Genius_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.7:1.0-event-mouse
E: DEVLINKS=/dev/input/by-id/usb-Genius_Optical_Mouse-event-mouse /dev/input/by-path/pci-0000:00:1d.0-usb-0:1.7:1.0-event-mouse
E: DEVNAME=/dev/input/event0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2/event0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Optical_Mouse
E: ID_MODEL_ENC=Optical\x20Mouse
E: ID_MODEL_ID=003a
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.7:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_7_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Genius_Optical_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Genius
E: ID_VENDOR_ENC=Genius
E: ID_VENDOR_ID=0458
E: MAJOR=13
E: MINOR=64
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12737184

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2/mouse0
N: input/mouse0
S: input/by-id/usb-Genius_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1d.0-usb-0:1.7:1.0-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.7:1.0-mouse /dev/input/by-id/usb-Genius_Optical_Mouse-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:0458:003A.0001/input/input2/mouse0
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Optical_Mouse
E: ID_MODEL_ENC=Optical\x20Mouse
E: ID_MODEL_ID=003a
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.7:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_7_1_0
E: ID_REVISION=0100
E: ID_SERIAL=Genius_Optical_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Genius
E: ID_VENDOR_ENC=Genius
E: ID_VENDOR_ID=0458
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=1343541

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04F3:0103.0002/input/input3
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04F3:0103.0002/input/input3
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_8_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.8:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_8_1_0
E: ID_REVISION=0107
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: KEY=1000000000007 ff800000000007ff febeffdff3cfffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0003v04F3p0103e0110-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,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: MSC=10
E: NAME="HID 04f3:0103"
E: PHYS="usb-0000:00:1d.0-1.8/input0"
E: PRODUCT=3/4f3/103/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=1514535

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04F3:0103.0002/input/input3/event1
N: input/event1
S: input/by-id/usb-04f3_0103-event-kbd
S: input/by-path/pci-0000:00:1d.0-usb-0:1.8:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.8:1.0-event-kbd /dev/input/by-id/usb-04f3_0103-event-kbd
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.0/0003:04F3:0103.0002/input/input3/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.8:1.0
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_8_1_0
E: ID_REVISION=0107
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12692905
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: XKBVARIANT=,

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04F3:0103.0003/input/input4
E: ABS=100000000
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04F3:0103.0003/input/input4
E: EV=1f
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_8_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.8:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_8_1_1
E: ID_REVISION=0107
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: KEY=3007f 0 0 483ffff17aff32d bf54444600000000 1 130c130b17c000 267bfad941dfed 9e168000004400 10000002
E: MODALIAS=input:b0003v04F3p0103e0110-e0,1,2,3,4,k71,72,73,74,77,80,82,83,85,86,87,88,89,8A,8B,8C,8E,8F,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B1,B2,B5,CE,CF,D0,D1,D2,D4,D8,D9,DB,E0,E1,E4,EA,EB,F0,F1,F4,100,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,197,198,199,19A,19C,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1AF,1B0,1B1,1B7,1BA,240,241,242,243,244,245,246,250,251,r6,a20,m4,lsfw
E: MSC=10
E: NAME="HID 04f3:0103"
E: PHYS="usb-0000:00:1d.0-1.8/input1"
E: PRODUCT=3/4f3/103/110
E: PROP=0
E: REL=40
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=1514742

P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04F3:0103.0003/input/input4/event2
N: input/event2
S: input/by-id/usb-04f3_0103-event-if01
S: input/by-path/pci-0000:00:1d.0-usb-0:1.8:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.8:1.1-event /dev/input/by-id/usb-04f3_0103-event-if01
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8:1.1/0003:04F3:0103.0003/input/input4/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=0103
E: ID_MODEL_ENC=0103
E: ID_MODEL_ID=0103
E: ID_PATH=pci-0000:00:1d.0-usb-0:1.8:1.1
E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_8_1_1
E: ID_REVISION=0107
E: ID_SERIAL=04f3_0103
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=04f3
E: ID_VENDOR_ENC=04f3
E: ID_VENDOR_ID=04f3
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12853265
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: XKBVARIANT=,

P: /devices/platform/eeepc-wmi/input/input14
E: DEVPATH=/devices/platform/eeepc-wmi/input/input14
E: EV=100013
E: ID_FOR_SEAT=input-platform-eeepc-wmi
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-eeepc-wmi
E: ID_PATH_TAG=platform-eeepc-wmi
E: KEY=7e40000 0 800000000000 0 0 1400b00100000 300180001100800 e000000000000 2
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,14,k71,72,73,8B,94,98,AB,AC,B8,B9,D4,E0,E1,E3,EE,F0,1AF,212,215,216,217,218,219,21A,ram4,lsfw
E: MSC=10
E: NAME="Eee PC WMI hotkeys"
E: PHYS="eeepc-wmi/input0"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=10723001

P: /devices/platform/eeepc-wmi/input/input14/event6
N: input/event6
S: input/by-path/platform-eeepc-wmi-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-eeepc-wmi-event
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/platform/eeepc-wmi/input/input14/event6
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-eeepc-wmi
E: ID_PATH_TAG=platform-eeepc-wmi
E: MAJOR=13
E: MINOR=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=10752536
E: XKBLAYOUT=us,ru
E: XKBMODEL=pc105
E: XKBOPTIONS=grp:ctrl_shift_toggle,grp_led:scroll
E: XKBVARIANT=,

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

P: /devices/platform/pcspkr/input/input7/event5
N: input/event5
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event5
E: DEVPATH=/devices/platform/pcspkr/input/input7/event5
E: ID_INPUT=1
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=69
E: SUBSYSTEM=input
E: USEC_INITIALIZED=10312517


DRM Information from dmesg:
---------------------------
[    0.453841] Linux agpgart interface v0.103
[   10.241852] [drm] Initialized drm 1.1.0 20060810
[   11.353502] [drm] Memory usable by graphics device = 2048M
[   11.353507] [drm] Replacing VGA console driver
[   11.360363] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.360366] [drm] Driver supports precise vblank timestamp query.
[   11.367783] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[   11.392198] fbcon: inteldrmfb (fb0) is primary device
[   11.431016] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[   11.431037] [drm:cpt_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[   11.483709] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.253553] nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
[   12.253554] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[   12.253557] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[   12.253559] nouveau 0000:01:00.0: DRM: DCB version 4.0
[   12.253560] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000300 00000000
[   12.253562] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000302 00020030
[   12.253563] nouveau 0000:01:00.0: DRM: DCB outp 02: 02011362 00020010
[   12.253564] nouveau 0000:01:00.0: DRM: DCB outp 03: 04022310 00000000
[   12.253565] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001030
[   12.253566] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002161
[   12.253567] nouveau 0000:01:00.0: DRM: DCB conn 02: 00000200
[   12.268414] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.268415] [drm] Driver supports precise vblank timestamp query.
[   12.323661] nouveau 0000:01:00.0: DRM: MM: using COPY0 for buffer copies
[   12.348207] [drm] Cannot find any crtc or sizes - going 1024x768
[   12.403201] nouveau 0000:01:00.0: DRM: allocated 1024x768 fb: 0x60000, bo ffff88012a73c400
[   12.403276] [drm] Initialized nouveau 1.3.0 20120801 for 0000:01:00.0 on minor 1


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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.utf8, LC_CTYPE=ru_RU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xorg depends on:
ii  libgl1-mesa-dri                       11.1.1-2
ii  libgl1-mesa-glx [libgl1]              11.1.1-2
ii  libglu1-mesa                          9.0.0-2.1
ii  x11-apps                              7.7+5+nmu1
ii  x11-session-utils                     7.7+2
ii  x11-utils                             7.7+3
ii  x11-xkb-utils                         7.7+2
ii  x11-xserver-utils                     7.7+5
ii  xauth                                 1:1.0.9-1
ii  xfce4-terminal [x-terminal-emulator]  0.6.3-2
ii  xfonts-100dpi                         1:1.0.4+nmu1
ii  xfonts-75dpi                          1:1.0.4+nmu1
ii  xfonts-base                           1:1.0.4+nmu1
ii  xfonts-scalable                       1:1.0.3-1.1
ii  xfonts-utils                          1:7.7+3
ii  xinit                                 1.3.4-3
ii  xkb-data                              2.16-1
ii  xorg-docs-core                        1:1.7.1-1
ii  xserver-xorg                          1:7.7+13
ii  xterm [x-terminal-emulator]           322-1

xorg recommends no packages.

Versions of packages xorg suggests:
pn  x11-xfs-utils  <none>
pn  xorg-docs      <none>

Versions of packages xserver-xorg depends on:
ii  x11-xkb-utils                                   7.7+2
ii  xkb-data                                        2.16-1
ii  xserver-xorg-core                               2:1.18.0-3
ii  xserver-xorg-input-all                          1:7.7+13
ii  xserver-xorg-input-evdev [xorg-driver-input]    1:2.10.1-1+b1
ii  xserver-xorg-input-mouse [xorg-driver-input]    1:1.9.1-1+b1
ii  xserver-xorg-input-synaptics [xorg-driver-inpu  1.8.3-1+b1
ii  xserver-xorg-input-vmmouse [xorg-driver-input]  1:13.1.0-1+b1
ii  xserver-xorg-input-wacom [xorg-driver-input]    0.30.0-1+b1
ii  xserver-xorg-video-all                          1:7.7+13
ii  xserver-xorg-video-amdgpu [xorg-driver-video]   1.0.0-1+b1
ii  xserver-xorg-video-ati [xorg-driver-video]      1:7.6.1-1+b1
ii  xserver-xorg-video-cirrus [xorg-driver-video]   1:1.5.3-1+b1
ii  xserver-xorg-video-fbdev [xorg-driver-video]    1:0.4.4-1+b4
ii  xserver-xorg-video-intel [xorg-driver-video]    2:2.99.917+git20160127-1+b1
ii  xserver-xorg-video-mach64 [xorg-driver-video]   6.9.5-1+b1
ii  xserver-xorg-video-mga [xorg-driver-video]      1:1.6.4-1+b2
ii  xserver-xorg-video-neomagic [xorg-driver-video  1:1.2.9-1+b1
ii  xserver-xorg-video-nouveau [xorg-driver-video]  1:1.0.12-1+b1
ii  xserver-xorg-video-qxl [xorg-driver-video]      0.1.4-3+b1
ii  xserver-xorg-video-r128 [xorg-driver-video]     6.10.0-1+b1
ii  xserver-xorg-video-radeon [xorg-driver-video]   1:7.6.1-1+b1
ii  xserver-xorg-video-savage [xorg-driver-video]   1:2.3.8-1+b1
ii  xserver-xorg-video-sisusb [xorg-driver-video]   1:0.9.6-2+b4
ii  xserver-xorg-video-tdfx [xorg-driver-video]     1:1.4.6-1+b2
ii  xserver-xorg-video-trident [xorg-driver-video]  1:1.3.7-1+b2
ii  xserver-xorg-video-vesa [xorg-driver-video]     1:2.3.4-1+b1
ii  xserver-xorg-video-vmware [xorg-driver-video]   1:13.1.0-2+b1

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri  11.1.1-2

-- no debconf information


Reply to: