Package: xserver-xorg Followup-For: Bug #879624 Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I have an Acer Aspire One D270. Graphics driver was a problem from the beginning but after sometime in 2013, the problems went away and the laptop functioned smoothly. I use a stripped down version of the Debian testing OS without any display-manager. I log into the console and use startx to start an Xmonad session. Everything was fine till linux kernel 4.13. Two weeks back, I upgraded to linux kernel 4.14.0-3. I cannot make X work under the new kernel. It works fine with the old kernel. In the new kernel, I get till the console login screen. Everything works fine in the console. However, as soon I run startx, the screen goes black with the backlight at its brightest. Nothing comes on the screen. Trying to switch to console useing Ctrl-Alt-Fn doesn't work for any n=2,3,4,5,6. The only way is to reboot. I use Ctrl-Alt-F2 followed by Ctrl-Alt-Delete. * What exactly did you do (or not do) that was effective (or ineffective)? I created an /etc/X11/xorg.conf using Xorg -configure. It crashed but it created an xorg.conf.new nevertheless. I manually set the driver to "modesetting". * What was the outcome of this action? It works sometimes after a lot of reboots. But not always. I cannot figure out if there is some pattern as the number of times it works is very few compared to the number of times it doesn't work. *** End of the template - remove these template lines *** -- Package-specific info: X server symlink status: ------------------------ lrwxrwxrwx 1 root root 13 Apr 24 2017 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 274 Jan 18 17:41 /usr/bin/Xorg VGA-compatible devices on PCI bus: ---------------------------------- 00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller [8086:0be1] (rev 09) Xorg X server configuration file status: ---------------------------------------- -rw-r--r-- 1 root root 2017 Feb 4 13:37 /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 "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "modesetting" 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.14.0-3-amd64 (debian-ker...@lists.debian.org) (gcc version 7.2.0 (Debian 7.2.0-19)) #1 SMP Debian 4.14.13-1 (2018-01-14) Xorg X server log files on system: ---------------------------------- -rw-r--r-- 1 root root 13273 Feb 4 13:36 /var/log/Xorg.0.log -rw-r--r-- 1 testing testing 48342 Feb 4 13:48 /home/testing/.local/share/xorg/Xorg.0.log Contents of most recent Xorg X server log file (/home/testing/.local/share/xorg/Xorg.0.log): -------------------------------------------------------------------------------------------- [ 76.534] X.Org X Server 1.19.6 Release Date: 2017-12-20 [ 76.538] X Protocol Version 11, Revision 0 [ 76.540] Build Operating System: Linux 4.9.0-5-amd64 x86_64 Debian [ 76.541] Current Operating System: Linux torsor 4.14.0-3-amd64 #1 SMP Debian 4.14.13-1 (2018-01-14) x86_64 [ 76.542] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.0-3-amd64 root=UUID=e97cb5f9-d185-4c76-a204-8ec1579bdd16 ro [ 76.545] Build Date: 26 January 2018 04:30:21PM [ 76.547] xorg-server 2:1.19.6-1 (https://www.debian.org/support) [ 76.549] Current version of pixman: 0.34.0 [ 76.553] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 76.553] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 76.561] (==) Log file: "/home/testing/.local/share/xorg/Xorg.0.log", Time: Sun Feb 4 13:41:30 2018 [ 76.602] (==) Using config file: "/etc/X11/xorg.conf" [ 76.604] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 76.679] (==) ServerLayout "X.org Configured" [ 76.679] (**) |-->Screen "Screen0" (0) [ 76.679] (**) | |-->Monitor "Monitor0" [ 76.680] (**) | |-->Device "Card0" [ 76.680] (**) |-->Input Device "Mouse0" [ 76.680] (**) |-->Input Device "Keyboard0" [ 76.680] (==) Automatically adding devices [ 76.680] (==) Automatically enabling devices [ 76.680] (==) Automatically adding GPU devices [ 76.680] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 76.758] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 76.758] Entry deleted from font path. [ 76.897] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 76.897] Entry deleted from font path. [ 76.897] (**) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins, /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 76.897] (**) ModulePath set to "/usr/lib/xorg/modules" [ 76.897] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 76.897] (WW) Disabling Mouse0 [ 76.897] (WW) Disabling Keyboard0 [ 76.913] (II) Loader magic: 0x5601a1db7de0 [ 76.914] (II) Module ABI versions: [ 76.914] X.Org ANSI C Emulation: 0.4 [ 76.914] X.Org Video Driver: 23.0 [ 76.914] X.Org XInput driver : 24.1 [ 76.914] X.Org Server Extension : 10.0 [ 76.917] (++) using VT number 1 [ 76.923] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31 [ 76.926] (II) xfree86: Adding drm device (/dev/dri/card0) [ 76.929] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0 [ 76.934] (--) PCI:*(0:0:2:0) 8086:0be1:1025:061f rev 9, Mem @ 0x46000000/1048576, I/O @ 0x000050d0/8, BIOS @ 0x????????/131072 [ 76.935] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 76.935] (II) LoadModule: "glx" [ 77.016] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 77.111] (II) Module glx: vendor="X.Org Foundation" [ 77.111] compiled for 1.19.6, module version = 1.0.0 [ 77.111] ABI class: X.Org Server Extension, version 10.0 [ 77.111] (II) LoadModule: "modesetting" [ 77.157] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 77.179] (II) Module modesetting: vendor="X.Org Foundation" [ 77.179] compiled for 1.19.6, module version = 1.19.6 [ 77.179] Module class: X.Org Video Driver [ 77.179] ABI class: X.Org Video Driver, version 23.0 [ 77.179] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 77.180] (II) modeset(0): using drv /dev/dri/card0 [ 77.180] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 77.180] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 77.181] (==) modeset(0): RGB weight 888 [ 77.181] (==) modeset(0): Default visual is TrueColor [ 77.181] (II) Loading sub module "glamoregl" [ 77.181] (II) LoadModule: "glamoregl" [ 77.181] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [ 77.295] (II) Module glamoregl: vendor="X.Org Foundation" [ 77.295] compiled for 1.19.6, module version = 1.0.0 [ 77.295] ABI class: X.Org ANSI C Emulation, version 0.4 [ 77.295] (II) glamor: OpenGL accelerated X.org driver based. [ 79.546] (II) glamor: EGL version 1.4 (DRI2): [ 79.546] EGL_MESA_drm_image required. [ 79.548] (EE) modeset(0): glamor initialization failed [ 79.548] (II) modeset(0): ShadowFB: preferred NO, enabled NO [ 79.572] (II) modeset(0): Output VGA-1 using monitor section Monitor0 [ 79.636] (II) modeset(0): Output LVDS-1 has no monitor section [ 79.640] (II) modeset(0): Output DVI-D-1 has no monitor section [ 79.641] (II) modeset(0): Output DP-1 has no monitor section [ 79.664] (II) modeset(0): EDID for output VGA-1 [ 79.728] (II) modeset(0): EDID for output LVDS-1 [ 79.728] (II) modeset(0): Manufacturer: AUO Model: 61d2 Serial#: 0 [ 79.728] (II) modeset(0): Year: 2009 Week: 0 [ 79.728] (II) modeset(0): EDID Version: 1.3 [ 79.728] (II) modeset(0): Digital Display Input [ 79.728] (II) modeset(0): Max Image Size [cm]: horiz.: 22 vert.: 13 [ 79.728] (II) modeset(0): Gamma: 2.20 [ 79.728] (II) modeset(0): No DPMS capabilities specified [ 79.728] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 79.728] (II) modeset(0): First detailed timing is preferred mode [ 79.728] (II) modeset(0): redX: 0.590 redY: 0.345 greenX: 0.325 greenY: 0.540 [ 79.728] (II) modeset(0): blueX: 0.150 blueY: 0.145 whiteX: 0.313 whiteY: 0.329 [ 79.728] (II) modeset(0): Manufacturer's mask: 0 [ 79.728] (II) modeset(0): Supported detailed timing: [ 79.728] (II) modeset(0): clock: 49.8 MHz Image Size: 222 x 125 mm [ 79.728] (II) modeset(0): h_active: 1024 h_sync: 1072 h_sync_end 1104 h_blank_end 1338 h_border: 0 [ 79.728] (II) modeset(0): v_active: 600 v_sync: 602 v_sync_end 608 v_blanking: 620 v_border: 0 [ 79.728] (II) modeset(0): Unknown vendor-specific block f [ 79.728] (II) modeset(0): AUO [ 79.729] (II) modeset(0): B101AW06 V1 [ 79.729] (II) modeset(0): EDID (in hex): [ 79.729] (II) modeset(0): 00ffffffffffff0006afd26100000000 [ 79.729] (II) modeset(0): 0013010380160d780a15859758538a26 [ 79.729] (II) modeset(0): 25505400000001010101010101010101 [ 79.729] (II) modeset(0): 0101010101017413003a415814203020 [ 79.729] (II) modeset(0): 2600de7d000000180000000f00000000 [ 79.729] (II) modeset(0): 00000000000000000020000000fe0041 [ 79.729] (II) modeset(0): 554f0a202020202020202020000000fe [ 79.729] (II) modeset(0): 004231303141573036205631200a0029 [ 79.729] (II) modeset(0): Printing probed modes for output LVDS-1 [ 79.729] (II) modeset(0): Modeline "1024x600"x60.0 49.80 1024 1072 1104 1338 600 602 608 620 -hsync -vsync (37.2 kHz eP) [ 79.729] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d) [ 79.729] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d) [ 79.730] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 79.730] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 79.730] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 79.730] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d) [ 79.730] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d) [ 79.730] (II) modeset(0): Modeline "800x512"x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d) [ 79.730] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 79.730] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 79.730] (II) modeset(0): Modeline "720x450"x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d) [ 79.730] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 79.730] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 79.730] (II) modeset(0): Modeline "680x384"x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d) [ 79.730] (II) modeset(0): Modeline "680x384"x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d) [ 79.730] (II) modeset(0): Modeline "576x432"x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d) [ 79.730] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 79.730] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 79.730] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 79.730] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 79.735] (II) modeset(0): EDID for output DVI-D-1 [ 79.735] (II) modeset(0): EDID for output DP-1 [ 79.735] (II) modeset(0): Output VGA-1 disconnected [ 79.735] (II) modeset(0): Output LVDS-1 connected [ 79.736] (II) modeset(0): Output DVI-D-1 disconnected [ 79.736] (II) modeset(0): Output DP-1 disconnected [ 79.736] (II) modeset(0): Using exact sizes for initial modes [ 79.736] (II) modeset(0): Output LVDS-1 using initial mode 1024x600 +0+0 [ 79.736] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0) [ 79.736] (==) modeset(0): DPI set to (96, 96) [ 79.736] (II) Loading sub module "fb" [ 79.736] (II) LoadModule: "fb" [ 79.849] (II) Loading /usr/lib/xorg/modules/libfb.so [ 79.876] (II) Module fb: vendor="X.Org Foundation" [ 79.876] compiled for 1.19.6, module version = 1.0.0 [ 79.876] ABI class: X.Org ANSI C Emulation, version 0.4 [ 79.876] (==) Depth 24 pixmap format is 32 bpp [ 79.878] (==) modeset(0): Backing store enabled [ 79.878] (==) modeset(0): Silken mouse enabled [ 79.879] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 79.880] (==) modeset(0): DPMS enabled [ 79.880] (--) RandR disabled [ 79.896] (II) SELinux: Disabled on system [ 79.898] (II) AIGLX: Screen 0 is not DRI2 capable [ 79.898] (EE) AIGLX: reverting to software rendering [ 79.907] (II) IGLX: enabled GLX_MESA_copy_sub_buffer [ 79.910] (II) IGLX: Loaded and initialized swrast [ 79.910] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 79.911] (II) modeset(0): Damage tracking initialized [ 79.911] (II) modeset(0): Setting screen physical size to 270 x 158 [ 80.758] (II) config/udev: Adding input device Power Button (/dev/input/event7) [ 80.758] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 80.758] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 80.758] (II) LoadModule: "libinput" [ 80.759] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so [ 80.842] (II) Module libinput: vendor="X.Org Foundation" [ 80.842] compiled for 1.19.3, module version = 0.26.0 [ 80.842] Module class: X.Org XInput Driver [ 80.842] ABI class: X.Org XInput driver, version 24.1 [ 80.842] (II) Using input driver 'libinput' for 'Power Button' [ 80.844] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 19 paused 0 [ 80.845] (**) Power Button: always reports core events [ 80.845] (**) Option "Device" "/dev/input/event7" [ 80.845] (**) Option "_source" "server/udev" [ 80.847] (II) event7 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 80.848] (II) event7 - (II) Power Button: (II) device is a keyboard [ 80.848] (II) event7 - (II) Power Button: (II) device removed [ 80.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input14/event7" [ 80.848] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 80.848] (**) Option "xkb_model" "pc105" [ 80.848] (**) Option "xkb_layout" "us" [ 80.851] (II) event7 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 80.851] (II) event7 - (II) Power Button: (II) device is a keyboard [ 80.853] (II) config/udev: Adding input device Video Bus (/dev/input/event10) [ 80.853] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 80.853] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 80.853] (II) Using input driver 'libinput' for 'Video Bus' [ 80.856] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 22 paused 0 [ 80.856] (**) Video Bus: always reports core events [ 80.856] (**) Option "Device" "/dev/input/event10" [ 80.856] (**) Option "_source" "server/udev" [ 80.858] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 80.858] (II) event10 - (II) Video Bus: (II) device is a keyboard [ 80.858] (II) event10 - (II) Video Bus: (II) device removed [ 80.859] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17/event10" [ 80.859] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 80.859] (**) Option "xkb_model" "pc105" [ 80.859] (**) Option "xkb_layout" "us" [ 80.861] (II) event10 - (II) Video Bus: (II) is tagged by udev as: Keyboard [ 80.861] (II) event10 - (II) Video Bus: (II) device is a keyboard [ 80.863] (II) config/udev: Adding input device Power Button (/dev/input/event4) [ 80.863] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 80.863] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 80.863] (II) Using input driver 'libinput' for 'Power Button' [ 80.866] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 23 paused 0 [ 80.866] (**) Power Button: always reports core events [ 80.866] (**) Option "Device" "/dev/input/event4" [ 80.866] (**) Option "_source" "server/udev" [ 80.868] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 80.868] (II) event4 - (II) Power Button: (II) device is a keyboard [ 80.868] (II) event4 - (II) Power Button: (II) device removed [ 80.869] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4" [ 80.869] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 80.869] (**) Option "xkb_model" "pc105" [ 80.869] (**) Option "xkb_layout" "us" [ 80.871] (II) event4 - (II) Power Button: (II) is tagged by udev as: Keyboard [ 80.871] (II) event4 - (II) Power Button: (II) device is a keyboard [ 80.873] (II) config/udev: Adding input device Lid Switch (/dev/input/event6) [ 80.873] (II) No input driver specified, ignoring this device. [ 80.873] (II) This device may have been added with another device file. [ 80.874] (II) config/udev: Adding input device Sleep Button (/dev/input/event5) [ 80.874] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 80.874] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 80.874] (II) Using input driver 'libinput' for 'Sleep Button' [ 80.877] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0 [ 80.877] (**) Sleep Button: always reports core events [ 80.877] (**) Option "Device" "/dev/input/event5" [ 80.877] (**) Option "_source" "server/udev" [ 80.879] (II) event5 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 80.880] (II) event5 - (II) Sleep Button: (II) device is a keyboard [ 80.880] (II) event5 - (II) Sleep Button: (II) device removed [ 80.880] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event5" [ 80.880] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 80.880] (**) Option "xkb_model" "pc105" [ 80.880] (**) Option "xkb_layout" "us" [ 80.882] (II) event5 - (II) Sleep Button: (II) is tagged by udev as: Keyboard [ 80.882] (II) event5 - (II) Sleep Button: (II) device is a keyboard [ 80.885] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event13) [ 80.885] (II) No input driver specified, ignoring this device. [ 80.885] (II) This device may have been added with another device file. [ 80.886] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12) [ 80.886] (II) No input driver specified, ignoring this device. [ 80.886] (II) This device may have been added with another device file. [ 80.887] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event14) [ 80.888] (II) No input driver specified, ignoring this device. [ 80.888] (II) This device may have been added with another device file. [ 80.889] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event15) [ 80.889] (II) No input driver specified, ignoring this device. [ 80.889] (II) This device may have been added with another device file. [ 80.891] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1) [ 80.891] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall" [ 80.891] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall" [ 80.891] (II) Using input driver 'libinput' for 'Logitech USB Receiver' [ 80.894] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0 [ 80.895] (**) Logitech USB Receiver: always reports core events [ 80.895] (**) Option "Device" "/dev/input/event1" [ 80.895] (**) Option "_source" "server/udev" [ 80.897] (II) event1 - (II) Logitech USB Receiver: (II) is tagged by udev as: Keyboard [ 80.897] (II) event1 - (II) Logitech USB Receiver: (II) device is a keyboard [ 80.898] (II) event1 - (II) Logitech USB Receiver: (II) device removed [ 80.898] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/0003:046D:C534.0001/input/input7/event1" [ 80.898] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10) [ 80.898] (**) Option "xkb_model" "pc105" [ 80.898] (**) Option "xkb_layout" "us" [ 80.900] (II) event1 - (II) Logitech USB Receiver: (II) is tagged by udev as: Keyboard [ 80.901] (II) event1 - (II) Logitech USB Receiver: (II) device is a keyboard [ 80.903] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2) [ 80.903] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall" [ 80.903] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall" [ 80.903] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall" [ 80.903] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall" [ 80.903] (II) Using input driver 'libinput' for 'Logitech USB Receiver' [ 80.907] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0 [ 80.907] (**) Logitech USB Receiver: always reports core events [ 80.907] (**) Option "Device" "/dev/input/event2" [ 80.907] (**) Option "_source" "server/udev" [ 80.909] (II) event2 - (II) Logitech USB Receiver: (II) is tagged by udev as: Keyboard Mouse [ 80.910] (II) event2 - (II) Logitech USB Receiver: (II) device is a pointer [ 80.910] (II) event2 - (II) Logitech USB Receiver: (II) device is a keyboard [ 80.910] (II) event2 - (II) Logitech USB Receiver: (II) device removed [ 80.910] (II) libinput: Logitech USB Receiver: needs a virtual subdevice [ 80.910] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input8/event2" [ 80.910] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 11) [ 80.911] (**) Option "AccelerationScheme" "none" [ 80.912] (**) Logitech USB Receiver: (accel) selected scheme none/0 [ 80.912] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000 [ 80.912] (**) Logitech USB Receiver: (accel) acceleration threshold: 4 [ 80.914] (II) event2 - (II) Logitech USB Receiver: (II) is tagged by udev as: Keyboard Mouse [ 80.914] (II) event2 - (II) Logitech USB Receiver: (II) device is a pointer [ 80.914] (II) event2 - (II) Logitech USB Receiver: (II) device is a keyboard [ 80.916] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0) [ 80.916] (II) No input driver specified, ignoring this device. [ 80.916] (II) This device may have been added with another device file. [ 80.918] (II) config/udev: Adding input device 1.3M HD WebCam: 1.3M HD WebCam (/dev/input/event11) [ 80.918] (**) 1.3M HD WebCam: 1.3M HD WebCam: Applying InputClass "evdev keyboard catchall" [ 80.918] (**) 1.3M HD WebCam: 1.3M HD WebCam: Applying InputClass "libinput keyboard catchall" [ 80.918] (II) Using input driver 'libinput' for '1.3M HD WebCam: 1.3M HD WebCam' [ 80.922] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 27 paused 0 [ 80.922] (**) 1.3M HD WebCam: 1.3M HD WebCam: always reports core events [ 80.922] (**) Option "Device" "/dev/input/event11" [ 80.922] (**) Option "_source" "server/udev" [ 80.924] (II) event11 - (II) 1.3M HD WebCam: 1.3M HD WebCam: (II) is tagged by udev as: Keyboard [ 80.924] (II) event11 - (II) 1.3M HD WebCam: 1.3M HD WebCam: (II) device is a keyboard [ 80.924] (II) event11 - (II) 1.3M HD WebCam: 1.3M HD WebCam: (II) device removed [ 80.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb3/3-3/3-3:1.0/input/input19/event11" [ 80.925] (II) XINPUT: Adding extended input device "1.3M HD WebCam: 1.3M HD WebCam" (type: KEYBOARD, id 12) [ 80.925] (**) Option "xkb_model" "pc105" [ 80.925] (**) Option "xkb_layout" "us" [ 80.927] (II) event11 - (II) 1.3M HD WebCam: 1.3M HD WebCam: (II) is tagged by udev as: Keyboard [ 80.927] (II) event11 - (II) 1.3M HD WebCam: 1.3M HD WebCam: (II) device is a keyboard [ 80.929] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 80.929] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 80.929] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 80.929] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 80.933] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 28 paused 0 [ 80.933] (**) AT Translated Set 2 keyboard: always reports core events [ 80.933] (**) Option "Device" "/dev/input/event0" [ 80.933] (**) Option "_source" "server/udev" [ 80.935] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 80.935] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 80.935] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed [ 80.936] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 80.936] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13) [ 80.936] (**) Option "xkb_model" "pc105" [ 80.936] (**) Option "xkb_layout" "us" [ 80.938] (II) event0 - (II) AT Translated Set 2 keyboard: (II) is tagged by udev as: Keyboard [ 80.938] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device is a keyboard [ 80.940] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event3) [ 80.940] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall" [ 80.940] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall" [ 80.940] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall" [ 80.940] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons" [ 80.940] (II) LoadModule: "synaptics" [ 80.941] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 80.962] (II) Module synaptics: vendor="X.Org Foundation" [ 80.962] compiled for 1.19.0, module version = 1.9.0 [ 80.962] Module class: X.Org XInput Driver [ 80.962] ABI class: X.Org XInput driver, version 24.1 [ 80.962] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad' [ 80.965] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 29 paused 0 [ 80.965] (**) ETPS/2 Elantech Touchpad: always reports core events [ 80.965] (**) Option "Device" "/dev/input/event3" [ 80.966] (II) synaptics: ETPS/2 Elantech Touchpad: ignoring touch events for semi-multitouch device [ 80.966] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2320 (res 31) [ 80.966] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 928 (res 31) [ 80.966] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255 [ 80.966] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15 [ 80.966] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple [ 80.966] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe [ 80.967] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 80.967] (**) ETPS/2 Elantech Touchpad: always reports core events [ 80.967] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input6/event3" [ 80.967] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14) [ 80.967] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5 [ 80.967] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75 [ 80.967] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.080 [ 80.968] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 80.968] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1 [ 80.968] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 80.968] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 80.969] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 80.970] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1) [ 80.970] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" [ 80.971] (II) config/udev: Adding input device PC Speaker (/dev/input/event8) [ 80.971] (II) No input driver specified, ignoring this device. [ 80.971] (II) This device may have been added with another device file. [ 80.972] (II) config/udev: Adding input device (unnamed) (/dev/ttyS0) [ 80.972] (II) No input driver specified, ignoring this device. [ 80.972] (II) This device may have been added with another device file. [ 80.973] (II) config/udev: Adding input device (unnamed) (/dev/ttyS1) [ 80.973] (II) No input driver specified, ignoring this device. [ 80.973] (II) This device may have been added with another device file. [ 80.974] (II) config/udev: Adding input device (unnamed) (/dev/ttyS2) [ 80.974] (II) No input driver specified, ignoring this device. [ 80.974] (II) This device may have been added with another device file. [ 80.975] (II) config/udev: Adding input device (unnamed) (/dev/ttyS3) [ 80.975] (II) No input driver specified, ignoring this device. [ 80.975] (II) This device may have been added with another device file. [ 80.976] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event9) [ 80.976] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall" [ 80.976] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall" [ 80.976] (II) Using input driver 'libinput' for 'Acer WMI hotkeys' [ 80.980] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 30 paused 0 [ 80.980] (**) Acer WMI hotkeys: always reports core events [ 80.980] (**) Option "Device" "/dev/input/event9" [ 80.980] (**) Option "_source" "server/udev" [ 80.983] (II) event9 - (II) Acer WMI hotkeys: (II) is tagged by udev as: Keyboard [ 80.983] (II) event9 - (II) Acer WMI hotkeys: (II) device is a keyboard [ 80.983] (II) event9 - (II) Acer WMI hotkeys: (II) device removed [ 80.983] (**) Option "config_info" "udev:/sys/devices/virtual/input/input16/event9" [ 80.983] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15) [ 80.983] (**) Option "xkb_model" "pc105" [ 80.983] (**) Option "xkb_layout" "us" [ 80.985] (II) event9 - (II) Acer WMI hotkeys: (II) is tagged by udev as: Keyboard [ 80.986] (II) event9 - (II) Acer WMI hotkeys: (II) device is a keyboard [ 80.986] (II) config/udev: Adding input device (unnamed) (/dev/input/mice) [ 80.986] (II) No input driver specified, ignoring this device. [ 80.986] (II) This device may have been added with another device file. [ 80.987] (II) config/udev: Adding input device (unnamed) (/dev/console) [ 80.987] (II) No input driver specified, ignoring this device. [ 80.987] (II) This device may have been added with another device file. [ 80.987] (II) config/udev: Adding input device (unnamed) (/dev/ptmx) [ 80.988] (II) No input driver specified, ignoring this device. [ 80.988] (II) This device may have been added with another device file. [ 80.988] (II) config/udev: Adding input device (unnamed) (/dev/tty) [ 80.988] (II) No input driver specified, ignoring this device. [ 80.989] (II) This device may have been added with another device file. [ 80.989] (II) config/udev: Adding input device (unnamed) (/dev/tty0) [ 80.989] (II) No input driver specified, ignoring this device. [ 80.989] (II) This device may have been added with another device file. [ 80.990] (II) config/udev: Adding input device (unnamed) (/dev/tty1) [ 80.990] (II) No input driver specified, ignoring this device. [ 80.990] (II) This device may have been added with another device file. [ 80.990] (II) config/udev: Adding input device (unnamed) (/dev/tty10) [ 80.990] (II) No input driver specified, ignoring this device. [ 80.990] (II) This device may have been added with another device file. [ 80.991] (II) config/udev: Adding input device (unnamed) (/dev/tty11) [ 80.991] (II) No input driver specified, ignoring this device. [ 80.991] (II) This device may have been added with another device file. [ 80.992] (II) config/udev: Adding input device (unnamed) (/dev/tty12) [ 80.992] (II) No input driver specified, ignoring this device. [ 80.992] (II) This device may have been added with another device file. [ 80.992] (II) config/udev: Adding input device (unnamed) (/dev/tty13) [ 80.992] (II) No input driver specified, ignoring this device. [ 80.993] (II) This device may have been added with another device file. [ 80.993] (II) config/udev: Adding input device (unnamed) (/dev/tty14) [ 80.993] (II) No input driver specified, ignoring this device. [ 80.993] (II) This device may have been added with another device file. [ 80.994] (II) config/udev: Adding input device (unnamed) (/dev/tty15) [ 80.994] (II) No input driver specified, ignoring this device. [ 80.994] (II) This device may have been added with another device file. [ 80.994] (II) config/udev: Adding input device (unnamed) (/dev/tty16) [ 80.994] (II) No input driver specified, ignoring this device. [ 80.994] (II) This device may have been added with another device file. [ 80.995] (II) config/udev: Adding input device (unnamed) (/dev/tty17) [ 80.995] (II) No input driver specified, ignoring this device. [ 80.995] (II) This device may have been added with another device file. [ 80.996] (II) config/udev: Adding input device (unnamed) (/dev/tty18) [ 80.996] (II) No input driver specified, ignoring this device. [ 80.996] (II) This device may have been added with another device file. [ 80.996] (II) config/udev: Adding input device (unnamed) (/dev/tty19) [ 80.996] (II) No input driver specified, ignoring this device. [ 80.996] (II) This device may have been added with another device file. [ 80.997] (II) config/udev: Adding input device (unnamed) (/dev/tty2) [ 80.997] (II) No input driver specified, ignoring this device. [ 80.997] (II) This device may have been added with another device file. [ 80.998] (II) config/udev: Adding input device (unnamed) (/dev/tty20) [ 80.998] (II) No input driver specified, ignoring this device. [ 80.998] (II) This device may have been added with another device file. [ 80.998] (II) config/udev: Adding input device (unnamed) (/dev/tty21) [ 80.998] (II) No input driver specified, ignoring this device. [ 80.998] (II) This device may have been added with another device file. [ 80.999] (II) config/udev: Adding input device (unnamed) (/dev/tty22) [ 80.999] (II) No input driver specified, ignoring this device. [ 80.999] (II) This device may have been added with another device file. [ 80.999] (II) config/udev: Adding input device (unnamed) (/dev/tty23) [ 80.999] (II) No input driver specified, ignoring this device. [ 80.999] (II) This device may have been added with another device file. [ 81.000] (II) config/udev: Adding input device (unnamed) (/dev/tty24) [ 81.000] (II) No input driver specified, ignoring this device. [ 81.000] (II) This device may have been added with another device file. [ 81.001] (II) config/udev: Adding input device (unnamed) (/dev/tty25) [ 81.001] (II) No input driver specified, ignoring this device. [ 81.001] (II) This device may have been added with another device file. [ 81.001] (II) config/udev: Adding input device (unnamed) (/dev/tty26) [ 81.001] (II) No input driver specified, ignoring this device. [ 81.001] (II) This device may have been added with another device file. [ 81.002] (II) config/udev: Adding input device (unnamed) (/dev/tty27) [ 81.002] (II) No input driver specified, ignoring this device. [ 81.002] (II) This device may have been added with another device file. [ 81.002] (II) config/udev: Adding input device (unnamed) (/dev/tty28) [ 81.002] (II) No input driver specified, ignoring this device. [ 81.002] (II) This device may have been added with another device file. [ 81.003] (II) config/udev: Adding input device (unnamed) (/dev/tty29) [ 81.003] (II) No input driver specified, ignoring this device. [ 81.003] (II) This device may have been added with another device file. [ 81.003] (II) config/udev: Adding input device (unnamed) (/dev/tty3) [ 81.003] (II) No input driver specified, ignoring this device. [ 81.003] (II) This device may have been added with another device file. [ 81.004] (II) config/udev: Adding input device (unnamed) (/dev/tty30) [ 81.004] (II) No input driver specified, ignoring this device. [ 81.004] (II) This device may have been added with another device file. [ 81.006] (II) config/udev: Adding input device (unnamed) (/dev/tty31) [ 81.006] (II) No input driver specified, ignoring this device. [ 81.006] (II) This device may have been added with another device file. [ 81.007] (II) config/udev: Adding input device (unnamed) (/dev/tty32) [ 81.007] (II) No input driver specified, ignoring this device. [ 81.007] (II) This device may have been added with another device file. [ 81.008] (II) config/udev: Adding input device (unnamed) (/dev/tty33) [ 81.008] (II) No input driver specified, ignoring this device. [ 81.009] (II) This device may have been added with another device file. [ 81.009] (II) config/udev: Adding input device (unnamed) (/dev/tty34) [ 81.009] (II) No input driver specified, ignoring this device. [ 81.009] (II) This device may have been added with another device file. [ 81.010] (II) config/udev: Adding input device (unnamed) (/dev/tty35) [ 81.010] (II) No input driver specified, ignoring this device. [ 81.010] (II) This device may have been added with another device file. [ 81.010] (II) config/udev: Adding input device (unnamed) (/dev/tty36) [ 81.010] (II) No input driver specified, ignoring this device. [ 81.011] (II) This device may have been added with another device file. [ 81.011] (II) config/udev: Adding input device (unnamed) (/dev/tty37) [ 81.011] (II) No input driver specified, ignoring this device. [ 81.011] (II) This device may have been added with another device file. [ 81.012] (II) config/udev: Adding input device (unnamed) (/dev/tty38) [ 81.012] (II) No input driver specified, ignoring this device. [ 81.012] (II) This device may have been added with another device file. [ 81.012] (II) config/udev: Adding input device (unnamed) (/dev/tty39) [ 81.012] (II) No input driver specified, ignoring this device. [ 81.012] (II) This device may have been added with another device file. [ 81.013] (II) config/udev: Adding input device (unnamed) (/dev/tty4) [ 81.013] (II) No input driver specified, ignoring this device. [ 81.013] (II) This device may have been added with another device file. [ 81.013] (II) config/udev: Adding input device (unnamed) (/dev/tty40) [ 81.013] (II) No input driver specified, ignoring this device. [ 81.013] (II) This device may have been added with another device file. [ 81.014] (II) config/udev: Adding input device (unnamed) (/dev/tty41) [ 81.014] (II) No input driver specified, ignoring this device. [ 81.014] (II) This device may have been added with another device file. [ 81.015] (II) config/udev: Adding input device (unnamed) (/dev/tty42) [ 81.015] (II) No input driver specified, ignoring this device. [ 81.015] (II) This device may have been added with another device file. [ 81.015] (II) config/udev: Adding input device (unnamed) (/dev/tty43) [ 81.015] (II) No input driver specified, ignoring this device. [ 81.015] (II) This device may have been added with another device file. [ 81.016] (II) config/udev: Adding input device (unnamed) (/dev/tty44) [ 81.016] (II) No input driver specified, ignoring this device. [ 81.016] (II) This device may have been added with another device file. [ 81.016] (II) config/udev: Adding input device (unnamed) (/dev/tty45) [ 81.016] (II) No input driver specified, ignoring this device. [ 81.016] (II) This device may have been added with another device file. [ 81.017] (II) config/udev: Adding input device (unnamed) (/dev/tty46) [ 81.017] (II) No input driver specified, ignoring this device. [ 81.017] (II) This device may have been added with another device file. [ 81.017] (II) config/udev: Adding input device (unnamed) (/dev/tty47) [ 81.017] (II) No input driver specified, ignoring this device. [ 81.017] (II) This device may have been added with another device file. [ 81.018] (II) config/udev: Adding input device (unnamed) (/dev/tty48) [ 81.018] (II) No input driver specified, ignoring this device. [ 81.018] (II) This device may have been added with another device file. [ 81.018] (II) config/udev: Adding input device (unnamed) (/dev/tty49) [ 81.019] (II) No input driver specified, ignoring this device. [ 81.019] (II) This device may have been added with another device file. [ 81.019] (II) config/udev: Adding input device (unnamed) (/dev/tty5) [ 81.019] (II) No input driver specified, ignoring this device. [ 81.019] (II) This device may have been added with another device file. [ 81.020] (II) config/udev: Adding input device (unnamed) (/dev/tty50) [ 81.020] (II) No input driver specified, ignoring this device. [ 81.020] (II) This device may have been added with another device file. [ 81.020] (II) config/udev: Adding input device (unnamed) (/dev/tty51) [ 81.020] (II) No input driver specified, ignoring this device. [ 81.020] (II) This device may have been added with another device file. [ 81.021] (II) config/udev: Adding input device (unnamed) (/dev/tty52) [ 81.021] (II) No input driver specified, ignoring this device. [ 81.021] (II) This device may have been added with another device file. [ 81.021] (II) config/udev: Adding input device (unnamed) (/dev/tty53) [ 81.021] (II) No input driver specified, ignoring this device. [ 81.022] (II) This device may have been added with another device file. [ 81.022] (II) config/udev: Adding input device (unnamed) (/dev/tty54) [ 81.022] (II) No input driver specified, ignoring this device. [ 81.022] (II) This device may have been added with another device file. [ 81.023] (II) config/udev: Adding input device (unnamed) (/dev/tty55) [ 81.023] (II) No input driver specified, ignoring this device. [ 81.023] (II) This device may have been added with another device file. [ 81.023] (II) config/udev: Adding input device (unnamed) (/dev/tty56) [ 81.023] (II) No input driver specified, ignoring this device. [ 81.023] (II) This device may have been added with another device file. [ 81.024] (II) config/udev: Adding input device (unnamed) (/dev/tty57) [ 81.024] (II) No input driver specified, ignoring this device. [ 81.024] (II) This device may have been added with another device file. [ 81.024] (II) config/udev: Adding input device (unnamed) (/dev/tty58) [ 81.025] (II) No input driver specified, ignoring this device. [ 81.025] (II) This device may have been added with another device file. [ 81.025] (II) config/udev: Adding input device (unnamed) (/dev/tty59) [ 81.025] (II) No input driver specified, ignoring this device. [ 81.025] (II) This device may have been added with another device file. [ 81.026] (II) config/udev: Adding input device (unnamed) (/dev/tty6) [ 81.026] (II) No input driver specified, ignoring this device. [ 81.026] (II) This device may have been added with another device file. [ 81.026] (II) config/udev: Adding input device (unnamed) (/dev/tty60) [ 81.026] (II) No input driver specified, ignoring this device. [ 81.026] (II) This device may have been added with another device file. [ 81.027] (II) config/udev: Adding input device (unnamed) (/dev/tty61) [ 81.027] (II) No input driver specified, ignoring this device. [ 81.027] (II) This device may have been added with another device file. [ 81.027] (II) config/udev: Adding input device (unnamed) (/dev/tty62) [ 81.027] (II) No input driver specified, ignoring this device. [ 81.027] (II) This device may have been added with another device file. [ 81.028] (II) config/udev: Adding input device (unnamed) (/dev/tty63) [ 81.028] (II) No input driver specified, ignoring this device. [ 81.028] (II) This device may have been added with another device file. [ 81.029] (II) config/udev: Adding input device (unnamed) (/dev/tty7) [ 81.029] (II) No input driver specified, ignoring this device. [ 81.029] (II) This device may have been added with another device file. [ 81.029] (II) config/udev: Adding input device (unnamed) (/dev/tty8) [ 81.029] (II) No input driver specified, ignoring this device. [ 81.029] (II) This device may have been added with another device file. [ 81.030] (II) config/udev: Adding input device (unnamed) (/dev/tty9) [ 81.030] (II) No input driver specified, ignoring this device. [ 81.030] (II) This device may have been added with another device file. [ 81.033] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall" [ 81.033] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall" [ 81.033] (**) Logitech USB Receiver: Applying InputClass "libinput pointer catchall" [ 81.033] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall" [ 81.033] (II) Using input driver 'libinput' for 'Logitech USB Receiver' [ 81.033] (II) systemd-logind: returning pre-existing fd for /dev/input/event2 13:66 [ 81.033] (**) Logitech USB Receiver: always reports core events [ 81.033] (**) Option "Device" "/dev/input/event2" [ 81.033] (**) Option "_source" "_driver/libinput" [ 81.033] (II) libinput: Logitech USB Receiver: is a virtual subdevice [ 81.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input8/event2" [ 81.034] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 16) [ 81.034] (**) Option "xkb_model" "pc105" [ 81.034] (**) Option "xkb_layout" "us" [ 83.607] (II) modeset(0): Disabling kernel dirty updates, not required. [ 85.700] (II) modeset(0): EDID vendor "AUO", prod id 25042 [ 85.700] (II) modeset(0): Printing DDC gathered Modelines: [ 85.700] (II) modeset(0): Modeline "1024x600"x0.0 49.80 1024 1072 1104 1338 600 602 608 620 -hsync -vsync (37.2 kHz eP) [ 85.804] (II) modeset(0): EDID vendor "AUO", prod id 25042 [ 85.804] (II) modeset(0): Printing DDC gathered Modelines: [ 85.804] (II) modeset(0): Modeline "1024x600"x0.0 49.80 1024 1072 1104 1338 600 602 608 620 -hsync -vsync (37.2 kHz eP) [ 468.523] (**) Option "fd" "19" [ 468.523] (II) event7 - (II) Power Button: (II) device removed [ 468.524] (**) Option "fd" "22" [ 468.524] (II) event10 - (II) Video Bus: (II) device removed [ 468.530] (**) Option "fd" "23" [ 468.530] (II) event4 - (II) Power Button: (II) device removed [ 468.530] (**) Option "fd" "24" [ 468.531] (II) event5 - (II) Sleep Button: (II) device removed [ 468.531] (**) Option "fd" "25" [ 468.531] (II) event1 - (II) Logitech USB Receiver: (II) device removed [ 468.532] (**) Option "fd" "26" [ 468.532] (**) Option "fd" "27" [ 468.532] (II) event11 - (II) 1.3M HD WebCam: 1.3M HD WebCam: (II) device removed [ 468.533] (**) Option "fd" "28" [ 468.533] (II) event0 - (II) AT Translated Set 2 keyboard: (II) device removed [ 468.534] (**) Option "fd" "30" [ 468.534] (II) event9 - (II) Acer WMI hotkeys: (II) device removed [ 468.535] (**) Option "fd" "26" [ 468.535] (II) event2 - (II) Logitech USB Receiver: (II) device removed [ 468.537] (II) UnloadModule: "libinput" [ 468.537] (II) systemd-logind: not releasing fd for 13:66, still in use [ 468.537] (II) UnloadModule: "libinput" [ 468.537] (II) systemd-logind: releasing fd for 13:73 [ 468.556] (II) UnloadModule: "synaptics" [ 468.556] (II) systemd-logind: releasing fd for 13:67 [ 468.616] (II) UnloadModule: "libinput" [ 468.616] (II) systemd-logind: releasing fd for 13:64 [ 468.632] (II) UnloadModule: "libinput" [ 468.632] (II) systemd-logind: releasing fd for 13:75 [ 468.664] (II) UnloadModule: "libinput" [ 468.664] (II) systemd-logind: releasing fd for 13:66 [ 468.684] (II) UnloadModule: "libinput" [ 468.684] (II) systemd-logind: releasing fd for 13:65 [ 468.700] (II) UnloadModule: "libinput" [ 468.700] (II) systemd-logind: releasing fd for 13:69 [ 468.716] (II) UnloadModule: "libinput" [ 468.716] (II) systemd-logind: releasing fd for 13:68 [ 468.732] (II) UnloadModule: "libinput" [ 468.732] (II) systemd-logind: releasing fd for 13:74 [ 468.753] (II) UnloadModule: "libinput" [ 468.753] (II) systemd-logind: releasing fd for 13:71 [ 469.755] (II) Server terminated successfully (0). Closing log file. udev information: ----------------- P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input14 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input14 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=19352298 P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input14/event7 N: input/event7 E: BACKSPACE=guess E: DEVNAME=/dev/input/event7 E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input14/event7 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXPWRBN:00 E: ID_PATH_TAG=acpi-LNXPWRBN_00 E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button E: MAJOR=13 E: MINOR=71 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22630288 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16 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=19486602 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event9 N: input/event9 E: BACKSPACE=guess E: DEVNAME=/dev/input/event9 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event9 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-LNXVIDEO:00 E: ID_PATH_TAG=acpi-LNXVIDEO_00 E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video E: MAJOR=13 E: MINOR=73 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22654383 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11 E: EV=3 E: ID_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=19330253 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4 N: input/event4 E: BACKSPACE=guess E: DEVNAME=/dev/input/event4 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event4 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0C:00 E: ID_PATH_TAG=acpi-PNP0C0C_00 E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button E: MAJOR=13 E: MINOR=68 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22644158 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13 E: EV=21 E: ID_FOR_SEAT=input-acpi-PNP0C0D_00 E: ID_INPUT=1 E: ID_INPUT_SWITCH=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=19347516 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13/event6 N: input/event6 E: DEVNAME=/dev/input/event6 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13/event6 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=acpi-PNP0C0D:00 E: ID_PATH_TAG=acpi-PNP0C0D_00 E: LIBINPUT_ATTR_LID_SWITCH_RELIABILITY=reliable E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button E: MAJOR=13 E: MINOR=70 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22633560 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12 E: EV=3 E: ID_FOR_SEAT=input-acpi-PNP0C0E_00 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: KEY=4000 0 0 E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw E: NAME="Sleep Button" E: PHYS="PNP0C0E/button/input0" E: PRODUCT=19/0/3/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=19339125 P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event5 N: input/event5 E: BACKSPACE=guess E: DEVNAME=/dev/input/event5 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event5 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_PATH=acpi-PNP0C0E:00 E: ID_PATH_TAG=acpi-PNP0C0E_00 E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button E: MAJOR=13 E: MINOR=69 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22639132 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_1b_0 E: ID_INPUT=1 E: ID_INPUT_SWITCH=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 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=22292191 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event12 N: input/event12 E: DEVNAME=/dev/input/event12 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event12 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=76 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22659524 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input19 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input19 E: EV=40001 E: ID_FOR_SEAT=input-pci-0000_00_1b_0 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: MODALIAS=input:b0001v10ECp0269e0001-e0,12,kramls1,2,fw E: NAME="HDA Digital PCBeep" E: PHYS="card0/codec#1/beep0" E: PRODUCT=1/10ec/269/1 E: PROP=0 E: SND=6 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=21978828 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event11 N: input/event11 E: DEVNAME=/dev/input/event11 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event11 E: ID_INPUT=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=1/10ec/269:card0/codec#1/beep0 E: MAJOR=13 E: MINOR=75 E: SUBSYSTEM=input E: USEC_INITIALIZED=22651790 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input20 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input20 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_1b_0 E: ID_INPUT=1 E: ID_INPUT_SWITCH=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 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=22648269 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input20/event13 N: input/event13 E: DEVNAME=/dev/input/event13 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input20/event13 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=77 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22714532 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input21 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input21 E: EV=21 E: ID_FOR_SEAT=input-pci-0000_00_1b_0 E: ID_INPUT=1 E: ID_INPUT_SWITCH=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 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=22649579 P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input21/event14 N: input/event14 E: DEVNAME=/dev/input/event14 E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input21/event14 E: ID_INPUT=1 E: ID_INPUT_SWITCH=1 E: ID_PATH=pci-0000:00:1b.0 E: ID_PATH_TAG=pci-0000_00_1b_0 E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA E: MAJOR=13 E: MINOR=78 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22709125 P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:046D:C534.0001/input/input7 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:046D:C534.0001/input/input7 E: EV=120013 E: ID_BUS=usb E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_1_0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c534 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_0 E: ID_REVISION=2900 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030102: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: KEY=1000000000007 ff800000000007ff febeffdfffefffff fffffffffffffffe E: LED=1f E: MODALIAS=input:b0003v046DpC534e0111-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,3,4,sfw E: MSC=10 E: NAME="Logitech USB Receiver" E: PHYS="usb-0000:00:1d.0-1/input0" E: PRODUCT=3/46d/c534/111 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: UNIQ="" E: USEC_INITIALIZED=6940581 P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:046D:C534.0001/input/input7/event1 N: input/event1 S: input/by-id/usb-Logitech_USB_Receiver-event-kbd S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-kbd E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-event-kbd /dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd E: DEVNAME=/dev/input/event1 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/0003:046D:C534.0001/input/input7/event1 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_KEYBOARD=1 E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c534 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.0 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_0 E: ID_REVISION=2900 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030102: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: LIBINPUT_DEVICE_GROUP=3/46d/c534:usb-0000:00:1d.0-1 E: MAJOR=13 E: MINOR=65 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22634094 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:046D:C534.0002/input/input8 E: ABS=100000000 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:046D:C534.0002/input/input8 E: EV=1f E: ID_BUS=usb E: ID_FOR_SEAT=input-pci-0000_00_1d_0-usb-0_1_1_1 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_MOUSE=1 E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c534 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.1 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_1 E: ID_REVISION=2900 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030102: E: ID_USB_INTERFACE_NUM=01 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: KEY=3007f 0 0 483ffff17aff32d bf54444600000000 ffff0001 130f938b17c000 677bfad941dfed 9ed68000004400 10000002 E: MODALIAS=input:b0003v046DpC534e0111-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,B0,B1,B2,B5,B6,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E0,E1,E4,E7,E8,E9,EA,EB,F0,F1,F4,100,110,111,112,113,114,115,116,117,118,119,11A,11B,11C,11D,11E,11F,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,r0,1,6,7,8,a20,m4,lsfw E: MSC=10 E: NAME="Logitech USB Receiver" E: PHYS="usb-0000:00:1d.0-1/input1" E: PRODUCT=3/46d/c534/111 E: PROP=0 E: REL=1c3 E: SUBSYSTEM=input E: TAGS=:seat: E: UNIQ="" E: USEC_INITIALIZED=6943810 P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:046D:C534.0002/input/input8/event2 N: input/event2 S: input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-event-mouse E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-event-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse E: DEVNAME=/dev/input/event2 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:046D:C534.0002/input/input8/event2 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_MOUSE=1 E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c534 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.1 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_1 E: ID_REVISION=2900 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030102: E: ID_USB_INTERFACE_NUM=01 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: LIBINPUT_DEVICE_GROUP=3/46d/c534:usb-0000:00:1d.0-1 E: MAJOR=13 E: MINOR=66 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22638002 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:046D:C534.0002/input/input8/mouse0 N: input/mouse0 S: input/by-id/usb-Logitech_USB_Receiver-if01-mouse S: input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-mouse E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.1-mouse /dev/input/by-id/usb-Logitech_USB_Receiver-if01-mouse E: DEVNAME=/dev/input/mouse0 E: DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.1/0003:046D:C534.0002/input/input8/mouse0 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_INPUT_MOUSE=1 E: ID_MODEL=USB_Receiver E: ID_MODEL_ENC=USB\x20Receiver E: ID_MODEL_ID=c534 E: ID_PATH=pci-0000:00:1d.0-usb-0:1:1.1 E: ID_PATH_TAG=pci-0000_00_1d_0-usb-0_1_1_1 E: ID_REVISION=2900 E: ID_SERIAL=Logitech_USB_Receiver E: ID_TYPE=hid E: ID_USB_DRIVER=usbhid E: ID_USB_INTERFACES=:030101:030102: E: ID_USB_INTERFACE_NUM=01 E: ID_VENDOR=Logitech E: ID_VENDOR_ENC=Logitech E: ID_VENDOR_ID=046d E: MAJOR=13 E: MINOR=32 E: SUBSYSTEM=input E: USEC_INITIALIZED=21111647 P: /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input22 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input22 E: EV=3 E: ID_BUS=usb E: ID_FOR_SEAT=input-pci-0000_00_1d_7-usb-0_3_1_0 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=1.3M_HD_WebCam E: ID_MODEL_ENC=1.3M\x20HD\x20WebCam E: ID_MODEL_ID=d250 E: ID_PATH=pci-0000:00:1d.7-usb-0:3:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_3_1_0 E: ID_REVISION=0102 E: ID_SERIAL=SuYin_1.3M_HD_WebCam_HF1316-A821-HN01-VA-R01.00.02 E: ID_SERIAL_SHORT=HF1316-A821-HN01-VA-R01.00.02 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=SuYin E: ID_VENDOR_ENC=SuYin E: ID_VENDOR_ID=064e E: KEY=100000 0 0 0 E: MODALIAS=input:b0003v064EpD250e0102-e0,1,kD4,ramlsfw E: NAME="1.3M HD WebCam: 1.3M HD WebCam" E: PHYS="usb-0000:00:1d.7-3/button" E: PRODUCT=3/64e/d250/102 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=22982162 P: /devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input22/event15 N: input/event15 S: input/by-id/usb-SuYin_1.3M_HD_WebCam_HF1316-A821-HN01-VA-R01.00.02-event-if00 S: input/by-path/pci-0000:00:1d.7-usb-0:3:1.0-event E: BACKSPACE=guess E: DEVLINKS=/dev/input/by-path/pci-0000:00:1d.7-usb-0:3:1.0-event /dev/input/by-id/usb-SuYin_1.3M_HD_WebCam_HF1316-A821-HN01-VA-R01.00.02-event-if00 E: DEVNAME=/dev/input/event15 E: DEVPATH=/devices/pci0000:00/0000:00:1d.7/usb1/1-3/1-3:1.0/input/input22/event15 E: ID_BUS=usb E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: ID_MODEL=1.3M_HD_WebCam E: ID_MODEL_ENC=1.3M\x20HD\x20WebCam E: ID_MODEL_ID=d250 E: ID_PATH=pci-0000:00:1d.7-usb-0:3:1.0 E: ID_PATH_TAG=pci-0000_00_1d_7-usb-0_3_1_0 E: ID_REVISION=0102 E: ID_SERIAL=SuYin_1.3M_HD_WebCam_HF1316-A821-HN01-VA-R01.00.02 E: ID_SERIAL_SHORT=HF1316-A821-HN01-VA-R01.00.02 E: ID_TYPE=video E: ID_USB_DRIVER=uvcvideo E: ID_USB_INTERFACES=:0e0100:0e0200: E: ID_USB_INTERFACE_NUM=00 E: ID_VENDOR=SuYin E: ID_VENDOR_ENC=SuYin E: ID_VENDOR_ID=064e E: LIBINPUT_DEVICE_GROUP=3/64e/d250:usb-0000:00:1d.7-3/button E: MAJOR=13 E: MINOR=79 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=23049287 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/platform/i8042/serio0/input/input0 E: DEVPATH=/devices/platform/i8042/serio0/input/input0 E: EV=120013 E: ID_BUS=i8042 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=10000 c020000000000 0 0 700f02000003 3802078f870f401 febfffdfffefffff fffffffffffffffe E: LED=7 E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,8A,8C,8D,8E,8F,94,95,96,9B,9C,9D,9E,9F,A3,A4,A5,A6,AD,B7,B8,B9,C0,C1,D9,E0,E1,E2,E3,EC,ED,EE,1A9,1B2,1B3,1D0,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=6039958 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_BUS=i8042 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: KEYBOARD_KEY_86=wlan E: KEYBOARD_KEY_a5=help E: KEYBOARD_KEY_a6=setup E: KEYBOARD_KEY_a7=battery E: KEYBOARD_KEY_a9=switchvideomode E: KEYBOARD_KEY_b2=www E: KEYBOARD_KEY_b3=euro E: KEYBOARD_KEY_b4=dollar E: KEYBOARD_KEY_ce=brightnessup E: KEYBOARD_KEY_d4=bluetooth E: KEYBOARD_KEY_d5=wlan E: KEYBOARD_KEY_d6=wlan E: KEYBOARD_KEY_d7=bluetooth E: KEYBOARD_KEY_d8=bluetooth E: KEYBOARD_KEY_d9=brightnessup E: KEYBOARD_KEY_ee=brightnessup E: KEYBOARD_KEY_ef=brightnessdown E: KEYBOARD_KEY_f1=f22 E: KEYBOARD_KEY_f2=f23 E: KEYBOARD_KEY_f3=prog2 E: KEYBOARD_KEY_f4=prog1 E: KEYBOARD_KEY_f5=presentation E: KEYBOARD_KEY_f6=power E: KEYBOARD_KEY_f8=fn E: KEYBOARD_KEY_f9=prog1 E: LIBINPUT_ATTR_KEYBOARD_INTEGRATION=internal E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0 E: MAJOR=13 E: MINOR=64 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22632448 E: XKBLAYOUT=us E: XKBMODEL=pc105 P: /devices/platform/i8042/serio2/input/input6 E: ABS=260800011000003 E: DEVPATH=/devices/platform/i8042/serio2/input/input6 E: EV=b E: ID_BUS=i8042 E: ID_FOR_SEAT=input-platform-i8042-serio-2 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-2 E: ID_PATH_TAG=platform-i8042-serio-2 E: ID_SERIAL=noserial E: KEY=6420 30000 0 0 0 0 E: MODALIAS=input:b0011v0002p000Ee0000-e0,1,3,k110,111,145,14A,14D,14E,ra0,1,18,1C,2F,35,36,39,mlsfw E: NAME="ETPS/2 Elantech Touchpad" E: PHYS="isa0060/serio2/input0" E: PRODUCT=11/2/e/0 E: PROP=9 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=7074760 P: /devices/platform/i8042/serio2/input/input6/event3 N: input/event3 S: input/by-path/platform-i8042-serio-2-event-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse E: DEVNAME=/dev/input/event3 E: DEVPATH=/devices/platform/i8042/serio2/input/input6/event3 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_HEIGHT_MM=29 E: ID_INPUT_TOUCHPAD=1 E: ID_INPUT_TOUCHPAD_INTEGRATION=internal E: ID_INPUT_WIDTH_MM=74 E: ID_PATH=platform-i8042-serio-2 E: ID_PATH_TAG=platform-i8042-serio-2 E: ID_SERIAL=noserial E: LIBINPUT_ATTR_PRESSURE_RANGE=10:8 E: LIBINPUT_ATTR_RESOLUTION_HINT=31x31 E: LIBINPUT_DEVICE_GROUP=11/2/e:isa0060/serio2 E: MAJOR=13 E: MINOR=67 E: SUBSYSTEM=input E: USEC_INITIALIZED=22700147 P: /devices/platform/i8042/serio2/input/input6/mouse1 N: input/mouse1 S: input/by-path/platform-i8042-serio-2-mouse E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse E: DEVNAME=/dev/input/mouse1 E: DEVPATH=/devices/platform/i8042/serio2/input/input6/mouse1 E: ID_BUS=i8042 E: ID_INPUT=1 E: ID_INPUT_TOUCHPAD=1 E: ID_PATH=platform-i8042-serio-2 E: ID_PATH_TAG=platform-i8042-serio-2 E: ID_SERIAL=noserial E: MAJOR=13 E: MINOR=33 E: SUBSYSTEM=input E: USEC_INITIALIZED=19242090 P: /devices/platform/pcspkr/input/input15 E: DEVPATH=/devices/platform/pcspkr/input/input15 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=19465987 P: /devices/platform/pcspkr/input/input15/event8 N: input/event8 S: input/by-path/platform-pcspkr-event-spkr E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr E: DEVNAME=/dev/input/event8 E: DEVPATH=/devices/platform/pcspkr/input/input15/event8 E: ID_INPUT=1 E: ID_PATH=platform-pcspkr E: ID_PATH_TAG=platform-pcspkr E: ID_SERIAL=noserial E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061 E: MAJOR=13 E: MINOR=72 E: SUBSYSTEM=input E: USEC_INITIALIZED=22646836 P: /devices/virtual/input/input17 E: DEVPATH=/devices/virtual/input/input17 E: EV=13 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: KEY=1c0000 0 0 0 0 1600800000c00 300000 0 0 E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k94,95,CA,CB,E3,ED,EE,F0,212,213,214,ram4,lsfw E: MSC=10 E: NAME="Acer WMI hotkeys" E: PHYS="wmi/input0" E: PRODUCT=19/0/0/0 E: PROP=0 E: SUBSYSTEM=input E: TAGS=:seat: E: USEC_INITIALIZED=20677096 P: /devices/virtual/input/input17/event10 N: input/event10 E: BACKSPACE=guess E: DEVNAME=/dev/input/event10 E: DEVPATH=/devices/virtual/input/input17/event10 E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: LIBINPUT_DEVICE_GROUP=19/0/0:wmi E: MAJOR=13 E: MINOR=74 E: SUBSYSTEM=input E: TAGS=:power-switch: E: USEC_INITIALIZED=22641723 E: XKBLAYOUT=us E: XKBMODEL=pc105 DRM Information from dmesg: --------------------------- -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages xserver-xorg depends on: ii x11-xkb-utils 7.7+3+b1 ii xkb-data 2.19-1.1 ii xserver-xorg-core 2:1.19.6-1 ii xserver-xorg-input-all 1:7.7+19 ii xserver-xorg-input-evdev [xorg-driver-input] 1:2.10.5-1 ii xserver-xorg-input-libinput [xorg-driver-input] 0.26.0-1 ii xserver-xorg-input-mouse [xorg-driver-input] 1:1.9.2-1+b1 ii xserver-xorg-input-synaptics [xorg-driver-input] 1.9.0-1+b1 ii xserver-xorg-input-wacom [xorg-driver-input] 0.34.99.1-1 ii xserver-xorg-video-all 1:7.7+19 ii xserver-xorg-video-amdgpu [xorg-driver-video] 1.4.0-1 ii xserver-xorg-video-ati [xorg-driver-video] 1:7.10.0-1 ii xserver-xorg-video-cirrus [xorg-driver-video] 1:1.5.3-1+b2 ii xserver-xorg-video-fbdev [xorg-driver-video] 1:0.4.4-1+b5 ii xserver-xorg-video-intel [xorg-driver-video] 2:2.99.917+git20171229-1 ii xserver-xorg-video-mach64 [xorg-driver-video] 6.9.5-1+b2 ii xserver-xorg-video-mga [xorg-driver-video] 1:1.6.5-1 ii xserver-xorg-video-neomagic [xorg-driver-video] 1:1.2.9-1+b2 ii xserver-xorg-video-nouveau [xorg-driver-video] 1:1.0.15-2 ii xserver-xorg-video-openchrome [xorg-driver-video] 1:0.6.0-3 ii xserver-xorg-video-qxl [xorg-driver-video] 0.1.5-2 ii xserver-xorg-video-r128 [xorg-driver-video] 6.10.2-1 ii xserver-xorg-video-radeon [xorg-driver-video] 1:7.10.0-1 ii xserver-xorg-video-savage [xorg-driver-video] 1:2.3.9-1 ii xserver-xorg-video-siliconmotion [xorg-driver-vid 1:1.7.9-2 ii xserver-xorg-video-sisusb [xorg-driver-video] 1:0.9.7-1 ii xserver-xorg-video-tdfx [xorg-driver-video] 1:1.4.7-1 ii xserver-xorg-video-trident [xorg-driver-video] 1:1.3.8-1 ii xserver-xorg-video-vesa [xorg-driver-video] 1:2.3.4-1+b2 ii xserver-xorg-video-vmware [xorg-driver-video] 1:13.2.1-1+b1 Versions of packages xserver-xorg recommends: ii libgl1-mesa-dri 17.3.3-1 ii xserver-xorg-legacy 2:1.19.6-1 xserver-xorg suggests no packages. -- no debconf information