diff options
| -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 \ | |||
| 22 | xf86-input-evdev \ | 22 | xf86-input-evdev \ |
| 23 | xf86-video-cirrus \ | 23 | xf86-video-cirrus \ |
| 24 | xf86-video-fbdev \ | 24 | xf86-video-fbdev \ |
| 25 | xf86-video-vmware" | 25 | xf86-video-vmware \ |
| 26 | xf86-video-modesetting \ | ||
| 27 | xserver-xorg-module-libint10 \ | ||
| 28 | " | ||
| 26 | 29 | ||
| 27 | MACHINE_FEATURES += "x86" | 30 | MACHINE_FEATURES += "x86" |
| 28 | 31 | ||
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 \ | |||
| 21 | xf86-input-evdev \ | 21 | xf86-input-evdev \ |
| 22 | xf86-video-cirrus \ | 22 | xf86-video-cirrus \ |
| 23 | xf86-video-fbdev \ | 23 | xf86-video-fbdev \ |
| 24 | xf86-video-vmware" | 24 | xf86-video-vmware \ |
| 25 | xf86-video-modesetting \ | ||
| 26 | xserver-xorg-module-libint10 \ | ||
| 27 | " | ||
| 25 | 28 | ||
| 26 | MACHINE_FEATURES += "x86" | 29 | MACHINE_FEATURES += "x86" |
| 27 | 30 | ||
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 | |||
