From: Laurentiu Palcu Date: Thu, 18 Apr 2013 16:01:34 +0000 (+0300) Subject: xserver-xf86-config: set DefaultDepth to 16 for qemumips X-Git-Tag: 2015-4~6777 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=876e020be334a9350094dbd1a29b9e49eceed603;p=openembedded-core.git xserver-xf86-config: set DefaultDepth to 16 for qemumips 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 Signed-off-by: Richard Purdie --- 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 629ae214e8..e6c8b514e3 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