I have a laptop Huawei MateBook X Pro 13.9". The native resolution of the screen is 3000x2000 so I've been trying to set Xorg's DPI to some reasonable value.
I found this thread:
viewtopic-p-7210700.html
However none of the proposed changes to xorg configuration have any effect.
I'm using a kernel with KMS and nouveau driver enabled (compiled in the kernel image with the necessary firmware). Here is the info about the GPUs from lspci -k:
Code: Select all
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
Subsystem: Huawei Technologies Co., Ltd. UHD Graphics 620
Kernel driver in use: i915
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
Subsystem: Huawei Technologies Co., Ltd. GP108M [GeForce MX150]
Kernel driver in use: nouveauCode: Select all
$ grep DPI Xorg.0.log
[ 3060.936] (==) modeset(0): DPI set to (96, 96)
[ 3060.937] (==) NOUVEAU(G0): DPI set to (96, 96)
Here is the entire Xorg.0.log:
Code: Select all
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 3060.617] Build Operating System: Linux 4.19.0-6-amd64 x86_64 Gentoo
[ 3060.617] Current Operating System: Linux martolap 5.4.66-gentoo-martolap.e #23 SMP Wed Sep 30 00:42:18 CEST 2020 x86_64
[ 3060.617] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.66-gentoo-martolap.e root=/dev/nvme0n1p4 ro vga = normal
[ 3060.617] Build Date: 26 September 2020 12:15:36PM
[ 3060.617]
[ 3060.617] Current version of pixman: 0.40.0
[ 3060.617] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 3060.617] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3060.618] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 30 18:24:09 2020
[ 3060.618] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 3060.618] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 3060.618] (==) No Layout section. Using the first Screen section.
[ 3060.618] (==) No screen section available. Using defaults.
[ 3060.618] (**) |-->Screen "Default Screen Section" (0)
[ 3060.618] (**) | |-->Monitor "<default monitor>"
[ 3060.618] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 3060.618] (==) Automatically adding devices
[ 3060.618] (==) Automatically enabling devices
[ 3060.618] (==) Automatically adding GPU devices
[ 3060.619] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 3060.619] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 3060.619] Entry deleted from font path.
[ 3060.619] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 3060.619] Entry deleted from font path.
[ 3060.619] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 3060.619] Entry deleted from font path.
[ 3060.619] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 3060.619] Entry deleted from font path.
[ 3060.619] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 3060.619] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/100dpi/
[ 3060.619] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 3060.619] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 3060.619] (II) Loader magic: 0x55b5d2e7fce0
[ 3060.619] (II) Module ABI versions:
[ 3060.619] X.Org ANSI C Emulation: 0.4
[ 3060.619] X.Org Video Driver: 24.1
[ 3060.619] X.Org XInput driver : 24.1
[ 3060.619] X.Org Server Extension : 10.0
[ 3060.620] (++) using VT number 7
[ 3060.620] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 3060.621] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 3060.636] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 3060.641] (--) PCI:*(0@0:2:0) 8086:5917:19e5:3e04 rev 7, Mem @ 0x2ff2000000/16777216, 0x2fc0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 3060.642] (--) PCI: (1@0:0:0) 10de:1d12:19e5:3e04 rev 161, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00003000/128
[ 3060.642] (II) LoadModule: "glx"
[ 3060.642] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 3060.644] (II) Module glx: vendor="X.Org Foundation"
[ 3060.644] compiled for 1.20.8, module version = 1.0.0
[ 3060.644] ABI class: X.Org Server Extension, version 10.0
[ 3060.644] (==) Matched intel as autoconfigured driver 0
[ 3060.644] (==) Matched nouveau as autoconfigured driver 1
[ 3060.644] (==) Matched nv as autoconfigured driver 2
[ 3060.644] (==) Matched modesetting as autoconfigured driver 3
[ 3060.644] (==) Matched fbdev as autoconfigured driver 4
[ 3060.644] (==) Matched vesa as autoconfigured driver 5
[ 3060.644] (==) Assigned the driver to the xf86ConfigLayout
[ 3060.644] (II) LoadModule: "intel"
[ 3060.644] (WW) Warning, couldn't open module intel
[ 3060.644] (EE) Failed to load module "intel" (module does not exist, 0)
[ 3060.644] (II) LoadModule: "nouveau"
[ 3060.644] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[ 3060.645] (II) Module nouveau: vendor="X.Org Foundation"
[ 3060.645] compiled for 1.20.8, module version = 1.0.16
[ 3060.645] Module class: X.Org Video Driver
[ 3060.645] ABI class: X.Org Video Driver, version 24.1
[ 3060.645] (II) LoadModule: "nv"
[ 3060.645] (WW) Warning, couldn't open module nv
[ 3060.645] (EE) Failed to load module "nv" (module does not exist, 0)
[ 3060.645] (II) LoadModule: "modesetting"
[ 3060.645] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 3060.645] (II) Module modesetting: vendor="X.Org Foundation"
[ 3060.645] compiled for 1.20.8, module version = 1.20.8
[ 3060.645] Module class: X.Org Video Driver
[ 3060.645] ABI class: X.Org Video Driver, version 24.1
[ 3060.645] (II) LoadModule: "fbdev"
[ 3060.645] (WW) Warning, couldn't open module fbdev
[ 3060.645] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3060.645] (II) LoadModule: "vesa"
[ 3060.646] (WW) Warning, couldn't open module vesa
[ 3060.646] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 3060.646] (II) NOUVEAU driver
[ 3060.646] (II) NOUVEAU driver for NVIDIA chipset families :
[ 3060.646] RIVA TNT (NV04)
[ 3060.646] RIVA TNT2 (NV05)
[ 3060.646] GeForce 256 (NV10)
[ 3060.646] GeForce 2 (NV11, NV15)
[ 3060.646] GeForce 4MX (NV17, NV18)
[ 3060.646] GeForce 3 (NV20)
[ 3060.646] GeForce 4Ti (NV25, NV28)
[ 3060.646] GeForce FX (NV3x)
[ 3060.646] GeForce 6 (NV4x)
[ 3060.646] GeForce 7 (G7x)
[ 3060.646] GeForce 8 (G8x)
[ 3060.646] GeForce 9 (G9x)
[ 3060.646] GeForce GTX 2xx/3xx (GT2xx)
[ 3060.647] GeForce GTX 4xx/5xx (GFxxx)
[ 3060.647] GeForce GTX 6xx/7xx (GKxxx)
[ 3060.647] GeForce GTX 9xx (GMxxx)
[ 3060.647] GeForce GTX 10xx (GPxxx)
[ 3060.647] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 3060.672] (II) modeset(0): using drv /dev/dri/card0
[ 3060.672] (II) [drm] nouveau interface version: 1.3.1
[ 3060.673] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 3060.673] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 3060.673] (==) modeset(0): RGB weight 888
[ 3060.673] (==) modeset(0): Default visual is TrueColor
[ 3060.673] (II) Loading sub module "glamoregl"
[ 3060.673] (II) LoadModule: "glamoregl"
[ 3060.673] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 3060.679] (II) Module glamoregl: vendor="X.Org Foundation"
[ 3060.679] compiled for 1.20.8, module version = 1.0.1
[ 3060.679] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3060.714] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[ 3060.714] (II) modeset(0): glamor initialized
[ 3060.714] (II) modeset(0): Output eDP-1 has no monitor section
[ 3060.714] (II) modeset(0): Output DP-1 has no monitor section
[ 3060.714] (II) modeset(0): Output DP-2 has no monitor section
[ 3060.824] (II) modeset(0): Output HDMI-1 has no monitor section
[ 3060.825] (II) modeset(0): EDID for output eDP-1
[ 3060.825] (II) modeset(0): Manufacturer: JDI Model: 422a Serial#: 0
[ 3060.825] (II) modeset(0): Year: 2017 Week: 0
[ 3060.825] (II) modeset(0): EDID Version: 1.4
[ 3060.825] (II) modeset(0): Digital Display Input
[ 3060.825] (II) modeset(0): 8 bits per channel
[ 3060.825] (II) modeset(0): Digital interface is DisplayPort
[ 3060.825] (II) modeset(0): Max Image Size [cm]: horiz.: 29 vert.: 20
[ 3060.825] (II) modeset(0): Gamma: 2.20
[ 3060.825] (II) modeset(0): No DPMS capabilities specified
[ 3060.825] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 3060.825] (II) modeset(0): First detailed timing is preferred mode
[ 3060.825] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 3060.825] (II) modeset(0): Display is continuous-frequency
[ 3060.825] (II) modeset(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 3060.825] (II) modeset(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
[ 3060.825] (II) modeset(0): Manufacturer's mask: 0
[ 3060.825] (II) modeset(0): Supported detailed timing:
[ 3060.825] (II) modeset(0): clock: 390.9 MHz Image Size: 293 x 196 mm
[ 3060.825] (II) modeset(0): h_active: 3000 h_sync: 3008 h_sync_end 3040 h_blank_end 3160 h_border: 0
[ 3060.825] (II) modeset(0): v_active: 2000 v_sync: 2048 v_sync_end 2056 v_blanking: 2062 v_border: 0
[ 3060.825] (II) modeset(0): Supported detailed timing:
[ 3060.825] (II) modeset(0): clock: 390.9 MHz Image Size: 293 x 196 mm
[ 3060.825] (II) modeset(0): h_active: 3000 h_sync: 3008 h_sync_end 3040 h_blank_end 3160 h_border: 0
[ 3060.825] (II) modeset(0): v_active: 2000 v_sync: 2048 v_sync_end 2056 v_blanking: 2577 v_border: 0
[ 3060.825] (II) modeset(0): JDI
[ 3060.825] (II) modeset(0): LPM139M422A
[ 3060.825] (II) modeset(0): EDID (in hex):
[ 3060.825] (II) modeset(0): 00ffffffffffff0028892a4200000000
[ 3060.825] (II) modeset(0): 001b0104a51d147803de50a3544c9926
[ 3060.825] (II) modeset(0): 0f505400000001010101010101010101
[ 3060.825] (II) modeset(0): 010101010101b798b8a0b0d03e700820
[ 3060.825] (II) modeset(0): 080c25c41000001ab798b8a0b0d04172
[ 3060.825] (II) modeset(0): 0820080c25c41000001a000000fe004a
[ 3060.825] (II) modeset(0): 444920202020202020202020000000fe
[ 3060.825] (II) modeset(0): 004c504d3133394d3432324120200039
[ 3060.825] (II) modeset(0): Printing probed modes for output eDP-1
[ 3060.825] (II) modeset(0): Modeline "3000x2000"x60.0 390.95 3000 3008 3040 3160 2000 2048 2056 2062 +hsync -vsync (123.7 kHz eP)
[ 3060.825] (II) modeset(0): Modeline "3000x2000"x48.0 390.95 3000 3008 3040 3160 2000 2048 2056 2577 +hsync -vsync (123.7 kHz e)
[ 3060.825] (II) modeset(0): EDID for output DP-1
[ 3060.825] (II) modeset(0): EDID for output DP-2
[ 3060.935] (II) modeset(0): EDID for output HDMI-1
[ 3060.936] (II) modeset(0): Output eDP-1 connected
[ 3060.936] (II) modeset(0): Output DP-1 disconnected
[ 3060.936] (II) modeset(0): Output DP-2 disconnected
[ 3060.936] (II) modeset(0): Output HDMI-1 disconnected
[ 3060.936] (II) modeset(0): Using exact sizes for initial modes
[ 3060.936] (II) modeset(0): Output eDP-1 using initial mode 3000x2000 +0+0
[ 3060.936] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 3060.936] (==) modeset(0): DPI set to (96, 96)
[ 3060.936] (II) Loading sub module "fb"
[ 3060.936] (II) LoadModule: "fb"
[ 3060.936] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 3060.936] (II) Module fb: vendor="X.Org Foundation"
[ 3060.936] compiled for 1.20.8, module version = 1.0.0
[ 3060.936] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3060.936] (II) Loading sub module "dri2"
[ 3060.936] (II) LoadModule: "dri2"
[ 3060.936] (II) Module "dri2" already built-in
[ 3060.937] (--) NOUVEAU(G0): Chipset: "NVIDIA NV138"
[ 3060.937] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[ 3060.937] (==) NOUVEAU(G0): RGB weight 888
[ 3060.937] (==) NOUVEAU(G0): Default visual is TrueColor
[ 3060.937] (==) NOUVEAU(G0): Using HW cursor
[ 3060.937] (==) NOUVEAU(G0): Allowed maximum DRI level 2.
[ 3060.937] (==) NOUVEAU(G0): GLX sync to VBlank enabled.
[ 3060.937] (==) NOUVEAU(G0): Page flipping enabled
[ 3060.937] (==) NOUVEAU(G0): Swap limit set to 1 [Max allowed 2]
[ 3060.937] (==) NOUVEAU(G0): Page flipping synced to vblank by kernel.
[ 3060.937] (==) NOUVEAU(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 3060.937] (II) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
[ 3060.937] (**) NOUVEAU(G0): Mode "3000x2000": 514.0 MHz (scaled from 0.0 MHz), 124.3 kHz, 60.0 Hz
[ 3060.937] (II) NOUVEAU(G0): Modeline "3000x2000"x60.0 514.00 3000 3240 3568 4136 2000 2003 2013 2072 -hsync +vsync (124.3 kHz)
[ 3060.937] (==) NOUVEAU(G0): DPI set to (96, 96)
[ 3060.937] (II) Loading sub module "fb"
[ 3060.937] (II) LoadModule: "fb"
[ 3060.937] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 3060.937] (II) Module fb: vendor="X.Org Foundation"
[ 3060.937] compiled for 1.20.8, module version = 1.0.0
[ 3060.937] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3060.937] (II) Loading sub module "shadowfb"
[ 3060.937] (II) LoadModule: "shadowfb"
[ 3060.937] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[ 3060.938] (II) Module shadowfb: vendor="X.Org Foundation"
[ 3060.938] compiled for 1.20.8, module version = 1.0.0
[ 3060.938] ABI class: X.Org ANSI C Emulation, version 0.4
[ 3060.955] (==) modeset(0): Backing store enabled
[ 3060.955] (==) modeset(0): Silken mouse enabled
[ 3061.023] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 3061.023] (==) modeset(0): DPMS enabled
[ 3061.023] (II) modeset(0): [DRI2] Setup complete
[ 3061.023] (II) modeset(0): [DRI2] DRI driver: iris
[ 3061.023] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 3061.085] (II) NOUVEAU(G0): Channel setup complete.
[ 3061.085] (II) NOUVEAU(G0): [COPY] async initialised.
[ 3061.085] (II) NOUVEAU(G0): Hardware support for Present enabled
[ 3061.085] (II) NOUVEAU(G0): [DRI2] Setup complete
[ 3061.085] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
[ 3061.085] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
[ 3061.085] (II) Loading sub module "exa"
[ 3061.085] (II) LoadModule: "exa"
[ 3061.085] (II) Loading /usr/lib64/xorg/modules/libexa.so
[ 3061.086] (II) Module exa: vendor="X.Org Foundation"
[ 3061.086] compiled for 1.20.8, module version = 2.6.0
[ 3061.086] ABI class: X.Org Video Driver, version 24.1
[ 3061.086] (II) EXA(256): Driver allocated offscreen pixmaps
[ 3061.086] (II) EXA(256): Driver registered support for the following operations:
[ 3061.086] (II) Solid
[ 3061.086] (II) Copy
[ 3061.086] (II) Composite (RENDER acceleration)
[ 3061.086] (II) UploadToScreen
[ 3061.086] (II) DownloadFromScreen
[ 3061.086] (==) NOUVEAU(G0): Backing store enabled
[ 3061.086] (==) NOUVEAU(G0): Silken mouse enabled
[ 3061.086] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[ 3061.086] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[ 3061.086] (==) NOUVEAU(G0): DPMS enabled
[ 3061.086] (II) Initializing extension Generic Event Extension
[ 3061.086] (II) Initializing extension SHAPE
[ 3061.086] (II) Initializing extension MIT-SHM
[ 3061.086] (II) Initializing extension XInputExtension
[ 3061.086] (II) Initializing extension XTEST
[ 3061.086] (II) Initializing extension BIG-REQUESTS
[ 3061.086] (II) Initializing extension SYNC
[ 3061.086] (II) Initializing extension XKEYBOARD
[ 3061.086] (II) Initializing extension XC-MISC
[ 3061.086] (II) Initializing extension XFIXES
[ 3061.086] (II) Initializing extension RENDER
[ 3061.086] (II) Initializing extension RANDR
[ 3061.086] (II) Initializing extension COMPOSITE
[ 3061.086] (II) Initializing extension DAMAGE
[ 3061.086] (II) Initializing extension MIT-SCREEN-SAVER
[ 3061.086] (II) Initializing extension DOUBLE-BUFFER
[ 3061.086] (II) Initializing extension RECORD
[ 3061.086] (II) Initializing extension DPMS
[ 3061.086] (II) Initializing extension Present
[ 3061.086] (II) Initializing extension DRI3
[ 3061.086] (II) Initializing extension X-Resource
[ 3061.086] (II) Initializing extension XVideo
[ 3061.086] (II) Initializing extension XVideo-MotionCompensation
[ 3061.086] (II) Initializing extension GLX
[ 3061.091] (II) AIGLX: Loaded and initialized iris
[ 3061.091] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 3061.091] (II) Initializing extension XFree86-VidModeExtension
[ 3061.091] (II) Initializing extension XFree86-DGA
[ 3061.091] (II) Initializing extension XFree86-DRI
[ 3061.091] (II) Initializing extension DRI2
[ 3061.093] (II) NOUVEAU(G0): NVEnterVT is called.
[ 3061.093] (II) modeset(0): Damage tracking initialized
[ 3061.093] (II) modeset(0): Setting screen physical size to 793 x 529
[ 3061.106] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 3061.106] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3061.106] (**) Power Button: Applying InputClass "Keyboard"
[ 3061.106] (II) LoadModule: "libinput"
[ 3061.106] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 3061.106] (II) Module libinput: vendor="X.Org Foundation"
[ 3061.106] compiled for 1.20.8, module version = 0.30.0
[ 3061.106] Module class: X.Org XInput Driver
[ 3061.106] ABI class: X.Org XInput driver, version 24.1
[ 3061.106] (II) Using input driver 'libinput' for 'Power Button'
[ 3061.106] (**) Power Button: always reports core events
[ 3061.106] (**) Option "Device" "/dev/input/event2"
[ 3061.106] (**) Option "_source" "server/udev"
[ 3061.107] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3061.107] (II) event2 - Power Button: device is a keyboard
[ 3061.107] (II) event2 - Power Button: device removed
[ 3061.120] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 3061.120] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 3061.120] (**) Option "xkb_layout" "us,ru"
[ 3061.120] (**) Option "xkb_options" "grp:win_space_toggle, compose:ralt, terminate:ctrl_alt_bksp"
[ 3061.134] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3061.134] (II) event2 - Power Button: device is a keyboard
[ 3061.135] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 3061.135] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3061.135] (**) Video Bus: Applying InputClass "Keyboard"
[ 3061.135] (II) Using input driver 'libinput' for 'Video Bus'
[ 3061.135] (**) Video Bus: always reports core events
[ 3061.135] (**) Option "Device" "/dev/input/event3"
[ 3061.135] (**) Option "_source" "server/udev"
[ 3061.135] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 3061.135] (II) event3 - Video Bus: device is a keyboard
[ 3061.135] (II) event3 - Video Bus: device removed
[ 3061.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 3061.147] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 3061.147] (**) Option "xkb_layout" "us,ru"
[ 3061.147] (**) Option "xkb_options" "grp:win_space_toggle, compose:ralt, terminate:ctrl_alt_bksp"
[ 3061.147] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 3061.147] (II) event3 - Video Bus: device is a keyboard
[ 3061.147] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 3061.147] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 3061.147] (**) Video Bus: Applying InputClass "Keyboard"
[ 3061.147] (II) Using input driver 'libinput' for 'Video Bus'
[ 3061.147] (**) Video Bus: always reports core events
[ 3061.147] (**) Option "Device" "/dev/input/event4"
[ 3061.147] (**) Option "_source" "server/udev"
[ 3061.147] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3061.147] (II) event4 - Video Bus: device is a keyboard
[ 3061.147] (II) event4 - Video Bus: device removed
[ 3061.158] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:35/LNXVIDEO:01/input/input4/event4"
[ 3061.158] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 3061.158] (**) Option "xkb_layout" "us,ru"
[ 3061.158] (**) Option "xkb_options" "grp:win_space_toggle, compose:ralt, terminate:ctrl_alt_bksp"
[ 3061.159] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3061.159] (II) event4 - Video Bus: device is a keyboard
[ 3061.159] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 3061.159] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 3061.159] (**) Power Button: Applying InputClass "Keyboard"
[ 3061.159] (II) Using input driver 'libinput' for 'Power Button'
[ 3061.159] (**) Power Button: always reports core events
[ 3061.159] (**) Option "Device" "/dev/input/event1"
[ 3061.159] (**) Option "_source" "server/udev"
[ 3061.160] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3061.160] (II) event1 - Power Button: device is a keyboard
[ 3061.160] (II) event1 - Power Button: device removed
[ 3061.171] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 3061.171] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 3061.171] (**) Option "xkb_layout" "us,ru"
[ 3061.171] (**) Option "xkb_options" "grp:win_space_toggle, compose:ralt, terminate:ctrl_alt_bksp"
[ 3061.172] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3061.173] (II) event1 - Power Button: device is a keyboard
[ 3061.173] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 3061.173] (II) No input driver specified, ignoring this device.
[ 3061.173] (II) This device may have been added with another device file.
[ 3061.174] (II) config/udev: Adding input device SYNA2393:00 06CB:19AC (/dev/input/event9)
[ 3061.174] (**) SYNA2393:00 06CB:19AC: Applying InputClass "libinput touchscreen catchall"
[ 3061.174] (II) Using input driver 'libinput' for 'SYNA2393:00 06CB:19AC'
[ 3061.174] (**) SYNA2393:00 06CB:19AC: always reports core events
[ 3061.174] (**) Option "Device" "/dev/input/event9"
[ 3061.174] (**) Option "_source" "server/udev"
[ 3061.176] (II) event9 - SYNA2393:00 06CB:19AC: is tagged by udev as: Touchscreen
[ 3061.176] (II) event9 - SYNA2393:00 06CB:19AC: device is a touch device
[ 3061.176] (II) event9 - SYNA2393:00 06CB:19AC: device removed
[ 3061.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-SYNA2393:00/0018:06CB:19AC.0001/input/input14/event9"
[ 3061.195] (II) XINPUT: Adding extended input device "SYNA2393:00 06CB:19AC" (type: TOUCHSCREEN, id 10)
[ 3061.195] (**) Option "AccelerationScheme" "none"
[ 3061.195] (**) SYNA2393:00 06CB:19AC: (accel) selected scheme none/0
[ 3061.195] (**) SYNA2393:00 06CB:19AC: (accel) acceleration factor: 2.000
[ 3061.195] (**) SYNA2393:00 06CB:19AC: (accel) acceleration threshold: 4
[ 3061.197] (II) event9 - SYNA2393:00 06CB:19AC: is tagged by udev as: Touchscreen
[ 3061.197] (II) event9 - SYNA2393:00 06CB:19AC: device is a touch device
[ 3061.197] (II) config/udev: Adding input device SYNA2393:00 06CB:19AC (/dev/input/mouse0)
[ 3061.197] (II) No input driver specified, ignoring this device.
[ 3061.197] (II) This device may have been added with another device file.
[ 3061.198] (II) config/udev: Adding input device SYNA1D31:00 06CB:CD48 Mouse (/dev/input/event10)
[ 3061.198] (**) SYNA1D31:00 06CB:CD48 Mouse: Applying InputClass "libinput pointer catchall"
[ 3061.198] (II) Using input driver 'libinput' for 'SYNA1D31:00 06CB:CD48 Mouse'
[ 3061.198] (**) SYNA1D31:00 06CB:CD48 Mouse: always reports core events
[ 3061.198] (**) Option "Device" "/dev/input/event10"
[ 3061.198] (**) Option "_source" "server/udev"
[ 3061.200] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: is tagged by udev as: Mouse
[ 3061.200] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: device is a pointer
[ 3061.200] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: device removed
[ 3061.219] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-SYNA1D31:00/0018:06CB:CD48.0002/input/input16/event10"
[ 3061.219] (II) XINPUT: Adding extended input device "SYNA1D31:00 06CB:CD48 Mouse" (type: MOUSE, id 11)
[ 3061.219] (**) Option "AccelerationScheme" "none"
[ 3061.219] (**) SYNA1D31:00 06CB:CD48 Mouse: (accel) selected scheme none/0
[ 3061.219] (**) SYNA1D31:00 06CB:CD48 Mouse: (accel) acceleration factor: 2.000
[ 3061.219] (**) SYNA1D31:00 06CB:CD48 Mouse: (accel) acceleration threshold: 4
[ 3061.221] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: is tagged by udev as: Mouse
[ 3061.221] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: device is a pointer
[ 3061.222] (II) config/udev: Adding input device SYNA1D31:00 06CB:CD48 Mouse (/dev/input/mouse1)
[ 3061.222] (II) No input driver specified, ignoring this device.
[ 3061.222] (II) This device may have been added with another device file.
[ 3061.222] (II) config/udev: Adding input device SYNA1D31:00 06CB:CD48 Touchpad (/dev/input/event11)
[ 3061.222] (**) SYNA1D31:00 06CB:CD48 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 3061.222] (II) Using input driver 'libinput' for 'SYNA1D31:00 06CB:CD48 Touchpad'
[ 3061.222] (**) SYNA1D31:00 06CB:CD48 Touchpad: always reports core events
[ 3061.222] (**) Option "Device" "/dev/input/event11"
[ 3061.222] (**) Option "_source" "server/udev"
[ 3061.224] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: is tagged by udev as: Touchpad
[ 3061.225] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: device is a touchpad
[ 3061.226] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: device removed
[ 3061.243] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-SYNA1D31:00/0018:06CB:CD48.0002/input/input17/event11"
[ 3061.243] (II) XINPUT: Adding extended input device "SYNA1D31:00 06CB:CD48 Touchpad" (type: TOUCHPAD, id 12)
[ 3061.245] (**) Option "AccelerationScheme" "none"
[ 3061.245] (**) SYNA1D31:00 06CB:CD48 Touchpad: (accel) selected scheme none/0
[ 3061.245] (**) SYNA1D31:00 06CB:CD48 Touchpad: (accel) acceleration factor: 2.000
[ 3061.245] (**) SYNA1D31:00 06CB:CD48 Touchpad: (accel) acceleration threshold: 4
[ 3061.246] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: is tagged by udev as: Touchpad
[ 3061.248] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: device is a touchpad
[ 3061.249] (II) config/udev: Adding input device SYNA1D31:00 06CB:CD48 Touchpad (/dev/input/mouse2)
[ 3061.249] (II) No input driver specified, ignoring this device.
[ 3061.249] (II) This device may have been added with another device file.
[ 3061.249] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
[ 3061.249] (II) No input driver specified, ignoring this device.
[ 3061.249] (II) This device may have been added with another device file.
[ 3061.250] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[ 3061.250] (II) No input driver specified, ignoring this device.
[ 3061.250] (II) This device may have been added with another device file.
[ 3061.250] (II) config/udev: Adding input device HDA Intel PCH HDMI (/dev/input/event8)
[ 3061.250] (II) No input driver specified, ignoring this device.
[ 3061.250] (II) This device may have been added with another device file.
[ 3061.251] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 3061.251] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 3061.251] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard"
[ 3061.251] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 3061.251] (**) AT Translated Set 2 keyboard: always reports core events
[ 3061.251] (**) Option "Device" "/dev/input/event5"
[ 3061.251] (**) Option "_source" "server/udev"
[ 3061.252] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3061.252] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 3061.253] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 3061.264] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 3061.264] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 3061.264] (**) Option "xkb_layout" "us,ru"
[ 3061.264] (**) Option "xkb_options" "grp:win_space_toggle, compose:ralt, terminate:ctrl_alt_bksp"
[ 3061.266] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3061.266] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 3064.273] (II) event2 - Power Button: device removed
[ 3064.284] (II) event3 - Video Bus: device removed
[ 3064.291] (II) event4 - Video Bus: device removed
[ 3064.300] (II) event1 - Power Button: device removed
[ 3064.307] (II) event9 - SYNA2393:00 06CB:19AC: device removed
[ 3064.323] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: device removed
[ 3064.339] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: device removed
[ 3064.355] (II) event5 - AT Translated Set 2 keyboard: device removed
[ 3064.363] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 3064.363] (II) NOUVEAU(G0): NVLeaveVT is called.
[ 3534.323] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 3534.391] (II) modeset(0): EDID vendor "JDI", prod id 16938
[ 3534.391] (II) modeset(0): Printing DDC gathered Modelines:
[ 3534.391] (II) modeset(0): Modeline "3000x2000"x0.0 390.95 3000 3008 3040 3160 2000 2048 2056 2062 +hsync -vsync (123.7 kHz eP)
[ 3534.391] (II) modeset(0): Modeline "3000x2000"x0.0 390.95 3000 3008 3040 3160 2000 2048 2056 2577 +hsync -vsync (123.7 kHz e)
[ 3534.507] (II) NOUVEAU(G0): NVEnterVT is called.
[ 3534.524] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 3534.525] (II) event2 - Power Button: device is a keyboard
[ 3534.526] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 3534.526] (II) event3 - Video Bus: device is a keyboard
[ 3534.528] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 3534.528] (II) event4 - Video Bus: device is a keyboard
[ 3534.529] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 3534.529] (II) event1 - Power Button: device is a keyboard
[ 3534.531] (II) event9 - SYNA2393:00 06CB:19AC: is tagged by udev as: Touchscreen
[ 3534.531] (II) event9 - SYNA2393:00 06CB:19AC: device is a touch device
[ 3534.533] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: is tagged by udev as: Mouse
[ 3534.533] (II) event10 - SYNA1D31:00 06CB:CD48 Mouse: device is a pointer
[ 3534.535] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: is tagged by udev as: Touchpad
[ 3534.537] (II) event11 - SYNA1D31:00 06CB:CD48 Touchpad: device is a touchpad
[ 3534.538] (II) event5 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 3534.538] (II) event5 - AT Translated Set 2 keyboard: device is a keyboard
[ 4146.920] (EE) event11 - SYNA1D31:00 06CB:CD48 Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.16.1/touchpad-jumping-cursors.html for details
