aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf
blob: 7f3eb7797f5ab9e9351ce1b67210a901da9d8b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
Section "ServerLayout"
    Identifier "default"
    InputDevice "atmel-ts" "CorePointer"
EndSection

Section "InputDevice"
    Identifier "atmel-ts"
    Driver "evdev"
    Option "SwapAxes" "1"
    Option "Device" "/dev/input/touchscreen0"
EndSection