aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemux86.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-09 22:18:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-09 22:18:24 +0100
commit1e71be8c9938bde7ce5fe6d9328e08b259eac570 (patch)
tree700e04f5d7e4199691e8fd45051d47b0c3b94264 /meta/conf/machine/qemux86.conf
parentbe24aaa96c007edb30210dac9f873f0477395beb (diff)
downloadopenembedded-core-contrib-1e71be8c9938bde7ce5fe6d9328e08b259eac570.tar.gz
qemux86: Add xf86-input-vmmouse, swrast dri fallback, switch back to mesa-dri as the GL provider and drop synaptics input driver
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf/machine/qemux86.conf')
-rw-r--r--meta/conf/machine/qemux86.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf
index c7ed4b87da..d5c5ff9ec6 100644
--- a/meta/conf/machine/qemux86.conf
+++ b/meta/conf/machine/qemux86.conf
@@ -14,16 +14,17 @@ KERNEL_IMAGETYPE = "bzImage"
SERIAL_CONSOLE = "115200 ttyS0"
PREFERRED_PROVIDER_virtual/kernel = "linux-rp"
-PREFERRED_PROVIDER_virtual/libgl = "qemugl"
+PREFERRED_PROVIDER_virtual/libgl = "mesa-dri"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-moblin"
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim"
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite"
PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite"
+# We bypass swrast but we need it to be present for X to load correctly
XSERVER ?= "xserver-xf86-dri-lite \
- xf86-input-mouse \
+ mesa-dri-driver-swrast \
+ xf86-input-vmmouse \
xf86-input-keyboard \
xf86-input-evdev \
- xf86-input-synaptics \
xf86-video-vmware \
qemugl"