From 9cdcf2495814d18a3f6968729d8e2b7a7135670b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sat, 4 Apr 2020 18:20:36 +0200 Subject: [PATCH] Add `40-pine64-touchscreen` to `rockpro64` --- .../etc/X11/xorg.conf.d/40-pine64-touchscreen.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 root-rockpro64/etc/X11/xorg.conf.d/40-pine64-touchscreen.conf diff --git a/root-rockpro64/etc/X11/xorg.conf.d/40-pine64-touchscreen.conf b/root-rockpro64/etc/X11/xorg.conf.d/40-pine64-touchscreen.conf new file mode 100644 index 0000000..73920c4 --- /dev/null +++ b/root-rockpro64/etc/X11/xorg.conf.d/40-pine64-touchscreen.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "libinput for goodix-ts" + MatchIsTouchscreen "on" + MatchDevicePath "/dev/input/event*" + + Option "RotationAngle" "30" +EndSection