From: Armin Kuster Date: Fri, 14 Sep 2018 19:02:42 +0000 (-0700) Subject: xserver-xf86-config: 1.20 qemumips fix X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16645 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c72077a79ec7a37daefe78ba0f6230ee36bfbf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Kevin Hao Signed-off-by: Armin Kuster Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf index f4cd139e8d7..03b94dc3af6 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf @@ -26,6 +26,7 @@ Section "Screen" Identifier "Default Screen" Device "Graphics Controller" Monitor "Generic Monitor" + DefaultDepth 16 SubSection "Display" Modes "640x480" EndSubSection