aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-07-20 18:12:06 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-07-20 18:18:24 +0200
commite8703fd23aa627b6aedb344bdcddd50a1b366451 (patch)
tree4bdb375189789d5200587fb84942895632e4f3b0 /recipes/xorg-xserver
parent7dfb99a469c4fa34d5a3181cb2d5f5457a74eaad (diff)
downloadopenembedded-e8703fd23aa627b6aedb344bdcddd50a1b366451.tar.gz
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
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf13
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
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 27a4cfdcd7..99d71dc72d 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 f8ce48c1a3..976dfacf5b 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"