We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b3ae27 + 9287775 commit c8afae4Copy full SHA for c8afae4
os2borgerpc_kiosk/os2borgerpc_kiosk/touchscreen_fix_coordinates_issue.sh
@@ -0,0 +1,16 @@
1
+#! /usr/bin/env sh
2
+
3
+EVDEV_FILE=/usr/share/X11/xorg.conf.d/10-evdev.conf
4
5
+mkdir "$(dirname $EVDEV_FILE)"
6
7
+cat << EOF > $EVDEV_FILE
8
+Section "InputClass"
9
+ Identifier "evdev touchscreen catchall"
10
+ MatchIsTouchscreen "on"
11
+ MatchDevicePath "/dev/input/event*"
12
+ Driver "evdev"
13
+ Option "InvertY" "true"
14
+ Option "InvertX" "true"
15
+EndSection
16
+EOF
0 commit comments