From fc005a9dc5eae7f65b687cf5566258d8b80f5eeb Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 10 Feb 2011 16:26:10 +0100 Subject: [PATCH] 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 I think this line in xorg.conf is wrong -> Monitor "Monitor" Signed-off-by: Denis 'GNUtoo' Carikli --- recipes/xorg-xserver/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 fc7d567bca..be3c6ec545 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 ec2135a2a1..9db79622c5 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" -- 2.39.5