From: Marcin Juszkiewicz Date: Fri, 28 Aug 2009 16:41:16 +0000 (+0200) Subject: vortex86sx: use X.org X-Git-Tag: Release-2010-05/1~2566^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19c9664a8557e4f1677edecd00b8eac42d99547;p=openembedded.git vortex86sx: use X.org --- diff --git a/conf/machine/vortex86sx.conf b/conf/machine/vortex86sx.conf index 68a62cc4dc..027da11d72 100644 --- a/conf/machine/vortex86sx.conf +++ b/conf/machine/vortex86sx.conf @@ -13,3 +13,13 @@ PREFERRED_PROVIDER_virtual/kernel = "linux" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-video-vesa \ + xf86-video-sis" + +# There is SIS graphics chipset on board (Z7) which is supported by +# xf86-video-sis driver but most of time it fails. +# VESA driver just works.