手機 - 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