diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 5 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 5 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xf86-config/10-preload-modules.conf | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 489194aa6e..ac2c039ebf 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -22,7 +22,10 @@ XSERVER = "xserver-xorg \ xf86-input-evdev \ xf86-video-cirrus \ xf86-video-fbdev \ - xf86-video-vmware" + xf86-video-vmware \ + xf86-video-modesetting \ + xserver-xorg-module-libint10 \ + " MACHINE_FEATURES += "x86" diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 3cc8091581..5d22e52d27 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -21,7 +21,10 @@ XSERVER = "xserver-xorg \ xf86-input-evdev \ xf86-video-cirrus \ xf86-video-fbdev \ - xf86-video-vmware" + xf86-video-vmware \ + xf86-video-modesetting \ + xserver-xorg-module-libint10 \ + " MACHINE_FEATURES += "x86" 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" Load "fb" Load "shadow" Load "shadowfb" + Load "int10" Load "vbe" Load "vgahw" EndSection - |