1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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>
This commit is contained in:
Laurentiu Palcu
2013-04-18 19:01:34 +03:00
committed by Richard Purdie
parent 870d8a817d
commit 5efe0fbad3
@@ -54,6 +54,7 @@ Section "Screen"
Identifier "Default Screen" Identifier "Default Screen"
Device "Graphics Controller" Device "Graphics Controller"
Monitor "Generic Monitor" Monitor "Generic Monitor"
DefaultDepth 16
SubSectionSub "Display" SubSectionSub "Display"
Modes "640x480" Modes "640x480"
EndSubSection EndSubSection