Message ID | 20160820150300.15345-2-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
> On Aug 20, 2016, at 1:13 PM, Randle, William C <william.c.randle@intel.com> wrote: > > This patch is only a partial solution, as the libint10 module is not installed so it can't be loaded. > right, there is a v2 just posted, I was assuming that the modules were getting into image via some recommendations but it seems not. > -Bill > > On Sat, 2016-08-20 at 08:03 -0700, Khem Raj wrote: >> musl doesn't like lazy loading that xorg uses, therefore >> load the needed modules explicitly >> >> [YOCTO #10169] >> >> Signed-off-by: Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>> >> --- >> .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> 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 7ceb6fd..132459c 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,8 @@ Section "Module" >> Load "fb" >> Load "shadow" >> Load "shadowfb" >> + Load "int10" >> Load "vbe" >> Load "vgahw" >> + Load "exa" >> EndSection >> - >> -- >> 2.9.3 >> -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
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 7ceb6fd..132459c 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,8 @@ Section "Module" Load "fb" Load "shadow" Load "shadowfb" + Load "int10" Load "vbe" Load "vgahw" + Load "exa" EndSection -
musl doesn't like lazy loading that xorg uses, therefore load the needed modules explicitly [YOCTO #10169] Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.9.3 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core