From: Stelios Koroneos Date: Sun, 21 Oct 2007 19:20:08 +0000 (+0000) Subject: conf/machine/x86.conf : Set default xserver to kdrive-vesa as its supported by most X-Git-Tag: Release-2010-05/1~8483^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0225f7a768f8e6ad1c725ecd0e13141c6b8ad571;p=openembedded.git conf/machine/x86.conf : Set default xserver to kdrive-vesa as its supported by most pc drivers --- diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index c486f1bd2e..0ee69c2869 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -9,6 +9,8 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +XSERVER="xserver-kdrive-vesa" KERNEL_IMAGETYPE = "bzImage"