在 Ubuntu 上,我可以选择Edge scrolling和Two-finger scrolling。但它是一个单选按钮,所以我必须在一个和另一个之间进行选择。
但有什么办法,让他们在同一时间都?这个限制是因为配置 GUI 吗?

我在 Dell Studio 1557 上运行 Ubuntu 14.04。检测到我的突触触摸板,但滚动功能不起作用。GUI 中鼠标和触摸板的滚动选项已消失。我曾尝试重新安装 xserver-xorg-input-synaptics 包,但收到以下错误包“xorg-input-abi-20”没有安装候选。请建议解决方案。
以下是输出,我仍然无法安装多点触控包。
hmehra@ubuntu:~$ sudo apt-get install -f
[sudo] password for hmehra:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
删除了 xserver-xorg-core
hmehra@ubuntu:~$ sudo apt-get autoremove xserver-xorg-core
[sudo] password for hmehra:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
xserver-xorg xserver-xorg-core xserver-xorg-input-evdev
xserver-xorg-input-mouse xserver-xorg-input-vmmouse xserver-xorg-input-wacom
xserver-xorg-video-ati xserver-xorg-video-cirrus xserver-xorg-video-fbdev …Run Code Online (Sandbox Code Playgroud) 我有一台新的联想 Yoga 2 11" 可转换笔记本电脑,据我所知,它有一个 Elantech 触摸板。两指滚动和两指敲击在 Windows 和 Fedora 中运行良好,但在 Ubuntu 中不起作用。我怎样才能让它工作?
我注意到在 Fedora(一切正常)中,我的触摸板被报告为“ETPS/2 Elantech 触摸板”,而在 Ubuntu 中,它被报告为通用的“PS/2 鼠标”,这肯定不是。我有一种感觉,这与驱动程序、配置或其他方面有关,但我不确定如何正确设置。
这是输出cat /proc/bus/input/devices:
I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
U: Uniq=
H: Handlers=event0
B: PROP=0
B: EV=21
B: SW=1
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1
B: PROP=0
B: EV=3
B: KEY=10000000000000 0
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0 …Run Code Online (Sandbox Code Playgroud)