[oe-commits] Denis 'GNUtoo' Carikli : xserver-xorg-conf: fix rotation issue with htcdream and bump PR

git version control git at git.openembedded.org
Tue Jul 20 16:20:22 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jul 20 18:12:06 2010 +0200

xserver-xorg-conf: fix rotation issue with htcdream and bump PR

I used comment in the htcdream's xorg.conf for telling the user
  what to comment in order to remove rotation,but I forgetten to
  add some coments for the trackball,with the result of the trackball
  beeing rotated when the screen is not.

I was told in irc and belive that a PR bump is ok and doesn't need
  prior review

---

 .../xserver-xorg-conf/htcdream/xorg.conf           |   13 +++++--------
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    2 +-
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
index 27a4cfd..99d71dc 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
@@ -38,14 +38,11 @@ EndSection
 Section "InputDevice"
     Identifier "Trackball"
     Driver     "evdev"
-    Option     "Device"        "/dev/input/event2"
-    Option     "ScreenNumber"  "0"
-    Option     "ReportingMode" "Raw"
-    #Option     "ReportingMode" "Scaled"
-    #Option     "ButtonNumber"  "1"
-    #Option     "SendCoreEvents"
-    Option     "SwapAxes" "True"
-    Option 	"InvertY" "True"
+    Option     "Device"            "/dev/input/event2"
+    Option     "ScreenNumber"      "0"
+    Option     "ReportingMode"     "Raw"
+    Option     "SwapAxes"          "True" # comment for disabling rotation
+    Option     "InvertY"           "True" # comment for disabling rotation
 EndSection
 
 
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index f8ce48c..976dfac 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 = "r28"
+PR = "r29"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list