[oe-commits] Denis 'GNUtoo' Carikli : xserver-xorg-conf: fix htcdream calibration and Monitor entries

git version control git at git.openembedded.org
Thu Feb 10 15:43:46 UTC 2011


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Feb 10 16:26:10 2011 +0100

xserver-xorg-conf: fix htcdream calibration and Monitor entries

Without that fix that fix the screen is not calibrated well.

The Monitor "Monitor" ->  Monitor "Monitor0" was a typo,
  Thanks pespin in #openmoko-cdevel on Freenode on irc for notifying the error:
     Feb 09 23:27:58 <pespin>	I think this line in xorg.conf is wrong ->         Monitor "Monitor"

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

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

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
index fc7d567..be3c6ec 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
@@ -18,7 +18,7 @@ EndSection
 Section "Screen"
         Identifier "Framebuffer"
         Device  "fbdev"
-        Monitor "Monitor"
+        Monitor "Monitor0"
         DefaultFbBpp 16
         SubSection "Display"
                 Depth 16
@@ -53,7 +53,6 @@ Section "InputDevice"
 	Option		"SwapAxes" 		"True"                  # comment for disabling rotation
 	Option		"InvertY" 		"True"			# comment for disabling rotation
 	Option		"ReportingMode"		"Raw"
-	Option 		"Calibration" 		"63 5371 110 3473"	#comment for disabling rotation
 EndSection
 
 Section "InputDevice"
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index ec2135a..9db7962 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 = "r41"
+PR = "r42"
 
 SRC_URI = "file://xorg.conf"
 





More information about the Openembedded-commits mailing list