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

Bug#1111886: xserver-xorg-core: using modesetting on 32-bit leads to black screen if CTM is availiable



Package: xserver-xorg-core
Version: 2:21.1.16-1.3
Severity: important
Tags: upstream patch
X-Debbugs-Cc: debian-arm@lists.debian.org
User: debian-qa@lists.debian.org
Usertags: i386
User: debian-arm@lists.debian.org
Usertags: armel

Dear Maintainer,

I've found a bug that appears when Xorg starts with modesetting driver
if the color transformation matrix is enabled in the kernel, but only on
32-bit architectures.

It goes like that: if all the conditions mentioned above met, Xorg
starts with completely black screen, though it works good, the only
problem is that the user is unable to see anything.

Drilling into the Xorg code I've managed to find the error that leads to
the bug: it is in the hw/xfree86/drivers/modesetting/drmmode_display.c:

	static const struct drm_color_ctm ctm_identity
		1UL << 32, 0, 0,
		0, 1UL << 32, 0,
		0, 0, 1UL << 32
	} };

On 32-bit architectures this overflows and instead of the value 2^32 it
becomes 0, so the "identity" matrix that is default transformation
matrix and should not change any colors becomes effectively a zero
matrix, rendering all the colors to black.

This was fixed in the commit
https://gitlab.freedesktop.org/xorg/xserver/-/commit/69beb656539d5f9f82ec501f42245d0f43b709d8
that unfortunately didn't make it to Trixie, so I'm kindly asking you to
add this patch to the current Xorg version in Debian Stable.

For the time being I also want to mention that this problem is
circumventable with a command

  xrandr --output LVDS-1 --set CTM '1,0,0,0,1,0,0,0,1'

if it is added to the xorg startup scripts (you should, of course,
replace LVDS-1 with the output you have; but this is clunky).

Thanks in advance!

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

The lspci command was not found; not including PCI data.

Xorg X server configuration file status:
----------------------------------------
-rw-r--r-- 1 sqrt sqrt 2064 Aug 12 01:30 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
-------------------------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
EndSection

Section "ServerFlags"
        Option "DontZap" "false"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dri2"
	Load  "glx"
	Load  "dbe"
	Load  "dri"
EndSection

#Section "InputClass"
#    Identifier      "Keyboard Defaults"
#    MatchIsKeyboard "yes"
#    Option  "XkbLayout"     "us,ru"
#    Option  "XkbVariant"    ","
#    Option  "XkbOptions"    "terminate:ctrl_alt_bksp,grp:caps_toggle"
#EndSection


#Section "InputClass"
#    Identifier "Touchpad0"
#    MatchIsTouchpad "yes"
#    Driver "synaptics"
#    Option "VertHysteresis"  "10"
#    Option "HorizHysteresis" "10"
#    Option "CoastingSpeed" "0"
#    Option "TapButton1" "1"
#    Option "TapButton2" "2"
#    Option "TapButton3" "3"
#	Option "Tapping" "on"
#EndSection

Section "InputClass"
    Identifier "Touchpads"
    Driver "libinput"
	Option "Tapping" "on"
	Option "HorizontalScrolling" "no"
    Option "HighResolutionWheelScrolling" "no"
EndSection

Section "InputClass"
	Identifier "Trackpoints"
	MatchIsPointer "yes"
	Option "AccelSpeed" "-1"
EndSection



Section "Device"
	Identifier  "Card0"
	Driver      "modesetting"
	VendorName  "Intel Corporation"
	BoardName   "N10 Family Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     32
	EndSubSection
EndSection

Section "Monitor"
  Identifier    "Monitor0"
  DisplaySize 280 155
EndSection

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 0

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

Kernel version (/proc/version):
-------------------------------
Linux version 6.12.38 (sqrt@laptop) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #2 SMP PREEMPT_DYNAMIC Sun Aug 10 15:00:02 MSK 2025

Xorg X server log files on system:
----------------------------------
-rw-r--r-- 1 root root 41541 Aug 22 21:57 /var/log/Xorg.0.log
-rw-r--r-- 1 sqrt sqrt  5796 Aug 22 23:44 /home/sqrt/.local/share/xorg/Xorg.1.log
-rw-r--r-- 1 sqrt sqrt 39077 Aug 23 12:59 /home/sqrt/.local/share/xorg/Xorg.0.log

Contents of most recent Xorg X server log file (/home/sqrt/.local/share/xorg/Xorg.0.log):
-----------------------------------------------------------------------------------------
[   885.855] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[   885.857] Current Operating System: Linux laptop 6.12.38 #2 SMP PREEMPT_DYNAMIC Sun Aug 10 15:00:02 MSK 2025 i686
[   885.857] Kernel command line: BOOT_IMAGE=/vmlinuz quiet initrd=/initrd.img resume=/dev/sda2 root=/dev/sda1
[   885.858] xorg-server 2:21.1.16-1.3 (https://www.debian.org/support) 
[   885.859] Current version of pixman: 0.44.0
[   885.860] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   885.860] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   885.865] (==) Log file: "/home/sqrt/.local/share/xorg/Xorg.0.log", Time: Sat Aug 23 12:59:12 2025
[   885.866] (==) Using config file: "/etc/X11/xorg.conf"
[   885.868] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   885.869] (==) ServerLayout "X.org Configured"
[   885.869] (**) |-->Screen "Screen0" (0)
[   885.869] (**) |   |-->Monitor "Monitor0"
[   885.869] (**) |   |-->Device "Card0"
[   885.869] (**) Option "DontZap" "false"
[   885.870] (**) Allowing byte-swapped clients
[   885.870] (==) Automatically adding devices
[   885.870] (==) Automatically enabling devices
[   885.870] (==) Automatically adding GPU devices
[   885.870] (==) Automatically binding GPU devices
[   885.870] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   885.870] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[   885.870] 	Entry deleted from font path.
[   885.870] (**) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[   885.870] (**) ModulePath set to "/usr/lib/xorg/modules"
[   885.870] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   885.870] (II) Loader magic: 0x7527a0
[   885.870] (II) Module ABI versions:
[   885.870] 	X.Org ANSI C Emulation: 0.4
[   885.870] 	X.Org Video Driver: 25.2
[   885.870] 	X.Org XInput driver : 24.4
[   885.870] 	X.Org Server Extension : 10.0
[   885.872] (++) using VT number 1

[   885.873] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files
[   885.876] (II) xfree86: Adding drm device (/dev/dri/card0)
[   885.876] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   885.902] (--) PCI:*(0@0:2:0) 8086:0116:17aa:21da rev 9, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   885.902] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   885.902] (II) LoadModule: "extmod"
[   885.902] (II) Module "extmod" already built-in
[   885.902] (II) LoadModule: "record"
[   885.902] (II) Module "record" already built-in
[   885.902] (II) LoadModule: "dri2"
[   885.902] (II) Module "dri2" already built-in
[   885.902] (II) LoadModule: "glx"
[   885.902] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   885.903] (II) Module glx: vendor="X.Org Foundation"
[   885.903] 	compiled for 1.21.1.16, module version = 1.0.0
[   885.903] 	ABI class: X.Org Server Extension, version 10.0
[   885.903] (II) LoadModule: "dbe"
[   885.903] (II) Module "dbe" already built-in
[   885.903] (II) LoadModule: "dri"
[   885.903] (II) Module "dri" already built-in
[   885.903] (II) LoadModule: "modesetting"
[   885.903] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   885.903] (II) Module modesetting: vendor="X.Org Foundation"
[   885.903] 	compiled for 1.21.1.16, module version = 1.21.1
[   885.903] 	Module class: X.Org Video Driver
[   885.903] 	ABI class: X.Org Video Driver, version 25.2
[   885.903] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   885.909] (II) modeset(0): using drv /dev/dri/card0
[   885.909] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   885.909] (II) modeset(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
[   885.909] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   885.909] (==) modeset(0): RGB weight 888
[   885.909] (==) modeset(0): Default visual is TrueColor
[   885.909] (II) Loading sub module "glamoregl"
[   885.909] (II) LoadModule: "glamoregl"
[   885.910] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   885.915] (II) Module glamoregl: vendor="X.Org Foundation"
[   885.915] 	compiled for 1.21.1.16, module version = 1.0.1
[   885.915] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   885.970] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 3000 (SNB GT2)
[   885.970] (II) modeset(0): glamor initialized
[   885.970] (==) modeset(0): VariableRefresh: disabled
[   885.970] (==) modeset(0): AsyncFlipSecondaries: disabled
[   885.970] (II) modeset(0): Output LVDS-1 using monitor section Monitor0
[   885.971] (II) modeset(0): Output VGA-1 has no monitor section
[   886.084] (II) modeset(0): Output HDMI-1 has no monitor section
[   886.092] (II) modeset(0): Output DP-1 has no monitor section
[   886.093] (II) modeset(0): Output HDMI-2 has no monitor section
[   886.094] (II) modeset(0): Output HDMI-3 has no monitor section
[   886.100] (II) modeset(0): Output DP-2 has no monitor section
[   886.108] (II) modeset(0): Output DP-3 has no monitor section
[   886.108] (II) modeset(0): EDID for output LVDS-1
[   886.109] (II) modeset(0): Manufacturer: SEC  Model: 3047  Serial#: 0
[   886.109] (II) modeset(0): Year: 2010  Week: 0
[   886.109] (II) modeset(0): EDID Version: 1.3
[   886.109] (II) modeset(0): Digital Display Input
[   886.109] (II) modeset(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[   886.109] (II) modeset(0): Gamma: 2.20
[   886.109] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[   886.109] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   886.109] (II) modeset(0): First detailed timing is preferred mode
[   886.109] (II) modeset(0): redX: 0.566 redY: 0.337   greenX: 0.351 greenY: 0.560
[   886.109] (II) modeset(0): blueX: 0.150 blueY: 0.094   whiteX: 0.313 whiteY: 0.329
[   886.109] (II) modeset(0): Manufacturer's mask: 0
[   886.109] (II) modeset(0): Supported detailed timing:
[   886.109] (II) modeset(0): clock: 74.8 MHz   Image Size:  277 x 156 mm
[   886.109] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1578 h_border: 0
[   886.109] (II) modeset(0): v_active: 768  v_sync: 770  v_sync_end 775 v_blanking: 790 v_border: 0
[   886.109] (II) modeset(0): Unknown vendor-specific block f
[   886.109] (II) modeset(0):  SAMSUNG
[   886.109] (II) modeset(0):  LTN125AT01401
[   886.109] (II) modeset(0): EDID (in hex):
[   886.109] (II) modeset(0): 	00ffffffffffff004ca3473000000000
[   886.109] (II) modeset(0): 	00140103801c1078ea1d859156598f26
[   886.109] (II) modeset(0): 	18505400000001010101010101010101
[   886.109] (II) modeset(0): 	010101010101381d56d4500016303020
[   886.109] (II) modeset(0): 	2500159c100000190000000f00000000
[   886.109] (II) modeset(0): 	000000000025d9066a00000000fe0053
[   886.109] (II) modeset(0): 	414d53554e470a204ca34154000000fe
[   886.109] (II) modeset(0): 	004c544e31323541543031343031005d
[   886.110] (II) modeset(0): Printing probed modes for output LVDS-1
[   886.110] (II) modeset(0): Modeline "1366x768"x60.0   74.80  1366 1414 1446 1578  768 770 775 790 -hsync -vsync (47.4 kHz eP)
[   886.110] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   886.110] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   886.110] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   886.110] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   886.110] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   886.110] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   886.110] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   886.110] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   886.110] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   886.110] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   886.110] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   886.110] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   886.110] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   886.110] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   886.110] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   886.110] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   886.110] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   886.110] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   886.110] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   886.110] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   886.110] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   886.110] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   886.110] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   886.110] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   886.110] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   886.110] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   886.110] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   886.110] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   886.110] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   886.110] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   886.110] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   886.110] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   886.110] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   886.110] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   886.110] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   886.110] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   886.110] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   886.111] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   886.111] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   886.111] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   886.111] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   886.111] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   886.111] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   886.111] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   886.111] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   886.111] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   886.111] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   886.111] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   886.111] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   886.111] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   886.111] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   886.111] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   886.111] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   886.111] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   886.111] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   886.111] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   886.111] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   886.111] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   886.112] (II) modeset(0): EDID for output VGA-1
[   886.228] (II) modeset(0): EDID for output HDMI-1
[   886.236] (II) modeset(0): EDID for output DP-1
[   886.237] (II) modeset(0): EDID for output HDMI-2
[   886.238] (II) modeset(0): EDID for output HDMI-3
[   886.244] (II) modeset(0): EDID for output DP-2
[   886.252] (II) modeset(0): EDID for output DP-3
[   886.252] (II) modeset(0): Output LVDS-1 connected
[   886.252] (II) modeset(0): Output VGA-1 disconnected
[   886.252] (II) modeset(0): Output HDMI-1 disconnected
[   886.252] (II) modeset(0): Output DP-1 disconnected
[   886.252] (II) modeset(0): Output HDMI-2 disconnected
[   886.252] (II) modeset(0): Output HDMI-3 disconnected
[   886.252] (II) modeset(0): Output DP-2 disconnected
[   886.252] (II) modeset(0): Output DP-3 disconnected
[   886.252] (II) modeset(0): Using exact sizes for initial modes
[   886.252] (II) modeset(0): Output LVDS-1 using initial mode 1366x768 +0+0
[   886.252] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   886.252] (**) modeset(0): Display dimensions: (280, 155) mm
[   886.252] (**) modeset(0): DPI set to (123, 125)
[   886.252] (II) Loading sub module "fb"
[   886.252] (II) LoadModule: "fb"
[   886.252] (II) Module "fb" already built-in
[   886.402] (==) modeset(0): Backing store enabled
[   886.402] (==) modeset(0): Silken mouse enabled
[   886.428] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   886.428] (==) modeset(0): DPMS enabled
[   886.428] (II) modeset(0): [DRI2] Setup complete
[   886.428] (II) modeset(0): [DRI2]   DRI driver: crocus
[   886.428] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   886.429] (II) Initializing extension Generic Event Extension
[   886.429] (II) Initializing extension SHAPE
[   886.430] (II) Initializing extension MIT-SHM
[   886.431] (II) Initializing extension XInputExtension
[   886.431] (II) Initializing extension XTEST
[   886.432] (II) Initializing extension BIG-REQUESTS
[   886.433] (II) Initializing extension SYNC
[   886.433] (II) Initializing extension XKEYBOARD
[   886.434] (II) Initializing extension XC-MISC
[   886.435] (II) Initializing extension SECURITY
[   886.435] (II) Initializing extension XFIXES
[   886.436] (II) Initializing extension RENDER
[   886.436] (II) Initializing extension RANDR
[   886.437] (II) Initializing extension COMPOSITE
[   886.437] (II) Initializing extension DAMAGE
[   886.438] (II) Initializing extension MIT-SCREEN-SAVER
[   886.438] (II) Initializing extension DOUBLE-BUFFER
[   886.438] (II) Initializing extension RECORD
[   886.439] (II) Initializing extension DPMS
[   886.439] (II) Initializing extension Present
[   886.439] (II) Initializing extension DRI3
[   886.439] (II) Initializing extension X-Resource
[   886.440] (II) Initializing extension XVideo
[   886.440] (II) Initializing extension XVideo-MotionCompensation
[   886.440] (II) Initializing extension SELinux
[   886.440] (II) SELinux: Disabled on system
[   886.440] (II) Initializing extension GLX
[   886.462] (II) AIGLX: Loaded and initialized crocus
[   886.462] (II) GLX: Initialized DRI2 GL provider for screen 0
[   886.462] (II) Initializing extension XFree86-VidModeExtension
[   886.462] (II) Initializing extension XFree86-DGA
[   886.462] (II) Initializing extension XFree86-DRI
[   886.462] (II) Initializing extension DRI2
[   886.463] (II) modeset(0): Damage tracking initialized
[   886.463] (II) modeset(0): Setting screen physical size to 280 x 155
[   886.556] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   886.556] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   886.556] (**) Power Button: Applying InputClass "Touchpads"
[   886.556] (II) LoadModule: "libinput"
[   886.556] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   886.558] (II) Module libinput: vendor="X.Org Foundation"
[   886.558] 	compiled for 1.21.1.15, module version = 1.5.0
[   886.558] 	Module class: X.Org XInput Driver
[   886.558] 	ABI class: X.Org XInput driver, version 24.4
[   886.558] (II) Using input driver 'libinput' for 'Power Button'
[   886.558] (**) Power Button: always reports core events
[   886.558] (**) Option "Device" "/dev/input/event3"
[   886.561] (EE) Failed to load the device quirks from /usr/share/libinput and /etc/libinput/local-overrides.quirks. This will negatively affect device behavior. See https://wayland.freedesktop.org/libinput/doc/1.28.1/device-quirks.html for details.
[   886.561] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   886.561] (II) event3  - Power Button: device is a keyboard
[   886.561] (II) event3  - Power Button: device removed
[   886.584] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[   886.584] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   886.584] (**) Option "xkb_model" "pc104"
[   886.584] (**) Option "xkb_layout" "us,ru"
[   886.584] (**) Option "xkb_variant" ","
[   886.584] (**) Option "xkb_options" "grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll"
[   886.636] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   886.636] (II) event3  - Power Button: device is a keyboard
[   886.637] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[   886.637] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   886.637] (**) Video Bus: Applying InputClass "Touchpads"
[   886.637] (II) Using input driver 'libinput' for 'Video Bus'
[   886.637] (**) Video Bus: always reports core events
[   886.637] (**) Option "Device" "/dev/input/event7"
[   886.638] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   886.638] (II) event7  - Video Bus: device is a keyboard
[   886.638] (II) event7  - Video Bus: device removed
[   886.668] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event7"
[   886.668] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   886.668] (**) Option "xkb_model" "pc104"
[   886.668] (**) Option "xkb_layout" "us,ru"
[   886.668] (**) Option "xkb_variant" ","
[   886.668] (**) Option "xkb_options" "grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll"
[   886.671] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   886.671] (II) event7  - Video Bus: device is a keyboard
[   886.674] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[   886.674] (**) Lid Switch: Applying InputClass "Touchpads"
[   886.674] (II) Using input driver 'libinput' for 'Lid Switch'
[   886.674] (**) Lid Switch: always reports core events
[   886.674] (**) Option "Device" "/dev/input/event1"
[   886.697] (II) event1  - Lid Switch: is tagged by udev as: Switch
[   886.697] (II) event1  - Lid Switch: device is a switch device
[   886.697] (II) event1  - Lid Switch: device removed
[   886.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1"
[   886.720] (II) XINPUT: Adding extended input device "Lid Switch" (type: KEYBOARD, id 8)
[   886.722] (II) event1  - Lid Switch: is tagged by udev as: Switch
[   886.722] (II) event1  - Lid Switch: device is a switch device
[   886.725] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   886.725] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   886.725] (**) Sleep Button: Applying InputClass "Touchpads"
[   886.725] (II) Using input driver 'libinput' for 'Sleep Button'
[   886.725] (**) Sleep Button: always reports core events
[   886.725] (**) Option "Device" "/dev/input/event2"
[   886.727] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   886.727] (II) event2  - Sleep Button: device is a keyboard
[   886.727] (II) event2  - Sleep Button: device removed
[   886.740] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[   886.740] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   886.740] (**) Option "xkb_model" "pc104"
[   886.740] (**) Option "xkb_layout" "us,ru"
[   886.740] (**) Option "xkb_variant" ","
[   886.740] (**) Option "xkb_options" "grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll"
[   886.743] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   886.743] (II) event2  - Sleep Button: device is a keyboard
[   886.748] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[   886.748] (**) HDA Intel PCH Dock Mic: Applying InputClass "Touchpads"
[   886.748] (II) Using input driver 'libinput' for 'HDA Intel PCH Dock Mic'
[   886.748] (**) HDA Intel PCH Dock Mic: always reports core events
[   886.748] (**) Option "Device" "/dev/input/event9"
[   886.750] (II) event9  - HDA Intel PCH Dock Mic: is tagged by udev as: Switch
[   886.768] (II) event9  - not using input device '/dev/input/event9'.
[   886.768] (EE) libinput: HDA Intel PCH Dock Mic: Failed to create a device for /dev/input/event9
[   886.768] (EE) PreInit returned 2 for "HDA Intel PCH Dock Mic"
[   886.768] (II) UnloadModule: "libinput"
[   886.770] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[   886.770] (**) HDA Intel PCH Mic: Applying InputClass "Touchpads"
[   886.770] (II) Using input driver 'libinput' for 'HDA Intel PCH Mic'
[   886.770] (**) HDA Intel PCH Mic: always reports core events
[   886.770] (**) Option "Device" "/dev/input/event10"
[   886.772] (II) event10 - HDA Intel PCH Mic: is tagged by udev as: Switch
[   886.792] (II) event10 - not using input device '/dev/input/event10'.
[   886.792] (EE) libinput: HDA Intel PCH Mic: Failed to create a device for /dev/input/event10
[   886.792] (EE) PreInit returned 2 for "HDA Intel PCH Mic"
[   886.792] (II) UnloadModule: "libinput"
[   886.794] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[   886.794] (**) HDA Intel PCH Dock Headphone: Applying InputClass "Touchpads"
[   886.794] (II) Using input driver 'libinput' for 'HDA Intel PCH Dock Headphone'
[   886.794] (**) HDA Intel PCH Dock Headphone: always reports core events
[   886.794] (**) Option "Device" "/dev/input/event11"
[   886.796] (II) event11 - HDA Intel PCH Dock Headphone: is tagged by udev as: Switch
[   886.820] (II) event11 - not using input device '/dev/input/event11'.
[   886.820] (EE) libinput: HDA Intel PCH Dock Headphone: Failed to create a device for /dev/input/event11
[   886.820] (EE) PreInit returned 2 for "HDA Intel PCH Dock Headphone"
[   886.820] (II) UnloadModule: "libinput"
[   886.822] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[   886.822] (**) HDA Intel PCH Headphone: Applying InputClass "Touchpads"
[   886.822] (II) Using input driver 'libinput' for 'HDA Intel PCH Headphone'
[   886.822] (**) HDA Intel PCH Headphone: always reports core events
[   886.822] (**) Option "Device" "/dev/input/event12"
[   886.824] (II) event12 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[   886.844] (II) event12 - not using input device '/dev/input/event12'.
[   886.844] (EE) libinput: HDA Intel PCH Headphone: Failed to create a device for /dev/input/event12
[   886.844] (EE) PreInit returned 2 for "HDA Intel PCH Headphone"
[   886.844] (II) UnloadModule: "libinput"
[   886.846] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[   886.846] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "Touchpads"
[   886.846] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=3'
[   886.846] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[   886.846] (**) Option "Device" "/dev/input/event13"
[   886.848] (II) event13 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[   886.868] (II) event13 - not using input device '/dev/input/event13'.
[   886.868] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=3: Failed to create a device for /dev/input/event13
[   886.868] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=3"
[   886.868] (II) UnloadModule: "libinput"
[   886.870] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[   886.870] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "Touchpads"
[   886.870] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=7'
[   886.870] (**) HDA Intel PCH HDMI/DP,pcm=7: always reports core events
[   886.870] (**) Option "Device" "/dev/input/event14"
[   886.872] (II) event14 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[   886.892] (II) event14 - not using input device '/dev/input/event14'.
[   886.892] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=7: Failed to create a device for /dev/input/event14
[   886.892] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=7"
[   886.892] (II) UnloadModule: "libinput"
[   886.894] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[   886.894] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "Touchpads"
[   886.894] (II) Using input driver 'libinput' for 'HDA Intel PCH HDMI/DP,pcm=8'
[   886.894] (**) HDA Intel PCH HDMI/DP,pcm=8: always reports core events
[   886.894] (**) Option "Device" "/dev/input/event15"
[   886.896] (II) event15 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[   886.916] (II) event15 - not using input device '/dev/input/event15'.
[   886.916] (EE) libinput: HDA Intel PCH HDMI/DP,pcm=8: Failed to create a device for /dev/input/event15
[   886.916] (EE) PreInit returned 2 for "HDA Intel PCH HDMI/DP,pcm=8"
[   886.916] (II) UnloadModule: "libinput"
[   886.918] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[   886.918] (**) HDA Digital PCBeep: Applying InputClass "Touchpads"
[   886.918] (II) Using input driver 'libinput' for 'HDA Digital PCBeep'
[   886.918] (**) HDA Digital PCBeep: always reports core events
[   886.918] (**) Option "Device" "/dev/input/event8"
[   886.920] (II) event8  - HDA Digital PCBeep: not tagged as supported input device
[   886.964] (II) event8  - not using input device '/dev/input/event8'.
[   886.964] (EE) libinput: HDA Digital PCBeep: Failed to create a device for /dev/input/event8
[   886.964] (EE) PreInit returned 2 for "HDA Digital PCBeep"
[   886.964] (II) UnloadModule: "libinput"
[   886.967] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   886.967] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   886.967] (**) AT Translated Set 2 keyboard: Applying InputClass "Touchpads"
[   886.967] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   886.967] (**) AT Translated Set 2 keyboard: always reports core events
[   886.967] (**) Option "Device" "/dev/input/event0"
[   886.969] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   886.969] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   886.969] (II) event0  - AT Translated Set 2 keyboard: device removed
[   886.992] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   886.992] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   886.992] (**) Option "xkb_model" "pc104"
[   886.992] (**) Option "xkb_layout" "us,ru"
[   886.992] (**) Option "xkb_variant" ","
[   886.992] (**) Option "xkb_options" "grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll"
[   886.995] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   886.995] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   886.997] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[   886.997] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   886.997] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpads"
[   886.997] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   886.997] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   886.997] (**) Option "Device" "/dev/input/event4"
[   886.999] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   886.999] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   886.999] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[   887.040] (**) Option "Tapping" "on"
[   887.040] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   887.040] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   887.040] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   887.040] (**) Option "HorizontalScrolling" "no"
[   887.040] (**) Option "HighResolutionWheelScrolling" "no"
[   887.040] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[   887.040] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[   887.041] (**) Option "AccelerationScheme" "none"
[   887.041] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   887.041] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   887.041] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   887.044] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   887.044] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   887.046] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   887.046] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpads"
[   887.046] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   887.046] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   887.046] (**) Option "Device" "/dev/input/mouse0"
[   887.084] (II) mouse0  - not using input device '/dev/input/mouse0'.
[   887.084] (EE) libinput: SynPS/2 Synaptics TouchPad: Failed to create a device for /dev/input/mouse0
[   887.084] (EE) PreInit returned 2 for "SynPS/2 Synaptics TouchPad"
[   887.084] (II) UnloadModule: "libinput"
[   887.087] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
[   887.087] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[   887.087] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Touchpads"
[   887.087] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoints"
[   887.087] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[   887.087] (**) TPPS/2 IBM TrackPoint: always reports core events
[   887.087] (**) Option "Device" "/dev/input/event6"
[   887.089] (II) event6  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   887.089] (II) event6  - TPPS/2 IBM TrackPoint: device is a pointer
[   887.089] (II) event6  - TPPS/2 IBM TrackPoint: device removed
[   887.132] (**) Option "AccelSpeed" "-1"
[   887.132] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   887.132] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   887.132] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[   887.132] (**) Option "HorizontalScrolling" "no"
[   887.132] (**) Option "HighResolutionWheelScrolling" "no"
[   887.132] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event6"
[   887.132] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[   887.133] (**) Option "AccelerationScheme" "none"
[   887.133] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[   887.133] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[   887.133] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[   887.135] (II) event6  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   887.135] (II) event6  - TPPS/2 IBM TrackPoint: device is a pointer
[   887.138] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[   887.138] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Touchpads"
[   887.138] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoints"
[   887.138] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[   887.138] (**) TPPS/2 IBM TrackPoint: always reports core events
[   887.138] (**) Option "Device" "/dev/input/mouse1"
[   887.184] (II) mouse1  - not using input device '/dev/input/mouse1'.
[   887.184] (EE) libinput: TPPS/2 IBM TrackPoint: Failed to create a device for /dev/input/mouse1
[   887.184] (EE) PreInit returned 2 for "TPPS/2 IBM TrackPoint"
[   887.184] (II) UnloadModule: "libinput"
[   887.188] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[   887.188] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[   887.188] (**) ThinkPad Extra Buttons: Applying InputClass "Touchpads"
[   887.188] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[   887.188] (**) ThinkPad Extra Buttons: always reports core events
[   887.188] (**) Option "Device" "/dev/input/event5"
[   887.191] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   887.191] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   887.191] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[   887.191] (II) event5  - ThinkPad Extra Buttons: device removed
[   887.208] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event5"
[   887.208] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[   887.208] (**) Option "xkb_model" "pc104"
[   887.208] (**) Option "xkb_layout" "us,ru"
[   887.208] (**) Option "xkb_variant" ","
[   887.208] (**) Option "xkb_options" "grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll"
[   887.211] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   887.211] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[   887.211] (II) event5  - ThinkPad Extra Buttons: device is a switch device

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
M: input4
R: 4
J: +input:input4
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
E: SUBSYSTEM=input
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=8000 100000 0 0 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,8F,ramlsfw
E: USEC_INITIALIZED=5710431
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
M: event3
R: 3
J: c13:67
U: input
D: c 13:67
N: input/event3
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: MAJOR=13
E: MINOR=67
E: USEC_INITIALIZED=5863341
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc104
E: XKBLAYOUT=us,ru
E: XKBVARIANT=,
E: XKBOPTIONS=grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
M: input8
R: 8
J: +input:input8
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
E: SUBSYSTEM=input
E: PRODUCT=19/0/6/0
E: NAME="Video Bus"
E: PHYS="LNXVIDEO/video/input0"
E: PROP=0
E: EV=3
E: KEY=3e000b 0 0 0 0 0 0 0
E: MODALIAS=input:b0019v0000p0006e0000-e0,1,kE0,E1,E3,F1,F2,F3,F4,F5,ramlsfw
E: USEC_INITIALIZED=7956052
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event7
M: event7
R: 7
J: c13:71
U: input
D: c 13:71
N: input/event7
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event7
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: MAJOR=13
E: MINOR=71
E: USEC_INITIALIZED=7956181
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXVIDEO:00
E: ID_PATH_TAG=acpi-LNXVIDEO_00
E: XKBMODEL=pc104
E: XKBLAYOUT=us,ru
E: XKBVARIANT=,
E: XKBOPTIONS=grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/6:LNXVIDEO/video
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
M: input2
R: 2
J: +input:input2
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
E: SUBSYSTEM=input
E: PRODUCT=19/0/5/0
E: NAME="Lid Switch"
E: PHYS="PNP0C0D/button/input0"
E: PROP=0
E: EV=21
E: SW=1
E: MODALIAS=input:b0019v0000p0005e0000-e0,5,kramlsfw0,
E: USEC_INITIALIZED=5694515
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1
M: event1
R: 1
J: c13:65
U: input
D: c 13:65
N: input/event1
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2/event1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: MAJOR=13
E: MINOR=65
E: USEC_INITIALIZED=5863212
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=acpi-PNP0C0D:00
E: ID_PATH_TAG=acpi-PNP0C0D_00
E: LIBINPUT_DEVICE_GROUP=19/0/5:PNP0C0D/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
M: input3
R: 3
J: +input:input3
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
E: SUBSYSTEM=input
E: PRODUCT=19/0/3/0
E: NAME="Sleep Button"
E: PHYS="PNP0C0E/button/input0"
E: PROP=0
E: EV=3
E: KEY=4000 0 0 0 0
E: MODALIAS=input:b0019v0000p0003e0000-e0,1,k8E,ramlsfw
E: USEC_INITIALIZED=5709080
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2
M: event2
R: 2
J: c13:66
U: input
D: c 13:66
N: input/event2
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: MAJOR=13
E: MINOR=66
E: USEC_INITIALIZED=5863275
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0E:00
E: ID_PATH_TAG=acpi-PNP0C0E_00
E: XKBMODEL=pc104
E: XKBLAYOUT=us,ru
E: XKBVARIANT=,
E: XKBOPTIONS=grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/3:PNP0C0E/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
M: input10
R: 10
J: +input:input10
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Dock Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=8348888
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event9
M: event9
R: 9
J: c13:73
U: input
D: c 13:73
N: input/event9
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input10/event9
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event9
E: MAJOR=13
E: MINOR=73
E: USEC_INITIALIZED=8348983
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
M: input11
R: 11
J: +input:input11
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=8349051
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event10
M: event10
R: 10
J: c13:74
U: input
D: c 13:74
N: input/event10
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input11/event10
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event10
E: MAJOR=13
E: MINOR=74
E: USEC_INITIALIZED=8349143
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
M: input12
R: 12
J: +input:input12
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Dock Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: USEC_INITIALIZED=8349233
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
M: event11
R: 11
J: c13:75
U: input
D: c 13:75
N: input/event11
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event11
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event11
E: MAJOR=13
E: MINOR=75
E: USEC_INITIALIZED=8349328
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
M: input13
R: 13
J: +input:input13
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: USEC_INITIALIZED=8349405
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
M: event12
R: 12
J: c13:76
U: input
D: c 13:76
N: input/event12
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event12
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event12
E: MAJOR=13
E: MINOR=76
E: USEC_INITIALIZED=8349501
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
M: input14
R: 14
J: +input:input14
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=8349576
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
M: event13
R: 13
J: c13:77
U: input
D: c 13:77
N: input/event13
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event13
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event13
E: MAJOR=13
E: MINOR=77
E: USEC_INITIALIZED=8349680
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
M: input15
R: 15
J: +input:input15
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=8349754
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
M: event14
R: 14
J: c13:78
U: input
D: c 13:78
N: input/event14
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event14
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event14
E: MAJOR=13
E: MINOR=78
E: USEC_INITIALIZED=8349852
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
M: input16
R: 16
J: +input:input16
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel PCH HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=8349929
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event15
M: event15
R: 15
J: c13:79
U: input
D: c 13:79
N: input/event15
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event15
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event15
E: MAJOR=13
E: MINOR=79
E: USEC_INITIALIZED=8350029
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
M: input9
R: 9
J: +input:input9
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
E: SUBSYSTEM=input
E: PRODUCT=1/14f1/506e/1
E: NAME="HDA Digital PCBeep"
E: PHYS="card0/codec#0/beep0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0001v14F1p506Ee0001-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=8344507
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event8
M: event8
R: 8
J: c13:72
U: input
D: c 13:72
N: input/event8
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9/event8
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event8
E: MAJOR=13
E: MINOR=72
E: USEC_INITIALIZED=8348798
E: ID_INPUT=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=1/14f1/506e:card0/codec#0/beep0

