[oe-commits] Marcin Juszkiewicz : vortex86sx: use X.org

git version control git at git.openembedded.org
Fri Aug 28 16:46:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a19c9664a8557e4f1677edecd00b8eac42d99547
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a19c9664a8557e4f1677edecd00b8eac42d99547

Author: Marcin Juszkiewicz <hrw at koansoftware.com>
Date:   Fri Aug 28 18:41:16 2009 +0200

vortex86sx: use X.org

---

 conf/machine/vortex86sx.conf |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/conf/machine/vortex86sx.conf b/conf/machine/vortex86sx.conf
index 68a62cc..027da11 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.





More information about the Openembedded-commits mailing list