[oe] [PATCH 3/4] xserver-xorg-conf: add xorg.conf config file for exopcslate machine.

Pau Espin Pedrol pespin.shar at gmail.com
Wed Mar 2 13:35:28 UTC 2011


Signed-off-by: Pau Espin Pedrol <pespin.shar at gmail.com>
---
 .../xserver-xorg-conf/exopcslate/xorg.conf         |   15 +++++++++++++++
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
 create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/exopcslate/xorg.conf

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/exopcslate/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/exopcslate/xorg.conf
new file mode 100644
index 0000000..945bc35
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/exopcslate/xorg.conf
@@ -0,0 +1,15 @@
+Section "InputDevice"
+        Identifier      "touchscreen"
+        Driver          "evtouch"
+        Option          "Device" "/dev/input/touchscreen0"
+        Option          "DeviceName" "touchscreen"
+        Option          "MinX" "0"
+        Option          "MinY" "0"
+        Option          "MaxX" "4094"
+        Option          "MaxY" "4094"
+        Option          "ReportingMode" "Raw"
+        Option          "SendCoreEvents" "true"
+        Option          "AutoServerLayout" "on"
+        Option          "AccelerationProfile" "0"
+EndSection
+
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index 9db7962..692df9d 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 = "r42"
+PR = "r43"
 
 SRC_URI = "file://xorg.conf"
 
-- 
1.7.2





More information about the Openembedded-devel mailing list