[oe-commits] Martin Jansa : xserver-xorg-conf: add xorg.conf for spitz

git version control git at git.openembedded.org
Fri Aug 20 18:28:43 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jun 18 07:43:08 2010 +0200

xserver-xorg-conf: add xorg.conf for spitz

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xorg-xserver/xserver-xorg-conf/spitz/xorg.conf |   49 ++++++++++++++++++++
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/spitz/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/spitz/xorg.conf
new file mode 100644
index 0000000..224df5c
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/spitz/xorg.conf
@@ -0,0 +1,49 @@
+Section "Device"
+        Identifier      "Generic Video Card"
+        Driver          "fbdev"
+        Option          "UseFBDev"              "true"
+        Option          "Rotate"                "CW"
+EndSection
+
+Section "Monitor"
+        Identifier      "Generic Monitor"
+        Option          "DPMS"
+        HorizSync       28-32
+        VertRefresh     43-60
+EndSection
+
+Section "Screen"
+        Identifier      "Default Screen"
+        Device          "Generic Video Card"
+        Monitor         "Generic Monitor"
+        DefaultDepth    16
+        SubSection "Display"
+                Depth           1
+                Modes           "640x480"
+        EndSubSection
+        SubSection "Display"
+                Depth           4
+                Modes           "640x480"
+        EndSubSection
+        SubSection "Display"
+                Depth           8
+                Modes           "640x480"
+        EndSubSection
+        SubSection "Display"
+                Depth           15
+                Modes           "640x480"
+        EndSubSection
+        SubSection "Display"
+                Depth           16
+                Modes           "640x480"
+        EndSubSection
+        SubSection "Display"
+                Depth           24
+                Modes           "640x480"
+        EndSubSection
+EndSection
+
+Section "ServerLayout"
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index c3dbb01..c15bae6 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 = "r30"
+PR = "r31"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list