[oe-commits] Denis 'GNUtoo' Carikli : xserver-xorg-conf: add nexusone xorg. conf and bump PR

git version control git at git.openembedded.org
Tue Jun 7 21:29:49 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7cadae3dfbc591f25dcae046586e5357bc61edfb
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=7cadae3dfbc591f25dcae046586e5357bc61edfb

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jun  7 23:16:25 2011 +0200

xserver-xorg-conf: add nexusone xorg.conf and bump PR

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 .../xserver-xorg-conf/nexusone/xorg.conf           |   55 ++++++++++++++++++++
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 56 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/nexusone/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/nexusone/xorg.conf
new file mode 100644
index 0000000..79d0e36
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/nexusone/xorg.conf
@@ -0,0 +1,55 @@
+Section "Module"
+        Load    "extmod"
+        Load    "dbe"
+        Load    "glx"
+        Load    "freetype"
+        Load    "type1"
+        Load    "record"
+        Load    "dri"
+EndSection
+
+Section "Monitor"
+        Identifier      "Default Monitor"
+EndSection
+
+Section "Device"
+        Identifier      "Default fbdev Device"
+        Driver          "fbdev"
+#        Option          "Rotate"       "CW" # uncomment that line for enabling rotation
+EndSection
+
+Section "InputDevice"
+        Identifier      "Touchscreen"
+        Driver          "evdev"
+        Option          "Device"        "/dev/input/event3"
+#        Option          "InvertY"       "1" # uncomment that line for enabling rotation
+#        Option          "SwapAxes"      "1" # uncomment that line for enabling rotation
+EndSection
+
+Section "InputDevice"
+        Identifier      "Keypad"
+        Driver          "evdev"
+        Option          "Device"        "/dev/input/event5"
+EndSection
+
+Section "InputDevice"
+        Identifier      "Trackball"
+        Driver          "evdev"
+        Option          "Device"        "/dev/input/event6"
+#        Option          "InvertY"        "1"    # uncomment that line for enabling rotation
+#        Option          "SwapAxes"       "1"    # uncomment that line for enabling rotation
+
+EndSection
+
+Section "Screen"
+        Identifier      "Default Screen"
+        Device          "Default fbdev Device"
+EndSection
+
+Section "ServerLayout"
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+        InputDevice     "Touchscreen"
+        InputDevice     "Keypad"
+        InputDevice     "Trackball"
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 7cc8a5d..3e1e7b6 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 = "r47"
+PR = "r48"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list