summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-14 12:02:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-17 08:41:45 +0100
commit6602ece87c21430927a0ccc7ea50a1025c6d1adc (patch)
treef8a2b09a48fb81c4dcc6c218cd4a9e2e6643a004 /meta/recipes-graphics
parentde614a5b2255dd702dd332d924bde98bbec18d93 (diff)
downloadpoky-6602ece87c21430927a0ccc7ea50a1025c6d1adc.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf1
1 files changed, 1 insertions, 0 deletions
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 f4cd139e8d..03b94dc3af 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"
26 Identifier "Default Screen" 26 Identifier "Default Screen"
27 Device "Graphics Controller" 27 Device "Graphics Controller"
28 Monitor "Generic Monitor" 28 Monitor "Generic Monitor"
29 DefaultDepth 16
29 SubSection "Display" 30 SubSection "Display"
30 Modes "640x480" 31 Modes "640x480"
31 EndSubSection 32 EndSubSection