Skip to content

Commit c8afae4

Browse files
author
Marcus Funch
committed
Merge branch 'feature/54125_hvidovre_visit_fixes' into 'master'
Feature/54125 hvidovre visit fixes See merge request os2borgerpc/os2borgerpc-scripts!163
2 parents 6b3ae27 + 9287775 commit c8afae4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)