From 9b253580f8b17b26b1f7772d11f927f2e708b5e1 Mon Sep 17 00:00:00 2001 From: goodtft Date: Tue, 27 Mar 2018 21:37:48 +0800 Subject: [PATCH] Update 40-libinput.conf-HDMI7C Fix CalibrationMatrix --- usr/40-libinput.conf-HDMI7C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/40-libinput.conf-HDMI7C b/usr/40-libinput.conf-HDMI7C index d5e5965..2207d9d 100644 --- a/usr/40-libinput.conf-HDMI7C +++ b/usr/40-libinput.conf-HDMI7C @@ -23,7 +23,7 @@ EndSection Section "InputClass" Identifier "libinput touchscreen catchall" MatchIsTouchscreen "on" - Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1" + Option "CalibrationMatrix" "1 0 0 0 1 0 0 0 1" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection