[oe-commits] Laurentiu Palcu : xserver-xf86-config: set DefaultDepth to 16 for qemumips

git at git.openembedded.org git at git.openembedded.org
Thu Apr 18 20:09:00 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 876e020be334a9350094dbd1a29b9e49eceed603
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=876e020be334a9350094dbd1a29b9e49eceed603

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Thu Apr 18 19:01:34 2013 +0300

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 <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../xserver-xf86-config/qemumips/xorg.conf         |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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-commits mailing list