aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-07 12:30:33 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-07 12:30:33 +0100
commite76740c52b494b53fcbd7473e43d0ac688e2b744 (patch)
treeb960e8709da8edf0e1362047a8f3d8091790ce93 /recipes/xorg-xserver/xserver-xorg-conf
parent647b959b391ce4904cf160bd046306970049a3d8 (diff)
downloadopenembedded-e76740c52b494b53fcbd7473e43d0ac688e2b744.tar.gz
archos5it: add archos5it support from Archos OE repo
* machine config, pointercal, xorg conf, kernel
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/archos5it/xorg.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/archos5it/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/archos5it/xorg.conf
new file mode 100644
index 0000000000..983bb0823a
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/archos5it/xorg.conf
@@ -0,0 +1,29 @@
+Section "Module"
+ Load "extmod"
+ Load "dbe"
+ Load "glx"
+ Load "freetype"
+ Load "type1"
+ Load "record"
+ Load "dri"
+EndSection
+
+Section "Monitor"
+ Identifier "Builtin Default Monitor"
+EndSection
+
+Section "Device"
+ Identifier "Builtin Default fbdev Device 0"
+ Driver "omapfb"
+EndSection
+
+Section "Screen"
+ Identifier "Builtin Default fbdev Screen 0"
+ Device "Builtin Default fbdev Device 0"
+ Monitor "Builtin Default Monitor"
+EndSection
+
+Section "ServerLayout"
+ Identifier "Builtin Default Layout"
+ Screen "Builtin Default fbdev Screen 0"
+EndSection