Update 40-libinput.conf-HDMI7C

Fix CalibrationMatrix
This commit is contained in:
goodtft 2018-03-27 21:37:48 +08:00 committed by GitHub
parent 1c3b2707dd
commit 9b253580f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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