summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-04-18 19:01:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 21:12:19 +0100
commit09f0c9d2ed07bfafcee6de5589a778a40571f2fb (patch)
treef9c4ba0a8599770ba847b2ad2e7a9719f9ca5964 /meta/recipes-graphics/xorg-xserver
parent87bf42977a76f3d22676a9222a4c1f45c5b3e68f (diff)
downloadpoky-09f0c9d2ed07bfafcee6de5589a778a40571f2fb.tar.gz
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] (From OE-Core rev: 876e020be334a9350094dbd1a29b9e49eceed603) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf1
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 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"
54 Identifier "Default Screen" 54 Identifier "Default Screen"
55 Device "Graphics Controller" 55 Device "Graphics Controller"
56 Monitor "Generic Monitor" 56 Monitor "Generic Monitor"
57 DefaultDepth 16
57 SubSection "Display" 58 SubSection "Display"
58 Modes "640x480" 59 Modes "640x480"
59 EndSubSection 60 EndSubSection