diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-20 13:36:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:42 +0100 |
commit | 7e4d20677730176f6566e3c39db6c435b90f3f0c (patch) | |
tree | ae1987ec6cfc3c60609c1b043a9d1e4391c887fd /meta/recipes-graphics/xorg-xserver | |
parent | 7afa09db2e10896c8da91f7d19a569b13e34a7b7 (diff) | |
download | poky-7e4d20677730176f6566e3c39db6c435b90f3f0c.tar.gz |
xserver-xf86-config: pre-load int10 and exa modules
musl doesn't like lazy loading that xorg uses, therefore
load the needed modules explicitly
[YOCTO #10169]
(From OE-Core rev: e279c9a30f0df400b06a47a487967a734854714b)
Signed-off-by: Khem Raj <raj.khem@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/xorg-xserver')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf index 7ceb6fd634..72e4fbf59b 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf | |||
@@ -3,7 +3,7 @@ Section "Module" | |||
3 | Load "fb" | 3 | Load "fb" |
4 | Load "shadow" | 4 | Load "shadow" |
5 | Load "shadowfb" | 5 | Load "shadowfb" |
6 | Load "int10" | ||
6 | Load "vbe" | 7 | Load "vbe" |
7 | Load "vgahw" | 8 | Load "vgahw" |
8 | EndSection | 9 | EndSection |
9 | |||