Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] xserver-xf86-config: set DefaultDepth to 16 for qemumips
@ 2013-04-18 16:01 Laurentiu Palcu
  2013-04-18 17:37 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Laurentiu Palcu @ 2013-04-18 16:01 UTC (permalink / raw)
  To: openembedded-core

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>
---
 .../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
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xserver-xf86-config: set DefaultDepth to 16 for qemumips
  2013-04-18 16:01 [PATCH] xserver-xf86-config: set DefaultDepth to 16 for qemumips Laurentiu Palcu
@ 2013-04-18 17:37 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-04-18 17:37 UTC (permalink / raw)
  To: Laurentiu Palcu; +Cc: openembedded-core

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@intel.com>

This make the image look much better!

Tested-by: Saul Wold <sgw@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
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-18 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 16:01 [PATCH] xserver-xf86-config: set DefaultDepth to 16 for qemumips Laurentiu Palcu
2013-04-18 17:37 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox