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

Bug#912989: xserver-xorg: segfault when xinerama is enabled



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

Dear Maintainer,

I tried setting up a dual-monitor configuration on a Dell Inspiron 7567 laptop
with the nouveau driver and xinerama.

When I try to start it (by invoking "/etc/init.d/sddm start"), it tries
multiple times but fails and the log file indicates it's a segfault. This
happens every time I try.

My xorg.conf was generated by invoking "X -configure" and manually enabling
Xinerama in it:

```
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option "Xinerama" "1"
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 "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "nouveau"
        BusID       "PCI:1:0: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

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        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
```

Output of lspci:
```
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor
Host Bridge/DRAM Registers (rev 05)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor
Thermal Subsystem (rev 05)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI
Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal
subsystem (rev 31)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-H Serial
IO I2C Controller #0 (rev 31)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-H Serial
IO I2C Controller #1 (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI
#1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA Controller
[AHCI mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5
(rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #6
(rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050
Ti Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio
Controller (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411
PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Network controller: Intel Corporation Wireless 3165 (rev 79)
```

Contents of the appropriate Xorg.log (from /var/log):

```
[   597.236] (--) Log file renamed from "/var/log/Xorg.pid-3294.log" to
"/var/log/Xorg.0.log"
[   597.236]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   597.236] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[   597.236] Current Operating System: Linux kosztadani-dbx 4.18.0-2-amd64 #1
SMP Debian 4.18.10-2 (2018-11-02) x86_64
[   597.236] Kernel command line: BOOT_IMAGE=/vmlinuz-4.18.0-2-amd64
root=/dev/mapper/vg0-rootfs ro quiet
[   597.236] Build Date: 25 October 2018  06:15:23PM
[   597.236] xorg-server 2:1.20.3-1 (https://www.debian.org/support)
[   597.236] Current version of pixman: 0.34.0
[   597.236]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   597.236] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   597.236] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  5 15:48:50
2018
[   597.236] (==) Using config file: "/etc/X11/xorg.conf"
[   597.236] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   597.237] (==) ServerLayout "X.org Configured"
[   597.237] (**) |-->Screen "Screen0" (0)
[   597.237] (**) |   |-->Monitor "Monitor0"
[   597.237] (**) |   |-->Device "Card0"
[   597.237] (**) |-->Screen "Screen1" (1)
[   597.237] (**) |   |-->Monitor "Monitor1"
[   597.237] (**) |   |-->Device "Card1"
[   597.237] (**) |-->Input Device "Mouse0"
[   597.237] (**) |-->Input Device "Keyboard0"
[   597.237] (**) Option "Xinerama" "1"
[   597.237] (==) Automatically adding devices
[   597.237] (==) Automatically enabling devices
[   597.237] (==) Automatically adding GPU devices
[   597.237] (**) Xinerama: enabled
[   597.237] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   597.237] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   597.237]    Entry deleted from font path.
[   597.237] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   597.237]    Entry deleted from font path.
[   597.237] (**) 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
[   597.237] (**) ModulePath set to "/usr/lib/xorg/modules"
[   597.237] (WW) Ignoring unrecognized extension "Composite"
[   597.237] (**) Extension "RANDR" is enabled
[   597.237] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
[   597.237] (WW) Disabling Mouse0
[   597.237] (WW) Disabling Keyboard0
[   597.237] (II) Loader magic: 0x5654da39be20
[   597.237] (II) Module ABI versions:
[   597.237]    X.Org ANSI C Emulation: 0.4
[   597.237]    X.Org Video Driver: 24.0
[   597.237]    X.Org XInput driver : 24.1
[   597.237]    X.Org Server Extension : 10.0
[   597.238] (++) using VT number 7

[   597.238] (II) systemd-logind: logind integration requires -keeptty and
-keeptty was not provided, disabling logind integration
[   597.238] (II) xfree86: Adding drm device (/dev/dri/card1)
[   597.238] (II) xfree86: Adding drm device (/dev/dri/card0)
[   597.251] (--) PCI:*(0@0:2:0) 8086:591b:1028:0798 rev 4, Mem @
0xd4000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @
0x????????/131072
[   597.251] (--) PCI: (1@0:0:0) 10de:1c8c:1028:0798 rev 161, Mem @
0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @
0x0000e000/128, BIOS @ 0x????????/524288
[   597.251] (II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
[   597.251] (II) LoadModule: "glx"
[   597.251] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   597.251] (II) Module glx: vendor="X.Org Foundation"
[   597.251]    compiled for 1.20.3, module version = 1.0.0
[   597.251]    ABI class: X.Org Server Extension, version 10.0
[   597.251] (II) LoadModule: "intel"
[   597.251] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   597.252] (II) Module intel: vendor="X.Org Foundation"
[   597.252]    compiled for 1.20.1, module version = 2.99.917
[   597.252]    Module class: X.Org Video Driver
[   597.252]    ABI class: X.Org Video Driver, version 24.0
[   597.252] (II) LoadModule: "nouveau"
[   597.252] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   597.252] (II) Module nouveau: vendor="X.Org Foundation"
[   597.252]    compiled for 1.20.0, module version = 1.0.15
[   597.252]    Module class: X.Org Video Driver
[   597.252]    ABI class: X.Org Video Driver, version 24.0
[   597.252] (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
[   597.252] (II) intel: Driver for Intel(R) HD Graphics
[   597.252] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   597.252] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   597.252] (II) NOUVEAU driver Date:   Fri Apr 21 14:41:17 2017 -0400
[   597.252] (II) NOUVEAU driver for NVIDIA chipset families :
[   597.252]    RIVA TNT        (NV04)
[   597.252]    RIVA TNT2       (NV05)
[   597.252]    GeForce 256     (NV10)
[   597.252]    GeForce 2       (NV11, NV15)
[   597.252]    GeForce 4MX     (NV17, NV18)
[   597.252]    GeForce 3       (NV20)
[   597.252]    GeForce 4Ti     (NV25, NV28)
[   597.252]    GeForce FX      (NV3x)
[   597.252]    GeForce 6       (NV4x)
[   597.252]    GeForce 7       (G7x)
[   597.252]    GeForce 8       (G8x)
[   597.252]    GeForce GTX 200 (NVA0)
[   597.252]    GeForce GTX 400 (NVC0)
[   597.269] (II) intel(0): Using Kernel Mode Setting driver: i915, version
1.6.0 20180514
[   597.269] (II) intel(0): SNA compiled: xserver-xorg-video-intel
2:2.99.917+git20180925-2 (Andreas Boll <aboll@debian.org>)
[   597.269] (II) intel(0): SNA compiled for use with valgrind
[   597.269] (II) [drm] nouveau interface version: 1.3.1
[   597.269] (--) intel(0): gen9 engineering sample
[   597.269] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2,
avx, avx2; using a maximum of 4 threads
[   597.269] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   597.269] (==) intel(0): RGB weight 888
[   597.269] (==) intel(0): Default visual is TrueColor
[   597.270] (II) intel(0): Output eDP1 using monitor section Monitor0
[   597.270] (**) intel(0): Found backlight control interface intel_backlight
(type 'raw') for output eDP1
[   597.270] (II) intel(0): Enabled output eDP1
[   597.270] (II) intel(0): Output DP1 has no monitor section
[   597.270] (II) intel(0): Enabled output DP1
[   597.270] (--) intel(0): Using a maximum size of 256x256 for hardware
cursors
[   597.270] (II) intel(0): Output VIRTUAL1 has no monitor section
[   597.270] (II) intel(0): Enabled output VIRTUAL1
[   597.270] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   597.270] (==) intel(0): TearFree enabled
[   597.270] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   597.270] (==) intel(0): DPI set to (96, 96)
[   597.270] (II) Loading sub module "dri3"
[   597.270] (II) LoadModule: "dri3"
[   597.270] (II) Module "dri3" already built-in
[   597.270] (II) Loading sub module "dri2"
[   597.270] (II) LoadModule: "dri2"
[   597.270] (II) Module "dri2" already built-in
[   597.270] (II) Loading sub module "present"
[   597.270] (II) LoadModule: "present"
[   597.270] (II) Module "present" already built-in
[   597.270] (II) Loading sub module "dri2"
[   597.270] (II) LoadModule: "dri2"
[   597.270] (II) Module "dri2" already built-in
[   597.270] (--) NOUVEAU(1): Chipset: "NVIDIA NV137"
[   597.270] (==) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
[   597.270] (==) NOUVEAU(1): RGB weight 888
[   597.270] (==) NOUVEAU(1): Default visual is TrueColor
[   597.270] (==) NOUVEAU(1): Using HW cursor
[   597.270] (==) NOUVEAU(1): Allowed maximum DRI level 2.
[   597.270] (==) NOUVEAU(1): GLX sync to VBlank enabled.
[   597.270] (==) NOUVEAU(1): Page flipping enabled
[   597.270] (==) NOUVEAU(1): Swap limit set to 1 [Max allowed 2]
[   597.270] (==) NOUVEAU(1): Page flipping synced to vblank by kernel.
[   597.270] (II) NOUVEAU(1): Initializing outputs ...
[   597.338] (II) NOUVEAU(1): Output HDMI-1 using monitor section Monitor1
[   597.338] (II) NOUVEAU(1): 1 crtcs needed for screen.
[   597.338] (II) NOUVEAU(1): Allocated crtc nr. 0 to this screen.
[   597.338] (II) NOUVEAU(1): Allocated crtc nr. 1 to this screen.
[   597.338] (II) NOUVEAU(1): Allocated crtc nr. 2 to this screen.
[   597.338] (II) NOUVEAU(1): Allocated crtc nr. 3 to this screen.
[   597.406] (II) NOUVEAU(1): EDID for output HDMI-1
[   597.406] (II) NOUVEAU(1): Manufacturer: DEL  Model: 40f4  Serial#:
808989506
[   597.406] (II) NOUVEAU(1): Year: 2018  Week: 5
[   597.406] (II) NOUVEAU(1): EDID Version: 1.3
[   597.406] (II) NOUVEAU(1): Digital Display Input
[   597.406] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 51  vert.: 29
[   597.406] (II) NOUVEAU(1): Gamma: 2.20
[   597.406] (II) NOUVEAU(1): DPMS capabilities: StandBy Suspend Off
[   597.406] (II) NOUVEAU(1): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   597.406] (II) NOUVEAU(1): First detailed timing is preferred mode
[   597.406] (II) NOUVEAU(1): redX: 0.651 redY: 0.338   greenX: 0.318 greenY:
0.612
[   597.406] (II) NOUVEAU(1): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY:
0.329
[   597.406] (II) NOUVEAU(1): Supported established timings:
[   597.406] (II) NOUVEAU(1): 720x400@70Hz
[   597.406] (II) NOUVEAU(1): 640x480@60Hz
[   597.406] (II) NOUVEAU(1): 640x480@75Hz
[   597.406] (II) NOUVEAU(1): 800x600@60Hz
[   597.406] (II) NOUVEAU(1): 800x600@75Hz
[   597.406] (II) NOUVEAU(1): 1024x768@60Hz
[   597.406] (II) NOUVEAU(1): 1024x768@75Hz
[   597.406] (II) NOUVEAU(1): 1280x1024@75Hz
[   597.406] (II) NOUVEAU(1): Manufacturer's mask: 0
[   597.406] (II) NOUVEAU(1): Supported standard timings:
[   597.406] (II) NOUVEAU(1): #0: hsize: 1152  vsize 864  refresh: 75  vid:
20337
[   597.406] (II) NOUVEAU(1): #1: hsize: 1280  vsize 1024  refresh: 60  vid:
32897
[   597.406] (II) NOUVEAU(1): #2: hsize: 1600  vsize 900  refresh: 60  vid:
49321
[   597.406] (II) NOUVEAU(1): #3: hsize: 1920  vsize 1080  refresh: 60  vid:
49361
[   597.406] (II) NOUVEAU(1): Supported detailed timing:
[   597.406] (II) NOUVEAU(1): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   597.406] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052
h_blank_end 2200 h_border: 0
[   597.406] (II) NOUVEAU(1): v_active: 1080  v_sync: 1084  v_sync_end 1089
v_blanking: 1125 v_border: 0
[   597.406] (II) NOUVEAU(1): Serial No: V2G51822083B
[   597.406] (II) NOUVEAU(1): Monitor name: DELL P2317H
[   597.406] (II) NOUVEAU(1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max:
83 kHz, PixClock max 175 MHz
[   597.406] (II) NOUVEAU(1): Supported detailed timing:
[   597.406] (II) NOUVEAU(1): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   597.406] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052
h_blank_end 2200 h_border: 0
[   597.406] (II) NOUVEAU(1): v_active: 1080  v_sync: 1084  v_sync_end 1089
v_blanking: 1125 v_border: 0
[   597.406] (II) NOUVEAU(1): Supported detailed timing:
[   597.406] (II) NOUVEAU(1): clock: 74.2 MHz   Image Size:  509 x 286 mm
[   597.406] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052
h_blank_end 2200 h_border: 0
[   597.406] (II) NOUVEAU(1): v_active: 540  v_sync: 542  v_sync_end 547
v_blanking: 562 v_border: 0
[   597.406] (II) NOUVEAU(1): Supported detailed timing:
[   597.406] (II) NOUVEAU(1): clock: 74.2 MHz   Image Size:  509 x 286 mm
[   597.406] (II) NOUVEAU(1): h_active: 1280  h_sync: 1390  h_sync_end 1430
h_blank_end 1650 h_border: 0
[   597.406] (II) NOUVEAU(1): v_active: 720  v_sync: 725  v_sync_end 730
v_blanking: 750 v_border: 0
[   597.406] (II) NOUVEAU(1): Supported detailed timing:
[   597.406] (II) NOUVEAU(1): clock: 27.0 MHz   Image Size:  509 x 286 mm
[   597.406] (II) NOUVEAU(1): h_active: 720  h_sync: 736  h_sync_end 798
h_blank_end 858 h_border: 0
[   597.406] (II) NOUVEAU(1): v_active: 480  v_sync: 489  v_sync_end 495
v_blanking: 525 v_border: 0
[   597.406] (II) NOUVEAU(1): Number of EDID sections to follow: 1
[   597.406] (II) NOUVEAU(1): EDID (in hex):
[   597.406] (II) NOUVEAU(1):   00ffffffffffff0010acf44042333830
[   597.406] (II) NOUVEAU(1):   051c010380331d78eaebf5a656519c26
[   597.406] (II) NOUVEAU(1):   105054a54b00714f8180a9c0d1c00101
[   597.406] (II) NOUVEAU(1):   010101010101023a801871382d40582c
[   597.406] (II) NOUVEAU(1):   4500fd1e1100001e000000ff00563247
[   597.406] (II) NOUVEAU(1):   3531383232303833420a000000fc0044
[   597.406] (II) NOUVEAU(1):   454c4c205032333137480a20000000fd
[   597.406] (II) NOUVEAU(1):   00384c1e5311000a202020202020013e
[   597.406] (II) NOUVEAU(1):   020317b14c9005040302071601141f12
[   597.406] (II) NOUVEAU(1):   1365030c001000023a801871382d4058
[   597.406] (II) NOUVEAU(1):   2c4500fd1e1100001e011d8018711c16
[   597.406] (II) NOUVEAU(1):   20582c2500fd1e1100009e011d007251
[   597.406] (II) NOUVEAU(1):   d01e206e285500fd1e1100001e8c0ad0
[   597.406] (II) NOUVEAU(1):   8a20e02d10103e9600fd1e1100001800
[   597.406] (II) NOUVEAU(1):   00000000000000000000000000000000
[   597.406] (II) NOUVEAU(1):   000000000000000000000000000000ed
[   597.406] (II) NOUVEAU(1): Printing probed modes for output HDMI-1
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052
2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080"x50.0  148.50  1920 2448 2492
2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080"x59.9  148.35  1920 2008 2052
2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080i"x60.0   74.25  1920 2008
2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080i"x50.0   74.25  1920 2448
2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080i"x59.9   74.18  1920 2008
2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1600x900"x60.0  108.00  1600 1624 1704
1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344
1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1280x720"x60.0   74.25  1280 1390 1430
1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1280x720"x50.0   74.25  1280 1720 1760
1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1280x720"x59.9   74.18  1280 1390 1430
1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136
1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056
600 601 604 625 +hsync +vsync (46.9 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056
600 601 605 628 +hsync +vsync (37.9 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "720x576"x50.0   27.00  720 732 796 864
576 581 586 625 -hsync -vsync (31.2 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "720x480"x60.0   27.03  720 736 798 858
480 489 495 525 -hsync -vsync (31.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "720x480"x59.9   27.00  720 736 798 858
480 489 495 525 -hsync -vsync (31.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840
480 481 484 500 -hsync -vsync (37.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "640x480"x59.9   25.18  640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz e)
[   597.406] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900
400 412 414 449 -hsync +vsync (31.5 kHz e)
[   597.406] (II) NOUVEAU(1): Output HDMI-1 connected
[   597.406] (II) NOUVEAU(1): Using exact sizes for initial modes
[   597.406] (II) NOUVEAU(1): Output HDMI-1 using initial mode 1920x1080 +0+0
[   597.406] (==) NOUVEAU(1): Using gamma correction (1.0, 1.0, 1.0)
[   597.406] (II) NOUVEAU(1): Virtual size is 1920x1080 (pitch 0)
[   597.406] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.5 MHz (scaled from
0.0 MHz), 67.5 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052
2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   597.406] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.5 MHz (scaled from
0.0 MHz), 56.2 kHz, 50.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080"x50.0  148.50  1920 2448 2492
2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.4 MHz (scaled from
0.0 MHz), 67.4 kHz, 59.9 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080"x59.9  148.35  1920 2008 2052
2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1920x1080i": 74.2 MHz (scaled from
0.0 MHz), 33.8 kHz, 60.0 Hz (I)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080i"x60.0   74.25  1920 2008
2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1920x1080i": 74.2 MHz (scaled from
0.0 MHz), 28.1 kHz, 50.0 Hz (I)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080i"x50.0   74.25  1920 2448
2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1920x1080i": 74.2 MHz (scaled from
0.0 MHz), 33.7 kHz, 59.9 Hz (I)
[   597.406] (II) NOUVEAU(1): Modeline "1920x1080i"x59.9   74.18  1920 2008
2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1600x900": 108.0 MHz (scaled from
0.0 MHz), 60.0 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1600x900"x60.0  108.00  1600 1624 1704
1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1280x1024": 135.0 MHz (scaled from
0.0 MHz), 80.0 kHz, 75.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440
1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1280x1024": 108.0 MHz (scaled from
0.0 MHz), 64.0 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1152x864": 108.0 MHz (scaled from
0.0 MHz), 67.5 kHz, 75.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344
1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1280x720": 74.2 MHz (scaled from
0.0 MHz), 45.0 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1280x720"x60.0   74.25  1280 1390 1430
1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1280x720": 74.2 MHz (scaled from
0.0 MHz), 37.5 kHz, 50.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1280x720"x50.0   74.25  1280 1720 1760
1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1280x720": 74.2 MHz (scaled from
0.0 MHz), 45.0 kHz, 59.9 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1280x720"x59.9   74.18  1280 1390 1430
1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1024x768": 78.8 MHz (scaled from
0.0 MHz), 60.0 kHz, 75.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136
1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "1024x768": 65.0 MHz (scaled from
0.0 MHz), 48.4 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "800x600": 49.5 MHz (scaled from 0.0
MHz), 46.9 kHz, 75.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056
600 601 604 625 +hsync +vsync (46.9 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "800x600": 40.0 MHz (scaled from 0.0
MHz), 37.9 kHz, 60.3 Hz
[   597.406] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056
600 601 605 628 +hsync +vsync (37.9 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "720x576": 27.0 MHz (scaled from 0.0
MHz), 31.2 kHz, 50.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "720x576"x50.0   27.00  720 732 796 864
576 581 586 625 -hsync -vsync (31.2 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "720x480": 27.0 MHz (scaled from 0.0
MHz), 31.5 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "720x480"x60.0   27.03  720 736 798 858
480 489 495 525 -hsync -vsync (31.5 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "720x480": 27.0 MHz (scaled from 0.0
MHz), 31.5 kHz, 59.9 Hz
[   597.406] (II) NOUVEAU(1): Modeline "720x480"x59.9   27.00  720 736 798 858
480 489 495 525 -hsync -vsync (31.5 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "640x480": 31.5 MHz (scaled from 0.0
MHz), 37.5 kHz, 75.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840
480 481 484 500 -hsync -vsync (37.5 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "640x480": 25.2 MHz (scaled from 0.0
MHz), 31.5 kHz, 60.0 Hz
[   597.406] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz e)
[   597.406] (**) NOUVEAU(1):  Driver mode "640x480": 25.2 MHz (scaled from 0.0
MHz), 31.5 kHz, 59.9 Hz
[   597.407] (II) NOUVEAU(1): Modeline "640x480"x59.9   25.18  640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz e)
[   597.407] (**) NOUVEAU(1):  Driver mode "720x400": 28.3 MHz (scaled from 0.0
MHz), 31.5 kHz, 70.1 Hz
[   597.407] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900
400 412 414 449 -hsync +vsync (31.5 kHz e)
[   597.407] (==) NOUVEAU(1): DPI set to (96, 96)
[   597.407] (II) Loading sub module "fb"
[   597.407] (II) LoadModule: "fb"
[   597.407] (II) Loading /usr/lib/xorg/modules/libfb.so
[   597.407] (II) Module fb: vendor="X.Org Foundation"
[   597.407]    compiled for 1.20.3, module version = 1.0.0
[   597.407]    ABI class: X.Org ANSI C Emulation, version 0.4
[   597.407] (II) Loading sub module "shadowfb"
[   597.407] (II) LoadModule: "shadowfb"
[   597.407] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   597.407] (II) Module shadowfb: vendor="X.Org Foundation"
[   597.407]    compiled for 1.20.3, module version = 1.0.0
[   597.407]    ABI class: X.Org ANSI C Emulation, version 0.4
[   597.407] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[   597.407] (==) intel(0): Backing store enabled
[   597.407] (==) intel(0): Silken mouse enabled
[   597.407] (II) intel(0): HW Cursor enabled
[   597.407] (==) intel(0): DPMS enabled
[   597.407] (**) intel(0): Display hotplug detection disabled
[   597.407] (II) intel(0): [DRI2] Setup complete
[   597.407] (II) intel(0): [DRI2]   DRI driver: i965
[   597.407] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   597.407] (II) intel(0): direct rendering: DRI2 enabled
[   597.407] (II) intel(0): hardware support for Present enabled
[   597.407] (EE) NOUVEAU(1): Error creating GPU channel: -19
[   597.407] (EE) NOUVEAU(1): Error initialising acceleration.  Falling back to
NoAccel
[   597.407] (**) NOUVEAU(1): [COPY] acceleration disabled
[   597.407] (II) NOUVEAU(1): Hardware support for Present enabled
[   597.407] (==) NOUVEAU(1): Backing store enabled
[   597.407] (==) NOUVEAU(1): Silken mouse enabled
[   597.407] (==) NOUVEAU(1): DPMS enabled
[   597.407] (II) Initializing extension Generic Event Extension
[   597.407] (II) Initializing extension SHAPE
[   597.407] (II) Initializing extension MIT-SHM
[   597.407] (II) Initializing extension XInputExtension
[   597.407] (II) Initializing extension XTEST
[   597.407] (II) Initializing extension BIG-REQUESTS
[   597.408] (II) Initializing extension SYNC
[   597.408] (II) Initializing extension XKEYBOARD
[   597.408] (II) Initializing extension XC-MISC
[   597.408] (II) Initializing extension SECURITY
[   597.408] (II) Initializing extension XINERAMA
[   597.408] (II) Initializing extension XFIXES
[   597.408] (II) Initializing extension RENDER
[   597.408] (II) Initializing extension RANDR
[   597.408] (II) Initializing extension COMPOSITE
[   597.408] (II) Initializing extension DAMAGE
[   597.408] (II) Initializing extension MIT-SCREEN-SAVER
[   597.408] (II) Initializing extension DOUBLE-BUFFER
[   597.408] (II) Initializing extension RECORD
[   597.408] (II) Initializing extension DPMS
[   597.408] (II) Initializing extension Present
[   597.408] (II) Initializing extension DRI3
[   597.408] (II) Initializing extension X-Resource
[   597.408] (II) Initializing extension XVideo
[   597.409] (II) Initializing extension XVideo-MotionCompensation
[   597.409] (II) Initializing extension SELinux
[   597.409] (II) SELinux: Disabled on system
[   597.409] (II) Initializing extension GLX
[   597.414] (II) AIGLX: Loaded and initialized i965
[   597.414] (II) GLX: Initialized DRI2 GL provider for screen 0
[   597.414] (II) AIGLX: Screen 1 is not DRI2 capable
[   597.428] (II) IGLX: Loaded and initialized swrast
[   597.428] (II) GLX: Initialized DRISWRAST GL provider for screen 1
[   597.428] (II) Initializing extension XFree86-VidModeExtension
[   597.428] (II) Initializing extension XFree86-DGA
[   597.428] (II) Initializing extension XFree86-DRI
[   597.428] (II) Initializing extension DRI2
[   597.429] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0,
position (0, 0), rotation normal, reflection none
[   597.436] (II) NOUVEAU(1): NVEnterVT is called.
[   597.484] (II) config/udev: Adding input device Power Button
(/dev/input/event8)
[   597.484] (**) Power Button: Applying InputClass "libinput keyboard
catchall"
[   597.484] (II) LoadModule: "libinput"
[   597.485] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   597.486] (II) Module libinput: vendor="X.Org Foundation"
[   597.486]    compiled for 1.20.1, module version = 0.28.1
[   597.486]    Module class: X.Org XInput Driver
[   597.486]    ABI class: X.Org XInput driver, version 24.1
[   597.486] (II) Using input driver 'libinput' for 'Power Button'
[   597.486] (**) Power Button: always reports core events
[   597.486] (**) Option "Device" "/dev/input/event8"
[   597.486] (**) Option "_source" "server/udev"
[   597.487] (II) event8  - Power Button: is tagged by udev as: Keyboard
[   597.487] (II) event8  - Power Button: device is a keyboard
[   597.487] (II) event8  - Power Button: device removed
[   597.504] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event8"
[   597.504] (II) XINPUT: Adding extended input device "Power Button" (type:
KEYBOARD, id 6)
[   597.504] (**) Option "xkb_model" "pc105"
[   597.504] (**) Option "xkb_layout" "hu"
[   597.515] (II) event8  - Power Button: is tagged by udev as: Keyboard
[   597.515] (II) event8  - Power Button: device is a keyboard
[   597.515] (II) config/udev: Adding input device Video Bus
(/dev/input/event15)
[   597.515] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   597.515] (II) Using input driver 'libinput' for 'Video Bus'
[   597.515] (**) Video Bus: always reports core events
[   597.515] (**) Option "Device" "/dev/input/event15"
[   597.515] (**) Option "_source" "server/udev"
[   597.516] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   597.516] (II) event15 - Video Bus: device is a keyboard
[   597.516] (II) event15 - Video Bus: device removed
[   597.560] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22/event15"
[   597.560] (II) XINPUT: Adding extended input device "Video Bus" (type:
KEYBOARD, id 7)
[   597.560] (**) Option "xkb_model" "pc105"
[   597.560] (**) Option "xkb_layout" "hu"
[   597.561] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   597.561] (II) event15 - Video Bus: device is a keyboard
[   597.562] (II) config/udev: Adding input device Video Bus
(/dev/input/event16)
[   597.562] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   597.562] (II) Using input driver 'libinput' for 'Video Bus'
[   597.562] (**) Video Bus: always reports core events
[   597.562] (**) Option "Device" "/dev/input/event16"
[   597.562] (**) Option "_source" "server/udev"
[   597.563] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   597.564] (II) event16 - Video Bus: device is a keyboard
[   597.564] (II) event16 - Video Bus: device removed
[   597.600] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input23/event16"
[   597.600] (II) XINPUT: Adding extended input device "Video Bus" (type:
KEYBOARD, id 8)
[   597.600] (**) Option "xkb_model" "pc105"
[   597.600] (**) Option "xkb_layout" "hu"
[   597.603] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   597.603] (II) event16 - Video Bus: device is a keyboard
[   597.604] (II) config/udev: Adding input device Power Button
(/dev/input/event6)
[   597.604] (**) Power Button: Applying InputClass "libinput keyboard
catchall"
[   597.604] (II) Using input driver 'libinput' for 'Power Button'
[   597.604] (**) Power Button: always reports core events
[   597.604] (**) Option "Device" "/dev/input/event6"
[   597.604] (**) Option "_source" "server/udev"
[   597.606] (II) event6  - Power Button: is tagged by udev as: Keyboard
[   597.606] (II) event6  - Power Button: device is a keyboard
[   597.606] (II) event6  - Power Button: device removed
[   597.624] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event6"
[   597.624] (II) XINPUT: Adding extended input device "Power Button" (type:
KEYBOARD, id 9)
[   597.624] (**) Option "xkb_model" "pc105"
[   597.624] (**) Option "xkb_layout" "hu"
[   597.627] (II) event6  - Power Button: is tagged by udev as: Keyboard
[   597.627] (II) event6  - Power Button: device is a keyboard
[   597.628] (II) config/udev: Adding input device Lid Switch
(/dev/input/event5)
[   597.628] (II) No input driver specified, ignoring this device.
[   597.628] (II) This device may have been added with another device file.
[   597.629] (II) config/udev: Adding input device Sleep Button
(/dev/input/event7)
[   597.629] (**) Sleep Button: Applying InputClass "libinput keyboard
catchall"
[   597.629] (II) Using input driver 'libinput' for 'Sleep Button'
[   597.629] (**) Sleep Button: always reports core events
[   597.629] (**) Option "Device" "/dev/input/event7"
[   597.629] (**) Option "_source" "server/udev"
[   597.631] (II) event7  - Sleep Button: is tagged by udev as: Keyboard
[   597.631] (II) event7  - Sleep Button: device is a keyboard
[   597.631] (II) event7  - Sleep Button: device removed
[   597.648] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event7"
[   597.648] (II) XINPUT: Adding extended input device "Sleep Button" (type:
KEYBOARD, id 10)
[   597.648] (**) Option "xkb_model" "pc105"
[   597.648] (**) Option "xkb_layout" "hu"
[   597.651] (II) event7  - Sleep Button: is tagged by udev as: Keyboard
[   597.651] (II) event7  - Sleep Button: device is a keyboard
[   597.652] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3
(/dev/input/event17)
[   597.652] (II) No input driver specified, ignoring this device.
[   597.652] (II) This device may have been added with another device file.
[   597.654] (II) config/udev: Adding input device Integrated Webcam:
Integrated W (/dev/input/event12)
[   597.654] (**) Integrated Webcam: Integrated W: Applying InputClass
"libinput keyboard catchall"
[   597.654] (II) Using input driver 'libinput' for 'Integrated Webcam:
Integrated W'
[   597.654] (**) Integrated Webcam: Integrated W: always reports core events
[   597.654] (**) Option "Device" "/dev/input/event12"
[   597.654] (**) Option "_source" "server/udev"
[   597.656] (II) event12 - Integrated Webcam: Integrated W: is tagged by udev
as: Keyboard
[   597.656] (II) event12 - Integrated Webcam: Integrated W: device is a
keyboard
[   597.656] (II) event12 - Integrated Webcam: Integrated W: device removed
[   597.688] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input17/event12"
[   597.688] (II) XINPUT: Adding extended input device "Integrated Webcam:
Integrated W" (type: KEYBOARD, id 11)
[   597.688] (**) Option "xkb_model" "pc105"
[   597.688] (**) Option "xkb_layout" "hu"
[   597.691] (II) event12 - Integrated Webcam: Integrated W: is tagged by udev
as: Keyboard
[   597.691] (II) event12 - Integrated Webcam: Integrated W: device is a
keyboard
[   597.693] (II) config/udev: Adding input device Ammox Gaming Mouse
(/dev/input/event1)
[   597.693] (**) Ammox Gaming Mouse: Applying InputClass "libinput pointer
catchall"
[   597.693] (II) Using input driver 'libinput' for 'Ammox Gaming Mouse'
[   597.693] (**) Ammox Gaming Mouse: always reports core events
[   597.693] (**) Option "Device" "/dev/input/event1"
[   597.693] (**) Option "_source" "server/udev"
[   597.755] (II) event1  - Ammox Gaming Mouse: is tagged by udev as: Mouse
[   597.755] (II) event1  - Ammox Gaming Mouse: device is a pointer
[   597.755] (II) event1  - Ammox Gaming Mouse: device removed
[   597.784] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0002/input/input6/event1"
[   597.784] (II) XINPUT: Adding extended input device "Ammox Gaming Mouse"
(type: MOUSE, id 12)
[   597.784] (**) Option "AccelerationScheme" "none"
[   597.784] (**) Ammox Gaming Mouse: (accel) selected scheme none/0
[   597.784] (**) Ammox Gaming Mouse: (accel) acceleration factor: 2.000
[   597.784] (**) Ammox Gaming Mouse: (accel) acceleration threshold: 4
[   597.847] (II) event1  - Ammox Gaming Mouse: is tagged by udev as: Mouse
[   597.847] (II) event1  - Ammox Gaming Mouse: device is a pointer
[   597.849] (II) config/udev: Adding input device Ammox Gaming Mouse
(/dev/input/mouse2)
[   597.849] (II) No input driver specified, ignoring this device.
[   597.849] (II) This device may have been added with another device file.
[   597.850] (II) config/udev: Adding input device Logitech USB Keyboard
(/dev/input/event2)
[   597.850] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard
catchall"
[   597.850] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[   597.850] (**) Logitech USB Keyboard: always reports core events
[   597.850] (**) Option "Device" "/dev/input/event2"
[   597.850] (**) Option "_source" "server/udev"
[   597.854] (II) event2  - Logitech USB Keyboard: is tagged by udev as:
Keyboard
[   597.854] (II) event2  - Logitech USB Keyboard: device is a keyboard
[   597.854] (II) event2  - Logitech USB Keyboard: device removed
[   597.876] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046D:C31C.0003/input/input7/event2"
[   597.876] (II) XINPUT: Adding extended input device "Logitech USB Keyboard"
(type: KEYBOARD, id 13)
[   597.876] (**) Option "xkb_model" "pc105"
[   597.876] (**) Option "xkb_layout" "hu"
[   597.880] (II) event2  - Logitech USB Keyboard: is tagged by udev as:
Keyboard
[   597.880] (II) event2  - Logitech USB Keyboard: device is a keyboard
[   597.882] (II) config/udev: Adding input device Logitech USB Keyboard
Consumer Control (/dev/input/event3)
[   597.882] (**) Logitech USB Keyboard Consumer Control: Applying InputClass
"libinput keyboard catchall"
[   597.882] (II) Using input driver 'libinput' for 'Logitech USB Keyboard
Consumer Control'
[   597.882] (**) Logitech USB Keyboard Consumer Control: always reports core
events
[   597.882] (**) Option "Device" "/dev/input/event3"
[   597.882] (**) Option "_source" "server/udev"
[   597.885] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged
by udev as: Keyboard
[   597.885] (II) event3  - Logitech USB Keyboard Consumer Control: device is a
keyboard
[   597.885] (II) event3  - Logitech USB Keyboard Consumer Control: device
removed
[   597.916] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input8/event3"
[   597.916] (II) XINPUT: Adding extended input device "Logitech USB Keyboard
Consumer Control" (type: KEYBOARD, id 14)
[   597.916] (**) Option "xkb_model" "pc105"
[   597.916] (**) Option "xkb_layout" "hu"
[   597.920] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged
by udev as: Keyboard
[   597.920] (II) event3  - Logitech USB Keyboard Consumer Control: device is a
keyboard
[   597.922] (II) config/udev: Adding input device Logitech USB Keyboard System
Control (/dev/input/event4)
[   597.922] (**) Logitech USB Keyboard System Control: Applying InputClass
"libinput keyboard catchall"
[   597.922] (II) Using input driver 'libinput' for 'Logitech USB Keyboard
System Control'
[   597.922] (**) Logitech USB Keyboard System Control: always reports core
events
[   597.922] (**) Option "Device" "/dev/input/event4"
[   597.922] (**) Option "_source" "server/udev"
[   597.925] (II) event4  - Logitech USB Keyboard System Control: is tagged by
udev as: Keyboard
[   597.925] (II) event4  - Logitech USB Keyboard System Control: device is a
keyboard
[   597.925] (II) event4  - Logitech USB Keyboard System Control: device
removed
[   597.948] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input9/event4"
[   597.948] (II) XINPUT: Adding extended input device "Logitech USB Keyboard
System Control" (type: KEYBOARD, id 15)
[   597.948] (**) Option "xkb_model" "pc105"
[   597.948] (**) Option "xkb_layout" "hu"
[   597.952] (II) event4  - Logitech USB Keyboard System Control: is tagged by
udev as: Keyboard
[   597.952] (II) event4  - Logitech USB Keyboard System Control: device is a
keyboard
[   597.953] (II) config/udev: Adding input device DLL0798:00 06CB:7E92
Touchpad (/dev/input/event13)
[   597.953] (**) DLL0798:00 06CB:7E92 Touchpad: Applying InputClass "libinput
touchpad catchall"
[   597.953] (II) Using input driver 'libinput' for 'DLL0798:00 06CB:7E92
Touchpad'
[   597.953] (**) DLL0798:00 06CB:7E92 Touchpad: always reports core events
[   597.953] (**) Option "Device" "/dev/input/event13"
[   597.953] (**) Option "_source" "server/udev"
[   598.063] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: is tagged by udev
as: Touchpad
[   598.064] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: device is a touchpad
[   598.064] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: device removed
[   598.100] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19/event13"
[   598.100] (II) XINPUT: Adding extended input device "DLL0798:00 06CB:7E92
Touchpad" (type: TOUCHPAD, id 16)
[   598.101] (**) Option "AccelerationScheme" "none"
[   598.101] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[   598.101] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration factor:
2.000
[   598.101] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration
threshold: 4
[   598.105] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: is tagged by udev
as: Touchpad
[   598.105] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: device is a touchpad
[   598.107] (II) config/udev: Adding input device DLL0798:00 06CB:7E92
Touchpad (/dev/input/mouse0)
[   598.107] (II) No input driver specified, ignoring this device.
[   598.107] (II) This device may have been added with another device file.
[   598.108] (II) config/udev: Adding input device HDA Digital PCBeep
(/dev/input/event18)
[   598.108] (II) No input driver specified, ignoring this device.
[   598.108] (II) This device may have been added with another device file.
[   598.108] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic
(/dev/input/event19)
[   598.108] (II) No input driver specified, ignoring this device.
[   598.108] (II) This device may have been added with another device file.
[   598.108] (II) config/udev: Adding input device Intel HID events
(/dev/input/event9)
[   598.108] (**) Intel HID events: Applying InputClass "libinput keyboard
catchall"
[   598.108] (II) Using input driver 'libinput' for 'Intel HID events'
[   598.108] (**) Intel HID events: always reports core events
[   598.108] (**) Option "Device" "/dev/input/event9"
[   598.108] (**) Option "_source" "server/udev"
[   598.109] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[   598.109] (II) event9  - Intel HID events: device is a keyboard
[   598.109] (II) event9  - Intel HID events: device removed
[   598.132] (**) Option "config_info"
"udev:/sys/devices/platform/INT33D5:00/input/input14/event9"
[   598.132] (II) XINPUT: Adding extended input device "Intel HID events"
(type: KEYBOARD, id 17)
[   598.132] (**) Option "xkb_model" "pc105"
[   598.132] (**) Option "xkb_layout" "hu"
[   598.133] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[   598.133] (II) event9  - Intel HID events: device is a keyboard
[   598.133] (II) config/udev: Adding input device Intel HID 5 button array
(/dev/input/event10)
[   598.133] (**) Intel HID 5 button array: Applying InputClass "libinput
keyboard catchall"
[   598.133] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[   598.133] (**) Intel HID 5 button array: always reports core events
[   598.133] (**) Option "Device" "/dev/input/event10"
[   598.133] (**) Option "_source" "server/udev"
[   598.134] (II) event10 - Intel HID 5 button array: is tagged by udev as:
Keyboard
[   598.134] (II) event10 - Intel HID 5 button array: device is a keyboard
[   598.134] (II) event10 - Intel HID 5 button array: device removed
[   598.148] (**) Option "config_info"
"udev:/sys/devices/platform/INT33D5:00/input/input15/event10"
[   598.148] (II) XINPUT: Adding extended input device "Intel HID 5 button
array" (type: KEYBOARD, id 18)
[   598.148] (**) Option "xkb_model" "pc105"
[   598.148] (**) Option "xkb_layout" "hu"
[   598.149] (II) event10 - Intel HID 5 button array: is tagged by udev as:
Keyboard
[   598.150] (II) event10 - Intel HID 5 button array: device is a keyboard
[   598.151] (II) config/udev: Adding input device Dell WMI hotkeys
(/dev/input/event14)
[   598.151] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard
catchall"
[   598.151] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   598.151] (**) Dell WMI hotkeys: always reports core events
[   598.151] (**) Option "Device" "/dev/input/event14"
[   598.151] (**) Option "_source" "server/udev"
[   598.152] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   598.152] (II) event14 - Dell WMI hotkeys: device is a keyboard
[   598.152] (II) event14 - Dell WMI hotkeys: device removed
[   598.188] (**) Option "config_info"
"udev:/sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-
PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21/event14"
[   598.188] (II) XINPUT: Adding extended input device "Dell WMI hotkeys"
(type: KEYBOARD, id 19)
[   598.188] (**) Option "xkb_model" "pc105"
[   598.188] (**) Option "xkb_layout" "hu"
[   598.191] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   598.191] (II) event14 - Dell WMI hotkeys: device is a keyboard
[   598.192] (II) config/udev: Adding input device AT Translated Set 2 keyboard
(/dev/input/event0)
[   598.192] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput
keyboard catchall"
[   598.192] (II) Using input driver 'libinput' for 'AT Translated Set 2
keyboard'
[   598.192] (**) AT Translated Set 2 keyboard: always reports core events
[   598.192] (**) Option "Device" "/dev/input/event0"
[   598.192] (**) Option "_source" "server/udev"
[   598.194] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as:
Keyboard
[   598.194] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   598.195] (II) event0  - AT Translated Set 2 keyboard: device removed
[   598.212] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   598.212] (II) XINPUT: Adding extended input device "AT Translated Set 2
keyboard" (type: KEYBOARD, id 20)
[   598.212] (**) Option "xkb_model" "pc105"
[   598.212] (**) Option "xkb_layout" "hu"
[   598.215] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as:
Keyboard
[   598.215] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   598.217] (II) config/udev: Adding input device PS/2 Generic Mouse
(/dev/input/event20)
[   598.217] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer
catchall"
[   598.217] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[   598.217] (**) PS/2 Generic Mouse: always reports core events
[   598.217] (**) Option "Device" "/dev/input/event20"
[   598.217] (**) Option "_source" "server/udev"
[   598.219] (II) event20 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[   598.219] (II) event20 - PS/2 Generic Mouse: device is a pointer
[   598.219] (II) event20 - PS/2 Generic Mouse: device removed
[   598.260] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio1/input/input2/event20"
[   598.260] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse"
(type: MOUSE, id 21)
[   598.260] (**) Option "AccelerationScheme" "none"
[   598.260] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[   598.260] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[   598.260] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[   598.262] (II) event20 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[   598.262] (II) event20 - PS/2 Generic Mouse: device is a pointer
[   598.263] (II) config/udev: Adding input device PS/2 Generic Mouse
(/dev/input/mouse1)
[   598.263] (II) No input driver specified, ignoring this device.
[   598.264] (II) This device may have been added with another device file.
[   598.264] (II) config/udev: Adding input device PC Speaker
(/dev/input/event11)
[   598.264] (II) No input driver specified, ignoring this device.
[   598.264] (II) This device may have been added with another device file.
[   598.399] (EE)
[   598.399] (EE) Backtrace:
[   598.399] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x5654da30dfc9]
[   598.400] (EE) 1: /lib/x86_64-linux-gnu/libpthread.so.0 (funlockfile+0x50)
[0x7fabad32792f]
[   598.400] (EE) 2: /usr/lib/xorg/modules/drivers/intel_drv.so (_init+0x63d07)
[0x7fababc629d7]
[   598.400] (EE) 3: /usr/lib/x86_64-linux-gnu/libXext.so.6 (_init+0xfed68)
[0x7fababd989e8]
[   598.400] (EE) 4: /usr/lib/xorg/Xorg (DRI2CreateDrawable2+0x22c)
[0x5654da2d97ac]
[   598.400] (EE) 5: ? (_init+0x2188a) [0x7fabac2a404a]
[   598.401] (EE) 6: /usr/lib/xorg/modules/extensions/libglx.so (_init+0x14609)
[0x7fabac289be9]
[   598.401] (EE) 7: /usr/lib/xorg/modules/extensions/libglx.so (_init+0x1497e)
[0x7fabac28a1ee]
[   598.401] (EE) 8: /usr/lib/xorg/Xorg (glvndGetExports+0x106d)
[0x5654da2e037d]
[   598.401] (EE) 9: /usr/lib/xorg/Xorg (SendErrorToClient+0x35e)
[0x5654da1af9ee]
[   598.401] (EE) 10: /usr/lib/xorg/Xorg (InitFonts+0x3b6) [0x5654da1b3976]
[   598.401] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xe7)
[0x7fabad178b17]
[   598.401] (EE) 12: /usr/lib/xorg/Xorg (_start+0x2a) [0x5654da19d68a]
[   598.401] (EE)
[   598.402] (EE) Segmentation fault at address 0x0
[   598.402] (EE)
Fatal server error:
[   598.402] (EE) Caught signal 11 (Segmentation fault). Server aborting
[   598.402] (EE)
[   598.402] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   598.402] (EE) Please also check the log file at "/var/log/Xorg.0.log" for
additional information.
[   598.402] (EE)
[   598.402] (II) AIGLX: Suspending AIGLX clients for VT switch
[   598.416] (II) NOUVEAU(1): NVLeaveVT is called.
[   598.485] (EE) Server terminated with error (1). Closing log file.
```



-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] [10de:1c8c] (rev a1)

Xorg X server configuration file status:
----------------------------------------
-rw-r----- 1 root root 5081 Nov  5 15:50 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------

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

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

Kernel version (/proc/version):
-------------------------------
Linux version 4.18.0-2-amd64 (debian-kernel@lists.debian.org) (gcc version 7.3.0 (Debian 7.3.0-30)) #1 SMP Debian 4.18.10-2 (2018-11-02)

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 kosztadani kosztadani  8686 Nov  5 13:33 /home/kosztadani/.local/share/xorg/Xorg.0.log
-rw-r--r-- 1 kosztadani kosztadani  8686 Nov  5 13:33 /home/kosztadani/.local/share/xorg/Xorg.1.log
-rw-r--r-- 1 root       root        9365 Nov  5 14:42 /var/log/Xorg.2.log
-rw-r--r-- 1 root       root       50084 Nov  5 14:45 /var/log/Xorg.1.log
-rw-r--r-- 1 root       root       50715 Nov  5 15:50 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[   690.721] (--) Log file renamed from "/var/log/Xorg.pid-3468.log" to "/var/log/Xorg.0.log"
[   690.722] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   690.722] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[   690.722] Current Operating System: Linux kosztadani-dbx 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-11-02) x86_64
[   690.722] Kernel command line: BOOT_IMAGE=/vmlinuz-4.18.0-2-amd64 root=/dev/mapper/vg0-rootfs ro quiet
[   690.722] Build Date: 25 October 2018  06:15:23PM
[   690.722] xorg-server 2:1.20.3-1 (https://www.debian.org/support) 
[   690.722] Current version of pixman: 0.34.0
[   690.722] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   690.722] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   690.722] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  5 15:50:24 2018
[   690.722] (==) Using config file: "/etc/X11/xorg.conf"
[   690.722] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   690.722] (==) ServerLayout "X.org Configured"
[   690.722] (**) |-->Screen "Screen0" (0)
[   690.722] (**) |   |-->Monitor "Monitor0"
[   690.722] (**) |   |-->Device "Card0"
[   690.722] (**) |-->Screen "Screen1" (1)
[   690.722] (**) |   |-->Monitor "Monitor1"
[   690.722] (**) |   |-->Device "Card1"
[   690.722] (**) |-->Input Device "Mouse0"
[   690.722] (**) |-->Input Device "Keyboard0"
[   690.722] (==) Automatically adding devices
[   690.722] (==) Automatically enabling devices
[   690.722] (==) Automatically adding GPU devices
[   690.722] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   690.722] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   690.723] 	Entry deleted from font path.
[   690.723] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   690.723] 	Entry deleted from font path.
[   690.723] (**) 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
[   690.723] (**) ModulePath set to "/usr/lib/xorg/modules"
[   690.723] (WW) Ignoring unrecognized extension "Composite"
[   690.723] (**) Extension "RANDR" is enabled
[   690.723] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   690.723] (WW) Disabling Mouse0
[   690.723] (WW) Disabling Keyboard0
[   690.723] (II) Loader magic: 0x5637c6e7ce20
[   690.723] (II) Module ABI versions:
[   690.723] 	X.Org ANSI C Emulation: 0.4
[   690.723] 	X.Org Video Driver: 24.0
[   690.723] 	X.Org XInput driver : 24.1
[   690.723] 	X.Org Server Extension : 10.0
[   690.723] (++) using VT number 7

[   690.723] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   690.724] (II) xfree86: Adding drm device (/dev/dri/card1)
[   690.724] (II) xfree86: Adding drm device (/dev/dri/card0)
[   690.738] (--) PCI:*(0@0:2:0) 8086:591b:1028:0798 rev 4, Mem @ 0xd4000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   690.738] (--) PCI: (1@0:0:0) 10de:1c8c:1028:0798 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   690.738] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   690.738] (II) LoadModule: "glx"
[   690.738] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   690.739] (II) Module glx: vendor="X.Org Foundation"
[   690.739] 	compiled for 1.20.3, module version = 1.0.0
[   690.739] 	ABI class: X.Org Server Extension, version 10.0
[   690.739] (II) LoadModule: "intel"
[   690.739] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   690.739] (II) Module intel: vendor="X.Org Foundation"
[   690.739] 	compiled for 1.20.1, module version = 2.99.917
[   690.739] 	Module class: X.Org Video Driver
[   690.739] 	ABI class: X.Org Video Driver, version 24.0
[   690.739] (II) LoadModule: "nouveau"
[   690.739] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[   690.739] (II) Module nouveau: vendor="X.Org Foundation"
[   690.739] 	compiled for 1.20.0, module version = 1.0.15
[   690.739] 	Module class: X.Org Video Driver
[   690.739] 	ABI class: X.Org Video Driver, version 24.0
[   690.739] (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
[   690.739] (II) intel: Driver for Intel(R) HD Graphics
[   690.739] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   690.739] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   690.739] (II) NOUVEAU driver Date:   Fri Apr 21 14:41:17 2017 -0400
[   690.739] (II) NOUVEAU driver for NVIDIA chipset families :
[   690.739] 	RIVA TNT        (NV04)
[   690.739] 	RIVA TNT2       (NV05)
[   690.739] 	GeForce 256     (NV10)
[   690.739] 	GeForce 2       (NV11, NV15)
[   690.739] 	GeForce 4MX     (NV17, NV18)
[   690.739] 	GeForce 3       (NV20)
[   690.739] 	GeForce 4Ti     (NV25, NV28)
[   690.739] 	GeForce FX      (NV3x)
[   690.739] 	GeForce 6       (NV4x)
[   690.739] 	GeForce 7       (G7x)
[   690.739] 	GeForce 8       (G8x)
[   690.739] 	GeForce GTX 200 (NVA0)
[   690.739] 	GeForce GTX 400 (NVC0)
[   690.756] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180514
[   690.756] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20180925-2 (Andreas Boll <aboll@debian.org>)
[   690.756] (II) intel(0): SNA compiled for use with valgrind
[   690.777] (II) [drm] nouveau interface version: 1.3.1
[   690.777] (--) intel(0): gen9 engineering sample
[   690.777] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   690.777] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   690.777] (==) intel(0): RGB weight 888
[   690.777] (==) intel(0): Default visual is TrueColor
[   690.778] (II) intel(0): Output eDP1 using monitor section Monitor0
[   690.778] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   690.778] (II) intel(0): Enabled output eDP1
[   690.778] (II) intel(0): Output DP1 has no monitor section
[   690.778] (II) intel(0): Enabled output DP1
[   690.778] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   690.779] (II) intel(0): Output VIRTUAL1 has no monitor section
[   690.779] (II) intel(0): Enabled output VIRTUAL1
[   690.779] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[   690.779] (==) intel(0): TearFree enabled
[   690.779] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   690.779] (==) intel(0): DPI set to (96, 96)
[   690.779] (II) Loading sub module "dri3"
[   690.779] (II) LoadModule: "dri3"
[   690.779] (II) Module "dri3" already built-in
[   690.779] (II) Loading sub module "dri2"
[   690.779] (II) LoadModule: "dri2"
[   690.779] (II) Module "dri2" already built-in
[   690.779] (II) Loading sub module "present"
[   690.779] (II) LoadModule: "present"
[   690.779] (II) Module "present" already built-in
[   690.779] (II) Loading sub module "dri2"
[   690.779] (II) LoadModule: "dri2"
[   690.779] (II) Module "dri2" already built-in
[   690.779] (--) NOUVEAU(1): Chipset: "NVIDIA NV137"
[   690.779] (==) NOUVEAU(1): Depth 24, (--) framebuffer bpp 32
[   690.779] (==) NOUVEAU(1): RGB weight 888
[   690.779] (==) NOUVEAU(1): Default visual is TrueColor
[   690.779] (==) NOUVEAU(1): Using HW cursor
[   690.779] (==) NOUVEAU(1): Allowed maximum DRI level 2.
[   690.779] (==) NOUVEAU(1): GLX sync to VBlank enabled.
[   690.779] (==) NOUVEAU(1): Page flipping enabled
[   690.779] (==) NOUVEAU(1): Swap limit set to 1 [Max allowed 2]
[   690.779] (==) NOUVEAU(1): Page flipping synced to vblank by kernel.
[   690.779] (II) NOUVEAU(1): Initializing outputs ...
[   690.847] (II) NOUVEAU(1): Output HDMI-1 using monitor section Monitor1
[   690.847] (II) NOUVEAU(1): 1 crtcs needed for screen.
[   690.848] (II) NOUVEAU(1): Allocated crtc nr. 0 to this screen.
[   690.848] (II) NOUVEAU(1): Allocated crtc nr. 1 to this screen.
[   690.848] (II) NOUVEAU(1): Allocated crtc nr. 2 to this screen.
[   690.848] (II) NOUVEAU(1): Allocated crtc nr. 3 to this screen.
[   690.916] (II) NOUVEAU(1): EDID for output HDMI-1
[   690.916] (II) NOUVEAU(1): Manufacturer: DEL  Model: 40f4  Serial#: 808989506
[   690.916] (II) NOUVEAU(1): Year: 2018  Week: 5
[   690.916] (II) NOUVEAU(1): EDID Version: 1.3
[   690.916] (II) NOUVEAU(1): Digital Display Input
[   690.916] (II) NOUVEAU(1): Max Image Size [cm]: horiz.: 51  vert.: 29
[   690.916] (II) NOUVEAU(1): Gamma: 2.20
[   690.916] (II) NOUVEAU(1): DPMS capabilities: StandBy Suspend Off
[   690.916] (II) NOUVEAU(1): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   690.916] (II) NOUVEAU(1): First detailed timing is preferred mode
[   690.916] (II) NOUVEAU(1): redX: 0.651 redY: 0.338   greenX: 0.318 greenY: 0.612
[   690.916] (II) NOUVEAU(1): blueX: 0.151 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[   690.916] (II) NOUVEAU(1): Supported established timings:
[   690.916] (II) NOUVEAU(1): 720x400@70Hz
[   690.916] (II) NOUVEAU(1): 640x480@60Hz
[   690.916] (II) NOUVEAU(1): 640x480@75Hz
[   690.916] (II) NOUVEAU(1): 800x600@60Hz
[   690.916] (II) NOUVEAU(1): 800x600@75Hz
[   690.916] (II) NOUVEAU(1): 1024x768@60Hz
[   690.916] (II) NOUVEAU(1): 1024x768@75Hz
[   690.916] (II) NOUVEAU(1): 1280x1024@75Hz
[   690.916] (II) NOUVEAU(1): Manufacturer's mask: 0
[   690.916] (II) NOUVEAU(1): Supported standard timings:
[   690.916] (II) NOUVEAU(1): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[   690.916] (II) NOUVEAU(1): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   690.916] (II) NOUVEAU(1): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   690.916] (II) NOUVEAU(1): #3: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   690.916] (II) NOUVEAU(1): Supported detailed timing:
[   690.916] (II) NOUVEAU(1): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   690.916] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   690.916] (II) NOUVEAU(1): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   690.916] (II) NOUVEAU(1): Serial No: V2G51822083B
[   690.916] (II) NOUVEAU(1): Monitor name: DELL P2317H
[   690.916] (II) NOUVEAU(1): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[   690.916] (II) NOUVEAU(1): Supported detailed timing:
[   690.916] (II) NOUVEAU(1): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   690.916] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   690.916] (II) NOUVEAU(1): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   690.916] (II) NOUVEAU(1): Supported detailed timing:
[   690.916] (II) NOUVEAU(1): clock: 74.2 MHz   Image Size:  509 x 286 mm
[   690.916] (II) NOUVEAU(1): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   690.916] (II) NOUVEAU(1): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   690.916] (II) NOUVEAU(1): Supported detailed timing:
[   690.916] (II) NOUVEAU(1): clock: 74.2 MHz   Image Size:  509 x 286 mm
[   690.916] (II) NOUVEAU(1): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   690.916] (II) NOUVEAU(1): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   690.916] (II) NOUVEAU(1): Supported detailed timing:
[   690.916] (II) NOUVEAU(1): clock: 27.0 MHz   Image Size:  509 x 286 mm
[   690.916] (II) NOUVEAU(1): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[   690.916] (II) NOUVEAU(1): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[   690.916] (II) NOUVEAU(1): Number of EDID sections to follow: 1
[   690.916] (II) NOUVEAU(1): EDID (in hex):
[   690.916] (II) NOUVEAU(1): 	00ffffffffffff0010acf44042333830
[   690.916] (II) NOUVEAU(1): 	051c010380331d78eaebf5a656519c26
[   690.916] (II) NOUVEAU(1): 	105054a54b00714f8180a9c0d1c00101
[   690.916] (II) NOUVEAU(1): 	010101010101023a801871382d40582c
[   690.916] (II) NOUVEAU(1): 	4500fd1e1100001e000000ff00563247
[   690.916] (II) NOUVEAU(1): 	3531383232303833420a000000fc0044
[   690.916] (II) NOUVEAU(1): 	454c4c205032333137480a20000000fd
[   690.916] (II) NOUVEAU(1): 	00384c1e5311000a202020202020013e
[   690.916] (II) NOUVEAU(1): 	020317b14c9005040302071601141f12
[   690.916] (II) NOUVEAU(1): 	1365030c001000023a801871382d4058
[   690.916] (II) NOUVEAU(1): 	2c4500fd1e1100001e011d8018711c16
[   690.916] (II) NOUVEAU(1): 	20582c2500fd1e1100009e011d007251
[   690.916] (II) NOUVEAU(1): 	d01e206e285500fd1e1100001e8c0ad0
[   690.916] (II) NOUVEAU(1): 	8a20e02d10103e9600fd1e1100001800
[   690.916] (II) NOUVEAU(1): 	00000000000000000000000000000000
[   690.916] (II) NOUVEAU(1): 	000000000000000000000000000000ed
[   690.916] (II) NOUVEAU(1): Printing probed modes for output HDMI-1
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   690.916] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   690.916] (II) NOUVEAU(1): Output HDMI-1 connected
[   690.916] (II) NOUVEAU(1): Using exact sizes for initial modes
[   690.916] (II) NOUVEAU(1): Output HDMI-1 using initial mode 1920x1080 +0+0
[   690.916] (==) NOUVEAU(1): Using gamma correction (1.0, 1.0, 1.0)
[   690.916] (II) NOUVEAU(1): Virtual size is 1920x1080 (pitch 0)
[   690.916] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   690.916] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 56.2 kHz, 50.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1920x1080": 148.4 MHz (scaled from 0.0 MHz), 67.4 kHz, 59.9 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 33.8 kHz, 60.0 Hz (I)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 28.1 kHz, 50.0 Hz (I)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1920x1080i": 74.2 MHz (scaled from 0.0 MHz), 33.7 kHz, 59.9 Hz (I)
[   690.916] (II) NOUVEAU(1): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1600x900": 108.0 MHz (scaled from 0.0 MHz), 60.0 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 37.5 kHz, 50.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 59.9 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[   690.916] (II) NOUVEAU(1): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "720x576": 27.0 MHz (scaled from 0.0 MHz), 31.2 kHz, 50.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "720x480": 27.0 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[   690.916] (II) NOUVEAU(1): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
[   690.916] (II) NOUVEAU(1): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[   690.916] (II) NOUVEAU(1): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   690.916] (**) NOUVEAU(1):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[   690.916] (II) NOUVEAU(1): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   690.916] (==) NOUVEAU(1): DPI set to (96, 96)
[   690.916] (II) Loading sub module "fb"
[   690.916] (II) LoadModule: "fb"
[   690.917] (II) Loading /usr/lib/xorg/modules/libfb.so
[   690.917] (II) Module fb: vendor="X.Org Foundation"
[   690.917] 	compiled for 1.20.3, module version = 1.0.0
[   690.917] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   690.917] (II) Loading sub module "shadowfb"
[   690.917] (II) LoadModule: "shadowfb"
[   690.917] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[   690.917] (II) Module shadowfb: vendor="X.Org Foundation"
[   690.917] 	compiled for 1.20.3, module version = 1.0.0
[   690.917] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   690.917] (II) intel(0): SNA initialized with Kabylake (gen9) backend
[   690.917] (==) intel(0): Backing store enabled
[   690.917] (==) intel(0): Silken mouse enabled
[   690.917] (II) intel(0): HW Cursor enabled
[   690.917] (==) intel(0): DPMS enabled
[   690.917] (==) intel(0): Display hotplug detection enabled
[   690.917] (II) intel(0): [DRI2] Setup complete
[   690.917] (II) intel(0): [DRI2]   DRI driver: i965
[   690.917] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   690.917] (II) intel(0): direct rendering: DRI2 enabled
[   690.917] (II) intel(0): hardware support for Present enabled
[   690.917] (EE) NOUVEAU(1): Error creating GPU channel: -19
[   690.917] (EE) NOUVEAU(1): Error initialising acceleration.  Falling back to NoAccel
[   690.917] (**) NOUVEAU(1): [COPY] acceleration disabled
[   690.917] (II) NOUVEAU(1): Hardware support for Present enabled
[   690.917] (==) NOUVEAU(1): Backing store enabled
[   690.917] (==) NOUVEAU(1): Silken mouse enabled
[   690.917] (==) NOUVEAU(1): DPMS enabled
[   690.917] (II) Initializing extension Generic Event Extension
[   690.917] (II) Initializing extension SHAPE
[   690.917] (II) Initializing extension MIT-SHM
[   690.918] (II) Initializing extension XInputExtension
[   690.918] (II) Initializing extension XTEST
[   690.918] (II) Initializing extension BIG-REQUESTS
[   690.918] (II) Initializing extension SYNC
[   690.918] (II) Initializing extension XKEYBOARD
[   690.918] (II) Initializing extension XC-MISC
[   690.918] (II) Initializing extension SECURITY
[   690.918] (II) Initializing extension XFIXES
[   690.918] (II) Initializing extension RENDER
[   690.918] (II) Initializing extension RANDR
[   690.918] (II) Initializing extension COMPOSITE
[   690.918] (II) Initializing extension DAMAGE
[   690.918] (II) Initializing extension MIT-SCREEN-SAVER
[   690.918] (II) Initializing extension DOUBLE-BUFFER
[   690.918] (II) Initializing extension RECORD
[   690.919] (II) Initializing extension DPMS
[   690.919] (II) Initializing extension Present
[   690.919] (II) Initializing extension DRI3
[   690.919] (II) Initializing extension X-Resource
[   690.919] (II) Initializing extension XVideo
[   690.919] (II) Initializing extension XVideo-MotionCompensation
[   690.919] (II) Initializing extension SELinux
[   690.919] (II) SELinux: Disabled on system
[   690.919] (II) Initializing extension GLX
[   690.924] (II) AIGLX: Loaded and initialized i965
[   690.924] (II) GLX: Initialized DRI2 GL provider for screen 0
[   690.924] (II) AIGLX: Screen 1 is not DRI2 capable
[   690.937] (II) IGLX: Loaded and initialized swrast
[   690.937] (II) GLX: Initialized DRISWRAST GL provider for screen 1
[   690.937] (II) Initializing extension XFree86-VidModeExtension
[   690.937] (II) Initializing extension XFree86-DGA
[   690.938] (II) Initializing extension XFree86-DRI
[   690.938] (II) Initializing extension DRI2
[   690.939] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   690.952] (II) intel(0): Setting screen physical size to 508 x 285
[   690.955] (II) NOUVEAU(1): NVEnterVT is called.
[   690.987] (II) NOUVEAU(1): Setting screen physical size to 508 x 285
[   690.987] resize called 1920 1080
[   691.019] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[   691.019] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   691.019] (II) LoadModule: "libinput"
[   691.019] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   691.021] (II) Module libinput: vendor="X.Org Foundation"
[   691.021] 	compiled for 1.20.1, module version = 0.28.1
[   691.021] 	Module class: X.Org XInput Driver
[   691.021] 	ABI class: X.Org XInput driver, version 24.1
[   691.021] (II) Using input driver 'libinput' for 'Power Button'
[   691.021] (**) Power Button: always reports core events
[   691.021] (**) Option "Device" "/dev/input/event8"
[   691.021] (**) Option "_source" "server/udev"
[   691.021] (II) event8  - Power Button: is tagged by udev as: Keyboard
[   691.021] (II) event8  - Power Button: device is a keyboard
[   691.021] (II) event8  - Power Button: device removed
[   691.044] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event8"
[   691.044] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   691.044] (**) Option "xkb_model" "pc105"
[   691.044] (**) Option "xkb_layout" "hu"
[   691.054] (II) event8  - Power Button: is tagged by udev as: Keyboard
[   691.054] (II) event8  - Power Button: device is a keyboard
[   691.055] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[   691.055] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   691.055] (II) Using input driver 'libinput' for 'Video Bus'
[   691.055] (**) Video Bus: always reports core events
[   691.055] (**) Option "Device" "/dev/input/event15"
[   691.055] (**) Option "_source" "server/udev"
[   691.055] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   691.055] (II) event15 - Video Bus: device is a keyboard
[   691.055] (II) event15 - Video Bus: device removed
[   691.096] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22/event15"
[   691.096] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   691.096] (**) Option "xkb_model" "pc105"
[   691.096] (**) Option "xkb_layout" "hu"
[   691.097] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   691.097] (II) event15 - Video Bus: device is a keyboard
[   691.098] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[   691.098] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   691.098] (II) Using input driver 'libinput' for 'Video Bus'
[   691.098] (**) Video Bus: always reports core events
[   691.098] (**) Option "Device" "/dev/input/event16"
[   691.098] (**) Option "_source" "server/udev"
[   691.099] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   691.099] (II) event16 - Video Bus: device is a keyboard
[   691.099] (II) event16 - Video Bus: device removed
[   691.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input23/event16"
[   691.128] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   691.128] (**) Option "xkb_model" "pc105"
[   691.128] (**) Option "xkb_layout" "hu"
[   691.131] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   691.131] (II) event16 - Video Bus: device is a keyboard
[   691.132] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[   691.132] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   691.132] (II) Using input driver 'libinput' for 'Power Button'
[   691.132] (**) Power Button: always reports core events
[   691.132] (**) Option "Device" "/dev/input/event6"
[   691.132] (**) Option "_source" "server/udev"
[   691.134] (II) event6  - Power Button: is tagged by udev as: Keyboard
[   691.134] (II) event6  - Power Button: device is a keyboard
[   691.134] (II) event6  - Power Button: device removed
[   691.152] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event6"
[   691.152] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   691.152] (**) Option "xkb_model" "pc105"
[   691.152] (**) Option "xkb_layout" "hu"
[   691.154] (II) event6  - Power Button: is tagged by udev as: Keyboard
[   691.154] (II) event6  - Power Button: device is a keyboard
[   691.155] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[   691.155] (II) No input driver specified, ignoring this device.
[   691.155] (II) This device may have been added with another device file.
[   691.156] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
[   691.156] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   691.156] (II) Using input driver 'libinput' for 'Sleep Button'
[   691.156] (**) Sleep Button: always reports core events
[   691.156] (**) Option "Device" "/dev/input/event7"
[   691.156] (**) Option "_source" "server/udev"
[   691.158] (II) event7  - Sleep Button: is tagged by udev as: Keyboard
[   691.158] (II) event7  - Sleep Button: device is a keyboard
[   691.158] (II) event7  - Sleep Button: device removed
[   691.176] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event7"
[   691.176] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   691.176] (**) Option "xkb_model" "pc105"
[   691.176] (**) Option "xkb_layout" "hu"
[   691.178] (II) event7  - Sleep Button: is tagged by udev as: Keyboard
[   691.178] (II) event7  - Sleep Button: device is a keyboard
[   691.180] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[   691.180] (II) No input driver specified, ignoring this device.
[   691.180] (II) This device may have been added with another device file.
[   691.181] (II) config/udev: Adding input device Integrated Webcam: Integrated W (/dev/input/event12)
[   691.181] (**) Integrated Webcam: Integrated W: Applying InputClass "libinput keyboard catchall"
[   691.181] (II) Using input driver 'libinput' for 'Integrated Webcam: Integrated W'
[   691.181] (**) Integrated Webcam: Integrated W: always reports core events
[   691.181] (**) Option "Device" "/dev/input/event12"
[   691.181] (**) Option "_source" "server/udev"
[   691.184] (II) event12 - Integrated Webcam: Integrated W: is tagged by udev as: Keyboard
[   691.184] (II) event12 - Integrated Webcam: Integrated W: device is a keyboard
[   691.184] (II) event12 - Integrated Webcam: Integrated W: device removed
[   691.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input17/event12"
[   691.216] (II) XINPUT: Adding extended input device "Integrated Webcam: Integrated W" (type: KEYBOARD, id 11)
[   691.216] (**) Option "xkb_model" "pc105"
[   691.216] (**) Option "xkb_layout" "hu"
[   691.219] (II) event12 - Integrated Webcam: Integrated W: is tagged by udev as: Keyboard
[   691.219] (II) event12 - Integrated Webcam: Integrated W: device is a keyboard
[   691.221] (II) config/udev: Adding input device Ammox Gaming Mouse (/dev/input/event1)
[   691.221] (**) Ammox Gaming Mouse: Applying InputClass "libinput pointer catchall"
[   691.221] (II) Using input driver 'libinput' for 'Ammox Gaming Mouse'
[   691.221] (**) Ammox Gaming Mouse: always reports core events
[   691.221] (**) Option "Device" "/dev/input/event1"
[   691.221] (**) Option "_source" "server/udev"
[   691.283] (II) event1  - Ammox Gaming Mouse: is tagged by udev as: Mouse
[   691.283] (II) event1  - Ammox Gaming Mouse: device is a pointer
[   691.283] (II) event1  - Ammox Gaming Mouse: device removed
[   691.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27/event1"
[   691.312] (II) XINPUT: Adding extended input device "Ammox Gaming Mouse" (type: MOUSE, id 12)
[   691.312] (**) Option "AccelerationScheme" "none"
[   691.312] (**) Ammox Gaming Mouse: (accel) selected scheme none/0
[   691.312] (**) Ammox Gaming Mouse: (accel) acceleration factor: 2.000
[   691.312] (**) Ammox Gaming Mouse: (accel) acceleration threshold: 4
[   691.375] (II) event1  - Ammox Gaming Mouse: is tagged by udev as: Mouse
[   691.375] (II) event1  - Ammox Gaming Mouse: device is a pointer
[   691.376] (II) config/udev: Adding input device Ammox Gaming Mouse (/dev/input/mouse2)
[   691.377] (II) No input driver specified, ignoring this device.
[   691.377] (II) This device may have been added with another device file.
[   691.378] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event2)
[   691.378] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   691.378] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[   691.378] (**) Logitech USB Keyboard: always reports core events
[   691.378] (**) Option "Device" "/dev/input/event2"
[   691.378] (**) Option "_source" "server/udev"
[   691.381] (II) event2  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[   691.382] (II) event2  - Logitech USB Keyboard: device is a keyboard
[   691.382] (II) event2  - Logitech USB Keyboard: device removed
[   691.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046D:C31C.0003/input/input7/event2"
[   691.396] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 13)
[   691.396] (**) Option "xkb_model" "pc105"
[   691.396] (**) Option "xkb_layout" "hu"
[   691.399] (II) event2  - Logitech USB Keyboard: is tagged by udev as: Keyboard
[   691.400] (II) event2  - Logitech USB Keyboard: device is a keyboard
[   691.401] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event3)
[   691.401] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   691.401] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[   691.401] (**) Logitech USB Keyboard Consumer Control: always reports core events
[   691.401] (**) Option "Device" "/dev/input/event3"
[   691.401] (**) Option "_source" "server/udev"
[   691.404] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   691.405] (II) event3  - Logitech USB Keyboard Consumer Control: device is a keyboard
[   691.405] (II) event3  - Logitech USB Keyboard Consumer Control: device removed
[   691.444] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input8/event3"
[   691.444] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 14)
[   691.444] (**) Option "xkb_model" "pc105"
[   691.444] (**) Option "xkb_layout" "hu"
[   691.447] (II) event3  - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[   691.447] (II) event3  - Logitech USB Keyboard Consumer Control: device is a keyboard
[   691.449] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event4)
[   691.449] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   691.449] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[   691.449] (**) Logitech USB Keyboard System Control: always reports core events
[   691.449] (**) Option "Device" "/dev/input/event4"
[   691.449] (**) Option "_source" "server/udev"
[   691.452] (II) event4  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[   691.452] (II) event4  - Logitech USB Keyboard System Control: device is a keyboard
[   691.452] (II) event4  - Logitech USB Keyboard System Control: device removed
[   691.472] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input9/event4"
[   691.472] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 15)
[   691.472] (**) Option "xkb_model" "pc105"
[   691.472] (**) Option "xkb_layout" "hu"
[   691.476] (II) event4  - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[   691.476] (II) event4  - Logitech USB Keyboard System Control: device is a keyboard
[   691.477] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/event13)
[   691.477] (**) DLL0798:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[   691.477] (II) Using input driver 'libinput' for 'DLL0798:00 06CB:7E92 Touchpad'
[   691.477] (**) DLL0798:00 06CB:7E92 Touchpad: always reports core events
[   691.477] (**) Option "Device" "/dev/input/event13"
[   691.477] (**) Option "_source" "server/udev"
[   691.587] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[   691.587] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: device is a touchpad
[   691.588] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: device removed
[   691.624] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19/event13"
[   691.624] (II) XINPUT: Adding extended input device "DLL0798:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 16)
[   691.625] (**) Option "AccelerationScheme" "none"
[   691.626] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[   691.626] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[   691.626] (**) DLL0798:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[   691.629] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[   691.630] (II) event13 - DLL0798:00 06CB:7E92 Touchpad: device is a touchpad
[   691.631] (II) config/udev: Adding input device DLL0798:00 06CB:7E92 Touchpad (/dev/input/mouse0)
[   691.631] (II) No input driver specified, ignoring this device.
[   691.631] (II) This device may have been added with another device file.
[   691.632] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event18)
[   691.632] (II) No input driver specified, ignoring this device.
[   691.632] (II) This device may have been added with another device file.
[   691.632] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event19)
[   691.632] (II) No input driver specified, ignoring this device.
[   691.632] (II) This device may have been added with another device file.
[   691.632] (II) config/udev: Adding input device Intel HID events (/dev/input/event9)
[   691.632] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   691.632] (II) Using input driver 'libinput' for 'Intel HID events'
[   691.632] (**) Intel HID events: always reports core events
[   691.632] (**) Option "Device" "/dev/input/event9"
[   691.632] (**) Option "_source" "server/udev"
[   691.633] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[   691.633] (II) event9  - Intel HID events: device is a keyboard
[   691.633] (II) event9  - Intel HID events: device removed
[   691.648] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input14/event9"
[   691.648] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 17)
[   691.648] (**) Option "xkb_model" "pc105"
[   691.648] (**) Option "xkb_layout" "hu"
[   691.649] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[   691.649] (II) event9  - Intel HID events: device is a keyboard
[   691.649] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event10)
[   691.649] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[   691.649] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[   691.649] (**) Intel HID 5 button array: always reports core events
[   691.649] (**) Option "Device" "/dev/input/event10"
[   691.649] (**) Option "_source" "server/udev"
[   691.649] (II) event10 - Intel HID 5 button array: is tagged by udev as: Keyboard
[   691.649] (II) event10 - Intel HID 5 button array: device is a keyboard
[   691.650] (II) event10 - Intel HID 5 button array: device removed
[   691.664] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input15/event10"
[   691.664] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 18)
[   691.664] (**) Option "xkb_model" "pc105"
[   691.664] (**) Option "xkb_layout" "hu"
[   691.665] (II) event10 - Intel HID 5 button array: is tagged by udev as: Keyboard
[   691.665] (II) event10 - Intel HID 5 button array: device is a keyboard
[   691.666] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event14)
[   691.666] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   691.666] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[   691.666] (**) Dell WMI hotkeys: always reports core events
[   691.666] (**) Option "Device" "/dev/input/event14"
[   691.666] (**) Option "_source" "server/udev"
[   691.667] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   691.667] (II) event14 - Dell WMI hotkeys: device is a keyboard
[   691.667] (II) event14 - Dell WMI hotkeys: device removed
[   691.696] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21/event14"
[   691.696] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 19)
[   691.696] (**) Option "xkb_model" "pc105"
[   691.696] (**) Option "xkb_layout" "hu"
[   691.699] (II) event14 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[   691.699] (II) event14 - Dell WMI hotkeys: device is a keyboard
[   691.700] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   691.700] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   691.700] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   691.700] (**) AT Translated Set 2 keyboard: always reports core events
[   691.700] (**) Option "Device" "/dev/input/event0"
[   691.700] (**) Option "_source" "server/udev"
[   691.702] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   691.702] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   691.703] (II) event0  - AT Translated Set 2 keyboard: device removed
[   691.720] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   691.720] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 20)
[   691.720] (**) Option "xkb_model" "pc105"
[   691.720] (**) Option "xkb_layout" "hu"
[   691.722] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   691.722] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   691.724] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event20)
[   691.724] (**) PS/2 Generic Mouse: Applying InputClass "libinput pointer catchall"
[   691.724] (II) Using input driver 'libinput' for 'PS/2 Generic Mouse'
[   691.724] (**) PS/2 Generic Mouse: always reports core events
[   691.724] (**) Option "Device" "/dev/input/event20"
[   691.725] (**) Option "_source" "server/udev"
[   691.726] (II) event20 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[   691.727] (II) event20 - PS/2 Generic Mouse: device is a pointer
[   691.727] (II) event20 - PS/2 Generic Mouse: device removed
[   691.760] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event20"
[   691.760] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 21)
[   691.760] (**) Option "AccelerationScheme" "none"
[   691.760] (**) PS/2 Generic Mouse: (accel) selected scheme none/0
[   691.760] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[   691.760] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[   691.762] (II) event20 - PS/2 Generic Mouse: is tagged by udev as: Mouse
[   691.762] (II) event20 - PS/2 Generic Mouse: device is a pointer
[   691.763] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse1)
[   691.763] (II) No input driver specified, ignoring this device.
[   691.763] (II) This device may have been added with another device file.
[   691.764] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[   691.764] (II) No input driver specified, ignoring this device.
[   691.764] (II) This device may have been added with another device file.
[   692.781] (II) intel(0): EDID vendor "LGD", prod id 1343
[   692.781] (II) intel(0): Printing DDC gathered Modelines:
[   692.781] (II) intel(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[   692.781] (II) intel(0): Modeline "1920x1080"x0.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[   696.055] (II) NOUVEAU(1): EDID vendor "DEL", prod id 16628
[   696.055] (II) NOUVEAU(1): Using EDID range info for horizontal sync
[   696.055] (II) NOUVEAU(1): Using EDID range info for vertical refresh
[   696.055] (II) NOUVEAU(1): Printing DDC gathered Modelines:
[   696.055] (II) NOUVEAU(1): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   696.055] (II) NOUVEAU(1): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   696.055] (II) NOUVEAU(1): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)

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

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event8
N: input/event8
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event8
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event8
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=72
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12662788
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22
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=12873782

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22/event15
N: input/event15
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event15
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input22/event15
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=79
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12950933
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input23/event16
N: input/event16
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event16
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input23/event16
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:01
E: ID_PATH_TAG=acpi-LNXVIDEO_01
E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video
E: MAJOR=13
E: MINOR=80
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12939154
E: XKBLAYOUT=hu
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=12510283

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event6
N: input/event6
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event6
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event6
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=70
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12668894
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input10
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input10
E: EV=21
E: ID_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=12510053

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

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

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event7
N: input/event7
E: BACKSPACE=guess
E: DEVNAME=/dev/input/event7
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12/event7
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=71
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12662924
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_01_00_1
E: ID_INPUT=1
E: ID_INPUT_SWITCH=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=13197994

P: /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24/event17
N: input/event17
E: DEVNAME=/dev/input/event17
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24/event17
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:01:00.1
E: ID_PATH_TAG=pci-0000_01_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: MAJOR=13
E: MINOR=81
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=13265175

P: /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input17
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input17
E: EV=3
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_12_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Integrated_Webcam
E: ID_MODEL_ENC=Integrated\x20Webcam
E: ID_MODEL_ID=568a
E: ID_PATH=pci-0000:00:14.0-usb-0:12:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_0
E: ID_REVISION=6510
E: ID_SERIAL=CNFFH36N341252001692_Integrated_Webcam_0x0001
E: ID_SERIAL_SHORT=0x0001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=CNFFH36N341252001692
E: ID_VENDOR_ENC=CNFFH36N341252001692
E: ID_VENDOR_ID=0bda
E: KEY=100000 0 0 0
E: MODALIAS=input:b0003v0BDAp568Ae6510-e0,1,kD4,ramlsfw
E: NAME="Integrated Webcam: Integrated W"
E: PHYS="usb-0000:00:14.0-12/button"
E: PRODUCT=3/bda/568a/6510
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=12569104

P: /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input17/event12
N: input/event12
S: input/by-id/usb-CNFFH36N341252001692_Integrated_Webcam_0x0001-event-if00
S: input/by-path/pci-0000:00:14.0-usb-0:12:1.0-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-CNFFH36N341252001692_Integrated_Webcam_0x0001-event-if00 /dev/input/by-path/pci-0000:00:14.0-usb-0:12:1.0-event
E: DEVNAME=/dev/input/event12
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input17/event12
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=Integrated_Webcam
E: ID_MODEL_ENC=Integrated\x20Webcam
E: ID_MODEL_ID=568a
E: ID_PATH=pci-0000:00:14.0-usb-0:12:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_12_1_0
E: ID_REVISION=6510
E: ID_SERIAL=CNFFH36N341252001692_Integrated_Webcam_0x0001
E: ID_SERIAL_SHORT=0x0001
E: ID_TYPE=video
E: ID_USB_DRIVER=uvcvideo
E: ID_USB_INTERFACES=:0e0100:0e0200:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=CNFFH36N341252001692
E: ID_VENDOR_ENC=CNFFH36N341252001692
E: ID_VENDOR_ID=0bda
E: LIBINPUT_DEVICE_GROUP=3/bda/568a:usb-0000:00:14.0-12/button
E: MAJOR=13
E: MINOR=76
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12673497
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27
E: EV=17
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_3_3_1_0
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Ammox_Gaming_Mouse
E: ID_MODEL_ENC=Ammox\x20Gaming\x20Mouse
E: ID_MODEL_ID=0188
E: ID_PATH=pci-0000:00:14.0-usb-0:3.3:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_3_1_0
E: ID_REVISION=0100
E: ID_SERIAL=0458_Ammox_Gaming_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=0458
E: ID_VENDOR_ENC=0458
E: ID_VENDOR_ID=0458
E: KEY=1f0000 0 0 0 0
E: MODALIAS=input:b0003v0458p0188e0111-e0,1,2,4,k110,111,112,113,114,r0,1,8,am4,lsfw
E: MSC=10
E: NAME="Ammox Gaming Mouse"
E: PHYS="usb-0000:00:14.0-3.3/input0"
E: PRODUCT=3/458/188/111
E: PROP=0
E: REL=103
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=660575637

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27/event1
N: input/event1
S: input/by-id/usb-0458_Ammox_Gaming_Mouse-event-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:3.3:1.0-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:14.0-usb-0:3.3:1.0-event-mouse /dev/input/by-id/usb-0458_Ammox_Gaming_Mouse-event-mouse
E: DEVNAME=/dev/input/event1
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27/event1
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Ammox_Gaming_Mouse
E: ID_MODEL_ENC=Ammox\x20Gaming\x20Mouse
E: ID_MODEL_ID=0188
E: ID_PATH=pci-0000:00:14.0-usb-0:3.3:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_3_1_0
E: ID_REVISION=0100
E: ID_SERIAL=0458_Ammox_Gaming_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=0458
E: ID_VENDOR_ENC=0458
E: ID_VENDOR_ID=0458
E: LIBINPUT_DEVICE_GROUP=3/458/188:usb-0000:00:14.0-3
E: MAJOR=13
E: MINOR=65
E: SUBSYSTEM=input
E: USEC_INITIALIZED=660681721

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27/mouse2
N: input/mouse2
S: input/by-id/usb-0458_Ammox_Gaming_Mouse-mouse
S: input/by-path/pci-0000:00:14.0-usb-0:3.3:1.0-mouse
E: DEVLINKS=/dev/input/by-id/usb-0458_Ammox_Gaming_Mouse-mouse /dev/input/by-path/pci-0000:00:14.0-usb-0:3.3:1.0-mouse
E: DEVNAME=/dev/input/mouse2
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:0458:0188.0005/input/input27/mouse2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_MODEL=Ammox_Gaming_Mouse
E: ID_MODEL_ENC=Ammox\x20Gaming\x20Mouse
E: ID_MODEL_ID=0188
E: ID_PATH=pci-0000:00:14.0-usb-0:3.3:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_3_1_0
E: ID_REVISION=0100
E: ID_SERIAL=0458_Ammox_Gaming_Mouse
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=0458
E: ID_VENDOR_ENC=0458
E: ID_VENDOR_ID=0458
E: MAJOR=13
E: MINOR=34
E: SUBSYSTEM=input
E: USEC_INITIALIZED=660577728

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046D:C31C.0003/input/input7
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046D:C31C.0003/input/input7
E: EV=120013
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_3_4_1_0
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:3.4:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_4_1_0
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=00
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: LED=1f
E: MODALIAS=input:b0003v046DpC31Ce0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,3,4,sfw
E: MSC=10
E: NAME="Logitech USB Keyboard"
E: PHYS="usb-0000:00:14.0-3.4/input0"
E: PRODUCT=3/46d/c31c/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2967816

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046D:C31C.0003/input/input7/event2
N: input/event2
S: input/by-id/usb-Logitech_USB_Keyboard-event-kbd
S: input/by-path/pci-0000:00:14.0-usb-0:3.4:1.0-event-kbd
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Keyboard-event-kbd /dev/input/by-path/pci-0000:00:14.0-usb-0:3.4:1.0-event-kbd
E: DEVNAME=/dev/input/event2
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:046D:C31C.0003/input/input7/event2
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:3.4:1.0
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_4_1_0
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
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/c31c:usb-0000:00:14.0-3
E: MAJOR=13
E: MINOR=66
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12672347
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input8
E: ABS=100000000
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input8
E: EV=1b
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_3_4_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:3.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_4_1_1
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=2010000 397ad8011001 e000000000000 0
E: MODALIAS=input:b0003v046DpC31Ce0110-e0,1,3,4,k71,72,73,80,8C,90,9B,9C,9E,9F,A1,A3,A4,A5,A6,A8,AB,AC,AD,D0,D9,ra20,m4,lsfw
E: MSC=10
E: NAME="Logitech USB Keyboard Consumer Control"
E: PHYS="usb-0000:00:14.0-3.4/input1"
E: PRODUCT=3/46d/c31c/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2971665

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input8/event3
N: input/event3
S: input/by-id/usb-Logitech_USB_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:3.4:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:3.4:1.1-event
E: DEVNAME=/dev/input/event3
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input8/event3
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:3.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_4_1_1
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
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/c31c:usb-0000:00:14.0-3
E: MAJOR=13
E: MINOR=67
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12842252
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input9
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input9
E: EV=13
E: ID_BUS=usb
E: ID_FOR_SEAT=input-pci-0000_00_14_0-usb-0_3_4_1_1
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:3.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_4_1_1
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
E: ID_USB_INTERFACE_NUM=01
E: ID_VENDOR=Logitech
E: ID_VENDOR_ENC=Logitech
E: ID_VENDOR_ID=046d
E: KEY=c000 10000000000000 0
E: MODALIAS=input:b0003v046DpC31Ce0110-e0,1,4,k74,8E,8F,ram4,lsfw
E: MSC=10
E: NAME="Logitech USB Keyboard System Control"
E: PHYS="usb-0000:00:14.0-3.4/input1"
E: PRODUCT=3/46d/c31c/110
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=2972121

P: /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input9/event4
N: input/event4
S: input/by-id/usb-Logitech_USB_Keyboard-event-if01
S: input/by-path/pci-0000:00:14.0-usb-0:3.4:1.1-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-id/usb-Logitech_USB_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:14.0-usb-0:3.4:1.1-event
E: DEVNAME=/dev/input/event4
E: DEVPATH=/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:046D:C31C.0004/input/input9/event4
E: ID_BUS=usb
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=c31c
E: ID_PATH=pci-0000:00:14.0-usb-0:3.4:1.1
E: ID_PATH_TAG=pci-0000_00_14_0-usb-0_3_4_1_1
E: ID_REVISION=6400
E: ID_SERIAL=Logitech_USB_Keyboard
E: ID_TYPE=hid
E: ID_USB_DRIVER=usbhid
E: ID_USB_INTERFACES=:030101:030000:
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/c31c:usb-0000:00:14.0-3
E: MAJOR=13
E: MINOR=68
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12663152
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19
E: ABS=260800000000003
E: DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19
E: EV=1b
E: ID_FOR_SEAT=input-pci-0000_00_15_1-platform-i2c_designware_1
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=pci-0000:00:15.1-platform-i2c_designware.1
E: ID_PATH_TAG=pci-0000_00_15_1-platform-i2c_designware_1
E: ID_SERIAL=noserial
E: KEY=e520 10000 0 0 0 0
E: MODALIAS=input:b0018v06CBp7E92e0100-e0,1,3,4,k110,145,148,14A,14D,14E,14F,ra0,1,2F,35,36,39,m5,lsfw
E: MSC=20
E: NAME="DLL0798:00 06CB:7E92 Touchpad"
E: PHYS="i2c-DLL0798:00"
E: PRODUCT=18/6cb/7e92/100
E: PROP=5
E: SUBSYSTEM=input
E: TAGS=:seat:
E: UNIQ=""
E: USEC_INITIALIZED=12579018

P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19/event13
N: input/event13
S: input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-event-mouse
E: DEVNAME=/dev/input/event13
E: DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19/event13
E: ID_INPUT=1
E: ID_INPUT_HEIGHT_MM=77
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_WIDTH_MM=102
E: ID_PATH=pci-0000:00:15.1-platform-i2c_designware.1
E: ID_PATH_TAG=pci-0000_00_15_1-platform-i2c_designware_1
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=18/6cb/7e92:i2c-DLL0798:00
E: MAJOR=13
E: MINOR=77
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12876343

P: /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19/mouse0
N: input/mouse0
S: input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-mouse
E: DEVLINKS=/dev/input/by-path/pci-0000:00:15.1-platform-i2c_designware.1-mouse
E: DEVNAME=/dev/input/mouse0
E: DEVPATH=/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-DLL0798:00/0018:06CB:7E92.0001/input/input19/mouse0
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_PATH=pci-0000:00:15.1-platform-i2c_designware.1
E: ID_PATH_TAG=pci-0000_00_15_1-platform-i2c_designware_1
E: ID_SERIAL=noserial
E: MAJOR=13
E: MINOR=32
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12580745

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input25
E: EV=40001
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0001v10ECp0256e0001-e0,12,kramls1,2,fw
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PRODUCT=1/10ec/256/1
E: PROP=0
E: SND=6
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=13331754

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input25/event18
N: input/event18
E: DEVNAME=/dev/input/event18
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input25/event18
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=1/10ec/256:card0/codec#0/beep0
E: MAJOR=13
E: MINOR=82
E: SUBSYSTEM=input
E: USEC_INITIALIZED=13387588

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input26
E: EV=21
E: ID_FOR_SEAT=input-pci-0000_00_1f_3
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: NAME="HDA Intel PCH Headphone Mic"
E: PHYS="ALSA"
E: PRODUCT=0/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: SW=4
E: TAGS=:seat:
E: USEC_INITIALIZED=13331385

P: /devices/pci0000:00/0000:00:1f.3/sound/card0/input26/event19
N: input/event19
E: DEVNAME=/dev/input/event19
E: DEVPATH=/devices/pci0000:00/0000:00:1f.3/sound/card0/input26/event19
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1f.3
E: ID_PATH_TAG=pci-0000_00_1f_3
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: MAJOR=13
E: MINOR=83
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=13387575

P: /devices/platform/INT33D5:00/input/input14
E: DEVPATH=/devices/platform/INT33D5:00/input/input14
E: EV=13
E: ID_FOR_SEAT=input-platform-INT33D5_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-INT33D5:00
E: ID_PATH_TAG=platform-INT33D5_00
E: KEY=81000300000000 5000004000 1e294000000020 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,74,8E,A4,A6,E0,E1,F0,F7,ram4,lsfw
E: MSC=10
E: NAME="Intel HID events"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=12511682

P: /devices/platform/INT33D5:00/input/input14/event9
N: input/event9
S: input/by-path/platform-INT33D5:00-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-INT33D5:00-event
E: DEVNAME=/dev/input/event9
E: DEVPATH=/devices/platform/INT33D5:00/input/input14/event9
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-INT33D5:00
E: ID_PATH_TAG=platform-INT33D5_00
E: MAJOR=13
E: MINOR=73
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12656698
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/platform/INT33D5:00/input/input15
E: DEVPATH=/devices/platform/INT33D5:00/input/input15
E: EV=13
E: ID_FOR_SEAT=input-platform-INT33D5_00
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-INT33D5:00
E: ID_PATH_TAG=platform-INT33D5_00
E: KEY=2000000000000 0 0 0 0 1000000000000 0 201c000000000000 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k72,73,74,7D,F0,231,ram4,lsfw
E: MSC=10
E: NAME="Intel HID 5 button array"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=12511643

