You are not logged in.

#1 2018-06-22 23:13:58

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

System forgets touchpad/mouse configuration for renamed properties

Following the recent libinput update 1.11.0-1 -> 1.11.1-1), two key settings broke: the acceleration setting for my touchpad and the button-switch for mice.

I figured this was because the properties had been renamed: I needed 'libinput Accel Speed' rather than 'libinput AccelSpeed' and 'libinput Left Handed Enabled' rather than (I think) 'libinput LeftHanded Enabled' (might have been just 'libinput LeftHanded'). Setting the properties using the new names worked immediately and I updated my xorg configuration appropriately.

However, I repeatedly have to reapply these settings, even after rebooting with the updated configuration file and even following the update of libinput to 1.11.1-2.

My other settings appear unaffected: two-finger scrolling, button emulation etc. for touchpad, trackpoint configuration, mouse acceleration etc. did not get new names, did not need re-configuring and do not need to re-applied.

The settings are particularly prone to be forgotten during sleep or if one of them is remembered and the other forgotten, reapplying the other often causes the first to be forgotten also.

I am using KDE, but I do not usually use the GUI to configure pointing devices at all. If I view the settings panel, though, I don't get any errors about missing libraries, which was a problem reported in other recent threads I found (e.g. https://bbs.archlinux.org/viewtopic.php?id=238146). I can trigger a warning that the displayed settings don't match the saved ones, but I'm not sure this is wrong as I don't usually look at the settings in the GUI at all.

Commands I have to run repeatedly:

xinput set-prop 11 "libinput Accel Speed" 1
xinput set-prop 14 "libinput Left Handed Enabled" 1

/etc/X11/xorg.conf.d/50-libinput-cfr.conf:

# Match on all pointing devices but joysticks

Section "InputClass"
        Identifier "cfr libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

# llaw chwith : llygod = pointers *heb* touchpads & trackpoints

Section "InputClass"
        Identifier "cfr libinput llygod"
        MatchIsPointer "on"
        MatchIsTouchpad "off"
        NoMatchProduct "TrackPoint"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Left Handed Enabled" "1"
EndSection


# dim ond trackpoint
# addaswyd o https://bbs.archlinux.org/viewtopic.php?pid=1747203#p1747203

Section "InputClass"
        Identifier "cfr libinput trackpoint" 
        MatchIsPointer "on"
        MatchIsTouchpad "off"
        MatchProduct "TrackPoint"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Accel Speed" "1"
        Option "Accel Profile" "flat"
EndSection

# dim ond touchpads

Section "InputClass"
        Identifier "cfr libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "1"
        Option "TappingDragLock" "1"
        Option "Accel Speed" "1"
EndSection

Other packages updated in the initially problematic libinput update, as I'm not sure if it is libinput or xorg or plasma that's the problem:

