aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-03-24 09:39:45 -0600
committerJan Luebbe <jluebbe@debian.org>2009-03-26 11:35:15 +0100
commit30416e7990368f5b0ffabd6cffa50b64f6934223 (patch)
treeb28a0c59ca24f12dab0a1a3d60957d68f7020ac3
parent0d1497b316172fc46fe8dd9303a20664fc145a42 (diff)
downloadopenembedded-30416e7990368f5b0ffabd6cffa50b64f6934223.tar.gz
Add xorg.conf file for om-gta02
-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