summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
Diffstat (limited to 'meta-crownbay')
-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"