On Sun, 20 Feb 2022 21:58:14 -0600
David Wright <deb...@lionunicorn.co.uk> wrote:

> > 
> > Is there a program I can use to examine the touch screen's setup?  
> 
> $ xinput

Interesting. I get:

root@ideapc:~# xinput
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Logitech M325                             id=9    [slave  pointer  (2)]
⎜   ↳ ELAN Touchscreen                          id=10   [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ Lenovo EasyCamera: Lenovo EasyC           id=11   [slave  keyboard (3)]
    ↳ Ideapad extra buttons                     id=12   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=13   [slave  keyboard (3)]
root@ideapc:~# xinput --list-props 14
Device 'SynPS/2 Synaptics TouchPad':
        Device Enabled (176):   1
        Coordinate Transformation Matrix (178): 1.000000, 0.000000, 0.000000, 
0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Tapping Enabled (335): 0
        libinput Tapping Enabled Default (336): 0
        libinput Tapping Drag Enabled (337):    1
        libinput Tapping Drag Enabled Default (338):    1
        libinput Tapping Drag Lock Enabled (339):       0
        libinput Tapping Drag Lock Enabled Default (340):       0
        libinput Tapping Button Mapping Enabled (341):  1, 0
        libinput Tapping Button Mapping Default (342):  1, 0
        libinput Natural Scrolling Enabled (311):       0
        libinput Natural Scrolling Enabled Default (312):       0
        libinput Disable While Typing Enabled (343):    1
        libinput Disable While Typing Enabled Default (344):    1
        libinput Scroll Methods Available (313):        1, 1, 0
        libinput Scroll Method Enabled (314):   1, 0, 0
        libinput Scroll Method Enabled Default (315):   1, 0, 0
        libinput Click Methods Available (345): 1, 1
        libinput Click Method Enabled (346):    1, 0
        libinput Click Method Enabled Default (347):    1, 0
        libinput Middle Emulation Enabled (320):        0
        libinput Middle Emulation Enabled Default (321):        0
        libinput Accel Speed (322):     -1.000000
        libinput Accel Speed Default (323):     0.000000
        libinput Accel Profiles Available (324):        1, 1
        libinput Accel Profile Enabled (325):   1, 0
        libinput Accel Profile Enabled Default (326):   1, 0
        libinput Left Handed Enabled (327):     0
        libinput Left Handed Enabled Default (328):     0
        libinput Send Events Modes Available (296):     1, 1
        libinput Send Events Mode Enabled (297):        0, 0
        libinput Send Events Mode Enabled Default (298):        0, 0
        Device Node (299):      "/dev/input/event5"
        Device Product ID (300):        2, 7
        libinput Drag Lock Buttons (329):       <no items>
        libinput Horizontal Scroll Enabled (330):       1
root@ideapc:~# xinput --list-props 10
Device 'ELAN Touchscreen':
        Device Enabled (176):   1
        Coordinate Transformation Matrix (178): 1.000000, 0.000000, 0.000000, 
0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Calibration Matrix (333):      1.000000, 0.000000, 0.000000, 
0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Calibration Matrix Default (334):      1.000000, 0.000000, 
0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Send Events Modes Available (296):     1, 0
        libinput Send Events Mode Enabled (297):        0, 0
        libinput Send Events Mode Enabled Default (298):        0, 0
        Device Node (299):      "/dev/input/event7"
        Device Product ID (300):        1267, 10
root@ideapc:~# 

It looks like a lot of the touchpad's capabilities have been turned
off (??). How do I turn them on again?


> The gestures should be listed in the User Guide, usually
> available on the internet:

Got it, thanks.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/

Reply via email to