P: /devices/platform/i8042/serio0/input/input0
M: input0
R: 0
J: +input:input0
U: input
E: DEVPATH=/devices/platform/i8042/serio0/input/input0
E: SUBSYSTEM=input
E: PRODUCT=11/1/1/ab83
E: NAME="AT Translated Set 2 keyboard"
E: PHYS="isa0060/serio0/input0"
E: PROP=0
E: EV=120013
E: KEY=4 2000002 3803078 f800d001 feffffdf ffefffff ffffffff fffffffe
E: MSC=10
E: LED=7
E: MODALIAS=input:b0011v0001p0001eAB83-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,C1,D9,E2,ram4,l0,1,2,sfw
E: USEC_INITIALIZED=5368184
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0

P: /devices/platform/i8042/serio0/input/input0/event0
M: event0
R: 0
J: c13:64
U: input
D: c 13:64
N: input/event0
L: 0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: DEVPATH=/devices/platform/i8042/serio0/input/input0/event0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: MAJOR=13
E: MINOR=64
E: USEC_INITIALIZED=5863124
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-0
E: ID_PATH_TAG=platform-i8042-serio-0
E: XKBMODEL=pc104
E: XKBLAYOUT=us,ru
E: XKBVARIANT=,
E: XKBOPTIONS=grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=11/1/1:isa0060/serio0
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-0-event-kbd
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/platform/i8042/serio1/input/input5
M: input5
R: 5
J: +input:input5
U: input
E: DEVPATH=/devices/platform/i8042/serio1/input/input5
E: SUBSYSTEM=input
E: PRODUCT=11/2/7/1b1
E: NAME="SynPS/2 Synaptics TouchPad"
E: PHYS="isa0060/serio1/input0"
E: PROP=5
E: EV=b
E: KEY=e520 0 10000 0 0 0 0 0 0 0 0
E: ABS=6608000 11000003
E: MODALIAS=input:b0011v0002p0007e01B1-e0,1,3,k110,145,148,14A,14D,14E,14F,ra0,1,18,1C,2F,35,36,39,3A,mlsfw
E: USEC_INITIALIZED=6848507
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1

