[OE-core] [PATCH] xserver-xf86-config: set DefaultDepth to 16 for qemumips

Laurentiu Palcu laurentiu.palcu at intel.com
Thu Apr 18 16:01:34 UTC 2013


Apparently, the default qemumips color depth was set to 8 and the colors were not
displayed properly. cirrusfb driver doensn't seem to accept color depth
as a kernel parameter, so we have to do it here.

[YOCTO #4340]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
---
 .../xserver-xf86-config/qemumips/xorg.conf         |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
index 629ae21..e6c8b51 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
@@ -54,6 +54,7 @@ Section "Screen"
     Identifier    "Default Screen"
     Device        "Graphics Controller"
     Monitor        "Generic Monitor"
+    DefaultDepth  16
     SubSection "Display"
         Modes     "640x480"
     EndSubSection
-- 
1.7.9.5





More information about the Openembedded-core mailing list