触摸板灵敏度问题,点击时有错位现象!
Tofloor
poster avatar
137******41
deepin
2017-09-05 22:41
Author
触摸板驱动应该不是深度做的,但是还是希望能设法解决。现在很烦人的问题就是,点击触摸板时,似乎灵敏过头了,因为手指不可能十分精确的点击到刚刚停止的位置,于是就出现了每次点击都有微小位移,对于小的按钮什么的就会偏移出去,导致点击失败。

Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-09-05 23:12
#1
Reply View the author
avatar
jen
deepin
2017-09-06 06:34
#2
调小触摸板指针移动速度试试?
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-09-06 18:33
#3
一般都是驱动问题, 先试着调下参数吧, 如果没效, 提供下你笔记本的型号吧.
Reply View the author
avatar
137******41
deepin
2017-09-08 00:58
#4
本帖最后由 hykjfc 于 2017-9-7 16:59 编辑
https://bbs.deepin.org/post/145105
一般都是驱动问题, 先试着调下参数吧, 如果没效, 提供下你笔记本的型号吧.

我才发现,我的控制面板里面根本没有触摸板的选项出现...我的是联想k4450
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-09-08 17:37
#5
安装下 'xinput',然后下载 链接:https://pan.baidu.com/s/1eSzgsk6 密码:hgw9,然后到文件所在的目录执行 'python3 xinput_detail.py',把输出贴一下
Reply View the author
avatar
137******41
deepin
2017-09-09 09:07
#6
https://bbs.deepin.org/post/145105
安装下 'xinput',然后下载 链接:https://pan.baidu.com/s/1eSzgsk6 密码:hgw9,然后到文件所在的目录执行  ...

cry@cryPC:~/Downloads$ python3 xinput_detail.py
/bin/sh: 1: xinput: not found
Traceback (most recent call last):
  File "xinput_detail.py", line 44, in
    ids = list_device_id()
  File "xinput_detail.py", line 19, in list_device_id
    outs = subprocess.check_output('xinput', shell=True)
  File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
    **kwargs).stdout
  File "/usr/lib/python3.5/subprocess.py", line 398, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'xinput' returned non-zero exit status 127
看来是找不到
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-09-11 05:41
#7
https://bbs.deepin.org/post/145105
cry@cryPC:~/Downloads$ python3 xinput_detail.py
/bin/sh: 1: xinput: not found
Traceback (most rec ...

找不到就安装 xinput 啊
Reply View the author