如何在Xubuntu 18.04中设置xinput DualPoint stick速度

时间:2018-04-21 11:33:19

标签: kernel hardware touchpad xinput ubuntu-18.04

因为我安装了Xubuntu 18.04,所以我需要优化点棒的速度。 当我运行xinput list-props 15时,我得到的是:

Device 'AlpsPS/2 ALPS DualPoint Stick':
Device Enabled (143):   1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (280):   0
libinput Natural Scrolling Enabled Default (281):   0
libinput Scroll Methods Available (282):    0, 0, 1
libinput Scroll Method Enabled (283):   0, 0, 1
libinput Scroll Method Enabled Default (284):   0, 0, 1
libinput Button Scrolling Button (285): 2
libinput Button Scrolling Button Default (286): 2
libinput Middle Emulation Enabled (287):    0
libinput Middle Emulation Enabled Default (288):    0
libinput Accel Speed (289): 0.000000
libinput Accel Speed Default (290): 0.000000
libinput Accel Profiles Available (291):    1, 1
libinput Accel Profile Enabled (292):   1, 0
libinput Accel Profile Enabled Default (293):   1, 0
libinput Left Handed Enabled (294): 0
libinput Left Handed Enabled Default (295): 0
libinput Send Events Modes Available (265): 1, 0
libinput Send Events Mode Enabled (266):    0, 0
libinput Send Events Mode Enabled Default (267):    0, 0
Device Node (268):  "/dev/input/event6"
Device Product ID (269):    2, 8
libinput Drag Lock Buttons (296):   <no items>
libinput Horizontal Scroll Enabled (297):   1

我没有看到任何与速度相对应的道具。是否有其他解决方案来适应点棒的速度? 提前谢谢

1 个答案:

答案 0 :(得分:1)

对于我的触控板修改Coordinate Transformation Matrix帮助,我将它设置为2.400000, 0.000000, 0.000000, 0.000000, 2.400000, 0.000000, 0.000000, 0.000000, 1.000000,这加快了我的指针。

您的命令最终应如下所示:

input set-prop 15 145 \
2.400000, 0.000000, 0.000000, \
0.000000, 2.400000, 0.000000, \
0.000000, 0.000000, 1.000000

你可以摆弄对角线上的两个第一个值,以适应你的需要。