aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@koansoftware.com>2009-08-28 18:41:16 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-08-28 18:45:26 +0200
commita19c9664a8557e4f1677edecd00b8eac42d99547 (patch)
treee4bb3f0aee2376fc870c77c4b427625d7605ca90 /conf
parentedc60166ad6d3d9192fe5a60dfa2ead6ef5a9d5d (diff)
downloadopenembedded-a19c9664a8557e4f1677edecd00b8eac42d99547.tar.gz
vortex86sx: use X.org
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/vortex86sx.conf10
1 files changed, 10 insertions, 0 deletions
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.