xserver-xorg-conf: Add latest omap3-pandora xorg.conf.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 18 May 2010 08:30:30 +0000 (09:30 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 18 May 2010 08:30:30 +0000 (09:30 +0100)
recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf

index 446ac97..076b1b7 100644 (file)
@@ -1,24 +1,40 @@
-Section "Module"
-        Load    "extmod"
-        Load    "dbe"
-EndSection
+# Minimal xorg.conf for the OpenPandora - Most things are setup by HAL and FDI's.
 
-Section "Monitor"
-        Identifier      "Builtin Default Monitor"
+Section "Module"
+       Load            "extmod"
+       Load            "dbe"
+       Disable         "glx"
+       Disable         "dri"
+       Load            "dri2"
 EndSection
 
-Section "Device"
-        Identifier      "Builtin Default fbdev Device 0"
-        Driver  "omapfb"
+Section "ServerLayout"
+       Identifier      "DefaultLayout"
+       Screen          "Screen0"
 EndSection
 
 Section "Screen"
-        Identifier      "Builtin Default fbdev Screen 0"
-        Device  "Builtin Default fbdev Device 0"
-        Monitor "Builtin Default Monitor"
-EndSection                                         
+       Identifier      "Screen0"
+       Device          "OMAPFB"
+       Monitor         "Monitor0"
+       DefaultDepth    16
+       SubSection "Display"
+               Depth   16
+               Modes   "800x480"
+       EndSubSection
+EndSection
 
-Section "ServerLayout"
-        Identifier      "Builtin Default Layout"
-        Screen          "Builtin Default fbdev Screen 0"
+Section "Monitor"
+       Identifier      "Monitor0"
 EndSection
+
+Section "Device"
+       Identifier      "OMAPFB"
+       Driver          "omapfb"
+EndSection                                              
+
+Section "Device"
+       Identifier      "FBDEV"
+       Driver          "fbdev"
+       Option          "ShadowFB"              "false"
+EndSection