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

Saul Wold sgw at linux.intel.com
Thu Apr 18 17:37:33 UTC 2013


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 <laurentiu.palcu at intel.com>

This make the image look much better!

Tested-by: Saul Wold <sgw at linux.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
>




More information about the Openembedded-core mailing list