xserver-xorg-conf: fix rotation issue with htcdream and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tue, 20 Jul 2010 16:12:06 +0000 (18:12 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Tue, 20 Jul 2010 16:18:24 +0000 (18:18 +0200)
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

recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index 27a4cfd..99d71dc 100644 (file)
@@ -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
 
 
index f8ce48c..976dfac 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r28"
+PR = "r29"
 
 SRC_URI = "file://xorg.conf"