P: /devices/platform/i8042/serio1/input/input5/event4
M: event4
R: 4
J: c13:68
U: input
D: c 13:68
N: input/event4
L: 0
S: input/by-path/platform-i8042-serio-1-event-mouse
E: DEVPATH=/devices/platform/i8042/serio1/input/input5/event4
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: MAJOR=13
E: MINOR=68
E: USEC_INITIALIZED=6848692
E: EVDEV_ABS_00=1316:5627:58
E: EVDEV_ABS_01=1355:4826:81
E: EVDEV_ABS_35=1316:5627:58
E: EVDEV_ABS_36=1355:4826:81
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_INPUT_WIDTH_MM=74
E: ID_INPUT_HEIGHT_MM=42
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: ID_INPUT_TOUCHPAD_INTEGRATION=internal
E: LIBINPUT_DEVICE_GROUP=11/2/7:isa0060/serio1
E: LIBINPUT_FUZZ_35=8
E: LIBINPUT_FUZZ_36=8
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-event-mouse

P: /devices/platform/i8042/serio1/input/input5/mouse0
M: mouse0
R: 0
J: c13:32
U: input
D: c 13:32
N: input/mouse0
L: 0
S: input/by-path/platform-i8042-serio-1-mouse
E: DEVPATH=/devices/platform/i8042/serio1/input/input5/mouse0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse0
E: MAJOR=13
E: MINOR=32
E: USEC_INITIALIZED=6848615
E: ID_INPUT=1
E: ID_INPUT_TOUCHPAD=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-1
E: ID_PATH_TAG=platform-i8042-serio-1
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-1-mouse

