-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