方式如下:
# 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