diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-04-18 19:01:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 21:12:23 +0100 |
commit | 5efe0fbad3d79c02bd2cef3888260d262ec25762 (patch) | |
tree | 7135171e2bf60827c78c7bb7823af77bf26806cb | |
parent | 870d8a817dbfd35bca0237246a15142215dbc30b (diff) | |
download | poky-5efe0fbad3d79c02bd2cef3888260d262ec25762.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>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/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 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 |