All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Laurentiu Palcu <laurentiu.palcu@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] xserver-xf86-config: set DefaultDepth to 16 for qemumips
Date: Thu, 18 Apr 2013 10:37:33 -0700	[thread overview]
Message-ID: <51702F5D.8000603@linux.intel.com> (raw)
In-Reply-To: <1366300894-32484-1-git-send-email-laurentiu.palcu@intel.com>

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
>



      reply	other threads:[~2013-04-18 17:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51702F5D.8000603@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=laurentiu.palcu@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.