我最近在我的新的MacBook空气4,2 (2011年中期)上安装了Ubuntu。到目前为止,一切都很顺利,屏幕分辨率也有一些小问题。然而,我现在完全被困在如何让我的触控板识别手势,如滚动,点击点击,右击。我已经运行了后安装脚本这里,尝试安装xserver input通过apt,也通过synaptics。
到目前为止,没有任何帮助,当我作为测试运行synclient时,我会收到一条消息:“找不到synaptics属性。没有加载synaptics驱动程序吗?”我将ppa:mactel-support/ppa链接添加到我的软件资源中。
当我运行sudo apt-get install xserver-xorg-input-synaptics时,会收到一条相当长的错误消息:
Error! /usr/src/usbhid-0.11.2.dkms.tar.gz does not exist.
dpkg: error processing usbhid-dkms (--configure):
subprocess installed post-installation script returned error exit status 2
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of bcm5974-dkms:
bcm5974-dkms depends on usbhid-dkms; however:
Package usbhid-dkms is not configured yet.
dpkg: error processing bcm5974-dkms (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
usbhid-dkms
bcm5974-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)'这让我相信我需要安装usbhid-dkms,但是搜索没有结果。
如果能对此提供任何帮助,我们将不胜感激。
发布于 2012-04-19 16:00:54
我敢肯定,最新的ubuntu https://wiki.ubuntu.com/PrecisePangolin/TechnicalOverview/Beta2测试版
为触摸屏带来了支持。
我建议你试一试,看看它是否有效。
https://askubuntu.com/questions/123467
复制相似问题