[oe] [meta-handheld][PATCH 3/3] xserver-xf86-config: add more xorg.conf for other Zaurus devices

Andrea Adami andrea.adami at gmail.com
Sun Oct 16 23:26:51 UTC 2011


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 .../xserver-xf86-config/akita/xorg.conf            |   49 ++++++++++++++++++++
 .../xserver-xf86-config/c7x0/xorg.conf             |   48 +++++++++++++++++++
 .../xserver-xf86-config/collie/xorg.conf           |   49 ++++++++++++++++++++
 .../xserver-xf86-config/poodle/xorg.conf           |   49 ++++++++++++++++++++
 .../xserver-xf86-config/tosa/xorg.conf             |   48 +++++++++++++++++++
 5 files changed, 243 insertions(+), 0 deletions(-)
 create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf
 create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf
 create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf
 create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf
 create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf

diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/akita/xorg.conf
new file mode 100644
index 0000000..224df5c
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/akita/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-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf
new file mode 100644
index 0000000..ce544bb
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/c7x0/xorg.conf
@@ -0,0 +1,48 @@
+Section "Device"
+        Identifier      "Generic Video Card"
+        Driver          "fbdev"
+        Option          "UseFBDev"              "true"
+ndSection
+
+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-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/collie/xorg.conf
new file mode 100644
index 0000000..0c8d291
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/collie/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           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           4
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           8
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           15
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           16
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           24
+                Modes           "320x240"
+        EndSubSection
+EndSection
+
+Section "ServerLayout"
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/xorg.conf
new file mode 100644
index 0000000..0c8d291
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/poodle/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           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           4
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           8
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           15
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           16
+                Modes           "320x240"
+        EndSubSection
+        SubSection "Display"
+                Depth           24
+                Modes           "320x240"
+        EndSubSection
+EndSection
+
+Section "ServerLayout"
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+EndSection
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf
new file mode 100644
index 0000000..73f26df
--- /dev/null
+++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/tosa/xorg.conf
@@ -0,0 +1,48 @@
+Section "Device"
+        Identifier      "Generic Video Card"
+        Driver          "fbdev"
+        Option          "UseFBDev"              "true"
+ndSection
+
+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           "480x640"
+        EndSubSection
+        SubSection "Display"
+                Depth           4
+                Modes           "480x640"
+        EndSubSection
+        SubSection "Display"
+                Depth           8
+                Modes           "480x640"
+        EndSubSection
+        SubSection "Display"
+                Depth           15
+                Modes           "480x640"
+        EndSubSection
+        SubSection "Display"
+                Depth           16
+                Modes           "480x640"
+        EndSubSection
+        SubSection "Display"
+                Depth           24
+                Modes           "480x640"
+        EndSubSection
+EndSection
+
+Section "ServerLayout"
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+EndSection
-- 
1.7.3.4





More information about the Openembedded-devel mailing list