xserver-xorg-conf: provide one for Vortex86sx
authorMarcin Juszkiewicz <hrw@koansoftware.com>
Fri, 28 Aug 2009 16:43:26 +0000 (18:43 +0200)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Fri, 28 Aug 2009 16:45:26 +0000 (18:45 +0200)
recipes/xorg-xserver/xserver-xorg-conf/vortex86sx/xorg.conf [new file with mode: 0644]
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

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 (file)
index 0000000..0f03faf
--- /dev/null
@@ -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
index d288091..783d1b0 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "file://xorg.conf"