जब से मैंने 17.10 में अपग्रेड किया है, टचपैड टैप संवेदनशीलता बहुत कम है, और अक्सर मेरे नल की याद आती है। मुझे पता है कि सिस्टम को पता चला है कि मेरे लेनोवो योगा 2 में एक सिनैप्टिक्स टचपैड है:
$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
...
/dev/input/event6: Synaptics TM2714-001
...
लेकिन xinput नहीं लगता है कि यह कुछ भी Synaptics- विशिष्ट है:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:13 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:13 id=7 [slave pointer (2)]
⎜ ↳ xwayland-touch:13 id=9 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:13 id=8 [slave keyboard (3)]
$ xinput list-props "xwayland-touch:13"
Device 'xwayland-touch:13':
Device Enabled (119): 1
Coordinate Transformation Matrix (121): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (244): 0
Device Accel Constant Deceleration (245): 1.000000
Device Accel Adaptive Deceleration (246): 1.000000
Device Accel Velocity Scaling (247): 10.000000
और समकालिन सहमत हैं:
$ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
libinput जानता है कि यह एक Synaptics है:
$ sudo libinput list-devices
...
Device: Synaptics TM2714-001
Kernel: /dev/input/event6
Group: 8
Seat: seat0, default
Size: 87x57mm
Capabilities: pointer
Tap-to-click: disabled
Tap-and-drag: enabled
Tap drag lock: disabled
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *two-finger edge
Click methods: *button-areas clickfinger
Disable-w-typing: enabled
Accel profiles: none
Rotation: n/a
...
हालाँकि मुझे पुराने X11 फिंगर प्रेशर प्रॉपर्टीज जैसी कोई चीज़ नहीं दिख रही है। ( libinput measure-touchpad-tap
, दिलचस्प है, दबाव के बजाय समय के बारे में डेटा एकत्र करता है।)
मैं नल में संवेदनशीलता कैसे सुधार सकता हूं?
gsettings
। मैं दबाव के लिए अब एक नहीं देखता, लेकिन शायद यह एक नेतृत्व है।