mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
xserver-xf86-config: 1.20 qemumips fix
When updating to xorg-xserver 1.20+, mips64 would not work correctly and cause the xorg test to fail. Changing the DefaultDepth fixed that. [Yocto # 12845] (From OE-Core rev: 46c72077a79ec7a37daefe78ba0f6230ee36bfbf) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
de614a5b22
commit
6602ece87c
@@ -26,6 +26,7 @@ Section "Screen"
|
||||
Identifier "Default Screen"
|
||||
Device "Graphics Controller"
|
||||
Monitor "Generic Monitor"
|
||||
DefaultDepth 16
|
||||
SubSectionSub "Display"
|
||||
Modes "640x480"
|
||||
EndSubSection
|
||||
|
||||
Reference in New Issue
Block a user