aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-10 16:26:10 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-02-10 16:41:51 +0100
commitfc005a9dc5eae7f65b687cf5566258d8b80f5eeb (patch)
tree8ff2483aa001f3c9b9eb4a2eb92227badd895ded /recipes/xorg-xserver
parentba31f480936e6f12ced846f099374ddfbfb9bf6c (diff)
downloadopenembedded-fc005a9dc5eae7f65b687cf5566258d8b80f5eeb.tar.gz
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@no-log.org>
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/htcdream/xorg.conf3
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf_0.1.bb2
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"