aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@koansoftware.com>2009-08-28 18:43:26 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-08-28 18:45:26 +0200
commitb921667e5d8d43d801fbc14c21329c5fe8439db4 (patch)
tree293a70f57a8076f71980c166d6d50414cc9ac6c8 /recipes
parenta19c9664a8557e4f1677edecd00b8eac42d99547 (diff)
downloadopenembedded-b921667e5d8d43d801fbc14c21329c5fe8439db4.tar.gz
xserver-xorg-conf: provide one for Vortex86sx
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/vortex86sx/xorg.conf13
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
2 files changed, 14 insertions, 1 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/vortex86sx/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/vortex86sx/xorg.conf
new file mode 100644
index 0000000000..0f03faf33d
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/vortex86sx/xorg.conf
@@ -0,0 +1,13 @@
+Section "Device"
+ Identifier "Card0"
+ Driver "vesa"
+EndSection
+
+# SIS driver is proper one for this device but fails with misc errors.
+#Section "Device"
+# Identifier "Card0"
+# Driver "sis"
+#
+# Disable MMX/SSE tests
+# Option "BenchmarkMemCpy" "off"
+#EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index d288091ea1..783d1b09cc 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r7"
+PR = "r8"
SRC_URI = "file://xorg.conf"