xserver-xorg-conf: fix htcdream calibration and Monitor entries
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 10 Feb 2011 15:26:10 +0000 (16:26 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 10 Feb 2011 15:41:51 +0000 (16:41 +0100)
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@no-log.org>
recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf
recipes/xorg-xserver/xserver-xorg-conf_0.1.bb

index fc7d567..be3c6ec 100644 (file)
@@ -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"
index ec2135a..9db7962 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r41"
+PR = "r42"
 
 SRC_URI = "file://xorg.conf"