git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edc6016
)
vortex86sx: use X.org
author
Marcin Juszkiewicz
<hrw@koansoftware.com>
Fri, 28 Aug 2009 16:41:16 +0000
(18:41 +0200)
committer
Marcin Juszkiewicz
<marcin@juszkiewicz.com.pl>
Fri, 28 Aug 2009 16:45:26 +0000
(18:45 +0200)
conf/machine/vortex86sx.conf
patch
|
blob
|
history
diff --git
a/conf/machine/vortex86sx.conf
b/conf/machine/vortex86sx.conf
index
68a62cc
..
027da11
100644
(file)
--- 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.