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

Bug#875621: linux: ThinkPad X270 Synaptics touchpad: please enable CONFIG_RMI4_SMB



In contrast to what I wrote earlier it appears that xserver-xorg-input-synaptics *does* need to be installed.  I installed it and now xinput list-props is listing more features such as circular scrolling.  In Plasma system settings touchpad features that were previously not available are now available.

xinput list-props 12
Device 'Synaptics TM3053-003':
        Device Enabled (153):   1
        Coordinate Transformation Matrix (155): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        Device Accel Profile (285):     1
        Device Accel Constant Deceleration (286):       2.500000
        Device Accel Adaptive Deceleration (287):       1.000000
        Device Accel Velocity Scaling (288):    12.500000
        Synaptics Edges (289):  77, 1863, 57, 1005
        Synaptics Finger (290): 25, 48, 0
        Synaptics Tap Time (291):       180
        Synaptics Tap Move (292):       96
        Synaptics Tap Durations (293):  180, 180, 100
        Synaptics ClickPad (294):       1
        Synaptics Middle Button Timeout (295):  0
        Synaptics Two-Finger Pressure (296):    282
        Synaptics Two-Finger Width (297):       7
        Synaptics Scrolling Distance (298):     50, 50
        Synaptics Edge Scrolling (299): 1, 0, 0
        Synaptics Two-Finger Scrolling (300):   1, 0
        Synaptics Move Speed (301):     1.000000, 1.750000, 0.537430, 0.000000
        Synaptics Off (302):    2
        Synaptics Locked Drags (303):   1
        Synaptics Locked Drags Timeout (304):   30000
        Synaptics Tap Action (305):     0, 0, 0, 0, 1, 3, 2
        Synaptics Click Action (306):   1, 3, 2
        Synaptics Circular Scrolling (307):     1
        Synaptics Circular Scrolling Distance (308):    0.100007
        Synaptics Circular Scrolling Trigger (309):     0
        Synaptics Circular Pad (310):   0
        Synaptics Palm Detection (311): 0
        Synaptics Palm Dimensions (312):        10, 200
        Synaptics Coasting Speed (313): 20.000000, 50.000000
        Synaptics Pressure Motion (314):        92, 160
        Synaptics Pressure Motion Factor (315): 1.000000, 1.000000
        Synaptics Grab Event Device (316):      0
        Synaptics Gestures (317):       1
        Synaptics Capabilities (318):   1, 0, 0, 1, 1, 1, 0
        Synaptics Pad Resolution (319): 20, 20
        Synaptics Area (320):   0, 0, 0, 0
        Synaptics Soft Button Areas (321):      970, 0, 870, 0, 0, 0, 0, 0
        Synaptics Noise Cancellation (322):     13, 13
        Device Product ID (277):        1739, 0
        Device Node (276):      "/dev/input/event4"


I did not have to change anything with xorg.conf.  This is what was generated by Xorg -configure after installing xserver-xorg-input-synaptics:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
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     "built-ins"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                     # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "Backlight"                 # <str>
        #Option     "CustomEDID"                # <str>
        #Option     "DRI"                       # <str>
        #Option     "Present"                   # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "VideoKey"                  # <i>
        #Option     "Tiling"                    # [<bool>]
        #Option     "LinearFramebuffer"         # [<bool>]
        #Option     "HWRotation"                # [<bool>]
        #Option     "VSync"                     # [<bool>]
        #Option     "PageFlip"                  # [<bool>]
        #Option     "SwapbuffersWait"           # [<bool>]
        #Option     "TripleBuffer"              # [<bool>]
        #Option     "XvPreferOverlay"           # [<bool>]
        #Option     "HotPlug"                   # [<bool>]
        #Option     "ReprobeOutputs"            # [<bool>]
        #Option     "XvMC"                      # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "VirtualHeads"              # <i>
        #Option     "TearFree"                  # [<bool>]
        #Option     "PerCrtcPixmaps"            # [<bool>]
        #Option     "FallbackDebug"             # [<bool>]
        #Option     "DebugFlushBatches"         # [<bool>]
        #Option     "DebugFlushCaches"          # [<bool>]
        #Option     "DebugWait"                 # [<bool>]
        #Option     "BufferCache"               # [<bool>]
        Identifier  "Card0"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


Here is the log:

