xserver-xorg-conf_0.1.bb : add configuration for om-gta02 machine
authorGraeme Gregory <dp@xora.org.uk>
Wed, 29 Apr 2009 15:26:04 +0000 (16:26 +0100)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 29 Apr 2009 15:26:04 +0000 (16:26 +0100)
recipes/xorg-xserver/xserver-xorg-conf/om-gta02/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/om-gta02/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
new file mode 100644 (file)
index 0000000..3fc8d83
--- /dev/null
@@ -0,0 +1,20 @@
+Section "Monitor"
+        Identifier      "Builtin Default Monitor"
+EndSection
+
+Section "Device"
+        Identifier      "Builtin Default glamo Device 0"
+        Driver  "glamo"
+EndSection
+
+Section "Screen"
+        Identifier      "Builtin Default glamo Screen 0"
+        Device  "Builtin Default glamo Device 0"
+        Monitor "Builtin Default Monitor"
+EndSection
+
+Section "ServerLayout"
+        Identifier      "Builtin Default Layout"
+        Screen  "Builtin Default glamo Screen 0"
+EndSection
+
index 95aa82b..67fc683 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "file://xorg.conf"