我刚刚在新款 ThinkPad E460 上安装了 Ubuntu 16.04 LTS,它恰好有一个“点击板”,其按钮隐藏在触摸板下方(就像苹果电脑一样)。
问题是,当我拖放时,我单击并按住左键(触摸板下方),并在触摸板上移动另一根手指。但 ubuntu 似乎很困惑,无法确定应该用哪根手指“拖动”,因此鼠标会跳来跳去。
该问题在 2 年前的这篇文章中被报告过:联想 Synaptics 点击板死区(点击和拖动问题) 但提出的解决方案均无法让我满意:更改 AreaBottomEdge 无法解决问题,并且软按钮区域已经定义,因为我的触摸板被 Ubuntu 正确识别为点击板,
以下是我在 xinput 上拥有的选项:
Device 'AlpsPS/2 ALPS DualPoint TouchPad':
Device Enabled (138): 1
Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (261): 1
Device Accel Constant Deceleration (262): 2.500000
Device Accel Adaptive Deceleration (263): 1.000000
Device Accel Velocity Scaling (264): 12.500000
Synaptics Edges (265): 614, 3481, 307, 1740
Synaptics Finger (266): 25, 30, 0
Synaptics Tap Time (267): 180
Synaptics Tap Move (268): 201
Synaptics Tap Durations (269): 180, 100, 100
Synaptics ClickPad (270): 1
Synaptics Middle Button Timeout (271): 0
Synaptics Two-Finger Pressure (272): 282
Synaptics Two-Finger Width (273): 7
Synaptics Scrolling Distance (274): -91, -91
Synaptics Edge Scrolling (275): 1, 0, 0
Synaptics Two-Finger Scrolling (276): 1, 0
Synaptics Move Speed (277): 1.000000, 1.750000, 0.043687, 0.000000
Synaptics Off (278): 2
Synaptics Locked Drags (279): 0
Synaptics Locked Drags Timeout (280): 5000
Synaptics Tap Action (281): 2, 3, 0, 0, 1, 3, 2
Synaptics Click Action (282): 1, 3, 2
Synaptics Circular Scrolling (283): 0
Synaptics Circular Scrolling Distance (284): 0.100000
Synaptics Circular Scrolling Trigger (285): 0
Synaptics Circular Pad (286): 0
Synaptics Palm Detection (287): 0
Synaptics Palm Dimensions (288): 10, 200
Synaptics Coasting Speed (289): 20.000000, 50.000000
Synaptics Pressure Motion (290): 30, 160
Synaptics Pressure Motion Factor (291): 1.000000, 1.000000
Synaptics Resolution Detect (292): 1
Synaptics Grab Event Device (293): 0
Synaptics Gestures (294): 1
Synaptics Capabilities (295): 1, 0, 0, 1, 1, 0, 0
Synaptics Pad Resolution (296): 38, 42
Synaptics Area (297): 0, 0, 0, 0
Synaptics Soft Button Areas (298): 2047, 0, 1678, 0, 0, 0, 0, 0
Synaptics Noise Cancellation (299): 22, 22
Device Product ID (256): 2, 8
Device Node (257): "/dev/input/event6"
有任何想法吗?
谢谢。
编辑:我尝试了 Ubuntu 16.10,结果相同:拖放时它仍然会跳动。
EDIT2:我也尝试过 Fedora。在 Fedora 中它可以正常工作!但是...我更喜欢 Ubuntu(我习惯使用 apt-get 等...)所以我宁愿使用 Ubuntu。尽管如此,我应该在 Fedora 中查看哪些配置文件/软件包版本,以找出哪些可能导致 Ubuntu 中的问题?
EDIT3:我检查了一下,Fedora 的 xserver-xorg-synaptics 版本似乎是 1.9.0,而不是 1.8。这可能是区别吗?我似乎找不到在 Ubuntu 中安装此软件包 1.9.0 版本的方法。
答案1
好吧,我找到了解决方案!一直值得信赖的 Debian 拯救了我。我把它留给有同样问题的人。
我添加了来自 Debian Sid 的存储库(我相信 Debian Stretch 中也有相同版本的软件包):
deb http://http.us.debian.org/debian unstable main contrib non-free
到 /etc/apt/sources.list
那么显然
sudo apt-get update
然后我继续使用突触并摆脱了以下软件包:
Removed the following packages:
ubuntu-desktop
xorg
xserver-common
xserver-xorg
xserver-xorg-core
xserver-xorg-input-all
xserver-xorg-input-evdev
xserver-xorg-input-synaptics
xserver-xorg-input-vmmouse
xserver-xorg-input-wacom
xserver-xorg-video-all
xserver-xorg-video-amdgpu
xserver-xorg-video-ati
xserver-xorg-video-fbdev
xserver-xorg-video-intel
xserver-xorg-video-nouveau
xserver-xorg-video-qxl
xserver-xorg-video-radeon
xserver-xorg-video-vesa
xserver-xorg-video-vmware
然后安装来自 Debian 的最新版本:
Upgraded the following packages:
libgcrypt20 (1.6.5-2ubuntu0.2) to 1.7.6-1
libinput10 (1.2.3-1ubuntu1) to 1.6.0-1
libwacom-bin (0.18-1) to 0.22-1
libwacom-common (0.18-1) to 0.22-1
libwacom2 (0.18-1) to 0.22-1
Installed the following packages:
libinput-bin (1.6.0-1)
libxcb-util0 (0.3.8-3)
libxfont2 (1:2.0.1-3)
xfonts-100dpi (1:1.0.4+nmu1)
xfonts-75dpi (1:1.0.4+nmu1)
xorg (1:7.7+18)
xserver-xorg (1:7.7+18)
xserver-xorg-core (2:1.19.1-4)
xserver-xorg-input-all (1:7.7+18)
xserver-xorg-input-libinput (0.23.0-2)
xserver-xorg-input-synaptics (1.9.0-1+b1)
xserver-xorg-video-all (1:7.7+18)
xserver-xorg-video-amdgpu (1.2.0-1+b1)
xserver-xorg-video-ati (1:7.8.0-1+b1)
xserver-xorg-video-fbdev (1:0.4.4-1+b5)
xserver-xorg-video-intel (2:2.99.917+git20161206-1)
xserver-xorg-video-nouveau (1:1.0.13-1+b1)
xserver-xorg-video-qxl (0.1.4+20161126git4d7160c-1)
xserver-xorg-video-radeon (1:7.8.0-1+b1)
xserver-xorg-video-vesa (1:2.3.4-1+b2)
xserver-xorg-video-vmware (1:13.2.1-1+b1)
最后添加剩余的包:
Installed the following packages:
ubuntu-desktop (1.361)
xserver-xorg-input-evdev (1:2.10.5-1)
有两个软件包被删除了,我无法用 Debian 版本替代:xserver-xorg-input-vmmouse
和xserver-xorg-input-wacom
。但我个人不需要它们,因为我的笔记本电脑不是 Wacom 平板电脑,而且我不打算使用 VMWare(我更喜欢 VirtualBox)。
我希望它能帮助别人
编辑:当然,不用多说,执行此操作后禁用 Debian 存储库...我正在使用他们的存储库来修复错误,而不是用于我的日常生活。如果我想经历 10 年前 Sid 给我带来的麻烦,我会安装 Debian Sid...