[     4.000] (--) Log file renamed from "/var/log/Xorg.pid-658.log" to "/var/log/Xorg.0.log"
[     4.001]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[     4.001] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[     4.001] Current Operating System: Linux life 4.19.16 #1 SMP Fri Jan 25 13:48:13 MST 2019 x86_64 [     4.001] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.16 root=UUID=e69a3027-d6b6-4620-8e05-8c8fb8f06b27 ro quiet
[     4.001] Build Date: 25 October 2018  06:15:23PM
[     4.001] xorg-server 2:1.20.3-1 (https://www.debian.org/support)
[     4.001] Current version of pixman: 0.36.0
[     4.001]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     4.001] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.001] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 26 12:24:21 2019
[     4.002] (==) Using config file: "/etc/X11/xorg.conf"
[     4.002] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.003] (==) ServerLayout "X.org Configured"
[     4.003] (**) |-->Screen "Screen0" (0)
[     4.003] (**) |   |-->Monitor "Monitor0"
[     4.003] (**) |   |-->Device "Card0"
[     4.003] (**) |-->Input Device "Mouse0"
[     4.003] (**) |-->Input Device "Keyboard0"
[     4.003] (==) Automatically adding devices
[     4.003] (==) Automatically enabling devices
[     4.003] (==) Automatically adding GPU devices
[     4.003] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.005] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.005]     Entry deleted from font path.
[     4.007] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.007]     Entry deleted from font path.
[     4.007] (**) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins,
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[     4.007] (**) ModulePath set to "/usr/lib/xorg/modules"
[     4.007] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.007] (WW) Disabling Mouse0
[     4.007] (WW) Disabling Keyboard0
[     4.007] (II) Loader magic: 0x564da1d6fe20
[     4.007] (II) Module ABI versions:
[     4.007]     X.Org ANSI C Emulation: 0.4
[     4.007]     X.Org Video Driver: 24.0
[     4.007]     X.Org XInput driver : 24.1
[     4.007]     X.Org Server Extension : 10.0
[     4.007] (++) using VT number 7

