]> code.ossystems Code Review - openembedded-core.git/commitdiff
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 19:36:11 +0000 (20:36 +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]

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 629ae214e85925b1e56f01b324d819772b380dfa..e6c8b514e3a74463ac04d50f2f938c235fdd7dab 100644 (file)
@@ -54,6 +54,7 @@ Section "Screen"
     Identifier    "Default Screen"
     Device        "Graphics Controller"
     Monitor        "Generic Monitor"
+    DefaultDepth  16
     SubSection "Display"
         Modes     "640x480"
     EndSubSection