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>
Section "Screen"
Identifier "Framebuffer"
Device "fbdev"
- Monitor "Monitor"
+ Monitor "Monitor0"
DefaultFbBpp 16
SubSection "Display"
Depth 16
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"
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r41"
+PR = "r42"
SRC_URI = "file://xorg.conf"