我最近买了一台新的联想 Y50,我运行的是 Ubuntu 14.04。在我之前的戴尔 XPS 17 上,即使我稍微移动手指,触摸板也有出色的响应——通过移动手指很短的距离,我可以一次移动鼠标一个像素,这非常有帮助,例如,抓取狭窄的窗口边框。然而,在这台新机器上,直到我将手指移动了大约半厘米,鼠标才会响应,此时鼠标会跳跃十几个像素左右。一旦鼠标以这种方式感动,我是能够通过更缓慢地移动我的手指把它移到任意精确距离。即使我还没有移动鼠标,我也想拥有这种严格的精度。(注意:使用 USB 鼠标时不会出现此问题。)
我认为禁用noise cancellationinxinput可能会有所帮助,所以我将噪音消除值设置为零,但这没有帮助。手掌检测也设置为零。有谁知道如何为小的触摸板移动实现鼠标精度?
谢谢!
供参考,xinput属性:
$ xinput list-props 'ETPS/2 Elantech Touchpad'
Device 'ETPS/2 Elantech Touchpad':
Device Enabled (155): 1
Coordinate Transformation Matrix (157): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (278): 1
Device Accel Constant Deceleration (279): 1.750000
Device Accel Adaptive Deceleration (280): 1.000000
Device Accel Velocity Scaling (281): 12.500000
Synaptics Edges (282): 127, 3061, 112, 1973 …Run Code Online (Sandbox Code Playgroud)