Steward
分享是一種喜悅、更是一種幸福
手機 - Fujitsu LOOX F-07C - x86 - 如何關閉Touchscreen
方式如下:
# vim /etc/X11/xorg.conf.d/50-invertaxes.conf
Section "InputClass"
Identifier "Invert Touchscreen"
MatchProduct "FUJITSU FOMA F07C"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Option "SwapAxes" "true"
Option "InvertX" "false"
Option "InvertY" "true"
Option "Ignore" "on"
EndSection