diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-04 21:25:02 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-04 21:25:02 -0500 |
| commit | 5f37a5631822bea013070b613d5a1cc7ec3daf96 (patch) | |
| tree | 01d4f962f8286f95d33b834515b5380f47f357ee | |
| parent | 24a30eaf49c25c0b5d8b5d7405691c6c1b67588d (diff) | |
| download | meta-intel-5f37a5631822bea013070b613d5a1cc7ec3daf96.tar.gz | |
crownbay: change preferred display order
The current PortOrder value assumes LVDS. Change the value to first
try SDVO output, and fallback to LVDS if not present.
Fixes [YOCTO #1430]
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf | 2 | ||||
| -rw-r--r-- | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 |
2 files changed, 2 insertions, 2 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 fce58f89..662f60f3 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 | |||
| @@ -23,7 +23,7 @@ Section "Device" | |||
| 23 | Option "PcfVersion" "1792" | 23 | Option "PcfVersion" "1792" |
| 24 | Option "ConfigId" "1" | 24 | Option "ConfigId" "1" |
| 25 | Option "ALL/1/name" "e6xx" | 25 | Option "ALL/1/name" "e6xx" |
| 26 | Option "ALL/1/General/PortOrder" "40000" | 26 | Option "ALL/1/General/PortOrder" "24000" |
| 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/General/TuningWA" "1" |
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 14614315..3fe0e9f1 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,4 +1,4 @@ | |||
| 1 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" | 1 | THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" |
| 2 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" | 2 | FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" |
| 3 | 3 | ||
| 4 | PR := "${PR}.1" | 4 | PR := "${PR}.2" |
