On 04/18/2013 09:01 AM, Laurentiu Palcu wrote:
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 <[email protected]>

This make the image look much better!

Tested-by: Saul Wold <[email protected]>
---
  .../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


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to