From e482eefc377d5f729f5e6430175b7e34033420b6 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 18 May 2010 09:30:30 +0100 Subject: [PATCH] xserver-xorg-conf: Add latest omap3-pandora xorg.conf. --- .../xserver-xorg-conf/omap3-pandora/xorg.conf | 48 ++++++++++++------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf index 446ac9777f..076b1b7359 100644 --- a/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf +++ b/recipes/xorg-xserver/xserver-xorg-conf/omap3-pandora/xorg.conf @@ -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 -- 2.39.5