diff options
Diffstat (limited to 'buildroot/skeleton/etc/X11/xorg.conf')
-rw-r--r-- | buildroot/skeleton/etc/X11/xorg.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildroot/skeleton/etc/X11/xorg.conf b/buildroot/skeleton/etc/X11/xorg.conf new file mode 100644 index 0000000..dead0d5 --- /dev/null +++ b/buildroot/skeleton/etc/X11/xorg.conf @@ -0,0 +1,6 @@ +Section "InputDevice" + Identifier "touchscreen" + Driver "evdev" + Option "Device" "/dev/input/event0" + Option "InvertY" "true" +EndSection |