aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
new file mode 100644
index 0000000000..0aac380752
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
@@ -0,0 +1,40 @@
+Section "Module"
+ Load "extmod"
+ Load "dbe"
+ Load "glx"
+ Load "freetype"
+ Load "type1"
+ Load "record"
+ Load "dri"
+EndSection
+
+Section "InputDevice"
+ Identifier "Touchscreen"
+ Driver "tslib"
+ Option "Device" "/dev/input/event1"
+ Option "Name" "s3c2410 TouchScreen"
+ Option "CorePointer"
+EndSection
+
+
+Section "Device"
+ Identifier "Glamo"
+ Driver "glamo"
+ Option "Debug" "TRUE"
+EndSection
+
+Section "Monitor"
+ Identifier "Configured Monitor"
+EndSection
+
+Section "Screen"
+ Identifier "Default Screen"
+ Monitor "Configured Monitor"
+ Device "Glamo"
+EndSection
+
+Section "ServerLayout"
+ Identifier "Default Layout"
+ Screen "Default Screen"
+ InputDevice "Touchscreen"
+EndSection \ No newline at end of file