[2018-06-20 03:43] [ALPM] upgraded libinput (1.11.0-1 -> 1.11.1-1)
[2018-06-20 03:43] [ALPM] upgraded fribidi (1.0.2-1 -> 1.0.4-1)
[2018-06-20 03:43] [ALPM] upgraded libdatrie (0.2.10-2 -> 0.2.12-1)
[2018-06-20 03:43] [ALPM] upgraded js52 (52.7.3-2 -> 52.8.0-1)
[2018-06-20 03:43] [ALPM] upgraded bluedevil (1:5.13.0-1 -> 1:5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kdecoration (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded breeze (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded breeze-gtk (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded discover (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded gc (7.6.4-1 -> 7.6.6-1)
[2018-06-20 03:43] [ALPM] upgraded drkonqi (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded ffmpeg (1:4.0-3 -> 1:4.0.1-1)
[2018-06-20 03:43] [ALPM] upgraded haskell-th-abstraction (0.2.6.0-5 -> 0.2.7.0-1)
[2018-06-20 03:43] [ALPM] upgraded haskell-aeson (1.3.1.1-13 -> 1.3.1.1-14)
[2018-06-20 03:43] [ALPM] upgraded haskell-aeson-pretty (0.8.7-16 -> 0.8.7-17)
[2018-06-20 03:43] [ALPM] upgraded haskell-mono-traversable (1.0.8.1-29 -> 1.0.8.1-30)
[2018-06-20 03:43] [ALPM] upgraded haskell-conduit (1.3.0.2-13 -> 1.3.0.2-14)
[2018-06-20 03:43] [ALPM] upgraded haskell-doctemplates (0.2.2.1-20 -> 0.2.2.1-21)
[2018-06-20 03:43] [ALPM] upgraded haskell-haddock-library (1.5.0.1-9 -> 1.5.0.1-10)
[2018-06-20 03:43] [ALPM] upgraded haskell-http (4000.3.12-2 -> 4000.3.12-3)
[2018-06-20 03:43] [ALPM] upgraded haskell-pandoc-types (1.17.5.1-1 -> 1.17.5.1-2)
[2018-06-20 03:43] [ALPM] upgraded haskell-skylighting-core (0.7.2-3 -> 0.7.2-4)
[2018-06-20 03:43] [ALPM] upgraded haskell-skylighting (0.7.2-3 -> 0.7.2-4)
[2018-06-20 03:43] [ALPM] upgraded haskell-texmath (0.11.0.1-11 -> 0.11.0.1-12)
[2018-06-20 03:43] [ALPM] upgraded haskell-yaml (0.8.30-18 -> 0.8.30-19)
[2018-06-20 03:43] [ALPM] upgraded libmagick (7.0.8.1-1 -> 7.0.8.2-1)
[2018-06-20 03:43] [ALPM] upgraded imagemagick (7.0.8.1-1 -> 7.0.8.2-1)
[2018-06-20 03:43] [ALPM] upgraded kactivitymanagerd (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kde-cli-tools (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded libksysguard (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded milou (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kscreenlocker (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kwin (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-integration (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-workspace (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded systemsettings (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kde-gtk-config (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kdeplasma-addons (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kgamma5 (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded khotkeys (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kinfocenter (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kmenuedit (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded knetattach (5.13.0-1 -> 5.13.1-2)
[2018-06-20 03:43] [ALPM] upgraded libkscreen (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kscreen (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded ksshaskpass (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded ksysguard (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kwallet-pam (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kwayland-integration (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded kwrited (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded liblouis (3.5.0-1 -> 3.6.0-1)
[2018-06-20 03:43] [ALPM] upgraded libmagick6 (6.9.10.1-1 -> 6.9.10.2-1)
[2018-06-20 03:43] [ALPM] upgraded linux-lts (4.14.49-1 -> 4.14.50-1)
[2018-06-20 03:43] [ALPM] upgraded oxygen (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded pandoc (2.2.1-37 -> 2.2.1-38)
[2018-06-20 03:43] [ALPM] upgraded pass (1.7.1-1 -> 1.7.2-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-browser-integration (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded polkit-kde-agent (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-desktop (5.13.0-1 -> 5.13.1-2)
[2018-06-20 03:43] [ALPM] upgraded plasma-nm (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-pa (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-sdk (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-vault (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded plasma-workspace-wallpapers (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded powerdevil (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded xorg-server-common (1.20.0-7 -> 1.20.0-8)
[2018-06-20 03:43] [ALPM] upgraded xorg-server (1.20.0-7 -> 1.20.0-8)
[2018-06-20 03:43] [ALPM] upgraded sddm-kcm (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded user-manager (5.13.0-1 -> 5.13.1-1)
[2018-06-20 03:43] [ALPM] upgraded xdg-desktop-portal-kde (5.13.0-1 -> 5.13.1-1)

In the log I see

kdeinit5[1200]: kcm_touchpad: Using X11 backend

which makes me suspect KDE involvement, but I'm not certain whether this is involved or how to fix the issue.

How can I make the system remember the settings now they have been renamed? Or how can I stop KDE interfering, if that's the culprit?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#2 2018-06-23 12:12:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,665

Re: System forgets touchpad/mouse configuration for renamed properties

If it's KDE there should be an option to disable the touchpad daemon in "Startup and Shutdown" > "Background Services"

Offline

#3 2018-06-24 00:23:38

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: System forgets touchpad/mouse configuration for renamed properties

I've stopped the daemon although it is described only as enabling/disabling it. Moreover, if I view the touchpad settings, I get a warning that the current setting don't matched the shown settings. This seems to be because yesterday I adjusted the KDE settings to match those in xorg. So KDE is now remembering the right settings and notices they are no longer active.

I've investigated this a bit further and it seems that my xorg configuration is not working as it was.

Prior to the recent updates, /etc/X11/xorg.conf.d/50-libinput-cfr.conf: configured, among other things, the following:

+ left-handed buttons for mice
+ right-handed buttons for trackpads and touchpads

However, if I reboot, all devices are set to left-handed, even though the left-handed bit explicitly excludes them

Section "InputClass"
        Identifier "cfr libinput llygod"
        MatchIsPointer "on"
        MatchIsTouchpad "off"
        NoMatchProduct "TrackPoint"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Left Handed Enabled" "1"
EndSection

Moreover, my touchpad's acceleration profile is being set to 'none' which isn't, I think, possible as it doesn't have such a setting.

Here's some excerpts from xorg's log shortly after rebooting:

[    22.152] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[    22.152] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    22.152] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    22.152] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[    22.152] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    22.152] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    22.152] (**) Option "Device" "/dev/input/event17"
[    22.152] (**) Option "_source" "server/udev"
[    22.152] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    22.152] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    22.152] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[    22.190] (**) Option "Tapping" "1"
[    22.190] (**) Option "TappingDragLock" "1"
[    22.190] (**) Option "AccelSpeed" "1"
[    22.190] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event17"
[    22.190] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    22.190] (**) Option "AccelerationScheme" "none"
[    22.190] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    22.190] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    22.190] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    22.190] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    22.190] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    22.191] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    22.191] (II) No input driver specified, ignoring this device.
[    22.191] (II) This device may have been added with another device file.

Here's the complete log:

[    21.513] (--) Log file renamed from "/var/log/Xorg.pid-840.log" to "/var/log/Xorg.0.log"
[    21.515] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[    21.515] Build Operating System: Linux Arch Linux
[    21.515] Current Operating System: Linux MyComputer 4.17.2-1-ARCH #1 SMP PREEMPT Sat Jun 16 11:08:59 UTC 2018 x86_64
[    21.515] Kernel command line: \\vmlinuz-linux root=/dev/vgcfr/arch rw cryptdevice=/dev/disk/by-uuid/94078726-f24c-4c1c-a099-2cf13c7af5bf:Linux:allow-discards add_efi_memmap fbcon=scrollback:200k initrd=intel-ucode.img rd.luks.options=discard initrd=\initramfs-linux.img
[    21.515] Build Date: 18 June 2018  03:12:37PM
[    21.516]  
[    21.516] Current version of pixman: 0.34.0
[    21.516]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    21.516] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.516] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 23 16:06:44 2018
[    21.516] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.516] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.518] (==) No Layout section.  Using the first Screen section.
[    21.518] (==) No screen section available. Using defaults.
[    21.518] (**) |-->Screen "Default Screen Section" (0)
[    21.518] (**) |   |-->Monitor "<default monitor>"
[    21.518] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    21.518] (==) Automatically adding devices
[    21.518] (==) Automatically enabling devices
[    21.518] (==) Automatically adding GPU devices
[    21.518] (==) Automatically binding GPU devices
[    21.518] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.522] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    21.522]    Entry deleted from font path.
[    21.522]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    21.522] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    21.522]    Entry deleted from font path.
[    21.522]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    21.522] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1
[    21.522] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.522] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.522] (II) Module ABI versions:
[    21.522]    X.Org ANSI C Emulation: 0.4
[    21.522]    X.Org Video Driver: 24.0
[    21.522]    X.Org XInput driver : 24.1
[    21.522]    X.Org Server Extension : 10.0
[    21.523] (++) using VT number 7

[    21.523] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    21.524] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.542] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[    21.542] (II) Open ACPI successful (/var/run/acpid.socket)
[    21.542] (II) LoadModule: "glx"
[    21.543] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.553] (II) Module glx: vendor="X.Org Foundation"
[    21.553]    compiled for 1.20.0, module version = 1.0.0
[    21.554]    ABI class: X.Org Server Extension, version 10.0
[    21.554] (II) Applying OutputClass "cfr eDP-1" to /dev/dri/card0
[    21.554]    loading driver: modesetting
[    21.554] (==) Matched modesetting as autoconfigured driver 0
[    21.554] (==) Matched intel as autoconfigured driver 1
[    21.554] (==) Matched fbdev as autoconfigured driver 2
[    21.554] (==) Matched vesa as autoconfigured driver 3
[    21.554] (==) Assigned the driver to the xf86ConfigLayout
[    21.554] (II) LoadModule: "modesetting"
[    21.554] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.556] (II) Module modesetting: vendor="X.Org Foundation"
[    21.556]    compiled for 1.20.0, module version = 1.20.0
[    21.556]    Module class: X.Org Video Driver
[    21.556]    ABI class: X.Org Video Driver, version 24.0
[    21.556] (II) LoadModule: "intel"
[    21.556] (WW) Warning, couldn't open module intel
[    21.556] (EE) Failed to load module "intel" (module does not exist, 0)
[    21.556] (II) LoadModule: "fbdev"
[    21.556] (WW) Warning, couldn't open module fbdev
[    21.556] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    21.556] (II) LoadModule: "vesa"
[    21.556] (WW) Warning, couldn't open module vesa
[    21.556] (EE) Failed to load module "vesa" (module does not exist, 0)
[    21.556] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.583] (II) modeset(0): using drv /dev/dri/card0
[    21.584] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    21.584] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    21.584] (II) Applying OutputClass "cfr eDP-1" options to /dev/dri/card0
[    21.584] (==) modeset(0): RGB weight 888
[    21.584] (==) modeset(0): Default visual is TrueColor
[    21.584] (II) Loading sub module "glamoregl"
[    21.584] (II) LoadModule: "glamoregl"
[    21.584] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    21.592] (II) Module glamoregl: vendor="X.Org Foundation"
[    21.593]    compiled for 1.20.0, module version = 1.0.1
[    21.593]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.650] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) 
[    21.650] (II) modeset(0): glamor initialized
[    21.651] (II) modeset(0): Output eDP-1 using monitor section cfr DPI
[    21.651] (II) modeset(0): Output DP-1 has no monitor section
[    21.764] (II) modeset(0): Output HDMI-1 has no monitor section
[    21.764] (II) modeset(0): Output DP-2 has no monitor section
[    21.768] (II) modeset(0): Output HDMI-2 has no monitor section
[    21.770] (II) modeset(0): EDID for output eDP-1
[    21.770] (II) modeset(0): Manufacturer: AUO  Model: 226d  Serial#: 0
[    21.770] (II) modeset(0): Year: 2015  Week: 52
[    21.770] (II) modeset(0): EDID Version: 1.4
[    21.770] (II) modeset(0): Digital Display Input
[    21.770] (II) modeset(0): 8 bits per channel
[    21.770] (II) modeset(0): Digital interface is DisplayPort
[    21.770] (II) modeset(0): Max Image Size [cm]: horiz.: 28  vert.: 16
[    21.770] (II) modeset(0): Gamma: 2.20
[    21.770] (II) modeset(0): No DPMS capabilities specified
[    21.770] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    21.770] (II) modeset(0): First detailed timing is preferred mode
[    21.770] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    21.770] (II) modeset(0): redX: 0.587 redY: 0.350   greenX: 0.342 greenY: 0.585
[    21.770] (II) modeset(0): blueX: 0.154 blueY: 0.115   whiteX: 0.306 whiteY: 0.327
[    21.770] (II) modeset(0): Manufacturer's mask: 0
[    21.770] (II) modeset(0): Supported detailed timing:
[    21.770] (II) modeset(0): clock: 141.0 MHz   Image Size:  276 x 155 mm
[    21.770] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[    21.770] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[    21.770] (II) modeset(0): Unknown vendor-specific block f
[    21.770] (II) modeset(0):  AUO
[    21.770] (II) modeset(0):  B125HAN02.2
[    21.770] (II) modeset(0): EDID (in hex):
[    21.770] (II) modeset(0):   00ffffffffffff0006af6d2200000000
[    21.770] (II) modeset(0):   34190104a51c1078026ba79659579527
[    21.770] (II) modeset(0):   1d4e5300000001010101010101010101
[    21.770] (II) modeset(0):   010101010101143780b8703824401010
[    21.770] (II) modeset(0):   3e00149b100000180000000f00000000
[    21.770] (II) modeset(0):   00000000000000000020000000fe0041
[    21.770] (II) modeset(0):   554f0a202020202020202020000000fe
[    21.770] (II) modeset(0):   004231323548414e30322e32200a00a8
[    21.770] (II) modeset(0): Printing probed modes for output eDP-1
[    21.770] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[    21.770] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    21.770] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    21.770] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    21.770] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    21.770] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    21.770] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    21.770] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    21.770] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    21.770] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    21.770] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    21.770] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    21.770] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    21.770] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    21.770] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    21.770] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    21.770] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    21.770] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    21.770] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    21.770] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    21.770] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    21.770] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    21.770] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    21.770] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    21.770] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    21.770] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    21.770] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    21.770] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    21.770] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    21.770] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    21.770] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    21.770] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    21.770] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    21.770] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    21.770] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    21.770] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    21.770] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    21.770] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    21.770] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    21.770] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    21.770] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    21.770] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    21.770] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    21.770] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    21.770] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    21.770] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    21.770] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    21.770] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    21.770] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    21.770] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    21.770] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    21.770] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    21.770] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    21.771] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    21.771] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    21.771] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    21.771] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    21.771] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    21.771] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    21.771] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    21.771] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    21.771] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    21.771] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    21.771] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    21.771] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    21.771] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    21.771] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    21.771] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    21.771] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    21.771] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    21.771] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    21.771] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    21.771] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    21.771] (II) modeset(0): EDID for output DP-1
[    21.885] (II) modeset(0): EDID for output HDMI-1
[    21.885] (II) modeset(0): EDID for output DP-2
[    21.888] (II) modeset(0): EDID for output HDMI-2
[    21.888] (II) modeset(0): Output eDP-1 connected
[    21.888] (II) modeset(0): Output DP-1 disconnected
[    21.888] (II) modeset(0): Output HDMI-1 disconnected
[    21.888] (II) modeset(0): Output DP-2 disconnected
[    21.888] (II) modeset(0): Output HDMI-2 disconnected
[    21.888] (II) modeset(0): Using exact sizes for initial modes
[    21.888] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    21.888] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.888] (==) modeset(0): DPI set to (96, 96)
[    21.888] (II) Loading sub module "fb"
[    21.888] (II) LoadModule: "fb"
[    21.888] (II) Loading /usr/lib/xorg/modules/libfb.so
[    21.889] (II) Module fb: vendor="X.Org Foundation"
[    21.889]    compiled for 1.20.0, module version = 1.0.0
[    21.889]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.900] (==) modeset(0): Backing store enabled
[    21.900] (==) modeset(0): Silken mouse disabled
[    21.950] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    21.950] (==) modeset(0): DPMS enabled
[    21.951] (II) modeset(0): [DRI2] Setup complete
[    21.951] (II) modeset(0): [DRI2]   DRI driver: i965
[    21.951] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    21.951] (II) Initializing extension Generic Event Extension
[    21.951] (II) Initializing extension SHAPE
[    21.951] (II) Initializing extension MIT-SHM
[    21.951] (II) Initializing extension XInputExtension
[    21.951] (II) Initializing extension XTEST
[    21.951] (II) Initializing extension BIG-REQUESTS
[    21.951] (II) Initializing extension SYNC
[    21.952] (II) Initializing extension XKEYBOARD
[    21.952] (II) Initializing extension XC-MISC
[    21.952] (II) Initializing extension SECURITY
[    21.952] (II) Initializing extension XFIXES
[    21.952] (II) Initializing extension RENDER
[    21.952] (II) Initializing extension RANDR
[    21.953] (II) Initializing extension COMPOSITE
[    21.953] (II) Initializing extension DAMAGE
[    21.953] (II) Initializing extension MIT-SCREEN-SAVER
[    21.953] (II) Initializing extension DOUBLE-BUFFER
[    21.953] (II) Initializing extension RECORD
[    21.953] (II) Initializing extension DPMS
[    21.953] (II) Initializing extension Present
[    21.953] (II) Initializing extension DRI3
[    21.954] (II) Initializing extension X-Resource
[    21.954] (II) Initializing extension XVideo
[    21.954] (II) Initializing extension XVideo-MotionCompensation
[    21.954] (II) Initializing extension GLX
[    21.961] (II) AIGLX: Loaded and initialized i965
[    21.961] (II) GLX: Initialized DRI2 GL provider for screen 0
[    21.961] (II) Initializing extension XFree86-VidModeExtension
[    21.961] (II) Initializing extension XFree86-DGA
[    21.961] (II) Initializing extension XFree86-DRI
[    21.961] (II) Initializing extension DRI2
[    21.969] (II) modeset(0): Damage tracking initialized
[    21.969] (II) modeset(0): Setting screen physical size to 277 x 156
[    22.042] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    22.042] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    22.042] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.042] (II) LoadModule: "libinput"
[    22.042] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.047] (II) Module libinput: vendor="X.Org Foundation"
[    22.047]    compiled for 1.19.6, module version = 0.27.1
[    22.047]    Module class: X.Org XInput Driver
[    22.047]    ABI class: X.Org XInput driver, version 24.1
[    22.047] (II) Using input driver 'libinput' for 'Power Button'
[    22.047] (**) Power Button: always reports core events
[    22.047] (**) Option "Device" "/dev/input/event2"
[    22.047] (**) Option "_source" "server/udev"
[    22.047] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.047] (II) event2  - Power Button: device is a keyboard
[    22.047] (II) event2  - Power Button: device removed
[    22.063] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    22.063] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.063] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    22.063] (II) event2  - Power Button: device is a keyboard
[    22.064] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    22.064] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    22.064] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.064] (II) Using input driver 'libinput' for 'Video Bus'
[    22.064] (**) Video Bus: always reports core events
[    22.064] (**) Option "Device" "/dev/input/event3"
[    22.064] (**) Option "_source" "server/udev"
[    22.064] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.064] (II) event3  - Video Bus: device is a keyboard
[    22.064] (II) event3  - Video Bus: device removed
[    22.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    22.073] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.074] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    22.074] (II) event3  - Video Bus: device is a keyboard
[    22.074] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    22.074] (II) No input driver specified, ignoring this device.
[    22.074] (II) This device may have been added with another device file.
[    22.074] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    22.074] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    22.074] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    22.074] (II) Using input driver 'libinput' for 'Sleep Button'
[    22.074] (**) Sleep Button: always reports core events
[    22.074] (**) Option "Device" "/dev/input/event0"
[    22.074] (**) Option "_source" "server/udev"
[    22.075] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    22.075] (II) event0  - Sleep Button: device is a keyboard
[    22.075] (II) event0  - Sleep Button: device removed
[    22.086] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    22.086] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    22.087] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    22.087] (II) event0  - Sleep Button: device is a keyboard
[    22.088] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event18)
[    22.088] (**) Integrated Camera: Integrated C: Applying InputClass "evdev keyboard catchall"
[    22.088] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[    22.088] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[    22.088] (**) Integrated Camera: Integrated C: always reports core events
[    22.088] (**) Option "Device" "/dev/input/event18"
[    22.088] (**) Option "_source" "server/udev"
[    22.089] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    22.089] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[    22.089] (II) event18 - Integrated Camera: Integrated C: device removed
[    22.123] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input20/event18"
[    22.123] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[    22.124] (II) event18 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[    22.124] (II) event18 - Integrated Camera: Integrated C: device is a keyboard
[    22.124] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[    22.124] (II) No input driver specified, ignoring this device.
[    22.124] (II) This device may have been added with another device file.
[    22.124] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[    22.124] (II) No input driver specified, ignoring this device.
[    22.124] (II) This device may have been added with another device file.
[    22.124] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[    22.124] (II) No input driver specified, ignoring this device.
[    22.124] (II) This device may have been added with another device file.
[    22.125] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    22.125] (II) No input driver specified, ignoring this device.
[    22.125] (II) This device may have been added with another device file.
[    22.125] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[    22.125] (II) No input driver specified, ignoring this device.
[    22.125] (II) This device may have been added with another device file.
[    22.125] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[    22.125] (II) No input driver specified, ignoring this device.
[    22.125] (II) This device may have been added with another device file.
[    22.125] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[    22.125] (II) No input driver specified, ignoring this device.
[    22.125] (II) This device may have been added with another device file.
[    22.126] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[    22.126] (II) No input driver specified, ignoring this device.
[    22.126] (II) This device may have been added with another device file.
[    22.126] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[    22.126] (II) No input driver specified, ignoring this device.
[    22.126] (II) This device may have been added with another device file.
[    22.126] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    22.126] (II) No input driver specified, ignoring this device.
[    22.126] (II) This device may have been added with another device file.
[    22.126] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    22.126] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    22.126] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    22.126] (**) AT Translated Set 2 keyboard: Applying InputClass "cfr evdev keyboard"
[    22.126] (II) LoadModule: "evdev"
[    22.126] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    22.127] (II) Module evdev: vendor="X.Org Foundation"
[    22.127]    compiled for 1.20.0, module version = 2.10.6
[    22.127]    Module class: X.Org XInput Driver
[    22.127]    ABI class: X.Org XInput driver, version 24.1
[    22.127] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    22.127] (**) AT Translated Set 2 keyboard: always reports core events
[    22.127] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event4"
[    22.127] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    22.127] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    22.127] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    22.127] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    22.127] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    22.127] (**) Option "xkb_rules" "evdev"
[    22.127] (**) Option "xkb_model" "pc105+inet"
[    22.127] (**) Option "xkb_layout" "us"
[    22.127] (**) Option "xkb_variant" "euro"
[    22.127] (**) Option "xkb_options" "terminate:ctrl_alt_bksp+eurosign:5+compose:caps+shift:both_capslock_cancel"
[    22.152] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[    22.152] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    22.152] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    22.152] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "cfr libinput touchpad catchall"
[    22.152] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    22.152] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    22.152] (**) Option "Device" "/dev/input/event17"
[    22.152] (**) Option "_source" "server/udev"
[    22.152] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    22.152] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    22.152] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[    22.190] (**) Option "Tapping" "1"
[    22.190] (**) Option "TappingDragLock" "1"
[    22.190] (**) Option "AccelSpeed" "1"
[    22.190] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event17"
[    22.190] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[    22.190] (**) Option "AccelerationScheme" "none"
[    22.190] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    22.190] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    22.190] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    22.190] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    22.190] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    22.191] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    22.191] (II) No input driver specified, ignoring this device.
[    22.191] (II) This device may have been added with another device file.
[    22.191] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19)
[    22.191] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    22.191] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[    22.191] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput pointer catchall"
[    22.191] (**) TPPS/2 IBM TrackPoint: Applying InputClass "cfr libinput trackpoint"
[    22.191] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[    22.191] (**) TPPS/2 IBM TrackPoint: always reports core events
[    22.191] (**) Option "Device" "/dev/input/event19"
[    22.191] (**) Option "_source" "server/udev"
[    22.191] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    22.191] (II) event19 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.1/trackpoints.html
[    22.191] (II) event19 - TPPS/2 IBM TrackPoint: trackpoint device set to range 20
[    22.191] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[    22.191] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[    22.250] (**) Option "AccelSpeed" "1"
[    22.250] (**) Option "AccelProfile" "flat"
[    22.250] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event19"
[    22.250] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[    22.250] (**) Option "AccelerationScheme" "none"
[    22.250] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    22.250] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    22.250] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    22.250] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    22.250] (II) event19 - TPPS/2 IBM TrackPoint: trackpoint does not have a specified range, guessing... see https://wayland.freedesktop.org/libinput/doc/1.11.1/trackpoints.html
[    22.250] (II) event19 - TPPS/2 IBM TrackPoint: trackpoint device set to range 20
[    22.250] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[    22.250] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    22.250] (II) No input driver specified, ignoring this device.
[    22.250] (II) This device may have been added with another device file.
[    22.251] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    22.251] (II) No input driver specified, ignoring this device.
[    22.251] (II) This device may have been added with another device file.
[    22.251] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[    22.251] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    22.251] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    22.251] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    22.251] (**) ThinkPad Extra Buttons: always reports core events
[    22.251] (**) Option "Device" "/dev/input/event5"
[    22.251] (**) Option "_source" "server/udev"
[    22.252] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    22.252] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    22.252] (II) event5  - ThinkPad Extra Buttons: device removed
[    22.293] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[    22.293] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[    22.293] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    22.294] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[    34.869] (II) modeset(0): EDID vendor "AUO", prod id 8813
[    34.869] (II) modeset(0): Printing DDC gathered Modelines:
[    34.869] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[    36.914] (II) modeset(0): EDID vendor "AUO", prod id 8813
[    36.914] (II) modeset(0): Printing DDC gathered Modelines:
[    36.914] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[    53.737] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/mouse2)
[    53.737] (II) No input driver specified, ignoring this device.
[    53.737] (II) This device may have been added with another device file.
[    53.769] (II) config/udev: Adding input device PixArt Microsoft USB Optical Mouse (/dev/input/event20)
[    53.769] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    53.769] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    53.769] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[    53.769] (**) PixArt Microsoft USB Optical Mouse: Applying InputClass "cfr libinput llygod"
[    53.769] (II) Using input driver 'libinput' for 'PixArt Microsoft USB Optical Mouse'
[    53.769] (**) PixArt Microsoft USB Optical Mouse: always reports core events
[    53.769] (**) Option "Device" "/dev/input/event20"
[    53.769] (**) Option "_source" "server/udev"
[    53.834] (II) event20 - PixArt Microsoft USB Optical Mouse: is tagged by udev as: Mouse
[    53.834] (II) event20 - PixArt Microsoft USB Optical Mouse: device is a pointer
[    53.834] (II) event20 - PixArt Microsoft USB Optical Mouse: device removed
[    53.893] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:045E:00CB.0001/input/input21/event20"
[    53.893] (II) XINPUT: Adding extended input device "PixArt Microsoft USB Optical Mouse" (type: MOUSE, id 14)
[    53.895] (**) Option "AccelerationScheme" "none"
[    53.896] (**) PixArt Microsoft USB Optical Mouse: (accel) selected scheme none/0
[    53.896] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration factor: 2.000
[    53.896] (**) PixArt Microsoft USB Optical Mouse: (accel) acceleration threshold: 4
[    53.954] (II) event20 - PixArt Microsoft USB Optical Mouse: is tagged by udev as: Mouse
[    53.954] (II) event20 - PixArt Microsoft USB Optical Mouse: device is a pointer
[ 14745.732] (II) config/udev: removing device PixArt Microsoft USB Optical Mouse
[ 14745.732] (II) event20 - PixArt Microsoft USB Optical Mouse: device removed
[ 14745.756] (II) UnloadModule: "libinput"
[ 14751.371] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse2)
[ 14751.371] (II) No input driver specified, ignoring this device.
[ 14751.371] (II) This device may have been added with another device file.
[ 14751.503] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event20)
[ 14751.503] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 14751.503] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 14751.503] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput pointer catchall"
[ 14751.503] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "cfr libinput llygod"
[ 14751.503] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[ 14751.503] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[ 14751.503] (**) Option "Device" "/dev/input/event20"
[ 14751.503] (**) Option "_source" "server/udev"
[ 14751.559] (II) event20 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 14751.559] (II) event20 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 14751.559] (II) event20 - Logitech USB-PS/2 Optical Mouse: device is a pointer
[ 14751.559] (II) event20 - Logitech USB-PS/2 Optical Mouse: device removed
[ 14751.625] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C00E.0002/input/input22/event20"
[ 14751.625] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 14)
[ 14751.627] (**) Option "AccelerationScheme" "none"
[ 14751.628] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[ 14751.628] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[ 14751.628] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[ 14751.686] (II) event20 - Logitech USB-PS/2 Optical Mouse: is tagged by udev as: Mouse
[ 14751.686] (II) event20 - Logitech USB-PS/2 Optical Mouse: device set to 400 DPI
[ 14751.686] (II) event20 - Logitech USB-PS/2 Optical Mouse: device is a pointer

I've explicitly disabled left-handed stuff for the touchpad and trackpoint in the config file, but no similar strategy occurs to me for the acceleration speed of the touchpad. Moreover, clearly something is wrong: the config is not being applied as it was (it worked perfectly as far as I was concerned - whatever else might go pear-shaped, this was the best pointer-device configuration I'd ever had), but, if something has changed, I can't figure it out from the manual pages.

Why does it unload the libinput module? Is that normal?

What I can't work out is where the left-handed stuff got applied to the trackpoint and touchpad. Is something else misapplying the xorg config? Or what am I not seeing here?

Last edited by cfr (2018-06-24 00:40:46)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#4 2018-06-25 03:37:09

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: System forgets touchpad/mouse configuration for renamed properties

https://bbs.archlinux.org/viewtopic.php?id=238299 makes me think it may be KDE interference again after all. But, if so, disabling the touchpad daemon in Background Services as suggested above doesn't seem to have worked for me.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#5 2018-06-26 01:54:56

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: System forgets touchpad/mouse configuration for renamed properties

Somebody in the other thread pointed to changes in KCM at https://cgit.kde.org/plasma-desktop.git … f3d5cdf0ab. Looking at that, it seems to me that KCM does not handle fine-grained distinctions very well. For example, it seems not to allow for the possibility that you might want to enable left-handedness for only *some* devices (mice), but not others (trackpoints and touchpads). However, the functionality of the module is supposed to be unchanged. And the old code looks to do something similar to my (ignorant) eye, but it used to work fine.

Is there some way to disable the KCM input module while still using Plasma? It interfered with my keyboard configuration earlier and now it interferes again. I only seem to deal with it when I need to stop it interfering. So can I do that in a general way? I admit I don't understand what it is doing and I'd rather not have to. xorg.conf makes better sense to me ....


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#6 2018-07-28 03:39:00

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: System forgets touchpad/mouse configuration for renamed properties

Alternatively, is it possible to trigger a script to run just after the KCM input module responds to the addition of a USB mouse? This is where the problem is: if I don't plug a mouse in, the settings stay fine. however, plugging a mouse messes up the trackpad and trackpoint settings. I've written a script kcminit-undo, which reverses the effect, but I'm wondering how best to trigger this automatically. I can't just run it when the mouse is plugged (e.g. with udev or something), because I need the point where kcminit has interfered. How can I time it properly?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#7 2018-07-28 06:41:36

seth
Member
Registered: 2012-09-03
Posts: 51,046

Re: System forgets touchpad/mouse configuration for renamed properties

Ie. "kcmshell5 kded" lists KDE daemons and you might to disable the culprit there (i don't think this is directly related to the settings module)

Offline

Board footer

Powered by FluxBB