昨天晚上之前,我的笔记本的触摸板一直用得很好。但是不久前我启动笔记本时,发现触摸板不能用。
您知道,就我而言,Ubuntu 的系统设置中没有关于触摸板的任何内容,只有关于鼠标的内容。
请看一下输入命令的结果xinput list
。
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Optical Mouse id=11 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=8 [slave keyboard (3)]
↳ MSI Laptop hotkeys id=9 [slave keyboard (3)]
↳ MSI WMI hotkeys id=10 [slave keyboard (3)]
如您所见,没有关于触摸板或 Synaptics 的任何信息。
我真的想知道造成这种情况的原因以及如何解决这个问题?
我等待你的答复。谢谢。
答案1
我解决了。没什么特别的。我重启了笔记本,触摸板工作正常。我想psmodule
当时没有加载。
这是输入命令的另一个结果xinput list
Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Optical Mouse id=8 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=10 [slave pointer (2)]
正如你所见,你能找到它吗?
下面是输入命令的其他结果lsmod | grep psmouse
psmouse 106593 0
最后一个关于触摸板日志的/var/log/Xorg.X.log
[ 31.874] (II) LoadModule: "synaptics"
[ 31.874] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 31.874] (II) Module synaptics: vendor="X.Org Foundation"
[ 31.874] compiled for 1.16.0, module version = 1.8.99
[ 31.874] Module class: X.Org XInput Driver
[ 31.875] ABI class: X.Org XInput driver, version 21.0
[ 31.875] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
由于我的笔记本使用的是 Ubuntu 操作系统,所以没有遇到过这种情况。无论如何,问题通过重启笔记本得到解决。就这样。