summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-graphics
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-08-11 18:21:40 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-25 12:19:29 -0500
commit51baa983b3505dcd0084611d6181a125e91ee063 (patch)
tree7279c9f5551ab27155a9d8da92d2d55e893d15c0 /meta-crownbay/recipes-graphics
parent03f1972f17a33f74333df19a700e1ce16457164d (diff)
downloadmeta-intel-51baa983b3505dcd0084611d6181a125e91ee063.tar.gz
meta-crownbay: xorg.conf changes
Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay/recipes-graphics')
-rw-r--r--meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf3
-rw-r--r--meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend1
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
index f78a538a..fce58f89 100644
--- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
+++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
@@ -26,11 +26,12 @@ Section "Device"
26 Option "ALL/1/General/PortOrder" "40000" 26 Option "ALL/1/General/PortOrder" "40000"
27 Option "ALL/1/General/DisplayConfig" "1" 27 Option "ALL/1/General/DisplayConfig" "1"
28 Option "ALL/1/General/DisplayDetect" "1" 28 Option "ALL/1/General/DisplayDetect" "1"
29 Option "ALL/1/General/TuningWA" "1"
29 Option "ALL/1/Port/4/General/name" "lvds" 30 Option "ALL/1/Port/4/General/name" "lvds"
30 Option "ALL/1/Port/4/General/EdidAvail" "3" 31 Option "ALL/1/Port/4/General/EdidAvail" "3"
31 Option "ALL/1/Port/4/General/EdidNotAvail" "1" 32 Option "ALL/1/Port/4/General/EdidNotAvail" "1"
32 Option "ALL/1/Port/4/General/Rotation" "0" 33 Option "ALL/1/Port/4/General/Rotation" "0"
33 Option "ALL/1/Port/4/General/Edid" "1" 34 Option "ALL/1/Port/4/General/Edid" "0"
34EndSection 35EndSection
35 36
36Section "ServerLayout" 37Section "ServerLayout"
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
index 4b8d0e65..14614315 100644
--- a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
+++ b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -1,3 +1,4 @@
1THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" 1THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
2FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" 2FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:"
3 3
4PR := "${PR}.1"