You are not logged in.

#1 2026-03-15 20:31:47

blackgazze
Member
Registered: 2026-03-15
Posts: 5

I can't reverse the scrolling of my mouse

I use i3wm with xorg, without any desktop environment.

I've been trying to achieve this using xorg.conf.d and libinput, I've tried so many things at this point that i don't even know if I've messed up something in the process (I deleted libinput, and tried many things, I've tried to setup everything correctly tho)

This is the file that I'm trying to utilize to achieve my objective:

/etc/X11/xorg.conf.d/99-libinput-custom-config.conf
Section "InputClass"
  Identifier "My Mouse"
  MatchIsPointer "yes"
  Driver "libinput"
  Option "AccelProfile" "flat"
  Option "AccelSpeed" "0.9"
  Option "NaturalScrolling" "true"
EndSection

inside xorg.conf.d I also have these files:

00-keyboard.conf
30-touchpad.conf
40-libinput.

What could be the causage of the configuration not working out? This is driving me insane, the information and documentation for what I'm trying to do is very slim.

Offline

#2 2026-03-15 21:09:15

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 577

Re: I can't reverse the scrolling of my mouse

/var/log/Xorg.0.log ?

Online

#3 2026-03-15 21:11:36

blackgazze
Member
Registered: 2026-03-15
Posts: 5

Re: I can't reverse the scrolling of my mouse

I'm sorry, this is the /var/log/Xorg.0.log I have


[    13.566] 
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[    13.566] Current Operating System: Linux sigma 6.18.13-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 25 Feb 2026 23:12:35 +0000 x86_64
[    13.566] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=66420edf-2813-4eca-b255-b1930d482cad rw rootflags=subvol=@ rd.luks.name=98ed4025-7626-48de-b196-f4222870176f=main rd.luks.options=discard root=/dev/mapper/main rootflags=subvol=@ rw loglevel=3 quiet
[    13.566]  
[    13.566] Current version of pixman: 0.46.4
[    13.566] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.566] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.566] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar  3 23:50:37 2026
[    13.567] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.567] (==) No Layout section.  Using the first Screen section.
[    13.567] (==) No screen section available. Using defaults.
[    13.567] (**) |-->Screen "Default Screen Section" (0)
[    13.567] (**) |   |-->Monitor "<default monitor>"
[    13.567] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.567] (**) Allowing byte-swapped clients
[    13.567] (==) Automatically adding devices
[    13.567] (==) Automatically enabling devices
[    13.567] (==) Automatically adding GPU devices
[    13.567] (==) Automatically binding GPU devices
[    13.567] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.567] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    13.567] 	Entry deleted from font path.
[    13.568] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    13.568] 	Entry deleted from font path.
[    13.568] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    13.568] 	Entry deleted from font path.
[    13.569] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    13.569] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.569] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.569] (II) Module ABI versions:
[    13.569] 	X.Org ANSI C Emulation: 0.4
[    13.569] 	X.Org Video Driver: 25.2
[    13.569] 	X.Org XInput driver : 24.4
[    13.569] 	X.Org Server Extension : 10.0
[    13.569] (++) using VT number 7

[    13.569] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    13.570] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.570] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    13.573] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.573] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    13.577] (--) PCI:*(0@0:2:0) 8086:9bc4:17aa:3fa2 rev 5, Mem @ 0xc3000000/16777216, 0xa0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[    13.577] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3fa2 rev 161, Mem @ 0xc6000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[    13.577] (II) LoadModule: "glx"
[    13.577] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.585] (II) Module glx: vendor="X.Org Foundation"
[    13.585] 	compiled for 1.21.1.21, module version = 1.0.0
[    13.585] 	ABI class: X.Org Server Extension, version 10.0
[    13.585] (==) Matched intel as autoconfigured driver 0
[    13.585] (==) Matched nouveau as autoconfigured driver 1
[    13.585] (==) Matched nv as autoconfigured driver 2
[    13.585] (==) Matched modesetting as autoconfigured driver 3
[    13.585] (==) Matched fbdev as autoconfigured driver 4
[    13.585] (==) Matched vesa as autoconfigured driver 5
[    13.585] (==) Assigned the driver to the xf86ConfigLayout
[    13.585] (II) LoadModule: "intel"
[    13.585] (WW) Warning, couldn't open module intel
[    13.585] (EE) Failed to load module "intel" (module does not exist, 0)
[    13.585] (II) LoadModule: "nouveau"
[    13.585] (WW) Warning, couldn't open module nouveau
[    13.585] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    13.585] (II) LoadModule: "nv"
[    13.585] (WW) Warning, couldn't open module nv
[    13.585] (EE) Failed to load module "nv" (module does not exist, 0)
[    13.585] (II) LoadModule: "modesetting"
[    13.585] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    13.586] (II) Module modesetting: vendor="X.Org Foundation"
[    13.586] 	compiled for 1.21.1.21, module version = 1.21.1
[    13.586] 	Module class: X.Org Video Driver
[    13.586] 	ABI class: X.Org Video Driver, version 25.2
[    13.586] (II) LoadModule: "fbdev"
[    13.586] (WW) Warning, couldn't open module fbdev
[    13.586] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    13.586] (II) LoadModule: "vesa"
[    13.587] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    13.587] (II) Module vesa: vendor="X.Org Foundation"
[    13.587] 	compiled for 1.21.1.11, module version = 2.6.0
[    13.587] 	Module class: X.Org Video Driver
[    13.587] 	ABI class: X.Org Video Driver, version 25.2
[    13.587] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    13.587] (II) VESA: driver for VESA chipsets: vesa
[    13.601] (II) modeset(0): using drv /dev/dri/card1
[    13.603] (II) modeset(G0): using drv /dev/dri/card0
[    13.603] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    13.603] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    13.603] (==) modeset(0): RGB weight 888
[    13.603] (==) modeset(0): Default visual is TrueColor
[    13.603] (II) Loading sub module "glamoregl"
[    13.603] (II) LoadModule: "glamoregl"
[    13.603] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    13.617] (II) Module glamoregl: vendor="X.Org Foundation"
[    13.617] 	compiled for 1.21.1.21, module version = 1.0.1
[    13.617] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.082] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[    14.082] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[    14.082] (II) modeset(0): glamor initialized
[    14.082] (==) modeset(0): VariableRefresh: disabled
[    14.082] (==) modeset(0): AsyncFlipSecondaries: disabled
[    14.083] (II) modeset(0): Output eDP-1 has no monitor section
[    14.084] (II) modeset(0): EDID for output eDP-1
[    14.084] (II) modeset(0): Manufacturer: AUO  Model: d1ed  Serial#: 0
[    14.084] (II) modeset(0): Year: 2019  Week: 34
[    14.084] (II) modeset(0): EDID Version: 1.4
[    14.084] (II) modeset(0): Digital Display Input
[    14.084] (II) modeset(0): 8 bits per channel
[    14.084] (II) modeset(0): Digital interface is DisplayPort
[    14.084] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    14.084] (II) modeset(0): Gamma: 2.20
[    14.084] (II) modeset(0): No DPMS capabilities specified
[    14.084] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    14.084] (II) modeset(0): First detailed timing is preferred mode
[    14.084] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    14.084] (II) modeset(0): Display is continuous-frequency
[    14.084] (II) modeset(0): redX: 0.560 redY: 0.340   greenX: 0.350 greenY: 0.570
[    14.084] (II) modeset(0): blueX: 0.160 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[    14.084] (II) modeset(0): Manufacturer's mask: 0
[    14.084] (II) modeset(0): Supported detailed timing:
[    14.084] (II) modeset(0): clock: 285.0 MHz   Image Size:  344 x 193 mm
[    14.084] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2076 h_border: 0
[    14.084] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1142 v_border: 0
[    14.084] (II) modeset(0): Unknown vendor-specific block f
[    14.084] (II) modeset(0): Ranges: V min: 60 V max: 120 Hz, H min: 138 H max: 138 kHz, PixClock max 295 MHz
[    14.084] (II) modeset(0):  B156HAN13.1
[    14.084] (II) modeset(0): EDID (in hex):
[    14.084] (II) modeset(0): 	00ffffffffffff0006afedd100000000
[    14.084] (II) modeset(0): 	221d0104a52213780348358f57599229
[    14.084] (II) modeset(0): 	1e505400000001010101010101010101
[    14.084] (II) modeset(0): 	010101010101546f809c70383e406c30
[    14.084] (II) modeset(0): 	aa0058c1100000180000000f00000000
[    14.084] (II) modeset(0): 	00000000000000000020000000fd003c
[    14.084] (II) modeset(0): 	788a8a1d010a202020202020000000fe
[    14.084] (II) modeset(0): 	004231353648414e31332e31200a00a9
[    14.084] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[    14.084] (II) modeset(0): Printing probed modes for output eDP-1
[    14.084] (II) modeset(0): Modeline "1920x1080"x120.2  285.00  1920 2028 2076 2076  1080 1090 1100 1142 -hsync -vsync (137.3 kHz eP)
[    14.084] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    14.084] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    14.084] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    14.084] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    14.084] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    14.084] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    14.084] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    14.084] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    14.084] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    14.084] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    14.084] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    14.084] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    14.084] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    14.084] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    14.084] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    14.084] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    14.084] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    14.084] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    14.084] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    14.084] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    14.084] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    14.084] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    14.084] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    14.084] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    14.084] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    14.084] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    14.084] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    14.084] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    14.084] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    14.084] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    14.084] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    14.084] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    14.084] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    14.084] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    14.084] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    14.084] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    14.084] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    14.084] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    14.084] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    14.084] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    14.084] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    14.084] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    14.084] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    14.084] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    14.085] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    14.085] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    14.085] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    14.085] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    14.085] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    14.085] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    14.085] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    14.085] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    14.085] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    14.085] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    14.085] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    14.085] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    14.085] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    14.085] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    14.085] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    14.085] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    14.085] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    14.085] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    14.085] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    14.085] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    14.085] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    14.085] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    14.085] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    14.085] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    14.085] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    14.085] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    14.085] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    14.085] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    14.085] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    14.085] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    14.085] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    14.085] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    14.085] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    14.085] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    14.085] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    14.085] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    14.085] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    14.085] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    14.085] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    14.085] (II) modeset(0): Output eDP-1 connected
[    14.085] (II) modeset(0): Using exact sizes for initial modes
[    14.085] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    14.085] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    14.085] (==) modeset(0): DPI set to (96, 96)
[    14.085] (II) Loading sub module "fb"
[    14.085] (II) LoadModule: "fb"
[    14.085] (II) Module "fb" already built-in
[    14.086] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    14.086] (==) modeset(G0): RGB weight 888
[    14.086] (==) modeset(G0): Default visual is TrueColor
[    14.086] (II) Loading sub module "glamoregl"
[    14.086] (II) LoadModule: "glamoregl"
[    14.086] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    14.086] (II) Module glamoregl: vendor="X.Org Foundation"
[    14.086] 	compiled for 1.21.1.21, module version = 1.0.1
[    14.086] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.122] (II) modeset(G0): glamor: Using OpenGL 4.5 context.
[    14.123] (II) modeset(G0): Refusing to try glamor on llvmpipe
[    14.124] (II) modeset(G0): glamor initialization failed
[    14.124] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    14.124] (II) modeset(G0): Double-buffered shadow updates: off
[    14.124] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    14.130] (II) modeset(G0): EDID for output HDMI-1-1
[    14.130] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    14.130] (==) modeset(G0): DPI set to (96, 96)
[    14.130] (II) Loading sub module "fb"
[    14.130] (II) LoadModule: "fb"
[    14.130] (II) Module "fb" already built-in
[    14.130] (II) Loading sub module "shadow"
[    14.130] (II) LoadModule: "shadow"
[    14.130] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    14.130] (II) Module shadow: vendor="X.Org Foundation"
[    14.130] 	compiled for 1.21.1.21, module version = 1.1.0
[    14.130] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    14.130] (II) UnloadModule: "vesa"
[    14.130] (II) Unloading vesa
[    14.152] (==) modeset(0): Backing store enabled
[    14.152] (==) modeset(0): Silken mouse enabled
[    14.192] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    14.192] (==) modeset(0): DPMS enabled
[    14.192] (II) modeset(0): [DRI2] Setup complete
[    14.192] (II) modeset(0): [DRI2]   DRI driver: iris
[    14.192] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    14.192] (==) modeset(G0): Backing store enabled
[    14.192] (==) modeset(G0): Silken mouse enabled
[    14.192] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    14.192] (==) modeset(G0): DPMS enabled
[    14.192] (II) Initializing extension Generic Event Extension
[    14.192] (II) Initializing extension SHAPE
[    14.192] (II) Initializing extension MIT-SHM
[    14.192] (II) Initializing extension XInputExtension
[    14.192] (II) Initializing extension XTEST
[    14.193] (II) Initializing extension BIG-REQUESTS
[    14.193] (II) Initializing extension SYNC
[    14.193] (II) Initializing extension XKEYBOARD
[    14.193] (II) Initializing extension XC-MISC
[    14.193] (II) Initializing extension SECURITY
[    14.193] (II) Initializing extension XFIXES
[    14.193] (II) Initializing extension RENDER
[    14.193] (II) Initializing extension RANDR
[    14.193] (II) Initializing extension COMPOSITE
[    14.193] (II) Initializing extension DAMAGE
[    14.193] (II) Initializing extension MIT-SCREEN-SAVER
[    14.194] (II) Initializing extension DOUBLE-BUFFER
[    14.194] (II) Initializing extension RECORD
[    14.194] (II) Initializing extension DPMS
[    14.194] (II) Initializing extension Present
[    14.194] (II) Initializing extension DRI3
[    14.194] (II) Initializing extension X-Resource
[    14.194] (II) Initializing extension XVideo
[    14.194] (II) Initializing extension XVideo-MotionCompensation
[    14.194] (II) Initializing extension GLX
[    14.205] (II) AIGLX: Loaded and initialized iris
[    14.205] (II) GLX: Initialized DRI2 GL provider for screen 0
[    14.205] (II) Initializing extension XFree86-VidModeExtension
[    14.205] (II) Initializing extension XFree86-DGA
[    14.205] (II) Initializing extension XFree86-DRI
[    14.205] (II) Initializing extension DRI2
[    14.205] (II) modeset(G0): Damage tracking initialized
[    14.205] (II) modeset(0): Damage tracking initialized
[    14.205] (II) modeset(0): Setting screen physical size to 508 x 285
[    14.284] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    14.284] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.284] (II) LoadModule: "libinput"
[    14.284] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    14.291] (II) Module libinput: vendor="X.Org Foundation"
[    14.291] 	compiled for 1.21.1.13, module version = 1.5.0
[    14.291] 	Module class: X.Org XInput Driver
[    14.291] 	ABI class: X.Org XInput driver, version 24.4
[    14.291] (II) Using input driver 'libinput' for 'Video Bus'
[    14.291] (**) Video Bus: always reports core events
[    14.291] (**) Option "Device" "/dev/input/event12"
[    14.295] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    14.295] (II) event12 - Video Bus: device is a keyboard
[    14.295] (II) event12 - Video Bus: device removed
[    14.316] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13/event12"
[    14.316] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    14.316] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    14.316] (II) event12 - Video Bus: device is a keyboard
[    14.317] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    14.317] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    14.317] (II) Using input driver 'libinput' for 'Video Bus'
[    14.317] (**) Video Bus: always reports core events
[    14.317] (**) Option "Device" "/dev/input/event11"
[    14.318] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    14.318] (II) event11 - Video Bus: device is a keyboard
[    14.318] (II) event11 - Video Bus: device removed
[    14.335] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12/event11"
[    14.335] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    14.336] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    14.336] (II) event11 - Video Bus: device is a keyboard
[    14.336] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    14.336] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    14.336] (II) Using input driver 'libinput' for 'Power Button'
[    14.336] (**) Power Button: always reports core events
[    14.336] (**) Option "Device" "/dev/input/event1"
[    14.337] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.337] (II) event1  - Power Button: device is a keyboard
[    14.337] (II) event1  - Power Button: device removed
[    14.352] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    14.352] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    14.353] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    14.353] (II) event1  - Power Button: device is a keyboard
[    14.353] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    14.353] (II) No input driver specified, ignoring this device.
[    14.353] (II) This device may have been added with another device file.
[    14.354] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[    14.354] (II) No input driver specified, ignoring this device.
[    14.354] (II) This device may have been added with another device file.
[    14.355] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[    14.355] (II) No input driver specified, ignoring this device.
[    14.355] (II) This device may have been added with another device file.
[    14.355] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[    14.355] (II) No input driver specified, ignoring this device.
[    14.355] (II) This device may have been added with another device file.
[    14.356] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[    14.356] (II) No input driver specified, ignoring this device.
[    14.356] (II) This device may have been added with another device file.
[    14.357] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[    14.357] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[    14.357] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    14.357] (**) Logitech USB Receiver: always reports core events
[    14.357] (**) Option "Device" "/dev/input/event3"
[    14.358] (II) event3  - Logitech USB Receiver: is tagged by udev as: Keyboard
[    14.358] (II) event3  - Logitech USB Receiver: device is a keyboard
[    14.358] (II) event3  - Logitech USB Receiver: device removed
[    14.366] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C548.0001/input/input3/event3"
[    14.366] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    14.368] (II) event3  - Logitech USB Receiver: is tagged by udev as: Keyboard
[    14.368] (II) event3  - Logitech USB Receiver: device is a keyboard
[    14.369] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event4)
[    14.369] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[    14.369] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[    14.369] (**) Logitech USB Receiver Mouse: always reports core events
[    14.369] (**) Option "Device" "/dev/input/event4"
[    14.371] (II) event4  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[    14.371] (II) event4  - Logitech USB Receiver Mouse: device set to 1000 DPI
[    14.371] (II) event4  - Logitech USB Receiver Mouse: device is a pointer
[    14.371] (II) event4  - Logitech USB Receiver Mouse: device removed
[    14.394] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.394] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.394] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.394] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C548.0002/input/input4/event4"
[    14.394] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 10)
[    14.394] (**) Option "AccelerationScheme" "none"
[    14.394] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[    14.394] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[    14.394] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[    14.398] (II) event4  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[    14.398] (II) event4  - Logitech USB Receiver Mouse: device set to 1000 DPI
[    14.398] (II) event4  - Logitech USB Receiver Mouse: device is a pointer
[    14.401] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0)
[    14.401] (II) No input driver specified, ignoring this device.
[    14.401] (II) This device may have been added with another device file.
[    14.403] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event5)
[    14.403] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    14.404] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[    14.404] (**) Logitech USB Receiver Consumer Control: always reports core events
[    14.404] (**) Option "Device" "/dev/input/event5"
[    14.407] (II) event5  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[    14.407] (II) event5  - Logitech USB Receiver Consumer Control: device is a keyboard
[    14.408] (II) event5  - Logitech USB Receiver Consumer Control: device removed
[    14.421] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[    14.421] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C548.0002/input/input5/event5"
[    14.421] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 11)
[    14.421] (**) Option "AccelerationScheme" "none"
[    14.421] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[    14.421] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[    14.421] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[    14.425] (II) event5  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[    14.425] (II) event5  - Logitech USB Receiver Consumer Control: device is a keyboard
[    14.428] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event6)
[    14.428] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[    14.428] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[    14.428] (**) Logitech USB Receiver System Control: always reports core events
[    14.428] (**) Option "Device" "/dev/input/event6"
[    14.432] (II) event6  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[    14.432] (II) event6  - Logitech USB Receiver System Control: device is a keyboard
[    14.432] (II) event6  - Logitech USB Receiver System Control: device removed
[    14.442] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C548.0002/input/input6/event6"
[    14.442] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 12)
[    14.446] (II) event6  - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[    14.446] (II) event6  - Logitech USB Receiver System Control: device is a keyboard
[    14.449] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[    14.449] (II) No input driver specified, ignoring this device.
[    14.449] (II) This device may have been added with another device file.
[    14.451] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[    14.451] (**) Logitech USB Receiver: Applying InputClass "libinput touchpad catchall"
[    14.451] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    14.451] (**) Logitech USB Receiver: always reports core events
[    14.451] (**) Option "Device" "/dev/input/event8"
[    14.506] (II) event8  - Logitech USB Receiver: is tagged by udev as: Touchpad
[    14.510] (II) event8  - Logitech USB Receiver: device is a touchpad
[    14.510] (II) event8  - Logitech USB Receiver: device removed
[    14.533] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.533] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.533] (II) libinput: Logitech USB Receiver: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:046D:C548.0004/input/input14/event8"
[    14.533] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: TOUCHPAD, id 13)
[    14.534] (**) Option "AccelerationScheme" "none"
[    14.534] (**) Logitech USB Receiver: (accel) selected scheme none/0
[    14.534] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    14.534] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    14.587] (II) event8  - Logitech USB Receiver: is tagged by udev as: Touchpad
[    14.590] (II) event8  - Logitech USB Receiver: device is a touchpad
[    14.592] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse2)
[    14.592] (II) No input driver specified, ignoring this device.
[    14.592] (II) This device may have been added with another device file.
[    14.595] (II) config/udev: Adding input device MSI MSI Clutch GM40 GAMING Mouse (/dev/input/event9)
[    14.595] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "libinput pointer catchall"
[    14.595] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse'
[    14.595] (**) MSI MSI Clutch GM40 GAMING Mouse: always reports core events
[    14.595] (**) Option "Device" "/dev/input/event9"
[    14.649] (II) event9  - MSI MSI Clutch GM40 GAMING Mouse: is tagged by udev as: Mouse
[    14.650] (II) event9  - MSI MSI Clutch GM40 GAMING Mouse: device is a pointer
[    14.650] (II) event9  - MSI MSI Clutch GM40 GAMING Mouse: device removed
[    14.676] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.676] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.676] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0D22:0D40.0005/input/input9/event9"
[    14.676] (II) XINPUT: Adding extended input device "MSI MSI Clutch GM40 GAMING Mouse" (type: MOUSE, id 14)
[    14.676] (**) Option "AccelerationScheme" "none"
[    14.676] (**) MSI MSI Clutch GM40 GAMING Mouse: (accel) selected scheme none/0
[    14.676] (**) MSI MSI Clutch GM40 GAMING Mouse: (accel) acceleration factor: 2.000
[    14.676] (**) MSI MSI Clutch GM40 GAMING Mouse: (accel) acceleration threshold: 4
[    14.731] (II) event9  - MSI MSI Clutch GM40 GAMING Mouse: is tagged by udev as: Mouse
[    14.732] (II) event9  - MSI MSI Clutch GM40 GAMING Mouse: device is a pointer
[    14.735] (II) config/udev: Adding input device MSI MSI Clutch GM40 GAMING Mouse (/dev/input/mouse1)
[    14.735] (II) No input driver specified, ignoring this device.
[    14.735] (II) This device may have been added with another device file.
[    14.737] (II) config/udev: Adding input device MSI MSI Clutch GM40 GAMING Mouse Keyboard (/dev/input/event10)
[    14.737] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    14.737] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse Keyboard'
[    14.737] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: always reports core events
[    14.738] (**) Option "Device" "/dev/input/event10"
[    14.741] (II) event10 - MSI MSI Clutch GM40 GAMING Mouse Keyboard: is tagged by udev as: Keyboard
[    14.742] (II) event10 - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device is a keyboard
[    14.742] (II) event10 - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device removed
[    14.754] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse Keyboard: needs a virtual subdevice
[    14.754] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0D22:0D40.0006/input/input10/event10"
[    14.754] (II) XINPUT: Adding extended input device "MSI MSI Clutch GM40 GAMING Mouse Keyboard" (type: MOUSE, id 15)
[    14.754] (**) Option "AccelerationScheme" "none"
[    14.754] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: (accel) selected scheme none/0
[    14.754] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: (accel) acceleration factor: 2.000
[    14.754] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: (accel) acceleration threshold: 4
[    14.758] (II) event10 - MSI MSI Clutch GM40 GAMING Mouse Keyboard: is tagged by udev as: Keyboard
[    14.759] (II) event10 - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device is a keyboard
[    14.762] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Mouse (/dev/input/event15)
[    14.762] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "libinput pointer catchall"
[    14.762] (II) Using input driver 'libinput' for 'MSFT0001:01 06CB:CE2D Mouse'
[    14.762] (**) MSFT0001:01 06CB:CE2D Mouse: always reports core events
[    14.762] (**) Option "Device" "/dev/input/event15"
[    14.779] (II) event15 - MSFT0001:01 06CB:CE2D Mouse: is tagged by udev as: Mouse
[    14.779] (II) event15 - MSFT0001:01 06CB:CE2D Mouse: device is a pointer
[    14.780] (II) event15 - MSFT0001:01 06CB:CE2D Mouse: device removed
[    14.792] (II) libinput: MSFT0001:01 06CB:CE2D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.792] (II) libinput: MSFT0001:01 06CB:CE2D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.792] (II) libinput: MSFT0001:01 06CB:CE2D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-MSFT0001:01/0018:06CB:CE2D.0007/input/input17/event15"
[    14.792] (II) XINPUT: Adding extended input device "MSFT0001:01 06CB:CE2D Mouse" (type: MOUSE, id 16)
[    14.792] (**) Option "AccelerationScheme" "none"
[    14.792] (**) MSFT0001:01 06CB:CE2D Mouse: (accel) selected scheme none/0
[    14.792] (**) MSFT0001:01 06CB:CE2D Mouse: (accel) acceleration factor: 2.000
[    14.792] (**) MSFT0001:01 06CB:CE2D Mouse: (accel) acceleration threshold: 4
[    14.798] (II) event15 - MSFT0001:01 06CB:CE2D Mouse: is tagged by udev as: Mouse
[    14.799] (II) event15 - MSFT0001:01 06CB:CE2D Mouse: device is a pointer
[    14.801] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Mouse (/dev/input/mouse3)
[    14.801] (II) No input driver specified, ignoring this device.
[    14.801] (II) This device may have been added with another device file.
[    14.803] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Touchpad (/dev/input/event16)
[    14.804] (**) MSFT0001:01 06CB:CE2D Touchpad: Applying InputClass "libinput touchpad catchall"
[    14.804] (II) Using input driver 'libinput' for 'MSFT0001:01 06CB:CE2D Touchpad'
[    14.804] (**) MSFT0001:01 06CB:CE2D Touchpad: always reports core events
[    14.804] (**) Option "Device" "/dev/input/event16"
[    14.807] (II) event16 - MSFT0001:01 06CB:CE2D Touchpad: is tagged by udev as: Touchpad
[    14.812] (II) event16 - MSFT0001:01 06CB:CE2D Touchpad: device is a touchpad
[    14.812] (II) event16 - MSFT0001:01 06CB:CE2D Touchpad: device removed
[    14.833] (II) libinput: MSFT0001:01 06CB:CE2D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.833] (II) libinput: MSFT0001:01 06CB:CE2D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.833] (II) libinput: MSFT0001:01 06CB:CE2D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    14.833] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-MSFT0001:01/0018:06CB:CE2D.0007/input/input18/event16"
[    14.833] (II) XINPUT: Adding extended input device "MSFT0001:01 06CB:CE2D Touchpad" (type: TOUCHPAD, id 17)
[    14.837] (**) Option "AccelerationScheme" "none"
[    14.837] (**) MSFT0001:01 06CB:CE2D Touchpad: (accel) selected scheme none/0
[    14.837] (**) MSFT0001:01 06CB:CE2D Touchpad: (accel) acceleration factor: 2.000
[    14.837] (**) MSFT0001:01 06CB:CE2D Touchpad: (accel) acceleration threshold: 4
[    14.841] (II) event16 - MSFT0001:01 06CB:CE2D Touchpad: is tagged by udev as: Touchpad
[    14.845] (II) event16 - MSFT0001:01 06CB:CE2D Touchpad: device is a touchpad
[    14.848] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Touchpad (/dev/input/mouse4)
[    14.848] (II) No input driver specified, ignoring this device.
[    14.848] (II) This device may have been added with another device file.
[    14.850] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event13)
[    14.850] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    14.850] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    14.850] (**) Ideapad extra buttons: always reports core events
[    14.850] (**) Option "Device" "/dev/input/event13"
[    14.853] (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
[    14.853] (II) event13 - Ideapad extra buttons: device is a keyboard
[    14.853] (II) event13 - Ideapad extra buttons: device removed
[    14.874] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input15/event13"
[    14.874] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 18)
[    14.876] (II) event13 - Ideapad extra buttons: is tagged by udev as: Keyboard
[    14.876] (II) event13 - Ideapad extra buttons: device is a keyboard
[    14.878] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[    14.878] (II) No input driver specified, ignoring this device.
[    14.878] (II) This device may have been added with another device file.
[    14.879] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[    14.879] (II) No input driver specified, ignoring this device.
[    14.879] (II) This device may have been added with another device file.
[    14.881] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[    14.881] (II) No input driver specified, ignoring this device.
[    14.881] (II) This device may have been added with another device file.
[    14.882] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[    14.882] (II) No input driver specified, ignoring this device.
[    14.882] (II) This device may have been added with another device file.
[    14.884] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[    14.884] (II) No input driver specified, ignoring this device.
[    14.884] (II) This device may have been added with another device file.
[    14.885] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    14.885] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    14.886] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    14.886] (**) AT Translated Set 2 keyboard: always reports core events
[    14.886] (**) Option "Device" "/dev/input/event2"
[    14.888] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.888] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    14.891] (II) event2  - AT Translated Set 2 keyboard: device removed
[    14.907] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    14.907] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 19)
[    14.909] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    14.909] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    14.912] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[    14.912] (II) No input driver specified, ignoring this device.
[    14.912] (II) This device may have been added with another device file.
[    14.928] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    14.928] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[    14.928] (**) Logitech USB Receiver Consumer Control: always reports core events
[    14.928] (**) Option "Device" "/dev/input/event5"
[    14.928] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[    14.928] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C548.0002/input/input5/event5"
[    14.928] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 20)
[    14.928] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    14.928] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse Keyboard'
[    14.928] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: always reports core events
[    14.928] (**) Option "Device" "/dev/input/event10"
[    14.928] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse Keyboard: is a virtual subdevice
[    14.928] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0D22:0D40.0006/input/input10/event10"
[    14.928] (II) XINPUT: Adding extended input device "MSI MSI Clutch GM40 GAMING Mouse Keyboard" (type: KEYBOARD, id 21)
[    14.950] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event25)
[    14.950] (II) No input driver specified, ignoring this device.
[    14.950] (II) This device may have been added with another device file.
[    14.951] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event23)
[    14.951] (II) No input driver specified, ignoring this device.
[    14.951] (II) This device may have been added with another device file.
[    14.952] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event22)
[    14.952] (II) No input driver specified, ignoring this device.
[    14.952] (II) This device may have been added with another device file.
[    14.953] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event24)
[    14.953] (II) No input driver specified, ignoring this device.
[    14.953] (II) This device may have been added with another device file.
[    15.006] (II) modeset(0): EDID vendor "AUO", prod id 53741
[    15.006] (II) modeset(0): Using EDID range info for horizontal sync
[    15.006] (II) modeset(0): Using EDID range info for vertical refresh
[    15.006] (II) modeset(0): Printing DDC gathered Modelines:
[    15.006] (II) modeset(0): Modeline "1920x1080"x0.0  285.00  1920 2028 2076 2076  1080 1090 1100 1142 -hsync -vsync (137.3 kHz eP)
[    17.952] (II) event12 - Video Bus: device removed
[    17.962] (II) event11 - Video Bus: device removed
[    17.974] (II) event1  - Power Button: device removed
[    17.978] (II) event3  - Logitech USB Receiver: device removed
[    17.982] (II) event4  - Logitech USB Receiver Mouse: device removed
[    17.990] (II) event6  - Logitech USB Receiver System Control: device removed
[    17.994] (II) event8  - Logitech USB Receiver: device removed
[    18.006] (II) event9  - MSI MSI Clutch GM40 GAMING Mouse: device removed
[    18.014] (II) event15 - MSFT0001:01 06CB:CE2D Mouse: device removed
[    18.022] (II) event16 - MSFT0001:01 06CB:CE2D Touchpad: device removed
[    18.048] (II) event13 - Ideapad extra buttons: device removed
[    18.056] (II) event2  - AT Translated Set 2 keyboard: device removed
[    18.060] (II) event5  - Logitech USB Receiver Consumer Control: device removed
[    18.065] (II) event10 - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device removed
[    18.069] (II) AIGLX: Suspending AIGLX clients for VT switch
[    80.481] (II) UnloadModule: "libinput"
[    80.481] (II) UnloadModule: "libinput"
[    80.481] (II) UnloadModule: "libinput"
[    80.481] (II) UnloadModule: "libinput"
[    80.481] (II) UnloadModule: "libinput"
[    80.481] (II) UnloadModule: "libinput"
[    80.481] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    80.482] (II) UnloadModule: "libinput"
[    82.330] (II) Server terminated successfully (0). Closing log file.

Offline

#4 2026-03-15 21:19:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,694

Re: I can't reverse the scrolling of my mouse

[    13.566] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar  3 23:50:37 2026

Dated, likely ~/.local/share/xorg/Xorg.0.log ?

Offline

#5 2026-03-15 21:21:56

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 577

Re: I can't reverse the scrolling of my mouse

How do you start xorg server? There is no

(==) Using config directory: "/etc/X11/xorg.conf.d"

in the log, only "/usr/share/X11/xorg.conf.d".

Online

#6 2026-03-15 21:44:40

blackgazze
Member
Registered: 2026-03-15
Posts: 5

Re: I can't reverse the scrolling of my mouse

dimich wrote:

How do you start xorg server?

I use startx, I don't have a display manager

Offline

#7 2026-03-15 21:49:13

blackgazze
Member
Registered: 2026-03-15
Posts: 5

Re: I can't reverse the scrolling of my mouse

seth wrote:

Dated, likely ~/.local/share/xorg/Xorg.0.log ?

Here's my  ~/.local/share/xorg/Xorg.0.log 





[   960.380] 
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[   960.382] Current Operating System: Linux sigma 6.19.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 14 Mar 2026 01:07:43 +0000 x86_64
[   960.382] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=66420edf-2813-4eca-b255-b1930d482cad rw rootflags=subvol=@ rd.luks.name=98ed4025-7626-48de-b196-f4222870176f=main rd.luks.options=discard root=/dev/mapper/main rootflags=subvol=@ rw loglevel=3 quiet
[   960.383]  
[   960.384] Current version of pixman: 0.46.4
[   960.385] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   960.385] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   960.387] (==) Log file: "/home/gasp/.local/share/xorg/Xorg.0.log", Time: Sun Mar 15 17:18:17 2026
[   960.387] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   960.388] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   960.388] (==) No Layout section.  Using the first Screen section.
[   960.388] (==) No screen section available. Using defaults.
[   960.388] (**) |-->Screen "Default Screen Section" (0)
[   960.388] (**) |   |-->Monitor "<default monitor>"
[   960.388] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   960.388] (**) Allowing byte-swapped clients
[   960.388] (==) Automatically adding devices
[   960.388] (==) Automatically enabling devices
[   960.388] (==) Automatically adding GPU devices
[   960.388] (==) Automatically binding GPU devices
[   960.388] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   960.388] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   960.388] 	Entry deleted from font path.
[   960.388] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   960.388] 	Entry deleted from font path.
[   960.388] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   960.388] 	Entry deleted from font path.
[   960.388] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   960.388] (==) ModulePath set to "/usr/lib/xorg/modules"
[   960.388] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   960.388] (II) Module ABI versions:
[   960.388] 	X.Org ANSI C Emulation: 0.4
[   960.388] 	X.Org Video Driver: 25.2
[   960.388] 	X.Org XInput driver : 24.4
[   960.388] 	X.Org Server Extension : 10.0
[   960.388] (++) using VT number 1

[   960.388] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   960.389] (II) xfree86: Adding drm device (/dev/dri/card0)
[   960.389] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[   960.391] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   960.391] (II) xfree86: Adding drm device (/dev/dri/card1)
[   960.391] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[   960.399] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[   960.400] (--) PCI:*(0@0:2:0) 8086:9bc4:17aa:3fa2 rev 5, Mem @ 0xc3000000/16777216, 0xa0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[   960.400] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3fa2 rev 161, Mem @ 0xc6000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[   960.400] (II) LoadModule: "glx"
[   960.400] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   960.401] (II) Module glx: vendor="X.Org Foundation"
[   960.401] 	compiled for 1.21.1.21, module version = 1.0.0
[   960.401] 	ABI class: X.Org Server Extension, version 10.0
[   960.401] (==) Matched intel as autoconfigured driver 0
[   960.401] (==) Matched nouveau as autoconfigured driver 1
[   960.401] (==) Matched nv as autoconfigured driver 2
[   960.401] (==) Matched modesetting as autoconfigured driver 3
[   960.401] (==) Matched fbdev as autoconfigured driver 4
[   960.401] (==) Matched vesa as autoconfigured driver 5
[   960.401] (==) Assigned the driver to the xf86ConfigLayout
[   960.401] (II) LoadModule: "intel"
[   960.401] (WW) Warning, couldn't open module intel
[   960.401] (EE) Failed to load module "intel" (module does not exist, 0)
[   960.401] (II) LoadModule: "nouveau"
[   960.401] (WW) Warning, couldn't open module nouveau
[   960.401] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   960.401] (II) LoadModule: "nv"
[   960.401] (WW) Warning, couldn't open module nv
[   960.401] (EE) Failed to load module "nv" (module does not exist, 0)
[   960.401] (II) LoadModule: "modesetting"
[   960.401] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   960.401] (II) Module modesetting: vendor="X.Org Foundation"
[   960.401] 	compiled for 1.21.1.21, module version = 1.21.1
[   960.401] 	Module class: X.Org Video Driver
[   960.401] 	ABI class: X.Org Video Driver, version 25.2
[   960.401] (II) LoadModule: "fbdev"
[   960.401] (WW) Warning, couldn't open module fbdev
[   960.401] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   960.401] (II) LoadModule: "vesa"
[   960.401] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   960.401] (II) Module vesa: vendor="X.Org Foundation"
[   960.401] 	compiled for 1.21.1.11, module version = 2.6.0
[   960.401] 	Module class: X.Org Video Driver
[   960.401] 	ABI class: X.Org Video Driver, version 25.2
[   960.401] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   960.401] (II) VESA: driver for VESA chipsets: vesa
[   960.401] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[   960.401] (II) modeset(0): using drv /dev/dri/card1
[   960.401] (II) modeset(G0): using drv /dev/dri/card0
[   960.401] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   960.401] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   960.402] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   960.402] (==) modeset(0): RGB weight 888
[   960.402] (==) modeset(0): Default visual is TrueColor
[   960.402] (II) Loading sub module "glamoregl"
[   960.402] (II) LoadModule: "glamoregl"
[   960.402] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   960.403] (II) Module glamoregl: vendor="X.Org Foundation"
[   960.403] 	compiled for 1.21.1.21, module version = 1.0.1
[   960.403] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   960.423] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[   960.423] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics (CML GT2)
[   960.423] (II) modeset(0): glamor initialized
[   960.423] (==) modeset(0): VariableRefresh: disabled
[   960.423] (==) modeset(0): AsyncFlipSecondaries: disabled
[   960.424] (II) modeset(0): Output eDP-1 has no monitor section
[   960.425] (II) modeset(0): EDID for output eDP-1
[   960.425] (II) modeset(0): Manufacturer: AUO  Model: d1ed  Serial#: 0
[   960.425] (II) modeset(0): Year: 2019  Week: 34
[   960.425] (II) modeset(0): EDID Version: 1.4
[   960.425] (II) modeset(0): Digital Display Input
[   960.425] (II) modeset(0): 8 bits per channel
[   960.425] (II) modeset(0): Digital interface is DisplayPort
[   960.425] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   960.425] (II) modeset(0): Gamma: 2.20
[   960.425] (II) modeset(0): No DPMS capabilities specified
[   960.425] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   960.425] (II) modeset(0): First detailed timing is preferred mode
[   960.425] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   960.425] (II) modeset(0): Display is continuous-frequency
[   960.425] (II) modeset(0): redX: 0.560 redY: 0.340   greenX: 0.350 greenY: 0.570
[   960.425] (II) modeset(0): blueX: 0.160 blueY: 0.120   whiteX: 0.313 whiteY: 0.329
[   960.425] (II) modeset(0): Manufacturer's mask: 0
[   960.425] (II) modeset(0): Supported detailed timing:
[   960.425] (II) modeset(0): clock: 285.0 MHz   Image Size:  344 x 193 mm
[   960.425] (II) modeset(0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2076 h_border: 0
[   960.425] (II) modeset(0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1142 v_border: 0
[   960.425] (II) modeset(0): Unknown vendor-specific block f
[   960.425] (II) modeset(0): Ranges: V min: 60 V max: 120 Hz, H min: 138 H max: 138 kHz, PixClock max 295 MHz
[   960.425] (II) modeset(0):  B156HAN13.1
[   960.425] (II) modeset(0): EDID (in hex):
[   960.425] (II) modeset(0): 	00ffffffffffff0006afedd100000000
[   960.425] (II) modeset(0): 	221d0104a52213780348358f57599229
[   960.425] (II) modeset(0): 	1e505400000001010101010101010101
[   960.425] (II) modeset(0): 	010101010101546f809c70383e406c30
[   960.425] (II) modeset(0): 	aa0058c1100000180000000f00000000
[   960.425] (II) modeset(0): 	00000000000000000020000000fd003c
[   960.425] (II) modeset(0): 	788a8a1d010a202020202020000000fe
[   960.425] (II) modeset(0): 	004231353648414e31332e31200a00a9
[   960.425] (II) modeset(0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[   960.425] (II) modeset(0): Printing probed modes for output eDP-1
[   960.425] (II) modeset(0): Modeline "1920x1080"x120.2  285.00  1920 2028 2076 2076  1080 1090 1100 1142 -hsync -vsync (137.3 kHz eP)
[   960.425] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   960.425] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   960.425] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   960.425] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   960.425] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   960.425] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[   960.425] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   960.425] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   960.425] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   960.425] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   960.425] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   960.425] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   960.425] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   960.425] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[   960.425] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[   960.425] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[   960.425] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   960.425] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[   960.425] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   960.425] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[   960.425] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   960.425] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   960.425] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   960.425] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   960.425] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[   960.425] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   960.425] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   960.425] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   960.425] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   960.425] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   960.425] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   960.425] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   960.425] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   960.425] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[   960.425] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   960.425] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   960.425] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   960.425] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[   960.425] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[   960.425] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   960.425] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   960.425] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   960.425] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[   960.425] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   960.425] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[   960.425] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[   960.425] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   960.425] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   960.425] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   960.425] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   960.425] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   960.425] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   960.425] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   960.425] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[   960.425] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   960.425] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   960.425] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   960.425] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   960.425] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[   960.425] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[   960.425] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[   960.425] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   960.425] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[   960.425] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   960.425] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   960.425] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[   960.425] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   960.425] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   960.425] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[   960.425] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[   960.425] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[   960.425] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   960.425] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   960.425] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   960.425] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[   960.425] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[   960.425] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   960.425] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   960.425] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   960.425] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   960.425] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   960.425] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[   960.425] (II) modeset(0): Output eDP-1 connected
[   960.425] (II) modeset(0): Using exact sizes for initial modes
[   960.425] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   960.425] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   960.425] (==) modeset(0): DPI set to (96, 96)
[   960.425] (II) Loading sub module "fb"
[   960.425] (II) LoadModule: "fb"
[   960.425] (II) Module "fb" already built-in
[   960.425] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   960.425] (==) modeset(G0): RGB weight 888
[   960.425] (==) modeset(G0): Default visual is TrueColor
[   960.425] (II) Loading sub module "glamoregl"
[   960.425] (II) LoadModule: "glamoregl"
[   960.425] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   960.425] (II) Module glamoregl: vendor="X.Org Foundation"
[   960.426] 	compiled for 1.21.1.21, module version = 1.0.1
[   960.426] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   960.442] (II) modeset(G0): glamor: Using OpenGL 4.5 context.
[   960.442] (II) modeset(G0): Refusing to try glamor on llvmpipe
[   960.443] (II) modeset(G0): glamor initialization failed
[   960.443] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[   960.443] (II) modeset(G0): Double-buffered shadow updates: off
[   960.443] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   960.450] (II) modeset(G0): EDID for output HDMI-1-1
[   960.450] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   960.450] (==) modeset(G0): DPI set to (96, 96)
[   960.450] (II) Loading sub module "fb"
[   960.450] (II) LoadModule: "fb"
[   960.450] (II) Module "fb" already built-in
[   960.450] (II) Loading sub module "shadow"
[   960.450] (II) LoadModule: "shadow"
[   960.450] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   960.450] (II) Module shadow: vendor="X.Org Foundation"
[   960.450] 	compiled for 1.21.1.21, module version = 1.1.0
[   960.450] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   960.450] (II) UnloadModule: "vesa"
[   960.450] (II) Unloading vesa
[   960.458] (==) modeset(0): Backing store enabled
[   960.458] (==) modeset(0): Silken mouse enabled
[   960.499] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   960.499] (==) modeset(0): DPMS enabled
[   960.499] (II) modeset(0): [DRI2] Setup complete
[   960.499] (II) modeset(0): [DRI2]   DRI driver: iris
[   960.499] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   960.499] (==) modeset(G0): Backing store enabled
[   960.499] (==) modeset(G0): Silken mouse enabled
[   960.499] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   960.499] (==) modeset(G0): DPMS enabled
[   960.499] (II) Initializing extension Generic Event Extension
[   960.499] (II) Initializing extension SHAPE
[   960.499] (II) Initializing extension MIT-SHM
[   960.499] (II) Initializing extension XInputExtension
[   960.499] (II) Initializing extension XTEST
[   960.500] (II) Initializing extension BIG-REQUESTS
[   960.500] (II) Initializing extension SYNC
[   960.500] (II) Initializing extension XKEYBOARD
[   960.500] (II) Initializing extension XC-MISC
[   960.500] (II) Initializing extension SECURITY
[   960.500] (II) Initializing extension XFIXES
[   960.500] (II) Initializing extension RENDER
[   960.500] (II) Initializing extension RANDR
[   960.500] (II) Initializing extension COMPOSITE
[   960.500] (II) Initializing extension DAMAGE
[   960.500] (II) Initializing extension MIT-SCREEN-SAVER
[   960.500] (II) Initializing extension DOUBLE-BUFFER
[   960.500] (II) Initializing extension RECORD
[   960.500] (II) Initializing extension DPMS
[   960.500] (II) Initializing extension Present
[   960.501] (II) Initializing extension DRI3
[   960.501] (II) Initializing extension X-Resource
[   960.501] (II) Initializing extension XVideo
[   960.501] (II) Initializing extension XVideo-MotionCompensation
[   960.501] (II) Initializing extension GLX
[   960.508] (II) AIGLX: Loaded and initialized iris
[   960.508] (II) GLX: Initialized DRI2 GL provider for screen 0
[   960.508] (II) Initializing extension XFree86-VidModeExtension
[   960.508] (II) Initializing extension XFree86-DGA
[   960.508] (II) Initializing extension XFree86-DRI
[   960.508] (II) Initializing extension DRI2
[   960.508] (II) modeset(G0): Damage tracking initialized
[   960.508] (II) modeset(0): Damage tracking initialized
[   960.508] (II) modeset(0): Setting screen physical size to 508 x 285
[   960.570] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   960.570] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   960.570] (**) Video Bus: Applying InputClass "system-keyboard"
[   960.570] (**) Video Bus: Applying InputClass "touchpad"
[   960.570] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   960.570] (II) LoadModule: "libinput"
[   960.570] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   960.571] (II) Module libinput: vendor="X.Org Foundation"
[   960.571] 	compiled for 1.21.1.13, module version = 1.5.0
[   960.571] 	Module class: X.Org XInput Driver
[   960.571] 	ABI class: X.Org XInput driver, version 24.4
[   960.571] (II) Using input driver 'libinput' for 'Video Bus'
[   960.572] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 27 paused 0
[   960.572] (**) Video Bus: always reports core events
[   960.572] (**) Option "Device" "/dev/input/event7"
[   960.573] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   960.573] (II) event7  - Video Bus: device is a keyboard
[   960.573] (II) event7  - Video Bus: device removed
[   960.573] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8/event7"
[   960.573] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[   960.574] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   960.574] (II) event7  - Video Bus: device is a keyboard
[   960.574] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[   960.574] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   960.574] (**) Video Bus: Applying InputClass "system-keyboard"
[   960.574] (**) Video Bus: Applying InputClass "touchpad"
[   960.574] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   960.574] (II) Using input driver 'libinput' for 'Video Bus'
[   960.575] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[   960.575] (**) Video Bus: always reports core events
[   960.575] (**) Option "Device" "/dev/input/event6"
[   960.576] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   960.576] (II) event6  - Video Bus: device is a keyboard
[   960.576] (II) event6  - Video Bus: device removed
[   960.576] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7/event6"
[   960.576] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   960.576] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[   960.576] (II) event6  - Video Bus: device is a keyboard
[   960.577] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   960.577] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   960.577] (**) Power Button: Applying InputClass "system-keyboard"
[   960.577] (**) Power Button: Applying InputClass "touchpad"
[   960.577] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   960.577] (II) Using input driver 'libinput' for 'Power Button'
[   960.577] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 31 paused 0
[   960.577] (**) Power Button: always reports core events
[   960.577] (**) Option "Device" "/dev/input/event1"
[   960.578] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   960.578] (II) event1  - Power Button: device is a keyboard
[   960.578] (II) event1  - Power Button: device removed
[   960.578] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   960.578] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   960.578] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   960.578] (II) event1  - Power Button: device is a keyboard
[   960.579] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   960.579] (**) Lid Switch: Applying InputClass "touchpad"
[   960.579] (II) Using input driver 'libinput' for 'Lid Switch'
[   960.579] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 32 paused 0
[   960.579] (**) Lid Switch: always reports core events
[   960.579] (**) Option "Device" "/dev/input/event0"
[   960.580] (II) event0  - Lid Switch: is tagged by udev as: Switch
[   960.580] (II) event0  - Lid Switch: device is a switch device
[   960.580] (II) event0  - Lid Switch: device removed
[   960.580] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0/event0"
[   960.580] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 9)
[   960.580] (II) event0  - Lid Switch: is tagged by udev as: Switch
[   960.580] (II) event0  - Lid Switch: device is a switch device
[   960.581] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[   960.581] (**) HDA NVidia HDMI/DP,pcm=3: Applying InputClass "touchpad"
[   960.581] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=3'
[   960.581] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 33 paused 0
[   960.581] (**) HDA NVidia HDMI/DP,pcm=3: always reports core events
[   960.581] (**) Option "Device" "/dev/input/event16"
[   960.582] (II) event16 - HDA NVidia HDMI/DP,pcm=3: is tagged by udev as: Switch
[   960.582] (II) event16 - not using input device '/dev/input/event16'.
[   960.582] (EE) libinput: HDA NVidia HDMI/DP,pcm=3: Failed to create a device for /dev/input/event16
[   960.582] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=3"
[   960.582] (II) UnloadModule: "libinput"
[   960.582] (II) systemd-logind: releasing fd for 13:80
[   960.583] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[   960.583] (**) HDA NVidia HDMI/DP,pcm=7: Applying InputClass "touchpad"
[   960.583] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=7'
[   960.583] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 33 paused 0
[   960.583] (**) HDA NVidia HDMI/DP,pcm=7: always reports core events
[   960.583] (**) Option "Device" "/dev/input/event17"
[   960.584] (II) event17 - HDA NVidia HDMI/DP,pcm=7: is tagged by udev as: Switch
[   960.584] (II) event17 - not using input device '/dev/input/event17'.
[   960.584] (EE) libinput: HDA NVidia HDMI/DP,pcm=7: Failed to create a device for /dev/input/event17
[   960.584] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=7"
[   960.584] (II) UnloadModule: "libinput"
[   960.584] (II) systemd-logind: releasing fd for 13:81
[   960.584] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[   960.584] (**) HDA NVidia HDMI/DP,pcm=8: Applying InputClass "touchpad"
[   960.584] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=8'
[   960.584] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 33 paused 0
[   960.584] (**) HDA NVidia HDMI/DP,pcm=8: always reports core events
[   960.584] (**) Option "Device" "/dev/input/event18"
[   960.585] (II) event18 - HDA NVidia HDMI/DP,pcm=8: is tagged by udev as: Switch
[   960.585] (II) event18 - not using input device '/dev/input/event18'.
[   960.585] (EE) libinput: HDA NVidia HDMI/DP,pcm=8: Failed to create a device for /dev/input/event18
[   960.585] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=8"
[   960.585] (II) UnloadModule: "libinput"
[   960.585] (II) systemd-logind: releasing fd for 13:82
[   960.586] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[   960.586] (**) HDA NVidia HDMI/DP,pcm=9: Applying InputClass "touchpad"
[   960.586] (II) Using input driver 'libinput' for 'HDA NVidia HDMI/DP,pcm=9'
[   960.586] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 33 paused 0
[   960.586] (**) HDA NVidia HDMI/DP,pcm=9: always reports core events
[   960.586] (**) Option "Device" "/dev/input/event19"
[   960.586] (II) event19 - HDA NVidia HDMI/DP,pcm=9: is tagged by udev as: Switch
[   960.587] (II) event19 - not using input device '/dev/input/event19'.
[   960.587] (EE) libinput: HDA NVidia HDMI/DP,pcm=9: Failed to create a device for /dev/input/event19
[   960.587] (EE) PreInit returned 2 for "HDA NVidia HDMI/DP,pcm=9"
[   960.587] (II) UnloadModule: "libinput"
[   960.587] (II) systemd-logind: releasing fd for 13:83
[   960.587] (II) config/udev: Adding input device Burr-Brown from TI               USB Audio CODEC  (/dev/input/event3)
[   960.587] (**) Burr-Brown from TI               USB Audio CODEC : Applying InputClass "libinput keyboard catchall"
[   960.587] (**) Burr-Brown from TI               USB Audio CODEC : Applying InputClass "system-keyboard"
[   960.587] (**) Burr-Brown from TI               USB Audio CODEC : Applying InputClass "touchpad"
[   960.587] (**) Burr-Brown from TI               USB Audio CODEC : Applying InputClass "libinput keyboard catchall"
[   960.587] (II) Using input driver 'libinput' for 'Burr-Brown from TI               USB Audio CODEC '
[   960.588] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[   960.588] (**) Burr-Brown from TI               USB Audio CODEC : always reports core events
[   960.588] (**) Option "Device" "/dev/input/event3"
[   960.589] (II) event3  - Burr-Brown from TI               USB Audio CODEC : is tagged by udev as: Keyboard
[   960.589] (II) event3  - Burr-Brown from TI               USB Audio CODEC : device is a keyboard
[   960.589] (II) event3  - Burr-Brown from TI               USB Audio CODEC : device removed
[   960.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:08BB:2902.0001/input/input3/event3"
[   960.589] (II) XINPUT: Adding extended input device "Burr-Brown from TI               USB Audio CODEC " (type: KEYBOARD, id 10)
[   960.590] (II) event3  - Burr-Brown from TI               USB Audio CODEC : is tagged by udev as: Keyboard
[   960.590] (II) event3  - Burr-Brown from TI               USB Audio CODEC : device is a keyboard
[   960.590] (II) config/udev: Adding input device MSI MSI Clutch GM40 GAMING Mouse (/dev/input/event4)
[   960.590] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "libinput pointer catchall"
[   960.590] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "touchpad"
[   960.590] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "libinput pointer catchall"
[   960.590] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "My Mouse"
[   960.590] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse'
[   960.642] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
[   960.642] (**) MSI MSI Clutch GM40 GAMING Mouse: always reports core events
[   960.642] (**) Option "Device" "/dev/input/event4"
[   960.646] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: is tagged by udev as: Mouse
[   960.646] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: device is a pointer
[   960.647] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: device removed
[   960.647] (**) Option "AccelSpeed" "0.9"
[   960.647] (**) Option "AccelProfile" "flat"
[   960.647] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.647] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.647] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.647] (**) Option "NaturalScrolling" "true"
[   960.647] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0D22:0D40.0002/input/input4/event4"
[   960.647] (II) XINPUT: Adding extended input device "MSI MSI Clutch GM40 GAMING Mouse" (type: MOUSE, id 11)
[   960.647] (**) Option "AccelerationScheme" "none"
[   960.647] (**) MSI MSI Clutch GM40 GAMING Mouse: (accel) selected scheme none/0
[   960.647] (**) MSI MSI Clutch GM40 GAMING Mouse: (accel) acceleration factor: 2.000
[   960.647] (**) MSI MSI Clutch GM40 GAMING Mouse: (accel) acceleration threshold: 4
[   960.651] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: is tagged by udev as: Mouse
[   960.652] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: device is a pointer
[   960.655] (II) config/udev: Adding input device MSI MSI Clutch GM40 GAMING Mouse (/dev/input/mouse0)
[   960.655] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "touchpad"
[   960.655] (**) MSI MSI Clutch GM40 GAMING Mouse: Applying InputClass "My Mouse"
[   960.655] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse'
[   960.655] (**) MSI MSI Clutch GM40 GAMING Mouse: always reports core events
[   960.655] (**) Option "Device" "/dev/input/mouse0"
[   960.656] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse0
	Permission denied.
[   960.656] (II) mouse0: opening input device '/dev/input/mouse0' failed (Permission denied).
[   960.656] (II) mouse0  - failed to create input device '/dev/input/mouse0'.
[   960.656] (EE) libinput: MSI MSI Clutch GM40 GAMING Mouse: Failed to create a device for /dev/input/mouse0
[   960.656] (EE) PreInit returned 2 for "MSI MSI Clutch GM40 GAMING Mouse"
[   960.656] (II) UnloadModule: "libinput"
[   960.658] (II) config/udev: Adding input device MSI MSI Clutch GM40 GAMING Mouse Keyboard (/dev/input/event5)
[   960.658] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   960.658] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "system-keyboard"
[   960.659] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "touchpad"
[   960.659] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   960.659] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse Keyboard'
[   960.661] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 35 paused 0
[   960.661] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: always reports core events
[   960.661] (**) Option "Device" "/dev/input/event5"
[   960.665] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: is tagged by udev as: Keyboard
[   960.665] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device is a keyboard
[   960.666] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device removed
[   960.666] (**) Option "NaturalScrolling" "true"
[   960.666] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse Keyboard: needs a virtual subdevice
[   960.666] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0D22:0D40.0003/input/input5/event5"
[   960.666] (II) XINPUT: Adding extended input device "MSI MSI Clutch GM40 GAMING Mouse Keyboard" (type: MOUSE, id 12)
[   960.666] (**) Option "AccelerationScheme" "none"
[   960.666] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: (accel) selected scheme none/0
[   960.666] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: (accel) acceleration factor: 2.000
[   960.666] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: (accel) acceleration threshold: 4
[   960.669] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: is tagged by udev as: Keyboard
[   960.669] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device is a keyboard
[   960.671] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Mouse (/dev/input/event9)
[   960.671] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "libinput pointer catchall"
[   960.671] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "touchpad"
[   960.671] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "libinput pointer catchall"
[   960.671] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "My Mouse"
[   960.671] (II) Using input driver 'libinput' for 'MSFT0001:01 06CB:CE2D Mouse'
[   960.686] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 36 paused 0
[   960.686] (**) MSFT0001:01 06CB:CE2D Mouse: always reports core events
[   960.686] (**) Option "Device" "/dev/input/event9"
[   960.688] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: is tagged by udev as: Mouse
[   960.688] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: device is a pointer
[   960.689] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: device removed
[   960.689] (**) Option "AccelSpeed" "0.9"
[   960.689] (**) Option "AccelProfile" "flat"
[   960.689] (II) libinput: MSFT0001:01 06CB:CE2D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.689] (II) libinput: MSFT0001:01 06CB:CE2D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.689] (II) libinput: MSFT0001:01 06CB:CE2D Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.689] (**) Option "NaturalScrolling" "true"
[   960.689] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-MSFT0001:01/0018:06CB:CE2D.0004/input/input13/event9"
[   960.689] (II) XINPUT: Adding extended input device "MSFT0001:01 06CB:CE2D Mouse" (type: MOUSE, id 13)
[   960.689] (**) Option "AccelerationScheme" "none"
[   960.689] (**) MSFT0001:01 06CB:CE2D Mouse: (accel) selected scheme none/0
[   960.689] (**) MSFT0001:01 06CB:CE2D Mouse: (accel) acceleration factor: 2.000
[   960.689] (**) MSFT0001:01 06CB:CE2D Mouse: (accel) acceleration threshold: 4
[   960.691] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: is tagged by udev as: Mouse
[   960.691] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: device is a pointer
[   960.692] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Mouse (/dev/input/mouse1)
[   960.692] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "touchpad"
[   960.692] (**) MSFT0001:01 06CB:CE2D Mouse: Applying InputClass "My Mouse"
[   960.692] (II) Using input driver 'libinput' for 'MSFT0001:01 06CB:CE2D Mouse'
[   960.692] (**) MSFT0001:01 06CB:CE2D Mouse: always reports core events
[   960.692] (**) Option "Device" "/dev/input/mouse1"
[   960.693] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse1
	Permission denied.
[   960.693] (II) mouse1: opening input device '/dev/input/mouse1' failed (Permission denied).
[   960.693] (II) mouse1  - failed to create input device '/dev/input/mouse1'.
[   960.693] (EE) libinput: MSFT0001:01 06CB:CE2D Mouse: Failed to create a device for /dev/input/mouse1
[   960.693] (EE) PreInit returned 2 for "MSFT0001:01 06CB:CE2D Mouse"
[   960.693] (II) UnloadModule: "libinput"
[   960.694] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Touchpad (/dev/input/event10)
[   960.694] (**) MSFT0001:01 06CB:CE2D Touchpad: Applying InputClass "libinput touchpad catchall"
[   960.694] (**) MSFT0001:01 06CB:CE2D Touchpad: Applying InputClass "touchpad"
[   960.694] (**) MSFT0001:01 06CB:CE2D Touchpad: Applying InputClass "libinput touchpad catchall"
[   960.694] (II) Using input driver 'libinput' for 'MSFT0001:01 06CB:CE2D Touchpad'
[   960.695] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 37 paused 0
[   960.695] (**) MSFT0001:01 06CB:CE2D Touchpad: always reports core events
[   960.695] (**) Option "Device" "/dev/input/event10"
[   960.697] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: is tagged by udev as: Touchpad
[   960.699] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: device is a touchpad
[   960.699] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: device removed
[   960.699] (**) Option "Tapping" "on"
[   960.699] (**) Option "TappingButtonMap" "lrm"
[   960.699] (**) Option "AccelSpeed" "0.1"
[   960.699] (II) libinput: MSFT0001:01 06CB:CE2D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.699] (II) libinput: MSFT0001:01 06CB:CE2D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.699] (II) libinput: MSFT0001:01 06CB:CE2D Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   960.700] (**) Option "NaturalScrolling" "true"
[   960.700] (**) Option "ClickMethod" "clickfinger"
[   960.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-MSFT0001:01/0018:06CB:CE2D.0004/input/input14/event10"
[   960.700] (II) XINPUT: Adding extended input device "MSFT0001:01 06CB:CE2D Touchpad" (type: TOUCHPAD, id 14)
[   960.702] (**) Option "AccelerationScheme" "none"
[   960.702] (**) MSFT0001:01 06CB:CE2D Touchpad: (accel) selected scheme none/0
[   960.702] (**) MSFT0001:01 06CB:CE2D Touchpad: (accel) acceleration factor: 2.000
[   960.702] (**) MSFT0001:01 06CB:CE2D Touchpad: (accel) acceleration threshold: 4
[   960.704] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: is tagged by udev as: Touchpad
[   960.706] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: device is a touchpad
[   960.707] (II) config/udev: Adding input device MSFT0001:01 06CB:CE2D Touchpad (/dev/input/mouse2)
[   960.707] (**) MSFT0001:01 06CB:CE2D Touchpad: Applying InputClass "touchpad"
[   960.707] (II) Using input driver 'libinput' for 'MSFT0001:01 06CB:CE2D Touchpad'
[   960.707] (**) MSFT0001:01 06CB:CE2D Touchpad: always reports core events
[   960.707] (**) Option "Device" "/dev/input/mouse2"
[   960.707] (EE) xf86OpenSerial: Cannot open device /dev/input/mouse2
	Permission denied.
[   960.707] (II) mouse2: opening input device '/dev/input/mouse2' failed (Permission denied).
[   960.707] (II) mouse2  - failed to create input device '/dev/input/mouse2'.
[   960.707] (EE) libinput: MSFT0001:01 06CB:CE2D Touchpad: Failed to create a device for /dev/input/mouse2
[   960.707] (EE) PreInit returned 2 for "MSFT0001:01 06CB:CE2D Touchpad"
[   960.707] (II) UnloadModule: "libinput"
[   960.708] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event8)
[   960.708] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[   960.708] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[   960.708] (**) Ideapad extra buttons: Applying InputClass "touchpad"
[   960.708] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[   960.708] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[   960.708] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 38 paused 0
[   960.708] (**) Ideapad extra buttons: always reports core events
[   960.708] (**) Option "Device" "/dev/input/event8"
[   960.709] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[   960.709] (II) event8  - Ideapad extra buttons: device is a keyboard
[   960.709] (II) event8  - Ideapad extra buttons: device removed
[   960.709] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input9/event8"
[   960.709] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 15)
[   960.710] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[   960.710] (II) event8  - Ideapad extra buttons: device is a keyboard
[   960.711] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[   960.711] (**) HDA Intel PCH Mic: Applying InputClass "touchpad"
[   960.711] (II) Using input driver 'libinput' for 'HDA Intel PCH Mic'
[   960.712] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 39 paused 0
[   960.712] (**) HDA Intel PCH Mic: always reports core events
[   960.712] (**) Option "Device" "/dev/input/event11"
[   960.712] (II) event11 - HDA Intel PCH Mic: is tagged by udev as: Switch
[   960.712] (II) event11 - not using input device '/dev/input/event11'.
[   960.712] (EE) libinput: HDA Intel PCH Mic: Failed to create a device for /dev/input/event11
[   960.713] (EE) PreInit returned 2 for "HDA Intel PCH Mic"
[   960.713] (II) UnloadModule: "libinput"
[   960.713] (II) systemd-logind: releasing fd for 13:75
[   960.713] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   960.713] (**) HDA Intel PCH Headphone: Applying InputClass "touchpad"
[   960.713] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[   960.714] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 39 paused 0
[   960.714] (**) HDA Intel PCH Headphone: always reports core events
[   960.714] (**) Option "Device" "/dev/input/event12"
[   960.715] (II) event12 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[   960.715] (II) event12 - not using input device '/dev/input/event12'.
[   960.715] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event12
[   960.715] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[   960.715] (II) UnloadModule: "libinput"
[   960.715] (II) systemd-logind: releasing fd for 13:76
[   960.715] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   960.715] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "touchpad"
[   960.715] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[   960.716] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 39 paused 0
[   960.716] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[   960.716] (**) Option "Device" "/dev/input/event13"
[   960.716] (II) event13 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[   960.716] (II) event13 - not using input device '/dev/input/event13'.
[   960.716] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event13
[   960.716] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[   960.716] (II) UnloadModule: "libinput"
[   960.716] (II) systemd-logind: releasing fd for 13:77
[   960.717] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   960.717] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "touchpad"
[   960.717] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[   960.717] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 39 paused 0
[   960.717] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[   960.717] (**) Option "Device" "/dev/input/event14"
[   960.718] (II) event14 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[   960.718] (II) event14 - not using input device '/dev/input/event14'.
[   960.718] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event14
[   960.718] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[   960.718] (II) UnloadModule: "libinput"
[   960.718] (II) systemd-logind: releasing fd for 13:78
[   960.718] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[   960.718] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "touchpad"
[   960.718] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[   960.719] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
[   960.719] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[   960.719] (**) Option "Device" "/dev/input/event15"
[   960.719] (II) event15 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[   960.719] (II) event15 - not using input device '/dev/input/event15'.
[   960.719] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event15
[   960.719] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[   960.719] (II) UnloadModule: "libinput"
[   960.719] (II) systemd-logind: releasing fd for 13:79
[   960.720] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   960.720] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   960.720] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   960.720] (**) AT Translated Set 2 keyboard: Applying InputClass "touchpad"
[   960.720] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   960.720] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   960.720] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[   960.720] (**) AT Translated Set 2 keyboard: always reports core events
[   960.720] (**) Option "Device" "/dev/input/event2"
[   960.721] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   960.721] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   960.721] (II) event2  - AT Translated Set 2 keyboard: device removed
[   960.721] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   960.721] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[   960.722] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   960.722] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   960.725] (II) config/udev: Adding input device MX KEYS S (/dev/input/event20)
[   960.725] (**) MX KEYS S: Applying InputClass "libinput keyboard catchall"
[   960.725] (**) MX KEYS S: Applying InputClass "system-keyboard"
[   960.725] (**) MX KEYS S: Applying InputClass "touchpad"
[   960.725] (**) MX KEYS S: Applying InputClass "libinput keyboard catchall"
[   960.725] (II) Using input driver 'libinput' for 'MX KEYS S'
[   960.725] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 40 paused 0
[   960.725] (**) MX KEYS S: always reports core events
[   960.725] (**) Option "Device" "/dev/input/event20"
[   960.726] (II) event20 - MX KEYS S: is tagged by udev as: Keyboard
[   960.726] (II) event20 - MX KEYS S: device is a keyboard
[   960.726] (II) event20 - MX KEYS S: device removed
[   960.726] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B378.0005/input/input28/event20"
[   960.726] (II) XINPUT: Adding extended input device "MX KEYS S" (type: KEYBOARD, id 17)
[   960.726] (II) event20 - MX KEYS S: is tagged by udev as: Keyboard
[   960.726] (II) event20 - MX KEYS S: device is a keyboard
[   960.730] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   960.730] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "system-keyboard"
[   960.730] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "touchpad"
[   960.730] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   960.730] (II) Using input driver 'libinput' for 'MSI MSI Clutch GM40 GAMING Mouse Keyboard'
[   960.730] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[   960.730] (**) MSI MSI Clutch GM40 GAMING Mouse Keyboard: always reports core events
[   960.730] (**) Option "Device" "/dev/input/event5"
[   960.730] (II) libinput: MSI MSI Clutch GM40 GAMING Mouse Keyboard: is a virtual subdevice
[   960.730] (**) Option "NaturalScrolling" "true"
[   960.730] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:0D22:0D40.0003/input/input5/event5"
[   960.730] (II) XINPUT: Adding extended input device "MSI MSI Clutch GM40 GAMING Mouse Keyboard" (type: KEYBOARD, id 18)
[  1516.440] (**) Option "fd" "27"
[  1516.440] (II) event7  - Video Bus: device removed
[  1516.440] (**) Option "fd" "30"
[  1516.441] (II) event6  - Video Bus: device removed
[  1516.441] (**) Option "fd" "31"
[  1516.441] (II) event1  - Power Button: device removed
[  1516.441] (**) Option "fd" "32"
[  1516.441] (II) event0  - Lid Switch: device removed
[  1516.441] (**) Option "fd" "33"
[  1516.441] (II) event3  - Burr-Brown from TI               USB Audio CODEC : device removed
[  1516.441] (**) Option "fd" "34"
[  1516.442] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: device removed
[  1516.442] (**) Option "fd" "35"
[  1516.442] (**) Option "fd" "36"
[  1516.442] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: device removed
[  1516.442] (**) Option "fd" "37"
[  1516.442] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: device removed
[  1516.442] (**) Option "fd" "38"
[  1516.442] (II) event8  - Ideapad extra buttons: device removed
[  1516.443] (**) Option "fd" "39"
[  1516.443] (II) event2  - AT Translated Set 2 keyboard: device removed
[  1516.443] (**) Option "fd" "40"
[  1516.443] (II) event20 - MX KEYS S: device removed
[  1516.443] (**) Option "fd" "35"
[  1516.443] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device removed
[  1516.443] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1518.298] (II) systemd-logind: got pause for 13:67
[  1518.298] (II) systemd-logind: got pause for 13:84
[  1518.298] (II) systemd-logind: got pause for 13:73
[  1518.298] (II) systemd-logind: got pause for 13:69
[  1518.298] (II) systemd-logind: got pause for 13:74
[  1518.298] (II) systemd-logind: got pause for 13:64
[  1518.298] (II) systemd-logind: got pause for 13:68
[  1518.298] (II) systemd-logind: got pause for 13:66
[  1518.298] (II) systemd-logind: got pause for 13:65
[  1518.298] (II) systemd-logind: got pause for 13:70
[  1518.298] (II) systemd-logind: got pause for 13:72
[  1518.298] (II) systemd-logind: got pause for 13:71
[  1548.016] (II) systemd-logind: got resume for 13:67
[  1548.023] (II) systemd-logind: got resume for 13:84
[  1548.036] (II) systemd-logind: got resume for 13:73
[  1548.044] (II) systemd-logind: got resume for 13:69
[  1548.057] (II) systemd-logind: got resume for 13:74
[  1548.062] (II) systemd-logind: got resume for 13:64
[  1548.066] (II) systemd-logind: got resume for 13:68
[  1548.071] (II) systemd-logind: got resume for 13:66
[  1548.079] (II) systemd-logind: got resume for 13:65
[  1548.087] (II) systemd-logind: got resume for 13:70
[  1548.087] (II) systemd-logind: got resume for 226:1
[  1548.095] (II) systemd-logind: got resume for 13:72
[  1548.103] (II) systemd-logind: got resume for 13:71
[  1548.103] (II) systemd-logind: got resume for 226:0
[  1548.103] (II) AIGLX: Resuming AIGLX clients after VT switch
[  1548.115] (II) modeset(0): EDID vendor "AUO", prod id 53741
[  1548.115] (II) modeset(0): Using EDID range info for horizontal sync
[  1548.115] (II) modeset(0): Using EDID range info for vertical refresh
[  1548.115] (II) modeset(0): Printing DDC gathered Modelines:
[  1548.115] (II) modeset(0): Modeline "1920x1080"x0.0  285.00  1920 2028 2076 2076  1080 1090 1100 1142 -hsync -vsync (137.3 kHz eP)
[  1548.157] (II) modeset(0): EDID vendor "AUO", prod id 53741
[  1548.157] (II) modeset(0): Using hsync ranges from config file
[  1548.157] (II) modeset(0): Using vrefresh ranges from config file
[  1548.157] (II) modeset(0): Printing DDC gathered Modelines:
[  1548.157] (II) modeset(0): Modeline "1920x1080"x0.0  285.00  1920 2028 2076 2076  1080 1090 1100 1142 -hsync -vsync (137.3 kHz eP)
[  1548.175] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1548.175] (II) event7  - Video Bus: device is a keyboard
[  1548.178] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[  1548.178] (II) event6  - Video Bus: device is a keyboard
[  1548.179] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1548.180] (II) event1  - Power Button: device is a keyboard
[  1548.181] (II) event0  - Lid Switch: is tagged by udev as: Switch
[  1548.181] (II) event0  - Lid Switch: device is a switch device
[  1548.183] (II) event3  - Burr-Brown from TI               USB Audio CODEC : is tagged by udev as: Keyboard
[  1548.184] (II) event3  - Burr-Brown from TI               USB Audio CODEC : device is a keyboard
[  1548.186] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: is tagged by udev as: Mouse
[  1548.186] (II) event4  - MSI MSI Clutch GM40 GAMING Mouse: device is a pointer
[  1548.188] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: is tagged by udev as: Keyboard
[  1548.188] (II) event5  - MSI MSI Clutch GM40 GAMING Mouse Keyboard: device is a keyboard
[  1548.190] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: is tagged by udev as: Mouse
[  1548.190] (II) event9  - MSFT0001:01 06CB:CE2D Mouse: device is a pointer
[  1548.191] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: is tagged by udev as: Touchpad
[  1548.193] (II) event10 - MSFT0001:01 06CB:CE2D Touchpad: device is a touchpad
[  1548.194] (II) event8  - Ideapad extra buttons: is tagged by udev as: Keyboard
[  1548.194] (II) event8  - Ideapad extra buttons: device is a keyboard
[  1548.195] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1548.195] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[  1548.197] (II) event20 - MX KEYS S: is tagged by udev as: Keyboard
[  1548.197] (II) event20 - MX KEYS S: device is a keyboard
[  1548.215] (II) modeset(0): EDID vendor "AUO", prod id 53741
[  1548.215] (II) modeset(0): Using hsync ranges from config file
[  1548.215] (II) modeset(0): Using vrefresh ranges from config file
[  1548.215] (II) modeset(0): Printing DDC gathered Modelines:
[  1548.215] (II) modeset(0): Modeline "1920x1080"x0.0  285.00  1920 2028 2076 2076  1080 1090 1100 1142 -hsync -vsync (137.3 kHz eP)

Offline

#8 2026-03-15 21:55:52

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,694

Re: I can't reverse the scrolling of my mouse

xinput list-props 'MSI MSI Clutch GM40 GAMING Mouse'
xinput list-props 'MSFT0001:01 06CB:CE2D Mouse'

Offline

#9 2026-03-15 22:10:36

blackgazze
Member
Registered: 2026-03-15
Posts: 5

Re: I can't reverse the scrolling of my mouse

Do the things contained here are modifiable by a configuration file?


xinput list-props 'MSI MSI Clutch GM40 GAMING Mouse'
xinput list-props 'MSFT0001:01 06CB:CE2D Mouse'
Device 'MSI MSI Clutch GM40 GAMING Mouse':
	Device Enabled (172):	1
	Coordinate Transformation Matrix (174):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Natural Scrolling Enabled (306):	1
	libinput Natural Scrolling Enabled Default (307):	0
	libinput Scroll Methods Available (308):	0, 0, 1
	libinput Scroll Method Enabled (309):	0, 0, 0
	libinput Scroll Method Enabled Default (310):	0, 0, 0
	libinput Button Scrolling Button (311):	2
	libinput Button Scrolling Button Default (312):	2
	libinput Button Scrolling Button Lock Enabled (313):	0
	libinput Button Scrolling Button Lock Enabled Default (314):0
	libinput Middle Emulation Enabled (315):	0
	libinput Middle Emulation Enabled Default (316):	0
	libinput Rotation Angle (289):	0.000000
	libinput Rotation Angle Default (290):	0.000000
	libinput Accel Speed (317):	0.900000
	libinput Accel Speed Default (318):	0.000000
	libinput Accel Profiles Available (319):	1, 1, 1
	libinput Accel Profile Enabled (320):	0, 1, 0
	libinput Accel Profile Enabled Default (321):	1, 0, 0
	libinput Accel Custom Fallback Points (322):	<no items>
	libinput Accel Custom Fallback Step (323):	0.000000
	libinput Accel Custom Motion Points (324):	<no items>
	libinput Accel Custom Motion Step (325):	0.000000
	libinput Accel Custom Scroll Points (326):	<no items>
	libinput Accel Custom Scroll Step (327):	0.000000
	libinput Left Handed Enabled (328):	0
	libinput Left Handed Enabled Default (329):	0
	libinput Send Events Modes Available (291):	1, 0
	libinput Send Events Mode Enabled (292):	0, 0
	libinput Send Events Mode Enabled Default (293):	0, 0
	Device Node (294):	"/dev/input/event4"
	Device Product ID (295):	3362, 3392
	libinput Drag Lock Buttons (330):	<no items>
	libinput Horizontal Scroll Enabled (331):	1
	libinput Scrolling Pixel Distance (332):	15
	libinput Scrolling Pixel Distance Default (333):	15
	libinput High Resolution Wheel Scroll Enabled (334):	1
Device 'MSFT0001:01 06CB:CE2D Mouse':
	Device Enabled (172):	1
	Coordinate Transformation Matrix (174):	1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
	libinput Natural Scrolling Enabled (306):	1
	libinput Natural Scrolling Enabled Default (307):	0
	libinput Scroll Methods Available (308):	0, 0, 1
	libinput Scroll Method Enabled (309):	0, 0, 0
	libinput Scroll Method Enabled Default (310):	0, 0, 0
	libinput Button Scrolling Button (311):	3
	libinput Button Scrolling Button Default (312):	3
	libinput Button Scrolling Button Lock Enabled (313):	0
	libinput Button Scrolling Button Lock Enabled Default (314):0
	libinput Rotation Angle (289):	0.000000
	libinput Rotation Angle Default (290):	0.000000
	libinput Accel Speed (317):	0.900000
	libinput Accel Speed Default (318):	0.000000
	libinput Accel Profiles Available (319):	1, 1, 1
	libinput Accel Profile Enabled (320):	0, 1, 0
	libinput Accel Profile Enabled Default (321):	1, 0, 0
	libinput Accel Custom Fallback Points (322):	<no items>
	libinput Accel Custom Fallback Step (323):	0.000000
	libinput Accel Custom Motion Points (324):	<no items>
	libinput Accel Custom Motion Step (325):	0.000000
	libinput Accel Custom Scroll Points (326):	<no items>
	libinput Accel Custom Scroll Step (327):	0.000000
	libinput Left Handed Enabled (328):	0
	libinput Left Handed Enabled Default (329):	0
	libinput Send Events Modes Available (291):	1, 0
	libinput Send Events Mode Enabled (292):	0, 0
	libinput Send Events Mode Enabled Default (293):	0, 0
	Device Node (294):	"/dev/input/event9"
	Device Product ID (295):	1739, 52781
	libinput Drag Lock Buttons (330):	<no items>
	libinput Horizontal Scroll Enabled (331):	1
	libinput Scrolling Pixel Distance (332):	15
	libinput Scrolling Pixel Distance Default (333):	15
	libinput High Resolution Wheel Scroll Enabled (334):	1

Offline

#10 2026-03-15 22:16:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 74,694

Re: I can't reverse the scrolling of my mouse

Yes, the xorg configuration.
Natural scrolling is enabled, what's your testcase?
If you run "xev -event mouse | grep button", move the cursor into the xev window and only scroll up, what output does that generate?

Offline

Board footer

Powered by FluxBB