松下笔记本的驱动
发表于 : 2012-02-15 16:05
最近在松下笔记本cf-t5在windows xp下安装了ubuntu11.04.那个园形触摸板和触摸屏搞不定,请各位指点一下。
代码: 全选
Section "InputDevice"
Identifier "touchscreen"
Driver "evtouch"
Option "Device" "/dev/input/event4"
Option "DeviceName" "touchscreen"
Option "MinX" "200"
Option "MinY" "15800"
Option "MaxX" "15455"
Option "MaxY" "1500"
Option "ReportingMode" "Raw"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents" "On"
Option "SwapX" "0"
Option "Swapy" "1"
#Option "Calibrate" "1"
EndSection