zhenrenzhao 发表于 2003-8-5 20:56:21

笔记本的触摸屏能不能搞出来啊

要怎么配置呢

trirox 发表于 2003-8-6 19:16:16

Re: 笔记本的触摸屏能不能搞出来啊

要怎么配置呢
帮忙顶一下,我也想知道

bonyzc 发表于 2003-8-6 22:24:41

我也想知道啊!!!

whlvme 发表于 2003-8-6 23:23:01

跟鼠标是不是差不多? :?:

lszjian 发表于 2003-8-7 19:40:10

有驱动的,到客服那去看有没下的。
没有的话,看看赛德菱有没有和你一样的产品,有的话,看看驱的了不

lszjian 发表于 2003-8-7 19:43:17

tomlinux可以支持COM接口的触屏,看看能不能换一下

rxj 发表于 2003-8-7 22:57:51

我用的toshiba笔记本,以前只能用usb鼠标,触摸板形同虚设,后来摸索了很长时间总算可以同时使用这两个输入设备了,写出来和大家分享,
要同时使用这两个输入设备,只要修改一下/etc/X11/XF86Config-4这个文件,其中的相关部分
修改如下:


Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection


Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection

然后重启就ok啦,enjoy!
页: [1]
查看完整版本: 笔记本的触摸屏能不能搞出来啊