大家好,
我使用的是安装了 Ubuntu 14.04 的 Toshiba Satellite P745。我突然无法使用笔记本电脑的触摸板移动光标,但如果我使用 USB 鼠标,它就可以正常工作。我按照本指南使用 dconf-editor 检查触摸板是否已启用,但它已经启用。
if dconf-editor is not installed,
sudo apt-get install dconf-tools
then go to setting-->org-->gnome-->settings-daemon-->peripherals-->touchpad
and set touchpad-enabled to true
我也尝试使用东芝笔记本电脑的 FN-F5 / FN-F9 功能,但仍然不起作用。
我也尝试了 help.ubuntu 提出的建议,为了解决有关触摸板的这个问题,您必须通过终端运行这个特定的命令(它有点类似于 dconf-editor),但它根本不起作用。
gconftool-2 --set --type boolean /desktop/gnome/peripherals/touchpad/touchpad_enabled true
最后,我尝试通过终端验证我的触摸板是否被识别
xinput --list
它返回了我的触摸板的 ID,即 13,然后执行
xinput --list-props 13
我能够获得有关触摸板的更多信息,并且我得到的结果清楚地表明我的触摸板已启用
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled (141): 1
从这个结果来看,我的触摸板是启用的。那么为什么我的触摸板不工作呢?
我将非常感激任何能帮助我解决这个问题的人。
dconf-editor 安装的来源:
http://askubuntu.com/questions/199581/my-toshiba-touchpad-not-working
谢谢。
答案1
我在安装 Ubuntu Gnome 14.04.2 后,我的笔记本电脑也出现了这种情况。解决我问题的方法是(也许这对你也有效)安装以下软件包。
xserver-xorg-input-synaptics
因为这个包默认不会自动安装。我不知道他们为什么不默认安装。希望它对你也有效。干杯。