[oe-commits] Angus Ainslie : Add xorg.conf file for om-gta02

GIT User account git at amethyst.openembedded.net
Thu Mar 26 10:45:16 UTC 2009


Module: openembedded.git
Branch: jan/master
Commit: 30416e7990368f5b0ffabd6cffa50b64f6934223
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=30416e7990368f5b0ffabd6cffa50b64f6934223

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Mar 24 09:39:45 2009 -0600

Add xorg.conf file for om-gta02

---

 .../xserver-xorg-conf/om-gta02/xorg.conf           |   40 ++++++++++++++++++++
 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 0000000..0aac380
--- /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





More information about the Openembedded-commits mailing list