如何让 Acer T230H 触摸屏在 Ubuntu 9.10 上运行?

如何让 Acer T230H 触摸屏在 Ubuntu 9.10 上运行?

到目前为止我已经这样做了:

sudo nano /etc/udev/rules.d/99-touchscreen.rules



并补充道:

SUBSYSTEM=="usb", ATTRS{idVendor}=="0408", ATTRS{idProduct}=="3000", SYMLINK+="usb/quanta_touch"
SUBSYSTEM=="输入", KERNEL=="事件*", ATTRS{idVendor}=="0408", ATTRS{idProduct}=="3000", SYMLINK+="输入/quanta_touch"



sudo 服务 udev 重启



然后按照这里的说明: http://ubuntuforums.org/showpost.php?p=8932808&postcount=36



然后添加到我的 xorg conf:

“输入设备”部分
 标识符“Acer T230H”
 驱动程序“hidtouch”
 选项“SendCoreEvents”“true”
 选项“ReportingMode”“Raw”
 选项“设备” “/dev/usb/quanta_touch”
 选项“PacketCount”“13”
 选项“OpcodePressure”“852034”
 选项“OpcodeX”“65584”
 选项“OpcodeY”“65585”
 选项“CalibrationModel”“1”
 选项“CornerTopLeftX”“0”
 选项“CornerTopLeftY”“0”
 选项“CornerTopRightX”“1920”#1920 代表 23”
 选项“CornerTopRightY”“0”
 选项“CornerBottomLeftX”“0”
 选项“CornerBottomLeftY”“1080”#1080代表23”
 选项“CornerBottomRightX”“1920”#1920代表23”
 选项“CornerBottomRightY”“1080”#1080代表23”
 选项“CornerScreenWidth”“1920”#1920 代表 23”
 选项“CornerScreenHeight”“1080”#1080代表23英寸
结束部分

“服务器布局”部分
    标识符“触摸屏”
    输入设备“Acer T230H”“SendCoreEvents”
结束部分



然后重启。触摸屏没有任何反应。有什么想法吗?

答案1

嗯,它在 10.04 下可以运行,而 10.04.01 解决了 10.04 操作系统运行缓慢的问题。由于 10.04.01 运行速度不错,我认为这是目前的“最佳答案”。

相关内容