xserver-xf86-config: set DefaultDepth to 16 for qemumips
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 18 Apr 2013 16:01:34 +0000 (19:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Apr 2013 20:12:19 +0000 (21:12 +0100)
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]

(From OE-Core rev: 876e020be334a9350094dbd1a29b9e49eceed603)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf

index 629ae21..e6c8b51 100644 (file)
@@ -54,6 +54,7 @@ Section "Screen"
     Identifier    "Default Screen"
     Device        "Graphics Controller"
     Monitor        "Generic Monitor"
+    DefaultDepth  16
     SubSection "Display"
         Modes     "640x480"
     EndSubSection