17.10으로 업그레이드 한 후 터치 패드 탭 감도가 너무 낮아서 자주 탭이 누락됩니다. 시스템에서 Lenovo Yoga 2에 Synaptics 터치 패드가 있음을 알아 냈습니다.
$ sudo evtest
No device specified, trying to scan all of /dev/input/event*
Available devices:
...
/dev/input/event6: Synaptics TM2714-001
...
그러나 xinput은 그것이 시냅틱 관련이라고 생각하지 않습니다.
$ 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는 다음에 동의합니다.
$ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
libinput은 그것이 시냅틱이라는 것을 알고 있습니다 :
$ 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
. 나는 지금 압력에 대한 것을 보지 못하지만 아마도 리드 일 것입니다.