P: /devices/platform/INT33D5:00/input/input15/event10
N: input/event10
S: input/by-path/platform-INT33D5:00-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-INT33D5:00-event
E: DEVNAME=/dev/input/event10
E: DEVPATH=/devices/platform/INT33D5:00/input/input15/event10
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-INT33D5:00
E: ID_PATH_TAG=platform-INT33D5_00
E: MAJOR=13
E: MINOR=74
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12644515
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21
E: DEVPATH=/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21
E: EV=13
E: ID_FOR_SEAT=input-platform-PNP0C14_02
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-PNP0C14:02
E: ID_PATH_TAG=platform-PNP0C14_02
E: KEY=800000000000 0 0 101500b00000c00 200300000 e000000000000 0
E: MODALIAS=input:b0019v0000p0000e0000-e0,1,4,k71,72,73,94,95,A1,CA,CB,E0,E1,E3,EC,EE,F0,F8,1AF,ram4,lsfw
E: MSC=10
E: NAME="Dell WMI hotkeys"
E: PRODUCT=19/0/0/0
E: PROP=0
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=12582041

P: /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21/event14
N: input/event14
S: input/by-path/platform-PNP0C14:02-event
E: BACKSPACE=guess
E: DEVLINKS=/dev/input/by-path/platform-PNP0C14:02-event
E: DEVNAME=/dev/input/event14
E: DEVPATH=/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21/event14
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=platform-PNP0C14:02
E: ID_PATH_TAG=platform-PNP0C14_02
E: MAJOR=13
E: MINOR=78
E: SUBSYSTEM=input
E: TAGS=:power-switch:
E: USEC_INITIALIZED=12676450
E: XKBLAYOUT=hu
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=1500f02902000 8380307cf910f001 feffffdfffefffff fffffffffffffffe
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8D,8E,8F,94,98,9B,9C,9D,9E,9F,A2,A3,A4,A5,A6,AC,AD,B7,B8,B9,BF,CD,D4,D7,D9,E0,E1,E2,E3,EC,EE,F0,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=1266951

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_81=playpause
E: KEYBOARD_KEY_82=stopcd
E: KEYBOARD_KEY_83=previoussong
E: KEYBOARD_KEY_84=nextsong
E: KEYBOARD_KEY_85=brightnessdown
E: KEYBOARD_KEY_86=brightnessup
E: KEYBOARD_KEY_87=battery
E: KEYBOARD_KEY_88=!wlan
E: KEYBOARD_KEY_89=ejectclosecd
E: KEYBOARD_KEY_8a=suspend
E: KEYBOARD_KEY_8b=switchvideomode
E: KEYBOARD_KEY_8c=unknown
E: KEYBOARD_KEY_8f=switchvideomode
E: KEYBOARD_KEY_90=previoussong
E: KEYBOARD_KEY_91=prog1
E: KEYBOARD_KEY_92=media
E: KEYBOARD_KEY_93=unknown
E: KEYBOARD_KEY_95=camera
E: KEYBOARD_KEY_97=email
E: KEYBOARD_KEY_98=f21
E: KEYBOARD_KEY_99=nextsong
E: KEYBOARD_KEY_9a=setup
E: KEYBOARD_KEY_9b=switchvideomode
E: KEYBOARD_KEY_9e=f21
E: KEYBOARD_KEY_a2=playpause
E: KEYBOARD_KEY_a4=stopcd
E: KEYBOARD_KEY_d8=screenlock
E: KEYBOARD_KEY_d9=f21
E: KEYBOARD_KEY_ed=media
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=12663035
E: XKBLAYOUT=hu
E: XKBMODEL=pc105

P: /devices/platform/i8042/serio1/input/input2
E: DEVPATH=/devices/platform/i8042/serio1/input/input2
E: EV=7
E: ID_BUS=i8042
E: ID_FOR_SEAT=input-platform-i8042-serio-1
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: KEY=70000 0 0 0 0
E: MODALIAS=input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: NAME="PS/2 Generic Mouse"
E: PHYS="isa0060/serio1/input0"
E: PRODUCT=11/2/1/0
E: PROP=1
E: REL=3
E: SUBSYSTEM=input
E: TAGS=:seat:
E: USEC_INITIALIZED=20731936

P: /devices/platform/i8042/serio1/input/input2/event20
N: input/event20
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse
E: DEVNAME=/dev/input/event20
E: DEVPATH=/devices/platform/i8042/serio1/input/input2/event20
E: ID_BUS=i8042
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_SERIAL=noserial
E: LIBINPUT_DEVICE_GROUP=11/2/1:isa0060/serio1
E: MAJOR=13
E: MINOR=84
E: SUBSYSTEM=input
E: USEC_INITIALIZED=20789074

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

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

P: /devices/platform/pcspkr/input/input16/event11
N: input/event11
S: input/by-path/platform-pcspkr-event-spkr
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr
E: DEVNAME=/dev/input/event11
E: DEVPATH=/devices/platform/pcspkr/input/input16/event11
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=75
E: SUBSYSTEM=input
E: USEC_INITIALIZED=12664428


DRM Information from dmesg:
---------------------------


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

Kernel: Linux 4.18.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB: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+4
ii  xkb-data                                         2.23.1-1
ii  xserver-xorg-core                                2:1.20.3-1
ii  xserver-xorg-input-all                           1:7.7+19
ii  xserver-xorg-input-libinput [xorg-driver-input]  0.28.1-1
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]    18.1.0-1
ii  xserver-xorg-video-ati [xorg-driver-video]       1:18.1.0-1
ii  xserver-xorg-video-fbdev [xorg-driver-video]     1:0.5.0-1
ii  xserver-xorg-video-intel [xorg-driver-video]     2:2.99.917+git20180925-2
ii  xserver-xorg-video-nouveau [xorg-driver-video]   1:1.0.15-3
ii  xserver-xorg-video-qxl [xorg-driver-video]       0.1.5-2+b1
ii  xserver-xorg-video-radeon [xorg-driver-video]    1:18.1.0-1
ii  xserver-xorg-video-vesa [xorg-driver-video]      1:2.4.0-1
ii  xserver-xorg-video-vmware [xorg-driver-video]    1:13.3.0-2

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri      18.1.9-1
ii  xserver-xorg-legacy  2:1.20.3-1

xserver-xorg suggests no packages.

-- debconf-show failed


Reply to: