预先感谢您的协助。
我最近买了一台新的笔记本电脑用于Ubuntu14.04(戴尔Inspiron i3542-8334BK),我很高兴地报告说,几乎所有的事情都是现成的。
一个例外是触控板。Ubuntu并不认为它是一个触控板,而是一个鼠标。请注意,Windows 7(我的笔记本电脑上的默认安装)确实能识别触屏,并且完全支持。奇怪的是,Debian还支持我的触摸屏(运行内核版本3.2)。
这方面的最大问题如下:
xinput list的相关输出是:
Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ DLL0651:00 06CB:2985 id=11 [slave pointer (2)]
the 0651:0006CB:2985当然是触摸屏。
谢谢!
更新:以前的Linux版本不支持我的触摸屏。今天发生的内核更新提供了完全的硬件支持。
发布于 2014-07-11 07:00:29
重新安装驱动程序:
sudo apt-get --purge autoremove xserver-xorg-input-synaptics && sudo apt-get install xserver-xorg-input-synaptics那就重新启动。
发布于 2015-11-15 05:15:47
安装了内核3.13,并且工作正常。我有戴尔inspiron 4452。谢谢!
https://askubuntu.com/questions/496314
复制相似问题