笔记本的触摸屏能不能搞出来啊
要怎么配置呢Re: 笔记本的触摸屏能不能搞出来啊
要怎么配置呢帮忙顶一下,我也想知道 我也想知道啊!!! 跟鼠标是不是差不多? :?: 有驱动的,到客服那去看有没下的。
没有的话,看看赛德菱有没有和你一样的产品,有的话,看看驱的了不 tomlinux可以支持COM接口的触屏,看看能不能换一下 我用的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]