[     4.007] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.008] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.026] (--) PCI:*(0@0:2:0) 8086:1616:17aa:2223 rev 9, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x00003000/64, BIOS @ 0x????????/131072 [     4.026] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     4.026] (II) LoadModule: "glx"
[     4.028] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.035] (II) Module glx: vendor="X.Org Foundation"
[     4.035]     compiled for 1.20.3, module version = 1.0.0
[     4.035]     ABI class: X.Org Server Extension, version 10.0
[     4.035] (II) LoadModule: "intel"
[     4.036] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     4.038] (II) Module intel: vendor="X.Org Foundation"
[     4.038]     compiled for 1.20.1, module version = 2.99.917
[     4.038]     Module class: X.Org Video Driver
[     4.038]     ABI class: X.Org Video Driver, version 24.0
[     4.038] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     4.038] (II) intel: Driver for Intel(R) HD Graphics
[     4.038] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     4.038] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     4.045] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719 [     4.045] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20180925-2 (Andreas Boll <aboll@debian.org>)
[     4.045] (II) intel(0): SNA compiled for use with valgrind
[     4.046] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 5500 [     4.046] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[     4.046] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     4.046] (==) intel(0): RGB weight 888
[     4.046] (==) intel(0): Default visual is TrueColor
[     4.046] (II) intel(0): Output eDP1 using monitor section Monitor0
[     4.047] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     4.047] (II) intel(0): Enabled output eDP1
[     4.047] (II) intel(0): Output DP1 has no monitor section
[     4.047] (II) intel(0): Enabled output DP1
[     4.047] (II) intel(0): Output HDMI1 has no monitor section
[     4.047] (II) intel(0): Enabled output HDMI1
[     4.047] (II) intel(0): Output DP2 has no monitor section
[     4.047] (II) intel(0): Enabled output DP2
[     4.047] (II) intel(0): Output HDMI2 has no monitor section
[     4.047] (II) intel(0): Enabled output HDMI2
[     4.047] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     4.047] (II) intel(0): Output VIRTUAL1 has no monitor section
[     4.047] (II) intel(0): Enabled output VIRTUAL1
[     4.047] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[     4.047] (==) intel(0): TearFree enabled
[     4.047] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.047] (==) intel(0): DPI set to (96, 96)
[     4.047] (II) Loading sub module "dri3"
[     4.047] (II) LoadModule: "dri3"
[     4.047] (II) Module "dri3" already built-in
[     4.047] (II) Loading sub module "dri2"
[     4.047] (II) LoadModule: "dri2"
[     4.047] (II) Module "dri2" already built-in
[     4.047] (II) Loading sub module "present"
[     4.047] (II) LoadModule: "present"
[     4.047] (II) Module "present" already built-in
[     4.049] (II) intel(0): SNA initialized with Broadwell (gen8) backend
[     4.049] (==) intel(0): Backing store enabled
[     4.049] (==) intel(0): Silken mouse enabled
[     4.050] (II) intel(0): HW Cursor enabled
[     4.050] (==) intel(0): DPMS enabled
[     4.050] (==) intel(0): Display hotplug detection enabled
[     4.051] (II) intel(0): [DRI2] Setup complete
[     4.051] (II) intel(0): [DRI2]   DRI driver: i965
[     4.051] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     4.051] (II) intel(0): direct rendering: DRI2 enabled
[     4.051] (II) intel(0): hardware support for Present enabled
[     4.051] (II) Initializing extension Generic Event Extension
[     4.051] (II) Initializing extension SHAPE
[     4.051] (II) Initializing extension MIT-SHM
[     4.051] (II) Initializing extension XInputExtension
[     4.051] (II) Initializing extension XTEST
[     4.051] (II) Initializing extension BIG-REQUESTS
[     4.051] (II) Initializing extension SYNC
[     4.052] (II) Initializing extension XKEYBOARD
[     4.052] (II) Initializing extension XC-MISC
[     4.052] (II) Initializing extension SECURITY
[     4.052] (II) Initializing extension XFIXES
[     4.052] (II) Initializing extension RENDER
[     4.052] (II) Initializing extension RANDR
[     4.052] (II) Initializing extension COMPOSITE
[     4.052] (II) Initializing extension DAMAGE
[     4.052] (II) Initializing extension MIT-SCREEN-SAVER
[     4.053] (II) Initializing extension DOUBLE-BUFFER
[     4.053] (II) Initializing extension RECORD
[     4.053] (II) Initializing extension DPMS
[     4.053] (II) Initializing extension Present
[     4.053] (II) Initializing extension DRI3
[     4.053] (II) Initializing extension X-Resource
[     4.053] (II) Initializing extension XVideo
[     4.053] (II) Initializing extension XVideo-MotionCompensation
[     4.053] (II) Initializing extension SELinux
[     4.053] (II) SELinux: Disabled on system
[     4.053] (II) Initializing extension GLX
[     4.078] (II) AIGLX: Loaded and initialized i965
[     4.078] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.078] (II) Initializing extension XFree86-VidModeExtension
[     4.078] (II) Initializing extension XFree86-DGA
[     4.078] (II) Initializing extension XFree86-DRI
[     4.078] (II) Initializing extension DRI2
[     4.081] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     4.090] (II) intel(0): Setting screen physical size to 508 x 285
[     4.139] (II) config/udev: Adding input device Power Button (/dev/input/event3) [     4.139] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.139] (II) LoadModule: "libinput"
[     4.139] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.144] (II) Module libinput: vendor="X.Org Foundation"
[     4.144]     compiled for 1.20.1, module version = 0.28.1
[     4.144]     Module class: X.Org XInput Driver
[     4.144]     ABI class: X.Org XInput driver, version 24.1
[     4.144] (II) Using input driver 'libinput' for 'Power Button'
[     4.144] (**) Power Button: always reports core events
[     4.144] (**) Option "Device" "/dev/input/event3"
[     4.144] (**) Option "_source" "server/udev"
[     4.147] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     4.147] (II) event3  - Power Button: device is a keyboard
[     4.147] (II) event3  - Power Button: device removed
[     4.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event3" [     4.164] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.164] (**) Option "xkb_model" "pc105"
[     4.164] (**) Option "xkb_layout" "us"
[     4.165] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     4.165] (II) event3  - Power Button: device is a keyboard
[     4.166] (II) config/udev: Adding input device Video Bus (/dev/input/event13) [     4.166] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.166] (II) Using input driver 'libinput' for 'Video Bus'
[     4.166] (**) Video Bus: always reports core events
[     4.166] (**) Option "Device" "/dev/input/event13"
[     4.166] (**) Option "_source" "server/udev"
[     4.167] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     4.167] (II) event13 - Video Bus: device is a keyboard
[     4.167] (II) event13 - Video Bus: device removed
[     4.200] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event13" [     4.200] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.200] (**) Option "xkb_model" "pc105"
[     4.200] (**) Option "xkb_layout" "us"
[     4.203] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[     4.203] (II) event13 - Video Bus: device is a keyboard
[     4.204] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     4.204] (II) No input driver specified, ignoring this device.
[     4.204] (II) This device may have been added with another device file.
[     4.205] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) [     4.205] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.205] (II) Using input driver 'libinput' for 'Sleep Button'
[     4.205] (**) Sleep Button: always reports core events
[     4.205] (**) Option "Device" "/dev/input/event2"
[     4.205] (**) Option "_source" "server/udev"
[     4.206] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     4.206] (II) event2  - Sleep Button: device is a keyboard
[     4.207] (II) event2  - Sleep Button: device removed
[     4.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event2" [     4.228] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     4.228] (**) Option "xkb_model" "pc105"
[     4.228] (**) Option "xkb_layout" "us"
[     4.229] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[     4.229] (II) event2  - Sleep Button: device is a keyboard
[     4.230] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[     4.231] (II) No input driver specified, ignoring this device.
[     4.231] (II) This device may have been added with another device file.
[     4.231] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[     4.231] (II) No input driver specified, ignoring this device.
[     4.231] (II) This device may have been added with another device file.
[     4.231] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[     4.231] (II) No input driver specified, ignoring this device.
[     4.231] (II) This device may have been added with another device file.
[     4.232] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event17)
[     4.232] (II) No input driver specified, ignoring this device.
[     4.232] (II) This device may have been added with another device file.
[     4.232] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event18)
[     4.232] (II) No input driver specified, ignoring this device.
[     4.232] (II) This device may have been added with another device file.
[     4.233] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event7) [     4.233] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall" [     4.233] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C' [     4.233] (**) Integrated Camera: Integrated C: always reports core events
[     4.233] (**) Option "Device" "/dev/input/event7"
[     4.233] (**) Option "_source" "server/udev"
[     4.235] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard [     4.235] (II) event7  - Integrated Camera: Integrated C: device is a keyboard
[     4.235] (II) event7  - Integrated Camera: Integrated C: device removed
[     4.284] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input11/event7" [     4.284] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[     4.284] (**) Option "xkb_model" "pc105"
[     4.284] (**) Option "xkb_layout" "us"
[     4.287] (II) event7  - Integrated Camera: Integrated C: is tagged by udev as: Keyboard [     4.287] (II) event7  - Integrated Camera: Integrated C: device is a keyboard [     4.288] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     4.288] (II) No input driver specified, ignoring this device.
[     4.288] (II) This device may have been added with another device file.
[     4.289] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[     4.289] (II) No input driver specified, ignoring this device.
[     4.289] (II) This device may have been added with another device file.
[     4.289] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     4.289] (II) No input driver specified, ignoring this device.
[     4.289] (II) This device may have been added with another device file.
[     4.290] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[     4.290] (II) No input driver specified, ignoring this device.
[     4.290] (II) This device may have been added with another device file.
[     4.291] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[     4.291] (II) No input driver specified, ignoring this device.
[     4.291] (II) This device may have been added with another device file.
[     4.292] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [     4.292] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [     4.292] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     4.292] (**) AT Translated Set 2 keyboard: always reports core events
[     4.292] (**) Option "Device" "/dev/input/event0"
[     4.292] (**) Option "_source" "server/udev"
[     4.293] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard [     4.293] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[     4.293] (II) event0  - AT Translated Set 2 keyboard: device removed
[     4.316] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [     4.316] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     4.316] (**) Option "xkb_model" "pc105"
[     4.316] (**) Option "xkb_layout" "us"
[     4.318] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard [     4.318] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard [     4.320] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     4.320] (II) No input driver specified, ignoring this device.
[     4.320] (II) This device may have been added with another device file.
[     4.321] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6) [     4.321] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     4.321] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     4.321] (**) ThinkPad Extra Buttons: always reports core events
[     4.321] (**) Option "Device" "/dev/input/event6"
[     4.321] (**) Option "_source" "server/udev"
[     4.323] (II) event6  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     4.323] (II) event6  - ThinkPad Extra Buttons: device is a keyboard
[     4.323] (II) event6  - ThinkPad Extra Buttons: device removed
[     4.340] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6" [     4.340] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11)
[     4.340] (**) Option "xkb_model" "pc105"
[     4.340] (**) Option "xkb_layout" "us"
[     4.342] (II) event6  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     4.342] (II) event6  - ThinkPad Extra Buttons: device is a keyboard
[     4.342] (II) config/udev: Adding input device Synaptics TM3053-003 (/dev/input/event4) [     4.342] (**) Synaptics TM3053-003: Applying InputClass "libinput touchpad catchall" [     4.342] (**) Synaptics TM3053-003: Applying InputClass "touchpad catchall" [     4.342] (**) Synaptics TM3053-003: Applying InputClass "Default clickpad buttons"
[     4.342] (II) LoadModule: "synaptics"
[     4.343] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     4.344] (II) Module synaptics: vendor="X.Org Foundation"
[     4.344]     compiled for 1.20.1, module version = 1.9.1
[     4.344]     Module class: X.Org XInput Driver
[     4.344]     ABI class: X.Org XInput driver, version 24.1
[     4.344] (II) Using input driver 'synaptics' for 'Synaptics TM3053-003'
[     4.344] (**) Synaptics TM3053-003: always reports core events
[     4.344] (**) Option "Device" "/dev/input/event4"
[     4.380] (II) synaptics: Synaptics TM3053-003: found clickpad property
[     4.380] (--) synaptics: Synaptics TM3053-003: x-axis range 0 - 1940 (res 20) [     4.380] (--) synaptics: Synaptics TM3053-003: y-axis range 0 - 1062 (res 20)
[     4.380] (--) synaptics: Synaptics TM3053-003: pressure range 0 - 255
[     4.380] (II) synaptics: Synaptics TM3053-003: device does not report finger width. [     4.380] (--) synaptics: Synaptics TM3053-003: buttons: left double triple
[     4.381] (--) synaptics: Synaptics TM3053-003: Vendor 0x6cb Product 0
[     4.381] (--) synaptics: Synaptics TM3053-003: invalid finger width range.  defaulting to 0 - 15
[     4.381] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     4.381] (--) synaptics: Synaptics TM3053-003: touchpad found
[     4.381] (**) Synaptics TM3053-003: always reports core events
[     4.412] (**) Option "config_info" "udev:/sys/devices/rmi4-00/input/input3/event4" [     4.412] (II) XINPUT: Adding extended input device "Synaptics TM3053-003" (type: TOUCHPAD, id 12) [     4.412] (**) synaptics: Synaptics TM3053-003: (accel) MinSpeed is now constant deceleration 2.5 [     4.412] (**) synaptics: Synaptics TM3053-003: (accel) MaxSpeed is now 1.75 [     4.412] (**) synaptics: Synaptics TM3053-003: (accel) AccelFactor is now 0.090 [     4.413] (**) Synaptics TM3053-003: (accel) keeping acceleration scheme 1
[     4.413] (**) Synaptics TM3053-003: (accel) acceleration profile 1
[     4.413] (**) Synaptics TM3053-003: (accel) acceleration factor: 2.000
[     4.413] (**) Synaptics TM3053-003: (accel) acceleration threshold: 4
[     4.413] (--) synaptics: Synaptics TM3053-003: touchpad found
[     4.414] (II) config/udev: Adding input device Synaptics TM3053-003 (/dev/input/mouse0) [     4.414] (**) Synaptics TM3053-003: Ignoring device from InputClass "touchpad ignore duplicates" [     4.415] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event19) [     4.415] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[     4.415] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[     4.415] (**) TPPS/2 IBM TrackPoint: always reports core events
[     4.415] (**) Option "Device" "/dev/input/event19"
[     4.415] (**) Option "_source" "server/udev"
[     4.417] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[     4.417] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[     4.419] (II) event19 - TPPS/2 IBM TrackPoint: device removed
[     4.460] (**) Option "config_info" "udev:/sys/devices/rmi4-00/rmi4-00.fn03/serio2/input/input8/event19" [     4.460] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[     4.461] (**) Option "AccelerationScheme" "none"
[     4.461] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[     4.461] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[     4.461] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[     4.463] (II) event19 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[     4.463] (II) event19 - TPPS/2 IBM TrackPoint: device is a pointer
[     4.466] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[     4.466] (II) No input driver specified, ignoring this device.
[     4.466] (II) This device may have been added with another device file.
[     6.048] (II) intel(0): EDID vendor "CMN", prod id 5571
[     6.048] (II) intel(0): Printing DDC gathered Modelines:
[     6.049] (II) intel(0): Modeline "1920x1080"x0.0  136.62  1920 1964 1992 2070  1080 1082 1086 1100 -hsync -vsync (66.0 kHz eP)


Reply to: