From: Denis 'GNUtoo' Carikli Date: Tue, 20 Jul 2010 16:12:06 +0000 (+0200) Subject: xserver-xorg-conf: fix rotation issue with htcdream and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8703fd23aa627b6aedb344bdcddd50a1b366451;p=openembedded.git 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 --- 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"