我在 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) 我想禁用突触触摸板上的硬件按钮,但仍然能够使用触摸板并在其表面“点击”-单击。我没有在输出中找到相关选项synclient -l。
请注意,我不想完全禁用触摸板。只是让它忽略硬件按钮,但仍然响应点击。
我的触摸板在被禁用几个小时后停止工作(在我的 Acer 4530 中使用 Fn+F7)。我已经尝试过很多次使用相同的组合键 (Fn+F7) 打开它,虽然触摸板指示灯说它可以工作,但触摸板仍然无法工作
我想知道是否有人知道如何解决这个问题?
我需要帮助让双指滚动在 32 位 Ubuntu 12.04 中工作。
它曾经在以前的 Ubuntu 版本中工作,所以我知道它可以做到。
但是,启用两指滚动的选项在“鼠标和触摸板”设置面板中呈灰色:

我正在使用 Synaptics 触摸板。
我对 Ubuntu 还是有点菜鸟,所以如果你能启发我,我会很高兴。这真的很烦人,因为我开始喜欢在 Windows 中使用它。
我刚买了一台联想 Ideapad Flex 15,然后从它身上拆下 Windows 来安装 Ubuntu 13.10。对于使用 Ideapad Flex 的其他人,如果您遇到 Ubuntu 以 0 亮度加载的问题,请尝试添加:
echo 85 > /sys/class/backlight/acpi_video0/brightness
Run Code Online (Sandbox Code Playgroud)
在 /etc/rc.local 文件的“exit 0”行之前。
我注意到的唯一另一个问题是触摸板驱动程序没有加载,触摸板的反应本质上是一个简单的鼠标,左键和右键单击,没有滚动和多点触控功能。触摸屏似乎工作正常,但我不知道在 Ubuntu 中对触摸屏有什么真正的期望。
这是我的 xinput:
freedom@flex15:~$ xinput list
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? eGalax Inc. eGalaxTouch EXC7910-1026-13.00.00 id=9 [slave pointer (2)]
? ? PS/2 Generic Mouse id=12 [slave pointer (2)]
? Virtual core keyboard id=3 [master keyboard (2)]
? Virtual core XTEST …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) Distributor ID: Ubuntu
Description: Ubuntu 16.04 LTS
Release: 16.04
Codename: xenial
Desktop: Gnome v3.20
Computer: Samsung Ativ Book 8
Run Code Online (Sandbox Code Playgroud)
大约一周前,当我尝试为我的触摸板运行 synclient 命令时,我开始收到此错误消息:
找不到突触属性。没有加载突触驱动程序?
我的触摸板实际上可以工作(常规鼠标功能,2 指滚动等) - 我无法使用synclient
我多次运行这些命令来更改它的任何设置:
sudo apt-get purge xserver-xorg-input-synaptics
sudo apt-get install xserver-xorg-input-synaptics
Run Code Online (Sandbox Code Playgroud)
这些命令按预期运行,看来我安装了突触。但是每当我尝试访问该synclient命令时,都会收到相同的错误消息。
这似乎真的应该有一个简单的解决方案。有什么我可以检查的,看看我的路径中是否加载了正确的文件?
我似乎丢失了一些鼠标和触摸板设置:
事实上,我可以用触摸板移动指针,但没有轻按点击,它被设置为非自然的两指滚动。
到目前为止,我已经尝试卸载/安装 Synaptics 触摸板驱动程序,但没有成功。
有谁知道我怎样才能获得滚动和点击选项?
我最近升级到 13.04 并且触摸板在我的戴尔 Inspiron n5110 上部分停止工作。左右按钮仍然有效,但动作和点击却无效。
系统确实检测到我的触摸板
? xinput list
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? Logitech USB-PS/2 Optical Mouse id=12 [slave pointer (2)]
? ? PS/2 Mouse id=14 [slave pointer (2)]
? ? AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)]
? Virtual core keyboard id=3 [master keyboard (2)]
? Virtual core XTEST keyboard id=5 [slave keyboard (3)]
? Power Button id=6 [slave keyboard (3)]
? …Run Code Online (Sandbox Code Playgroud)