You are not logged in.
For some time now I've had a problem where the keyboard layout in Xorg would reset to the default US layout after pacman -Syu.
After exiting Xorg and coming to the Linux console, the layout of the Linux console is still in the Croatian layout, and reentering Xorg with startx also gives back the correct layout.
Today pacman only updated QEMU and solaar (so no X-related packages), but this still happened. I'm not sure if this happens every time I run pacman -Syu.
The layout is set on Xorg startup with /etc/X11/xinit/xinitrc, where there's a line setxkbmap hr.
/etc/X11/xinit/xinitrc:
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
setxkbmap hr
exec qtile start$HOME/.local/share/xorg/Xorg.0.log.old:
[ 15.453]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 15.454] Current Operating System: Linux aceramd 6.2.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 30 Mar 2023 14:51:14 +0000 x86_64
[ 15.454] Kernel command line: fsck.mode=skip root=/dev/nvme0n1p1 rw rootfstype=btrfs rootflags=rw,noatime,lazytime,autodefrag,compress-force=zstd:7 log_buf_len=1M cgroup_no_v1=named cgroup_no_v1=all nowatchdog add_efi_memmap sysctl.vm.swappiness=0 initrd=amd-ucode.img initrd=initramfs-linux.img
[ 15.454]
[ 15.454] Current version of pixman: 0.42.2
[ 15.454] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 15.454] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 15.454] (==) Log file: "/home/nsajko/.local/share/xorg/Xorg.0.log", Time: Thu Apr 6 00:36:20 2023
[ 15.455] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 15.455] (==) No Layout section. Using the first Screen section.
[ 15.455] (==) No screen section available. Using defaults.
[ 15.455] (**) |-->Screen "Default Screen Section" (0)
[ 15.455] (**) | |-->Monitor "<default monitor>"
[ 15.455] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 15.455] (==) Automatically adding devices
[ 15.455] (==) Automatically enabling devices
[ 15.455] (==) Automatically adding GPU devices
[ 15.455] (==) Automatically binding GPU devices
[ 15.455] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 15.455] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 15.455] Entry deleted from font path.
[ 15.456] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 15.456] Entry deleted from font path.
[ 15.456] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 15.456] Entry deleted from font path.
[ 15.456] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 15.456] Entry deleted from font path.
[ 15.456] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 15.456] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 15.456] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 15.456] (II) Module ABI versions:
[ 15.456] X.Org ANSI C Emulation: 0.4
[ 15.456] X.Org Video Driver: 25.2
[ 15.456] X.Org XInput driver : 24.4
[ 15.456] X.Org Server Extension : 10.0
[ 15.457] (++) using VT number 1
[ 15.458] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 15.458] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 15.458] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card0
[ 15.459] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 15.462] (--) PCI:*(5@0:0:0) 1002:164c:1025:152b rev 195, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd0400000/524288, I/O @ 0x00001000/256
[ 15.463] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 15.463] (II) LoadModule: "glx"
[ 15.463] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 15.473] (II) Module glx: vendor="X.Org Foundation"
[ 15.473] compiled for 1.21.1.8, module version = 1.0.0
[ 15.473] ABI class: X.Org Server Extension, version 10.0
[ 15.473] (==) Matched ati as autoconfigured driver 0
[ 15.473] (==) Matched modesetting as autoconfigured driver 1
[ 15.473] (==) Matched fbdev as autoconfigured driver 2
[ 15.473] (==) Matched vesa as autoconfigured driver 3
[ 15.473] (==) Assigned the driver to the xf86ConfigLayout
[ 15.473] (II) LoadModule: "ati"
[ 15.473] (WW) Warning, couldn't open module ati
[ 15.473] (EE) Failed to load module "ati" (module does not exist, 0)
[ 15.473] (II) LoadModule: "modesetting"
[ 15.473] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 15.476] (II) Module modesetting: vendor="X.Org Foundation"
[ 15.476] compiled for 1.21.1.8, module version = 1.21.1
[ 15.476] Module class: X.Org Video Driver
[ 15.476] ABI class: X.Org Video Driver, version 25.2
[ 15.476] (II) LoadModule: "fbdev"
[ 15.476] (WW) Warning, couldn't open module fbdev
[ 15.476] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 15.476] (II) LoadModule: "vesa"
[ 15.476] (WW) Warning, couldn't open module vesa
[ 15.476] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 15.476] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 15.476] (II) modeset(0): using drv /dev/dri/card0
[ 15.476] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 15.477] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 15.477] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 15.477] (==) modeset(0): RGB weight 888
[ 15.477] (==) modeset(0): Default visual is TrueColor
[ 15.477] (II) Loading sub module "glamoregl"
[ 15.477] (II) LoadModule: "glamoregl"
[ 15.477] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 15.482] (II) Module glamoregl: vendor="X.Org Foundation"
[ 15.482] compiled for 1.21.1.8, module version = 1.0.1
[ 15.482] ABI class: X.Org ANSI C Emulation, version 0.4
[ 15.894] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.49, 6.2.9-arch1-1)
[ 15.894] (II) modeset(0): glamor initialized
[ 15.894] (==) modeset(0): VariableRefresh: disabled
[ 15.894] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 15.897] (II) modeset(0): Output eDP-1 has no monitor section
[ 15.897] (II) modeset(0): Output HDMI-1 has no monitor section
[ 15.900] (II) modeset(0): EDID for output eDP-1
[ 15.900] (II) modeset(0): Manufacturer: NCP Model: 63 Serial#: 0
[ 15.900] (II) modeset(0): Year: 2018 Week: 1
[ 15.900] (II) modeset(0): EDID Version: 1.4
[ 15.900] (II) modeset(0): Digital Display Input
[ 15.900] (II) modeset(0): 8 bits per channel
[ 15.900] (II) modeset(0): Digital interface is DisplayPort
[ 15.900] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 15.900] (II) modeset(0): Gamma: 2.20
[ 15.900] (II) modeset(0): No DPMS capabilities specified
[ 15.900] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 15.900] (II) modeset(0): First detailed timing is preferred mode
[ 15.900] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 15.900] (II) modeset(0): redX: 0.595 redY: 0.361 greenX: 0.346 greenY: 0.555
[ 15.901] (II) modeset(0): blueX: 0.157 blueY: 0.106 whiteX: 0.312 whiteY: 0.328
[ 15.901] (II) modeset(0): Manufacturer's mask: 0
[ 15.901] (II) modeset(0): Supported detailed timing:
[ 15.901] (II) modeset(0): clock: 138.5 MHz Image Size: 344 x 194 mm
[ 15.901] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 15.901] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 15.901] (II) modeset(0): Unknown vendor-specific block 0
[ 15.901] (II) modeset(0): CEC PANDA
[ 15.901] (II) modeset(0): LM156LF-CL13
[ 15.901] (II) modeset(0): EDID (in hex):
[ 15.901] (II) modeset(0): 00ffffffffffff003870630000000000
[ 15.901] (II) modeset(0): 011c0104a5221378026850985c588e28
[ 15.901] (II) modeset(0): 1b505400000001010101010101010101
[ 15.901] (II) modeset(0): 0101010101011a3680a070381f403020
[ 15.901] (II) modeset(0): 350058c21000001a0000000000000000
[ 15.901] (II) modeset(0): 0000000000000000001a000000fe0043
[ 15.901] (II) modeset(0): 45432050414e444120202020000000fe
[ 15.901] (II) modeset(0): 004c4d3135364c462d434c31330a00e6
[ 15.901] (II) modeset(0): Printing probed modes for output eDP-1
[ 15.901] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 15.901] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "1680x1050"x59.9 138.50 1680 1968 2000 2080 1050 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x1024"x59.9 138.50 1280 1968 2000 2080 1024 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "1440x900"x59.9 138.50 1440 1968 2000 2080 900 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x800"x59.9 138.50 1280 1968 2000 2080 800 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x720"x59.9 138.50 1280 1968 2000 2080 720 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "1024x768"x59.9 138.50 1024 1968 2000 2080 768 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 15.901] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "800x600"x59.9 138.50 800 1968 2000 2080 600 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 15.901] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x480"x59.9 138.50 640 1968 2000 2080 480 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 15.901] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 15.901] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 15.901] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 15.901] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 15.901] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 15.901] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 15.901] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 15.901] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 15.901] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 15.901] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 15.901] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 15.901] (II) modeset(0): EDID for output HDMI-1
[ 15.901] (II) modeset(0): Output eDP-1 connected
[ 15.901] (II) modeset(0): Output HDMI-1 disconnected
[ 15.901] (II) modeset(0): Using exact sizes for initial modes
[ 15.901] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 15.901] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 15.901] (==) modeset(0): DPI set to (96, 96)
[ 15.901] (II) Loading sub module "fb"
[ 15.901] (II) LoadModule: "fb"
[ 15.901] (II) Module "fb" already built-in
[ 15.958] (==) modeset(0): Backing store enabled
[ 15.958] (==) modeset(0): Silken mouse enabled
[ 15.960] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 15.960] (==) modeset(0): DPMS enabled
[ 15.960] (II) modeset(0): [DRI2] Setup complete
[ 15.960] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 15.960] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 15.960] (II) Initializing extension Generic Event Extension
[ 15.960] (II) Initializing extension SHAPE
[ 15.960] (II) Initializing extension MIT-SHM
[ 15.960] (II) Initializing extension XInputExtension
[ 15.960] (II) Initializing extension XTEST
[ 15.960] (II) Initializing extension BIG-REQUESTS
[ 15.960] (II) Initializing extension SYNC
[ 15.960] (II) Initializing extension XKEYBOARD
[ 15.960] (II) Initializing extension XC-MISC
[ 15.961] (II) Initializing extension SECURITY
[ 15.961] (II) Initializing extension XFIXES
[ 15.961] (II) Initializing extension RENDER
[ 15.961] (II) Initializing extension RANDR
[ 15.961] (II) Initializing extension COMPOSITE
[ 15.961] (II) Initializing extension DAMAGE
[ 15.961] (II) Initializing extension MIT-SCREEN-SAVER
[ 15.961] (II) Initializing extension DOUBLE-BUFFER
[ 15.961] (II) Initializing extension RECORD
[ 15.961] (II) Initializing extension DPMS
[ 15.961] (II) Initializing extension Present
[ 15.961] (II) Initializing extension DRI3
[ 15.961] (II) Initializing extension X-Resource
[ 15.961] (II) Initializing extension XVideo
[ 15.962] (II) Initializing extension XVideo-MotionCompensation
[ 15.962] (II) Initializing extension GLX
[ 15.966] (II) AIGLX: Loaded and initialized radeonsi
[ 15.966] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 15.966] (II) Initializing extension XFree86-VidModeExtension
[ 15.966] (II) Initializing extension XFree86-DGA
[ 15.966] (II) Initializing extension XFree86-DRI
[ 15.966] (II) Initializing extension DRI2
[ 15.966] (II) modeset(0): Damage tracking initialized
[ 15.966] (II) modeset(0): Setting screen physical size to 508 x 285
[ 16.045] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 16.045] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16.045] (II) LoadModule: "libinput"
[ 16.045] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 16.051] (II) Module libinput: vendor="X.Org Foundation"
[ 16.051] compiled for 1.21.1.8, module version = 1.3.0
[ 16.051] Module class: X.Org XInput Driver
[ 16.051] ABI class: X.Org XInput driver, version 24.4
[ 16.051] (II) Using input driver 'libinput' for 'Power Button'
[ 16.052] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 16.052] (**) Power Button: always reports core events
[ 16.052] (**) Option "Device" "/dev/input/event3"
[ 16.055] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 16.055] (II) event3 - Power Button: device is a keyboard
[ 16.055] (II) event3 - Power Button: device removed
[ 16.055] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 16.055] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 16.055] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 16.055] (II) event3 - Power Button: device is a keyboard
[ 16.056] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 16.056] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 16.056] (II) Using input driver 'libinput' for 'Video Bus'
[ 16.057] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[ 16.057] (**) Video Bus: always reports core events
[ 16.057] (**) Option "Device" "/dev/input/event4"
[ 16.057] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 16.057] (II) event4 - Video Bus: device is a keyboard
[ 16.057] (II) event4 - Video Bus: device removed
[ 16.057] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4/event4"
[ 16.057] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 16.058] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 16.058] (II) event4 - Video Bus: device is a keyboard
[ 16.058] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event8)
[ 16.058] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 16.058] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 16.059] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[ 16.059] (**) Acer Wireless Radio Control: always reports core events
[ 16.059] (**) Option "Device" "/dev/input/event8"
[ 16.060] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 16.060] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 16.060] (II) event8 - Acer Wireless Radio Control: device removed
[ 16.060] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/10251229:00/input/input10/event8"
[ 16.060] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 8)
[ 16.060] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 16.061] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 16.061] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 16.061] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 16.061] (II) Using input driver 'libinput' for 'Power Button'
[ 16.061] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[ 16.061] (**) Power Button: always reports core events
[ 16.061] (**) Option "Device" "/dev/input/event0"
[ 16.062] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 16.062] (II) event0 - Power Button: device is a keyboard
[ 16.062] (II) event0 - Power Button: device removed
[ 16.062] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 16.062] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 16.063] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 16.063] (II) event0 - Power Button: device is a keyboard
[ 16.063] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 16.063] (II) No input driver specified, ignoring this device.
[ 16.063] (II) This device may have been added with another device file.
[ 16.063] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 16.063] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 16.063] (II) Using input driver 'libinput' for 'Sleep Button'
[ 16.064] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 16.064] (**) Sleep Button: always reports core events
[ 16.064] (**) Option "Device" "/dev/input/event1"
[ 16.064] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 16.064] (II) event1 - Sleep Button: device is a keyboard
[ 16.064] (II) event1 - Sleep Button: device removed
[ 16.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 16.064] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 16.065] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 16.065] (II) event1 - Sleep Button: device is a keyboard
[ 16.065] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[ 16.065] (II) No input driver specified, ignoring this device.
[ 16.065] (II) This device may have been added with another device file.
[ 16.066] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/event6)
[ 16.066] (**) Logitech Gaming Mouse G402: Applying InputClass "libinput pointer catchall"
[ 16.066] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402'
[ 16.122] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
[ 16.122] (**) Logitech Gaming Mouse G402: always reports core events
[ 16.122] (**) Option "Device" "/dev/input/event6"
[ 16.124] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 16.124] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 16.124] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 16.124] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 16.124] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.124] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.124] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.124] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2:1.0/0003:046D:C07E.0001/input/input6/event6"
[ 16.124] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402" (type: MOUSE, id 11)
[ 16.124] (**) Option "AccelerationScheme" "none"
[ 16.124] (**) Logitech Gaming Mouse G402: (accel) selected scheme none/0
[ 16.124] (**) Logitech Gaming Mouse G402: (accel) acceleration factor: 2.000
[ 16.124] (**) Logitech Gaming Mouse G402: (accel) acceleration threshold: 4
[ 16.125] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 16.125] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 16.125] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 16.126] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/mouse0)
[ 16.126] (II) No input driver specified, ignoring this device.
[ 16.126] (II) This device may have been added with another device file.
[ 16.126] (II) config/udev: Adding input device Logitech Gaming Mouse G402 Keyboard (/dev/input/event7)
[ 16.126] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.126] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 16.127] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[ 16.127] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 16.127] (**) Option "Device" "/dev/input/event7"
[ 16.128] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 16.128] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 16.128] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 16.128] (II) libinput: Logitech Gaming Mouse G402 Keyboard: needs a virtual subdevice
[ 16.128] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2:1.1/0003:046D:C07E.0002/input/input7/event7"
[ 16.128] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: MOUSE, id 12)
[ 16.128] (**) Option "AccelerationScheme" "none"
[ 16.128] (**) Logitech Gaming Mouse G402 Keyboard: (accel) selected scheme none/0
[ 16.128] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration factor: 2.000
[ 16.128] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration threshold: 4
[ 16.129] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 16.129] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 16.130] (II) config/udev: Adding input device HD User Facing: HD User Facing (/dev/input/event12)
[ 16.130] (**) HD User Facing: HD User Facing: Applying InputClass "libinput keyboard catchall"
[ 16.130] (II) Using input driver 'libinput' for 'HD User Facing: HD User Facing'
[ 16.131] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 35 paused 0
[ 16.131] (**) HD User Facing: HD User Facing: always reports core events
[ 16.131] (**) Option "Device" "/dev/input/event12"
[ 16.132] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 16.132] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 16.132] (II) event12 - HD User Facing: HD User Facing: device removed
[ 16.132] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/input/input17/event12"
[ 16.132] (II) XINPUT: Adding extended input device "HD User Facing: HD User Facing" (type: KEYBOARD, id 13)
[ 16.133] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 16.133] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 16.133] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[ 16.133] (II) No input driver specified, ignoring this device.
[ 16.133] (II) This device may have been added with another device file.
[ 16.133] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Mouse (/dev/input/event13)
[ 16.133] (**) SYNA7DB5:00 06CB:CD41 Mouse: Applying InputClass "libinput pointer catchall"
[ 16.133] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CD41 Mouse'
[ 16.134] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 36 paused 0
[ 16.134] (**) SYNA7DB5:00 06CB:CD41 Mouse: always reports core events
[ 16.134] (**) Option "Device" "/dev/input/event13"
[ 16.135] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 16.135] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 16.136] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 16.136] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.136] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.136] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.136] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-SYNA7DB5:00/0018:06CB:CD41.0003/input/input18/event13"
[ 16.136] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CD41 Mouse" (type: MOUSE, id 14)
[ 16.136] (**) Option "AccelerationScheme" "none"
[ 16.136] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) selected scheme none/0
[ 16.136] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) acceleration factor: 2.000
[ 16.136] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) acceleration threshold: 4
[ 16.136] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 16.137] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 16.137] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Mouse (/dev/input/mouse1)
[ 16.137] (II) No input driver specified, ignoring this device.
[ 16.137] (II) This device may have been added with another device file.
[ 16.138] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Touchpad (/dev/input/event14)
[ 16.138] (**) SYNA7DB5:00 06CB:CD41 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 16.138] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CD41 Touchpad'
[ 16.138] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 37 paused 0
[ 16.138] (**) SYNA7DB5:00 06CB:CD41 Touchpad: always reports core events
[ 16.138] (**) Option "Device" "/dev/input/event14"
[ 16.139] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 16.140] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 16.140] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 16.140] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.140] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.140] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 16.141] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-SYNA7DB5:00/0018:06CB:CD41.0003/input/input19/event14"
[ 16.141] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CD41 Touchpad" (type: TOUCHPAD, id 15)
[ 16.142] (**) Option "AccelerationScheme" "none"
[ 16.142] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) selected scheme none/0
[ 16.142] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) acceleration factor: 2.000
[ 16.142] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) acceleration threshold: 4
[ 16.142] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 16.143] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 16.144] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Touchpad (/dev/input/mouse2)
[ 16.144] (II) No input driver specified, ignoring this device.
[ 16.144] (II) This device may have been added with another device file.
[ 16.144] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 16.144] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.144] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 16.145] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[ 16.145] (**) AT Translated Set 2 keyboard: always reports core events
[ 16.145] (**) Option "Device" "/dev/input/event5"
[ 16.146] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16.146] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 16.147] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 16.147] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 16.147] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 16.148] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 16.148] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 16.149] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 16.149] (II) No input driver specified, ignoring this device.
[ 16.149] (II) This device may have been added with another device file.
[ 16.150] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event10)
[ 16.150] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 16.150] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 16.151] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 39 paused 0
[ 16.151] (**) Acer WMI hotkeys: always reports core events
[ 16.151] (**) Option "Device" "/dev/input/event10"
[ 16.152] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 16.152] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 16.152] (II) event10 - Acer WMI hotkeys: device removed
[ 16.152] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event10"
[ 16.152] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 17)
[ 16.152] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 16.152] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 16.155] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 16.155] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 16.155] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 16.155] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 16.155] (**) Option "Device" "/dev/input/event7"
[ 16.155] (II) libinput: Logitech Gaming Mouse G402 Keyboard: is a virtual subdevice
[ 16.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2:1.1/0003:046D:C07E.0002/input/input7/event7"
[ 16.155] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: KEYBOARD, id 18)
[ 17.061] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 260.093] (EE) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[ 260.093] (EE) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[ 260.093] (EE) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[ 260.116] (EE) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[ 260.116] (EE) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
[ 260.116] (EE) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: WARNING: log rate limit exceeded (5 msgs per 24h). Discarding future messages.
[ 2061.839] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 2061.844] (II) config/udev: removing device Logitech Gaming Mouse G402
[ 2061.844] (**) Option "fd" "33"
[ 2061.844] (II) UnloadModule: "libinput"
[ 2061.844] (II) systemd-logind: releasing fd for 13:70
[ 2061.925] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 2061.926] (II) config/udev: removing device Logitech Gaming Mouse G402 Keyboard
[ 2061.926] (**) Option "fd" "34"
[ 2061.926] (II) UnloadModule: "libinput"
[ 2061.926] (II) systemd-logind: not releasing fd for 13:71, still in use
[ 2061.926] (II) config/udev: removing device Logitech Gaming Mouse G402 Keyboard
[ 2061.926] (**) Option "fd" "34"
[ 2061.926] (II) UnloadModule: "libinput"
[ 2061.926] (II) systemd-logind: releasing fd for 13:71
[ 2067.540] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 2067.540] (II) modeset(0): Printing DDC gathered Modelines:
[ 2067.540] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 2068.569] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/mouse0)
[ 2068.569] (II) No input driver specified, ignoring this device.
[ 2068.569] (II) This device may have been added with another device file.
[ 2068.666] (II) config/udev: Adding input device Logitech Gaming Mouse G402 Keyboard (/dev/input/event7)
[ 2068.666] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2068.666] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 2068.667] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[ 2068.667] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 2068.667] (**) Option "Device" "/dev/input/event7"
[ 2068.668] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 2068.668] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 2068.668] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 2068.668] (II) libinput: Logitech Gaming Mouse G402 Keyboard: needs a virtual subdevice
[ 2068.668] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C07E.0005/input/input23/event7"
[ 2068.668] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: MOUSE, id 11)
[ 2068.668] (**) Option "AccelerationScheme" "none"
[ 2068.668] (**) Logitech Gaming Mouse G402 Keyboard: (accel) selected scheme none/0
[ 2068.668] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration factor: 2.000
[ 2068.668] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration threshold: 4
[ 2068.669] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 2068.669] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 2068.670] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2068.670] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 2068.670] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 2068.670] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 2068.670] (**) Option "Device" "/dev/input/event7"
[ 2068.670] (II) libinput: Logitech Gaming Mouse G402 Keyboard: is a virtual subdevice
[ 2068.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C07E.0005/input/input23/event7"
[ 2068.670] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: KEYBOARD, id 12)
[ 2068.714] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/event6)
[ 2068.714] (**) Logitech Gaming Mouse G402: Applying InputClass "libinput pointer catchall"
[ 2068.714] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402'
[ 2068.768] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[ 2068.768] (**) Logitech Gaming Mouse G402: always reports core events
[ 2068.768] (**) Option "Device" "/dev/input/event6"
[ 2068.770] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 2068.770] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 2068.771] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 2068.771] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 2068.771] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2068.771] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2068.771] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2068.771] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.0/0003:046D:C07E.0004/input/input22/event6"
[ 2068.771] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402" (type: MOUSE, id 18)
[ 2068.771] (**) Option "AccelerationScheme" "none"
[ 2068.771] (**) Logitech Gaming Mouse G402: (accel) selected scheme none/0
[ 2068.771] (**) Logitech Gaming Mouse G402: (accel) acceleration factor: 2.000
[ 2068.771] (**) Logitech Gaming Mouse G402: (accel) acceleration threshold: 4
[ 2068.772] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 2068.772] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 2068.772] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 2143.699] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 2143.699] (II) modeset(0): Printing DDC gathered Modelines:
[ 2143.699] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 2143.707] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 2143.707] (II) modeset(0): Printing DDC gathered Modelines:
[ 2143.707] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 2143.708] (II) config/udev: removing device Power Button
[ 2143.708] (**) Option "fd" "26"
[ 2143.708] (II) event3 - Power Button: device removed
[ 2143.708] (II) UnloadModule: "libinput"
[ 2143.708] (II) systemd-logind: releasing fd for 13:67
[ 2143.748] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 2143.748] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 2143.748] (II) Using input driver 'libinput' for 'Power Button'
[ 2143.749] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[ 2143.749] (**) Power Button: always reports core events
[ 2143.749] (**) Option "Device" "/dev/input/event3"
[ 2143.750] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 2143.750] (II) event3 - Power Button: device is a keyboard
[ 2143.751] (II) event3 - Power Button: device removed
[ 2143.751] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 2143.751] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 2143.751] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 2143.752] (II) event3 - Power Button: device is a keyboard
[ 2143.756] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/mouse0)
[ 2143.756] (II) No input driver specified, ignoring this device.
[ 2143.756] (II) This device may have been added with another device file.
[ 2143.760] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Mouse (/dev/input/mouse1)
[ 2143.760] (II) No input driver specified, ignoring this device.
[ 2143.760] (II) This device may have been added with another device file.
[ 2143.763] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Touchpad (/dev/input/mouse2)
[ 2143.763] (II) No input driver specified, ignoring this device.
[ 2143.763] (II) This device may have been added with another device file.
[ 2143.764] (II) config/udev: removing device Video Bus
[ 2143.764] (**) Option "fd" "29"
[ 2143.764] (II) event4 - Video Bus: device removed
[ 2143.764] (II) UnloadModule: "libinput"
[ 2143.764] (II) systemd-logind: releasing fd for 13:68
[ 2143.849] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 2143.849] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 2143.849] (II) Using input driver 'libinput' for 'Video Bus'
[ 2143.850] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[ 2143.850] (**) Video Bus: always reports core events
[ 2143.850] (**) Option "Device" "/dev/input/event4"
[ 2143.851] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 2143.851] (II) event4 - Video Bus: device is a keyboard
[ 2143.852] (II) event4 - Video Bus: device removed
[ 2143.852] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4/event4"
[ 2143.852] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 2143.853] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 2143.853] (II) event4 - Video Bus: device is a keyboard
[ 2143.853] (II) config/udev: removing device Sleep Button
[ 2143.853] (**) Option "fd" "32"
[ 2143.853] (II) event1 - Sleep Button: device removed
[ 2143.853] (II) UnloadModule: "libinput"
[ 2143.853] (II) systemd-logind: releasing fd for 13:65
[ 2143.875] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 2143.875] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 2143.875] (II) Using input driver 'libinput' for 'Sleep Button'
[ 2143.876] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 2143.876] (**) Sleep Button: always reports core events
[ 2143.876] (**) Option "Device" "/dev/input/event1"
[ 2143.876] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 2143.876] (II) event1 - Sleep Button: device is a keyboard
[ 2143.877] (II) event1 - Sleep Button: device removed
[ 2143.877] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 2143.877] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 2143.877] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 2143.877] (II) event1 - Sleep Button: device is a keyboard
[ 2143.877] (II) event6 - Logitech Gaming Mouse G402: SYN_DROPPED event - some input events have been lost.
[ 2143.878] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 2143.878] (II) No input driver specified, ignoring this device.
[ 2143.878] (II) This device may have been added with another device file.
[ 2143.878] (II) config/udev: removing device Acer Wireless Radio Control
[ 2143.878] (**) Option "fd" "30"
[ 2143.878] (II) event8 - Acer Wireless Radio Control: device removed
[ 2143.878] (II) UnloadModule: "libinput"
[ 2143.878] (II) systemd-logind: releasing fd for 13:72
[ 2143.922] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event8)
[ 2143.922] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 2143.922] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 2143.922] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[ 2143.922] (**) Acer Wireless Radio Control: always reports core events
[ 2143.922] (**) Option "Device" "/dev/input/event8"
[ 2143.923] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 2143.923] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 2143.924] (II) event8 - Acer Wireless Radio Control: device removed
[ 2143.924] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/10251229:00/input/input10/event8"
[ 2143.924] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 8)
[ 2143.924] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 2143.924] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 2143.925] (II) config/udev: removing device Logitech Gaming Mouse G402
[ 2143.925] (**) Option "fd" "51"
[ 2143.925] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 2143.925] (II) UnloadModule: "libinput"
[ 2143.925] (II) systemd-logind: releasing fd for 13:70
[ 2143.989] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/event6)
[ 2143.989] (**) Logitech Gaming Mouse G402: Applying InputClass "libinput pointer catchall"
[ 2143.989] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402'
[ 2144.045] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[ 2144.045] (**) Logitech Gaming Mouse G402: always reports core events
[ 2144.045] (**) Option "Device" "/dev/input/event6"
[ 2144.047] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 2144.047] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 2144.047] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 2144.047] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 2144.047] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.047] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.047] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.047] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.0/0003:046D:C07E.0004/input/input22/event6"
[ 2144.047] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402" (type: MOUSE, id 18)
[ 2144.048] (**) Option "AccelerationScheme" "none"
[ 2144.048] (**) Logitech Gaming Mouse G402: (accel) selected scheme none/0
[ 2144.048] (**) Logitech Gaming Mouse G402: (accel) acceleration factor: 2.000
[ 2144.048] (**) Logitech Gaming Mouse G402: (accel) acceleration threshold: 4
[ 2144.049] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 2144.050] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 2144.050] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 2144.050] (II) config/udev: removing device Power Button
[ 2144.050] (**) Option "fd" "31"
[ 2144.050] (II) event0 - Power Button: device removed
[ 2144.050] (II) UnloadModule: "libinput"
[ 2144.050] (II) systemd-logind: releasing fd for 13:64
[ 2144.092] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 2144.092] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 2144.092] (II) Using input driver 'libinput' for 'Power Button'
[ 2144.093] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[ 2144.093] (**) Power Button: always reports core events
[ 2144.093] (**) Option "Device" "/dev/input/event0"
[ 2144.094] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 2144.094] (II) event0 - Power Button: device is a keyboard
[ 2144.094] (II) event0 - Power Button: device removed
[ 2144.094] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 2144.094] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 2144.096] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 2144.096] (II) event0 - Power Button: device is a keyboard
[ 2144.098] (II) config/udev: removing device HD User Facing: HD User Facing
[ 2144.099] (**) Option "fd" "35"
[ 2144.099] (II) event12 - HD User Facing: HD User Facing: device removed
[ 2144.099] (II) UnloadModule: "libinput"
[ 2144.099] (II) systemd-logind: releasing fd for 13:76
[ 2144.152] (II) config/udev: Adding input device HD User Facing: HD User Facing (/dev/input/event12)
[ 2144.152] (**) HD User Facing: HD User Facing: Applying InputClass "libinput keyboard catchall"
[ 2144.152] (II) Using input driver 'libinput' for 'HD User Facing: HD User Facing'
[ 2144.153] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 35 paused 0
[ 2144.153] (**) HD User Facing: HD User Facing: always reports core events
[ 2144.153] (**) Option "Device" "/dev/input/event12"
[ 2144.154] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 2144.155] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 2144.155] (II) event12 - HD User Facing: HD User Facing: device removed
[ 2144.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/input/input17/event12"
[ 2144.155] (II) XINPUT: Adding extended input device "HD User Facing: HD User Facing" (type: KEYBOARD, id 13)
[ 2144.157] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 2144.157] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 2144.159] (II) config/udev: removing device Logitech Gaming Mouse G402 Keyboard
[ 2144.159] (**) Option "fd" "34"
[ 2144.159] (II) UnloadModule: "libinput"
[ 2144.159] (II) systemd-logind: not releasing fd for 13:71, still in use
[ 2144.159] (II) config/udev: removing device Logitech Gaming Mouse G402 Keyboard
[ 2144.159] (**) Option "fd" "34"
[ 2144.159] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 2144.159] (II) UnloadModule: "libinput"
[ 2144.159] (II) systemd-logind: releasing fd for 13:71
[ 2144.192] (II) config/udev: Adding input device Logitech Gaming Mouse G402 Keyboard (/dev/input/event7)
[ 2144.192] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2144.192] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 2144.193] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[ 2144.193] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 2144.193] (**) Option "Device" "/dev/input/event7"
[ 2144.196] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 2144.196] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 2144.196] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 2144.196] (II) libinput: Logitech Gaming Mouse G402 Keyboard: needs a virtual subdevice
[ 2144.196] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C07E.0005/input/input23/event7"
[ 2144.196] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: MOUSE, id 11)
[ 2144.197] (**) Option "AccelerationScheme" "none"
[ 2144.197] (**) Logitech Gaming Mouse G402 Keyboard: (accel) selected scheme none/0
[ 2144.197] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration factor: 2.000
[ 2144.197] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration threshold: 4
[ 2144.199] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 2144.199] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 2144.200] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2144.200] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 2144.200] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 2144.200] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 2144.200] (**) Option "Device" "/dev/input/event7"
[ 2144.200] (II) libinput: Logitech Gaming Mouse G402 Keyboard: is a virtual subdevice
[ 2144.200] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C07E.0005/input/input23/event7"
[ 2144.200] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: KEYBOARD, id 12)
[ 2144.201] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[ 2144.201] (II) No input driver specified, ignoring this device.
[ 2144.201] (II) This device may have been added with another device file.
[ 2144.201] (II) config/udev: removing device SYNA7DB5:00 06CB:CD41 Mouse
[ 2144.201] (**) Option "fd" "36"
[ 2144.201] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 2144.202] (II) UnloadModule: "libinput"
[ 2144.202] (II) systemd-logind: releasing fd for 13:77
[ 2144.258] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Mouse (/dev/input/event13)
[ 2144.258] (**) SYNA7DB5:00 06CB:CD41 Mouse: Applying InputClass "libinput pointer catchall"
[ 2144.258] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CD41 Mouse'
[ 2144.259] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 36 paused 0
[ 2144.259] (**) SYNA7DB5:00 06CB:CD41 Mouse: always reports core events
[ 2144.259] (**) Option "Device" "/dev/input/event13"
[ 2144.261] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 2144.261] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 2144.263] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 2144.263] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.263] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.263] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.263] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-SYNA7DB5:00/0018:06CB:CD41.0003/input/input18/event13"
[ 2144.263] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CD41 Mouse" (type: MOUSE, id 14)
[ 2144.263] (**) Option "AccelerationScheme" "none"
[ 2144.263] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) selected scheme none/0
[ 2144.263] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) acceleration factor: 2.000
[ 2144.263] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) acceleration threshold: 4
[ 2144.265] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 2144.265] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 2144.271] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[ 2144.271] (II) No input driver specified, ignoring this device.
[ 2144.271] (II) This device may have been added with another device file.
[ 2144.271] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 2144.271] (II) No input driver specified, ignoring this device.
[ 2144.271] (II) This device may have been added with another device file.
[ 2144.271] (II) config/udev: removing device Acer WMI hotkeys
[ 2144.271] (**) Option "fd" "39"
[ 2144.271] (II) event10 - Acer WMI hotkeys: device removed
[ 2144.271] (II) UnloadModule: "libinput"
[ 2144.271] (II) systemd-logind: releasing fd for 13:74
[ 2144.295] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event10)
[ 2144.295] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 2144.295] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 2144.296] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 39 paused 0
[ 2144.296] (**) Acer WMI hotkeys: always reports core events
[ 2144.296] (**) Option "Device" "/dev/input/event10"
[ 2144.297] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 2144.298] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 2144.298] (II) event10 - Acer WMI hotkeys: device removed
[ 2144.298] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event10"
[ 2144.298] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 17)
[ 2144.299] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 2144.299] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 2144.300] (II) config/udev: removing device AT Translated Set 2 keyboard
[ 2144.300] (**) Option "fd" "38"
[ 2144.300] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 2144.300] (II) UnloadModule: "libinput"
[ 2144.300] (II) systemd-logind: releasing fd for 13:69
[ 2144.325] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 2144.325] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 2144.325] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 2144.327] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[ 2144.327] (**) AT Translated Set 2 keyboard: always reports core events
[ 2144.327] (**) Option "Device" "/dev/input/event5"
[ 2144.328] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2144.328] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 2144.329] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 2144.330] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 2144.330] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 2144.331] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2144.331] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 2144.333] (II) config/udev: removing device SYNA7DB5:00 06CB:CD41 Touchpad
[ 2144.333] (**) Option "fd" "37"
[ 2144.333] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 2144.334] (II) UnloadModule: "libinput"
[ 2144.334] (II) systemd-logind: releasing fd for 13:78
[ 2144.389] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Touchpad (/dev/input/event14)
[ 2144.389] (**) SYNA7DB5:00 06CB:CD41 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 2144.389] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CD41 Touchpad'
[ 2144.390] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 37 paused 0
[ 2144.390] (**) SYNA7DB5:00 06CB:CD41 Touchpad: always reports core events
[ 2144.390] (**) Option "Device" "/dev/input/event14"
[ 2144.391] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 2144.393] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 2144.393] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 2144.393] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.393] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.393] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2144.393] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-SYNA7DB5:00/0018:06CB:CD41.0003/input/input19/event14"
[ 2144.393] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CD41 Touchpad" (type: TOUCHPAD, id 15)
[ 2144.395] (**) Option "AccelerationScheme" "none"
[ 2144.395] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) selected scheme none/0
[ 2144.395] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) acceleration factor: 2.000
[ 2144.395] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) acceleration threshold: 4
[ 2144.397] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 2144.399] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 2363.429] (**) Option "fd" "33"
[ 2363.429] (II) event3 - Power Button: device removed
[ 2363.429] (**) Option "fd" "29"
[ 2363.429] (II) event4 - Video Bus: device removed
[ 2363.429] (**) Option "fd" "32"
[ 2363.429] (II) event1 - Sleep Button: device removed
[ 2363.429] (**) Option "fd" "30"
[ 2363.429] (II) event8 - Acer Wireless Radio Control: device removed
[ 2363.429] (**) Option "fd" "51"
[ 2363.429] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 2363.429] (**) Option "fd" "31"
[ 2363.429] (II) event0 - Power Button: device removed
[ 2363.429] (**) Option "fd" "35"
[ 2363.429] (II) event12 - HD User Facing: HD User Facing: device removed
[ 2363.429] (**) Option "fd" "34"
[ 2363.429] (**) Option "fd" "34"
[ 2363.429] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 2363.429] (**) Option "fd" "36"
[ 2363.429] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 2363.429] (**) Option "fd" "39"
[ 2363.429] (II) event10 - Acer WMI hotkeys: device removed
[ 2363.430] (**) Option "fd" "38"
[ 2363.430] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 2363.430] (**) Option "fd" "37"
[ 2363.430] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 2363.430] (II) UnloadModule: "libinput"
[ 2363.430] (II) systemd-logind: releasing fd for 13:78
[ 2363.498] (II) UnloadModule: "libinput"
[ 2363.498] (II) systemd-logind: releasing fd for 13:69
[ 2363.515] (II) UnloadModule: "libinput"
[ 2363.515] (II) systemd-logind: releasing fd for 13:74
[ 2363.545] (II) UnloadModule: "libinput"
[ 2363.545] (II) systemd-logind: releasing fd for 13:77
[ 2363.578] (II) UnloadModule: "libinput"
[ 2363.578] (II) systemd-logind: not releasing fd for 13:71, still in use
[ 2363.578] (II) UnloadModule: "libinput"
[ 2363.578] (II) systemd-logind: releasing fd for 13:71
[ 2363.591] (II) UnloadModule: "libinput"
[ 2363.591] (II) systemd-logind: releasing fd for 13:76
[ 2363.625] (II) UnloadModule: "libinput"
[ 2363.625] (II) systemd-logind: releasing fd for 13:64
[ 2363.641] (II) UnloadModule: "libinput"
[ 2363.641] (II) systemd-logind: releasing fd for 13:70
[ 2363.675] (II) UnloadModule: "libinput"
[ 2363.675] (II) systemd-logind: releasing fd for 13:72
[ 2363.708] (II) UnloadModule: "libinput"
[ 2363.708] (II) systemd-logind: releasing fd for 13:65
[ 2363.725] (II) UnloadModule: "libinput"
[ 2363.725] (II) systemd-logind: releasing fd for 13:68
[ 2363.759] (II) UnloadModule: "libinput"
[ 2363.759] (II) systemd-logind: releasing fd for 13:67
[ 2364.705] (II) Server terminated successfully (0). Closing log file.$HOME/.local/share/xorg/Xorg.0.log:
[ 2386.079]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 2386.079] Current Operating System: Linux aceramd 6.2.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 30 Mar 2023 14:51:14 +0000 x86_64
[ 2386.079] Kernel command line: fsck.mode=skip root=/dev/nvme0n1p1 rw rootfstype=btrfs rootflags=rw,noatime,lazytime,autodefrag,compress-force=zstd:7 log_buf_len=1M cgroup_no_v1=named cgroup_no_v1=all nowatchdog add_efi_memmap sysctl.vm.swappiness=0 initrd=amd-ucode.img initrd=initramfs-linux.img
[ 2386.079]
[ 2386.079] Current version of pixman: 0.42.2
[ 2386.079] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2386.079] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2386.079] (==) Log file: "/home/nsajko/.local/share/xorg/Xorg.0.log", Time: Thu Apr 6 08:05:01 2023
[ 2386.079] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2386.079] (==) No Layout section. Using the first Screen section.
[ 2386.079] (==) No screen section available. Using defaults.
[ 2386.079] (**) |-->Screen "Default Screen Section" (0)
[ 2386.079] (**) | |-->Monitor "<default monitor>"
[ 2386.079] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2386.079] (==) Automatically adding devices
[ 2386.079] (==) Automatically enabling devices
[ 2386.079] (==) Automatically adding GPU devices
[ 2386.079] (==) Automatically binding GPU devices
[ 2386.079] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2386.079] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 2386.079] Entry deleted from font path.
[ 2386.079] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2386.079] Entry deleted from font path.
[ 2386.079] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 2386.079] Entry deleted from font path.
[ 2386.079] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 2386.079] Entry deleted from font path.
[ 2386.079] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 2386.079] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2386.079] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2386.080] (II) Module ABI versions:
[ 2386.080] X.Org ANSI C Emulation: 0.4
[ 2386.080] X.Org Video Driver: 25.2
[ 2386.080] X.Org XInput driver : 24.4
[ 2386.080] X.Org Server Extension : 10.0
[ 2386.080] (++) using VT number 1
[ 2386.081] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 2386.081] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2386.081] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card0
[ 2386.082] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 2386.084] (--) PCI:*(5@0:0:0) 1002:164c:1025:152b rev 195, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd0400000/524288, I/O @ 0x00001000/256
[ 2386.084] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2386.084] (II) LoadModule: "glx"
[ 2386.084] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2386.085] (II) Module glx: vendor="X.Org Foundation"
[ 2386.085] compiled for 1.21.1.8, module version = 1.0.0
[ 2386.085] ABI class: X.Org Server Extension, version 10.0
[ 2386.085] (==) Matched ati as autoconfigured driver 0
[ 2386.085] (==) Matched modesetting as autoconfigured driver 1
[ 2386.085] (==) Matched fbdev as autoconfigured driver 2
[ 2386.085] (==) Matched vesa as autoconfigured driver 3
[ 2386.085] (==) Assigned the driver to the xf86ConfigLayout
[ 2386.085] (II) LoadModule: "ati"
[ 2386.085] (WW) Warning, couldn't open module ati
[ 2386.085] (EE) Failed to load module "ati" (module does not exist, 0)
[ 2386.085] (II) LoadModule: "modesetting"
[ 2386.085] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2386.085] (II) Module modesetting: vendor="X.Org Foundation"
[ 2386.085] compiled for 1.21.1.8, module version = 1.21.1
[ 2386.085] Module class: X.Org Video Driver
[ 2386.085] ABI class: X.Org Video Driver, version 25.2
[ 2386.085] (II) LoadModule: "fbdev"
[ 2386.085] (WW) Warning, couldn't open module fbdev
[ 2386.085] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 2386.085] (II) LoadModule: "vesa"
[ 2386.085] (WW) Warning, couldn't open module vesa
[ 2386.085] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 2386.085] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2386.085] (II) modeset(0): using drv /dev/dri/card0
[ 2386.085] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 2386.085] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 2386.085] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 2386.085] (==) modeset(0): RGB weight 888
[ 2386.085] (==) modeset(0): Default visual is TrueColor
[ 2386.085] (II) Loading sub module "glamoregl"
[ 2386.085] (II) LoadModule: "glamoregl"
[ 2386.085] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 2386.087] (II) Module glamoregl: vendor="X.Org Foundation"
[ 2386.087] compiled for 1.21.1.8, module version = 1.0.1
[ 2386.087] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2386.113] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.49, 6.2.9-arch1-1)
[ 2386.113] (II) modeset(0): glamor initialized
[ 2386.113] (==) modeset(0): VariableRefresh: disabled
[ 2386.113] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 2386.116] (II) modeset(0): Output eDP-1 has no monitor section
[ 2386.116] (II) modeset(0): Output HDMI-1 has no monitor section
[ 2386.119] (II) modeset(0): EDID for output eDP-1
[ 2386.119] (II) modeset(0): Manufacturer: NCP Model: 63 Serial#: 0
[ 2386.119] (II) modeset(0): Year: 2018 Week: 1
[ 2386.119] (II) modeset(0): EDID Version: 1.4
[ 2386.119] (II) modeset(0): Digital Display Input
[ 2386.119] (II) modeset(0): 8 bits per channel
[ 2386.119] (II) modeset(0): Digital interface is DisplayPort
[ 2386.119] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 2386.119] (II) modeset(0): Gamma: 2.20
[ 2386.119] (II) modeset(0): No DPMS capabilities specified
[ 2386.119] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 2386.119] (II) modeset(0): First detailed timing is preferred mode
[ 2386.119] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 2386.119] (II) modeset(0): redX: 0.595 redY: 0.361 greenX: 0.346 greenY: 0.555
[ 2386.119] (II) modeset(0): blueX: 0.157 blueY: 0.106 whiteX: 0.312 whiteY: 0.328
[ 2386.119] (II) modeset(0): Manufacturer's mask: 0
[ 2386.119] (II) modeset(0): Supported detailed timing:
[ 2386.119] (II) modeset(0): clock: 138.5 MHz Image Size: 344 x 194 mm
[ 2386.119] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 2386.119] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 2386.119] (II) modeset(0): Unknown vendor-specific block 0
[ 2386.119] (II) modeset(0): CEC PANDA
[ 2386.119] (II) modeset(0): LM156LF-CL13
[ 2386.119] (II) modeset(0): EDID (in hex):
[ 2386.119] (II) modeset(0): 00ffffffffffff003870630000000000
[ 2386.119] (II) modeset(0): 011c0104a5221378026850985c588e28
[ 2386.119] (II) modeset(0): 1b505400000001010101010101010101
[ 2386.119] (II) modeset(0): 0101010101011a3680a070381f403020
[ 2386.119] (II) modeset(0): 350058c21000001a0000000000000000
[ 2386.119] (II) modeset(0): 0000000000000000001a000000fe0043
[ 2386.119] (II) modeset(0): 45432050414e444120202020000000fe
[ 2386.119] (II) modeset(0): 004c4d3135364c462d434c31330a00e6
[ 2386.119] (II) modeset(0): Printing probed modes for output eDP-1
[ 2386.119] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 2386.119] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1680x1050"x59.9 138.50 1680 1968 2000 2080 1050 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x1024"x59.9 138.50 1280 1968 2000 2080 1024 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1440x900"x59.9 138.50 1440 1968 2000 2080 900 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x800"x59.9 138.50 1280 1968 2000 2080 800 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x720"x59.9 138.50 1280 1968 2000 2080 720 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1024x768"x59.9 138.50 1024 1968 2000 2080 768 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "800x600"x59.9 138.50 800 1968 2000 2080 600 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 2386.119] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x480"x59.9 138.50 640 1968 2000 2080 480 1083 1088 1111 +hsync -vsync (66.6 kHz e)
[ 2386.119] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 2386.119] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 2386.119] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 2386.119] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 2386.119] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 2386.119] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 2386.119] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 2386.119] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 2386.119] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 2386.119] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 2386.119] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 2386.119] (II) modeset(0): EDID for output HDMI-1
[ 2386.119] (II) modeset(0): Output eDP-1 connected
[ 2386.119] (II) modeset(0): Output HDMI-1 disconnected
[ 2386.119] (II) modeset(0): Using exact sizes for initial modes
[ 2386.119] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 2386.119] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2386.119] (==) modeset(0): DPI set to (96, 96)
[ 2386.119] (II) Loading sub module "fb"
[ 2386.119] (II) LoadModule: "fb"
[ 2386.119] (II) Module "fb" already built-in
[ 2386.131] (==) modeset(0): Backing store enabled
[ 2386.131] (==) modeset(0): Silken mouse enabled
[ 2386.131] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 2386.131] (==) modeset(0): DPMS enabled
[ 2386.131] (II) modeset(0): [DRI2] Setup complete
[ 2386.131] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 2386.131] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 2386.131] (II) Initializing extension Generic Event Extension
[ 2386.132] (II) Initializing extension SHAPE
[ 2386.132] (II) Initializing extension MIT-SHM
[ 2386.132] (II) Initializing extension XInputExtension
[ 2386.132] (II) Initializing extension XTEST
[ 2386.132] (II) Initializing extension BIG-REQUESTS
[ 2386.132] (II) Initializing extension SYNC
[ 2386.132] (II) Initializing extension XKEYBOARD
[ 2386.132] (II) Initializing extension XC-MISC
[ 2386.132] (II) Initializing extension SECURITY
[ 2386.132] (II) Initializing extension XFIXES
[ 2386.132] (II) Initializing extension RENDER
[ 2386.132] (II) Initializing extension RANDR
[ 2386.132] (II) Initializing extension COMPOSITE
[ 2386.132] (II) Initializing extension DAMAGE
[ 2386.132] (II) Initializing extension MIT-SCREEN-SAVER
[ 2386.133] (II) Initializing extension DOUBLE-BUFFER
[ 2386.133] (II) Initializing extension RECORD
[ 2386.133] (II) Initializing extension DPMS
[ 2386.133] (II) Initializing extension Present
[ 2386.133] (II) Initializing extension DRI3
[ 2386.133] (II) Initializing extension X-Resource
[ 2386.133] (II) Initializing extension XVideo
[ 2386.133] (II) Initializing extension XVideo-MotionCompensation
[ 2386.133] (II) Initializing extension GLX
[ 2386.136] (II) AIGLX: Loaded and initialized radeonsi
[ 2386.136] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 2386.136] (II) Initializing extension XFree86-VidModeExtension
[ 2386.136] (II) Initializing extension XFree86-DGA
[ 2386.136] (II) Initializing extension XFree86-DRI
[ 2386.136] (II) Initializing extension DRI2
[ 2386.137] (II) modeset(0): Damage tracking initialized
[ 2386.137] (II) modeset(0): Setting screen physical size to 508 x 285
[ 2386.184] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 2386.184] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 2386.184] (II) LoadModule: "libinput"
[ 2386.184] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 2386.185] (II) Module libinput: vendor="X.Org Foundation"
[ 2386.185] compiled for 1.21.1.8, module version = 1.3.0
[ 2386.185] Module class: X.Org XInput Driver
[ 2386.185] ABI class: X.Org XInput driver, version 24.4
[ 2386.185] (II) Using input driver 'libinput' for 'Power Button'
[ 2386.186] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 2386.186] (**) Power Button: always reports core events
[ 2386.186] (**) Option "Device" "/dev/input/event3"
[ 2386.187] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 2386.187] (II) event3 - Power Button: device is a keyboard
[ 2386.187] (II) event3 - Power Button: device removed
[ 2386.188] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 2386.188] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 2386.188] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 2386.188] (II) event3 - Power Button: device is a keyboard
[ 2386.188] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 2386.188] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 2386.188] (II) Using input driver 'libinput' for 'Video Bus'
[ 2386.189] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[ 2386.189] (**) Video Bus: always reports core events
[ 2386.189] (**) Option "Device" "/dev/input/event4"
[ 2386.190] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 2386.190] (II) event4 - Video Bus: device is a keyboard
[ 2386.190] (II) event4 - Video Bus: device removed
[ 2386.190] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:08/LNXVIDEO:00/input/input4/event4"
[ 2386.190] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 2386.190] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 2386.190] (II) event4 - Video Bus: device is a keyboard
[ 2386.191] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event8)
[ 2386.191] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 2386.191] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 2386.191] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[ 2386.191] (**) Acer Wireless Radio Control: always reports core events
[ 2386.191] (**) Option "Device" "/dev/input/event8"
[ 2386.192] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 2386.192] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 2386.192] (II) event8 - Acer Wireless Radio Control: device removed
[ 2386.192] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:26/10251229:00/input/input10/event8"
[ 2386.192] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 8)
[ 2386.193] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 2386.193] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 2386.193] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 2386.193] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 2386.193] (II) Using input driver 'libinput' for 'Power Button'
[ 2386.193] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
[ 2386.193] (**) Power Button: always reports core events
[ 2386.193] (**) Option "Device" "/dev/input/event0"
[ 2386.194] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 2386.194] (II) event0 - Power Button: device is a keyboard
[ 2386.194] (II) event0 - Power Button: device removed
[ 2386.194] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 2386.194] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 2386.195] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 2386.195] (II) event0 - Power Button: device is a keyboard
[ 2386.195] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 2386.195] (II) No input driver specified, ignoring this device.
[ 2386.195] (II) This device may have been added with another device file.
[ 2386.195] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 2386.195] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 2386.195] (II) Using input driver 'libinput' for 'Sleep Button'
[ 2386.196] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 2386.196] (**) Sleep Button: always reports core events
[ 2386.196] (**) Option "Device" "/dev/input/event1"
[ 2386.196] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 2386.196] (II) event1 - Sleep Button: device is a keyboard
[ 2386.196] (II) event1 - Sleep Button: device removed
[ 2386.196] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 2386.196] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 2386.197] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 2386.197] (II) event1 - Sleep Button: device is a keyboard
[ 2386.197] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[ 2386.197] (II) No input driver specified, ignoring this device.
[ 2386.197] (II) This device may have been added with another device file.
[ 2386.198] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/event6)
[ 2386.198] (**) Logitech Gaming Mouse G402: Applying InputClass "libinput pointer catchall"
[ 2386.198] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402'
[ 2386.255] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
[ 2386.255] (**) Logitech Gaming Mouse G402: always reports core events
[ 2386.255] (**) Option "Device" "/dev/input/event6"
[ 2386.256] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 2386.256] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 2386.256] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 2386.256] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 2386.256] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.256] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.256] (II) libinput: Logitech Gaming Mouse G402: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.256] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.0/0003:046D:C07E.0004/input/input22/event6"
[ 2386.256] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402" (type: MOUSE, id 11)
[ 2386.257] (**) Option "AccelerationScheme" "none"
[ 2386.257] (**) Logitech Gaming Mouse G402: (accel) selected scheme none/0
[ 2386.257] (**) Logitech Gaming Mouse G402: (accel) acceleration factor: 2.000
[ 2386.257] (**) Logitech Gaming Mouse G402: (accel) acceleration threshold: 4
[ 2386.257] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 2386.257] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 2386.257] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 2386.258] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/mouse0)
[ 2386.258] (II) No input driver specified, ignoring this device.
[ 2386.258] (II) This device may have been added with another device file.
[ 2386.258] (II) config/udev: Adding input device Logitech Gaming Mouse G402 Keyboard (/dev/input/event7)
[ 2386.258] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2386.258] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 2386.259] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[ 2386.259] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 2386.259] (**) Option "Device" "/dev/input/event7"
[ 2386.260] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 2386.260] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 2386.260] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 2386.260] (II) libinput: Logitech Gaming Mouse G402 Keyboard: needs a virtual subdevice
[ 2386.260] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C07E.0005/input/input23/event7"
[ 2386.260] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: MOUSE, id 12)
[ 2386.260] (**) Option "AccelerationScheme" "none"
[ 2386.260] (**) Logitech Gaming Mouse G402 Keyboard: (accel) selected scheme none/0
[ 2386.260] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration factor: 2.000
[ 2386.260] (**) Logitech Gaming Mouse G402 Keyboard: (accel) acceleration threshold: 4
[ 2386.261] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 2386.261] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 2386.262] (II) config/udev: Adding input device HD User Facing: HD User Facing (/dev/input/event12)
[ 2386.262] (**) HD User Facing: HD User Facing: Applying InputClass "libinput keyboard catchall"
[ 2386.262] (II) Using input driver 'libinput' for 'HD User Facing: HD User Facing'
[ 2386.262] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 35 paused 0
[ 2386.262] (**) HD User Facing: HD User Facing: always reports core events
[ 2386.262] (**) Option "Device" "/dev/input/event12"
[ 2386.263] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 2386.263] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 2386.263] (II) event12 - HD User Facing: HD User Facing: device removed
[ 2386.263] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-4/3-4:1.0/input/input17/event12"
[ 2386.263] (II) XINPUT: Adding extended input device "HD User Facing: HD User Facing" (type: KEYBOARD, id 13)
[ 2386.264] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 2386.264] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 2386.265] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[ 2386.265] (II) No input driver specified, ignoring this device.
[ 2386.265] (II) This device may have been added with another device file.
[ 2386.265] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Mouse (/dev/input/event13)
[ 2386.265] (**) SYNA7DB5:00 06CB:CD41 Mouse: Applying InputClass "libinput pointer catchall"
[ 2386.265] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CD41 Mouse'
[ 2386.265] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 36 paused 0
[ 2386.265] (**) SYNA7DB5:00 06CB:CD41 Mouse: always reports core events
[ 2386.265] (**) Option "Device" "/dev/input/event13"
[ 2386.266] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 2386.266] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 2386.266] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 2386.267] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.267] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.267] (II) libinput: SYNA7DB5:00 06CB:CD41 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.267] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-SYNA7DB5:00/0018:06CB:CD41.0003/input/input18/event13"
[ 2386.267] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CD41 Mouse" (type: MOUSE, id 14)
[ 2386.267] (**) Option "AccelerationScheme" "none"
[ 2386.267] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) selected scheme none/0
[ 2386.267] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) acceleration factor: 2.000
[ 2386.267] (**) SYNA7DB5:00 06CB:CD41 Mouse: (accel) acceleration threshold: 4
[ 2386.267] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 2386.267] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 2386.268] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Mouse (/dev/input/mouse1)
[ 2386.268] (II) No input driver specified, ignoring this device.
[ 2386.268] (II) This device may have been added with another device file.
[ 2386.268] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Touchpad (/dev/input/event14)
[ 2386.268] (**) SYNA7DB5:00 06CB:CD41 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 2386.268] (II) Using input driver 'libinput' for 'SYNA7DB5:00 06CB:CD41 Touchpad'
[ 2386.269] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 37 paused 0
[ 2386.269] (**) SYNA7DB5:00 06CB:CD41 Touchpad: always reports core events
[ 2386.269] (**) Option "Device" "/dev/input/event14"
[ 2386.270] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 2386.270] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 2386.270] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 2386.270] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.270] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.270] (II) libinput: SYNA7DB5:00 06CB:CD41 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 2386.270] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-SYNA7DB5:00/0018:06CB:CD41.0003/input/input19/event14"
[ 2386.270] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:CD41 Touchpad" (type: TOUCHPAD, id 15)
[ 2386.271] (**) Option "AccelerationScheme" "none"
[ 2386.271] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) selected scheme none/0
[ 2386.271] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) acceleration factor: 2.000
[ 2386.271] (**) SYNA7DB5:00 06CB:CD41 Touchpad: (accel) acceleration threshold: 4
[ 2386.272] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 2386.272] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 2386.273] (II) config/udev: Adding input device SYNA7DB5:00 06CB:CD41 Touchpad (/dev/input/mouse2)
[ 2386.273] (II) No input driver specified, ignoring this device.
[ 2386.273] (II) This device may have been added with another device file.
[ 2386.273] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 2386.273] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 2386.273] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 2386.274] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0
[ 2386.274] (**) AT Translated Set 2 keyboard: always reports core events
[ 2386.274] (**) Option "Device" "/dev/input/event5"
[ 2386.274] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2386.274] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 2386.275] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 2386.275] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 2386.275] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 2386.276] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 2386.276] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 2386.276] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 2386.276] (II) No input driver specified, ignoring this device.
[ 2386.276] (II) This device may have been added with another device file.
[ 2386.278] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event10)
[ 2386.278] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 2386.278] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 2386.278] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 39 paused 0
[ 2386.278] (**) Acer WMI hotkeys: always reports core events
[ 2386.278] (**) Option "Device" "/dev/input/event10"
[ 2386.279] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 2386.279] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 2386.279] (II) event10 - Acer WMI hotkeys: device removed
[ 2386.279] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event10"
[ 2386.279] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 17)
[ 2386.279] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 2386.279] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 2386.282] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 2386.282] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 2386.282] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 2386.282] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 2386.282] (**) Option "Device" "/dev/input/event7"
[ 2386.282] (II) libinput: Logitech Gaming Mouse G402 Keyboard: is a virtual subdevice
[ 2386.282] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-2/3-2:1.1/0003:046D:C07E.0005/input/input23/event7"
[ 2386.282] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: KEYBOARD, id 18)
[ 2386.612] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 3538.076] (**) Option "fd" "26"
[ 3538.076] (II) event3 - Power Button: device removed
[ 3538.076] (**) Option "fd" "29"
[ 3538.076] (II) event4 - Video Bus: device removed
[ 3538.076] (**) Option "fd" "30"
[ 3538.076] (II) event8 - Acer Wireless Radio Control: device removed
[ 3538.076] (**) Option "fd" "31"
[ 3538.076] (II) event0 - Power Button: device removed
[ 3538.076] (**) Option "fd" "32"
[ 3538.076] (II) event1 - Sleep Button: device removed
[ 3538.076] (**) Option "fd" "33"
[ 3538.076] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 3538.076] (**) Option "fd" "34"
[ 3538.076] (**) Option "fd" "35"
[ 3538.076] (II) event12 - HD User Facing: HD User Facing: device removed
[ 3538.076] (**) Option "fd" "36"
[ 3538.076] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 3538.076] (**) Option "fd" "37"
[ 3538.076] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 3538.076] (**) Option "fd" "38"
[ 3538.076] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 3538.077] (**) Option "fd" "39"
[ 3538.077] (II) event10 - Acer WMI hotkeys: device removed
[ 3538.077] (**) Option "fd" "34"
[ 3538.077] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 3538.077] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 3538.121] (II) systemd-logind: got pause for 13:76
[ 3538.121] (II) systemd-logind: got pause for 13:69
[ 3538.121] (II) systemd-logind: got pause for 13:78
[ 3538.121] (II) systemd-logind: got pause for 13:67
[ 3538.121] (II) systemd-logind: got pause for 13:65
[ 3538.121] (II) systemd-logind: got pause for 13:70
[ 3538.121] (II) systemd-logind: got pause for 13:72
[ 3538.121] (II) systemd-logind: got pause for 13:68
[ 3538.121] (II) systemd-logind: got pause for 13:74
[ 3538.121] (II) systemd-logind: got pause for 13:64
[ 3538.121] (II) systemd-logind: got pause for 13:77
[ 3538.121] (II) systemd-logind: got pause for 13:71
[ 3539.274] (II) systemd-logind: got resume for 13:76
[ 3539.295] (II) systemd-logind: got resume for 13:69
[ 3539.325] (II) systemd-logind: got resume for 13:78
[ 3539.348] (II) systemd-logind: got resume for 13:67
[ 3539.365] (II) systemd-logind: got resume for 13:65
[ 3539.404] (II) systemd-logind: got resume for 13:70
[ 3539.441] (II) systemd-logind: got resume for 13:72
[ 3539.441] (II) systemd-logind: got resume for 226:0
[ 3539.442] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 3539.448] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 3539.448] (II) modeset(0): Printing DDC gathered Modelines:
[ 3539.448] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 3539.486] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 3539.486] (II) modeset(0): Printing DDC gathered Modelines:
[ 3539.486] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 3539.503] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 3539.503] (II) event3 - Power Button: device is a keyboard
[ 3539.505] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 3539.505] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 3539.507] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3539.507] (II) event1 - Sleep Button: device is a keyboard
[ 3539.509] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 3539.509] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 3539.509] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 3539.511] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 3539.511] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 3539.513] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 3539.515] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 3539.516] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3539.517] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 3539.518] (II) systemd-logind: got resume for 13:68
[ 3539.519] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3539.519] (II) event4 - Video Bus: device is a keyboard
[ 3539.520] (II) systemd-logind: got resume for 13:74
[ 3539.520] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 3539.521] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 3539.531] (II) systemd-logind: got resume for 13:64
[ 3539.532] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 3539.532] (II) event0 - Power Button: device is a keyboard
[ 3539.565] (II) systemd-logind: got resume for 13:77
[ 3539.566] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 3539.566] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 3539.595] (II) systemd-logind: got resume for 13:71
[ 3539.597] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 3539.597] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 3726.428] (**) Option "fd" "32"
[ 3726.428] (II) event3 - Power Button: device removed
[ 3726.428] (**) Option "fd" "38"
[ 3726.428] (II) event4 - Video Bus: device removed
[ 3726.428] (**) Option "fd" "36"
[ 3726.428] (II) event8 - Acer Wireless Radio Control: device removed
[ 3726.429] (**) Option "fd" "39"
[ 3726.429] (II) event0 - Power Button: device removed
[ 3726.429] (**) Option "fd" "33"
[ 3726.429] (II) event1 - Sleep Button: device removed
[ 3726.429] (**) Option "fd" "34"
[ 3726.429] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 3726.429] (**) Option "fd" "52"
[ 3726.429] (**) Option "fd" "29"
[ 3726.429] (II) event12 - HD User Facing: HD User Facing: device removed
[ 3726.429] (**) Option "fd" "49"
[ 3726.429] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 3726.429] (**) Option "fd" "31"
[ 3726.429] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 3726.429] (**) Option "fd" "30"
[ 3726.430] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 3726.430] (**) Option "fd" "35"
[ 3726.430] (II) event10 - Acer WMI hotkeys: device removed
[ 3726.430] (**) Option "fd" "52"
[ 3726.430] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 3726.430] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 3726.479] (II) systemd-logind: got pause for 13:76
[ 3726.479] (II) systemd-logind: got pause for 13:69
[ 3726.479] (II) systemd-logind: got pause for 13:78
[ 3726.479] (II) systemd-logind: got pause for 13:67
[ 3726.479] (II) systemd-logind: got pause for 13:65
[ 3726.479] (II) systemd-logind: got pause for 13:70
[ 3726.479] (II) systemd-logind: got pause for 13:72
[ 3726.479] (II) systemd-logind: got pause for 13:68
[ 3726.479] (II) systemd-logind: got pause for 13:74
[ 3726.479] (II) systemd-logind: got pause for 13:64
[ 3726.479] (II) systemd-logind: got pause for 13:77
[ 3726.479] (II) systemd-logind: got pause for 13:71
[ 3727.748] (II) systemd-logind: got resume for 13:76
[ 3727.778] (II) systemd-logind: got resume for 13:69
[ 3727.791] (II) systemd-logind: got resume for 13:78
[ 3727.822] (II) systemd-logind: got resume for 13:67
[ 3727.845] (II) systemd-logind: got resume for 13:65
[ 3727.865] (II) systemd-logind: got resume for 13:70
[ 3727.881] (II) systemd-logind: got resume for 13:72
[ 3727.881] (II) systemd-logind: got resume for 226:0
[ 3727.881] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 3727.888] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 3727.888] (II) modeset(0): Printing DDC gathered Modelines:
[ 3727.888] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 3727.929] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 3727.930] (II) modeset(0): Printing DDC gathered Modelines:
[ 3727.930] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 3727.946] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 3727.946] (II) event3 - Power Button: device is a keyboard
[ 3727.947] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 3727.947] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 3727.949] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3727.949] (II) event1 - Sleep Button: device is a keyboard
[ 3727.950] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 3727.951] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 3727.951] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 3727.952] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 3727.953] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 3727.954] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 3727.956] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 3727.957] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3727.957] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 3727.958] (II) systemd-logind: got resume for 13:68
[ 3727.959] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3727.959] (II) event4 - Video Bus: device is a keyboard
[ 3727.959] (II) systemd-logind: got resume for 13:74
[ 3727.960] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 3727.960] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 3727.961] (II) systemd-logind: got resume for 13:64
[ 3727.962] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 3727.962] (II) event0 - Power Button: device is a keyboard
[ 3727.991] (II) systemd-logind: got resume for 13:77
[ 3727.992] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 3727.992] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 3728.012] (II) systemd-logind: got resume for 13:71
[ 3728.013] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 3728.014] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 3745.795] (**) Option "fd" "33"
[ 3745.795] (II) event3 - Power Button: device removed
[ 3745.796] (**) Option "fd" "49"
[ 3745.796] (II) event4 - Video Bus: device removed
[ 3745.796] (**) Option "fd" "37"
[ 3745.796] (II) event8 - Acer Wireless Radio Control: device removed
[ 3745.796] (**) Option "fd" "38"
[ 3745.796] (II) event0 - Power Button: device removed
[ 3745.796] (**) Option "fd" "34"
[ 3745.796] (II) event1 - Sleep Button: device removed
[ 3745.796] (**) Option "fd" "35"
[ 3745.796] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 3745.796] (**) Option "fd" "53"
[ 3745.796] (**) Option "fd" "30"
[ 3745.796] (II) event12 - HD User Facing: HD User Facing: device removed
[ 3745.796] (**) Option "fd" "52"
[ 3745.796] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device removed
[ 3745.796] (**) Option "fd" "32"
[ 3745.796] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device removed
[ 3745.796] (**) Option "fd" "31"
[ 3745.796] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 3745.796] (**) Option "fd" "36"
[ 3745.796] (II) event10 - Acer WMI hotkeys: device removed
[ 3745.796] (**) Option "fd" "53"
[ 3745.796] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 3745.797] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 3745.852] (II) systemd-logind: got pause for 13:76
[ 3745.852] (II) systemd-logind: got pause for 13:69
[ 3745.852] (II) systemd-logind: got pause for 13:78
[ 3745.852] (II) systemd-logind: got pause for 13:67
[ 3745.852] (II) systemd-logind: got pause for 13:65
[ 3745.852] (II) systemd-logind: got pause for 13:70
[ 3745.852] (II) systemd-logind: got pause for 13:72
[ 3745.852] (II) systemd-logind: got pause for 13:68
[ 3745.852] (II) systemd-logind: got pause for 13:74
[ 3745.852] (II) systemd-logind: got pause for 13:64
[ 3745.852] (II) systemd-logind: got pause for 13:77
[ 3745.852] (II) systemd-logind: got pause for 13:71
[ 3758.618] (II) systemd-logind: got resume for 13:76
[ 3758.642] (II) systemd-logind: got resume for 13:69
[ 3758.668] (II) systemd-logind: got resume for 13:78
[ 3758.691] (II) systemd-logind: got resume for 13:67
[ 3758.715] (II) systemd-logind: got resume for 13:65
[ 3758.748] (II) systemd-logind: got resume for 13:70
[ 3758.765] (II) systemd-logind: got resume for 13:72
[ 3758.765] (II) systemd-logind: got resume for 226:0
[ 3758.765] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 3758.772] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 3758.772] (II) modeset(0): Printing DDC gathered Modelines:
[ 3758.772] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 3758.815] (II) modeset(0): EDID vendor "NCP", prod id 99
[ 3758.815] (II) modeset(0): Printing DDC gathered Modelines:
[ 3758.815] (II) modeset(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 3758.831] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 3758.832] (II) event3 - Power Button: device is a keyboard
[ 3758.834] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 3758.834] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 3758.836] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 3758.836] (II) event1 - Sleep Button: device is a keyboard
[ 3758.839] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 3758.839] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 3758.840] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 3758.842] (II) event12 - HD User Facing: HD User Facing: is tagged by udev as: Keyboard
[ 3758.842] (II) event12 - HD User Facing: HD User Facing: device is a keyboard
[ 3758.843] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: is tagged by udev as: Touchpad
[ 3758.844] (II) event14 - SYNA7DB5:00 06CB:CD41 Touchpad: device is a touchpad
[ 3758.845] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3758.845] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 3758.846] (II) systemd-logind: got resume for 13:68
[ 3758.846] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3758.846] (II) event4 - Video Bus: device is a keyboard
[ 3758.847] (II) systemd-logind: got resume for 13:74
[ 3758.847] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 3758.847] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 3758.848] (II) systemd-logind: got resume for 13:64
[ 3758.848] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 3758.848] (II) event0 - Power Button: device is a keyboard
[ 3758.864] (II) systemd-logind: got resume for 13:77
[ 3758.865] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: is tagged by udev as: Mouse Pointingstick
[ 3758.865] (II) event13 - SYNA7DB5:00 06CB:CD41 Mouse: device is a pointer
[ 3758.895] (II) systemd-logind: got resume for 13:71
[ 3758.896] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 3758.896] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboardNo idea why would this happen. I don't think there's anything weird with my setup. All of my pacman packages are from the official repos.
Any ideas for debugging? What should I do the next time this happens?
Offline
Offline