P: /devices/platform/i8042/serio1/serio2/input/input6
M: input6
R: 6
J: +input:input6
U: input
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input6
E: SUBSYSTEM=input
E: PRODUCT=11/2/a/0
E: NAME="TPPS/2 IBM TrackPoint"
E: PHYS="synaptics-pt/serio0/input0"
E: PROP=21
E: EV=7
E: KEY=70000 0 0 0 0 0 0 0 0
E: REL=3
E: MODALIAS=input:b0011v0002p000Ae0000-e0,1,2,k110,111,112,r0,1,amlsfw
E: USEC_INITIALIZED=7862134
E: ID_INPUT=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2

P: /devices/platform/i8042/serio1/serio2/input/input6/event6
M: event6
R: 6
J: c13:70
U: input
D: c 13:70
N: input/event6
L: 0
S: input/by-path/platform-i8042-serio-2-event-mouse
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input6/event6
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: MAJOR=13
E: MINOR=70
E: USEC_INITIALIZED=7862297
E: ID_INPUT_POINTINGSTICK=1
E: POINTINGSTICK_SENSITIVITY=200
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: LIBINPUT_DEVICE_GROUP=11/2/a:synaptics-pt/serio0
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-event-mouse

P: /devices/platform/i8042/serio1/serio2/input/input6/mouse1
M: mouse1
R: 1
J: c13:33
U: input
D: c 13:33
N: input/mouse1
L: 0
S: input/by-path/platform-i8042-serio-2-mouse
E: DEVPATH=/devices/platform/i8042/serio1/serio2/input/input6/mouse1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse1
E: MAJOR=13
E: MINOR=33
E: USEC_INITIALIZED=7862235
E: ID_INPUT=1
E: ID_INPUT_POINTINGSTICK=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=i8042
E: ID_SERIAL=noserial
E: ID_PATH=platform-i8042-serio-2
E: ID_PATH_TAG=platform-i8042-serio-2
E: DEVLINKS=/dev/input/by-path/platform-i8042-serio-2-mouse

P: /devices/platform/thinkpad_acpi/input/input7
M: input7
R: 7
J: +input:input7
U: input
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input7
E: SUBSYSTEM=input
E: PRODUCT=19/17aa/5054/4101
E: NAME="ThinkPad Extra Buttons"
E: PHYS="thinkpad_acpi/input0"
E: PROP=0
E: EV=33
E: KEY=4000000 10040 0 40000 0 18040000 70000000 0 500100 0 0 0 101701b 2102c04 2800 51195000 10e0000 0 0 0
E: MSC=10
E: SW=a
E: MODALIAS=input:b0019v17AAp5054e4101-e0,1,4,5,k71,72,73,78,8C,8E,90,93,94,98,9C,9E,AB,AD,C2,CA,CB,CD,D4,D9,E0,E1,E3,E4,EC,ED,EE,F0,F8,168,174,176,1BC,1BD,1BE,1D2,1DB,1DC,212,246,250,27A,ram4,lsfw1,3,
E: USEC_INITIALIZED=7463659
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi

P: /devices/platform/thinkpad_acpi/input/input7/event5
M: event5
R: 5
J: c13:69
U: input
D: c 13:69
N: input/event5
L: 0
S: input/by-path/platform-thinkpad_acpi-event
E: DEVPATH=/devices/platform/thinkpad_acpi/input/input7/event5
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: MAJOR=13
E: MINOR=69
E: USEC_INITIALIZED=7465308
E: KEYBOARD_KEY_01=screenlock
E: KEYBOARD_KEY_02=battery
E: KEYBOARD_KEY_03=sleep
E: KEYBOARD_KEY_04=wlan
E: KEYBOARD_KEY_06=switchvideomode
E: KEYBOARD_KEY_07=touchpad_toggle
E: KEYBOARD_KEY_08=f24
E: KEYBOARD_KEY_0b=suspend
E: KEYBOARD_KEY_0f=brightnessup
E: KEYBOARD_KEY_10=brightnessdown
E: KEYBOARD_KEY_11=kbdillumtoggle
E: KEYBOARD_KEY_13=zoom
E: KEYBOARD_KEY_14=volumeup
E: KEYBOARD_KEY_15=volumedown
E: KEYBOARD_KEY_16=mute
E: KEYBOARD_KEY_17=prog1
E: KEYBOARD_KEY_45=bookmarks
E: KEYBOARD_KEY_46=selective_screenshot
E: KEYBOARD_KEY_4a=prog3
E: KEYBOARD_KEY_4b=notification_center
E: KEYBOARD_KEY_4c=pickup_phone
E: KEYBOARD_KEY_4d=hangup_phone
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=platform-thinkpad_acpi
E: ID_PATH_TAG=platform-thinkpad_acpi
E: XKBMODEL=pc104
E: XKBLAYOUT=us,ru
E: XKBVARIANT=,
E: XKBOPTIONS=grp:caps_toggle,compose:ralt,terminate:ctrl_alt_bksp,grp_led:scroll
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/17aa/5054:thinkpad_acpi
E: DEVLINKS=/dev/input/by-path/platform-thinkpad_acpi-event
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:


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


-- System Information:
Debian Release: 13.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 6.12.38 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.240
ii  libaudit1               1:4.0.2-2+b2
ii  libc6                   2.41-12
ii  libdbus-1-3             1.16.2-2
ii  libdrm2                 2.4.124-2
ii  libegl1                 1.7.0-1+b2
ii  libepoxy0               1.5.10-2
ii  libgbm1                 25.0.7-2
ii  libgl1                  1.7.0-1+b2
ii  libnettle8t64           3.10.1-1
ii  libpciaccess0           0.17-3+b3
ii  libpixman-1-0           0.44.0-3
ii  libselinux1             3.8.1-1
ii  libsystemd0             257.7-1
ii  libudev1                257.7-1
ii  libunwind8              1.8.1-0.1
ii  libxau6                 1:1.0.11-1
ii  libxcvt0                0.1.3-1
ii  libxdmcp6               1:1.1.5-1
ii  libxfont2               1:2.0.6-1+b3
ii  libxshmfence1           1.3.3-1
ii  udev                    257.7-1
ii  xserver-common          2:21.1.16-1.3

Versions of packages xserver-xorg-core recommends:
pn  default-logind | logind  <none>
ii  libgl1-mesa-dri          25.0.7-2
pn  xcvt                     <none>

Versions of packages xserver-xorg-core suggests:
pn  xfonts-100dpi | xfonts-75dpi  <none>
pn  xfonts-scalable               <none>

-- no debconf information


Reply to: