From 1e71be8c9938bde7ce5fe6d9328e08b259eac570 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 9 Jun 2009 22:18:24 +0100 Subject: 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 --- meta/conf/machine/qemux86.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta/conf/machine/qemux86.conf') 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" -- cgit v1.2.3-54-g00ecf