正如标题所述,我的笔记本电脑上的鼠标光标没有移动,但鼠标按钮仍然有效。我不知道该怎么办。我在 Windows 上测试了触摸板,它工作正常。
我的笔记本电脑是 HP Envy
Xinput 输出xinput list
Virtual core pointer id=2 [master pointer (3)]
Virtual core XTEST pointer id =4 [slave pointer (2)]
SynPS/2 synaptics TouchPad id=12 [slave pointer (2)]
uname -r
3.16.0-49-通用
lspci -K | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: i915
01:00.0 3D controller: NVIDIA Corporation GK208M [Geoforce GT 740M] (rev a1)
Subsystem: Hewlett-Packard company device 219c
lspci -k | grep -EA2 'VGA|3D'
驱动程序安装后
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: Hewlett-Packard Company Device 1966
Kernel driver in use: i915
01:00.0 3D controller: NVIDIA Corporation GK208M [Geoforce GT 740M] (rev a1)
Subsystem: Hewlett-Packard company device 219c
Kernel driver in use: nvidia
编辑
事实证明 USB 鼠标确实可以工作,但我还不知道为什么我的 TrackPad 停止工作。
答案1
尝试更新软件... 我遇到了这个问题,我所知道的只是它与 14.04 上的默认 PS/2 驱动程序有关(它不支持 SynPS/2 -我有相同的触摸板-)。您可以使用 USB 外接鼠标来确认这一点:它可以工作。
然后,进入终端:
sudo apt-get update
输入密码,等待更新。重新启动...如果您的 Synaptics 触摸板仍然不起作用,则:
sudo apt-get install ubuntu-restricted-extras
输入密码,等待更新... 使用此包,您还将获得一些额外功能,例如 Microsoft 字体。因此,您将在终端上看到许可协议... 使用键盘上的“TAB”按钮选择“确定”选项,然后按 Enter。
系统更新后,重新启动...您的触摸板应该可以工作。
亚伯拉罕·梅迪纳