aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf/at91sam9x5ek/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf/at91sam9x5ek/xorg.conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/at91sam9x5ek/xorg.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/at91sam9x5ek/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9x5ek/xorg.conf
new file mode 100644
index 0000000000..a8b4491736
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9x5ek/xorg.conf
@@ -0,0 +1,43 @@
+Section "Device"
+ Identifier "Device0"
+ Driver "fbdev"
+ Option "UseFBDev" "true"
+ Option "ShadowFB" "false"
+EndSection
+
+Section "Monitor"
+ Identifier "Monitor0"
+ Option "DPMS" "false"
+ DisplaySize 108 64.8
+EndSection
+
+Section "Screen"
+ Identifier "Screen0"
+ Device "Device0"
+ Monitor "Monitor0"
+EndSection
+
+Section "InputDevice"
+ Identifier "atmel-tsadcc-ev"
+ Driver "evdev"
+ Option "Device" "/dev/input/touchscreen0"
+ Option "SwapAxes" "1"
+ Option "InvertY" "1"
+ Option "Calibration" "51 924 33 992"
+EndSection
+
+Section "InputDevice"
+ Identifier "atmel-tsadcc-ts"
+ Driver "tslib"
+ Option "Device" "/dev/input/touchscreen0"
+EndSection
+
+Section "ServerFlags"
+ Option "AutoAddDevices" "false"
+EndSection
+
+Section "ServerLayout"
+ Identifier "default"
+ InputDevice "atmel-tsadcc-ts" "CorePointer"
+ Screen "Screen0"
+EndSection