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 /meta-crownbay/recipes-graphics/xorg-xserver | |
parent | 24a30eaf49c25c0b5d8b5d7405691c6c1b67588d (diff) | |
download | meta-intel-5f37a5631822bea013070b613d5a1cc7ec3daf96.tar.gz meta-intel-5f37a5631822bea013070b613d5a1cc7ec3daf96.tar.bz2 meta-intel-5f37a5631822bea013070b613d5a1cc7ec3daf96.zip |
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>
Diffstat (limited to 'meta-crownbay/recipes-graphics/xorg-xserver')
-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" Option "PcfVersion" "1792" Option "ConfigId" "1" Option "ALL/1/name" "e6xx" - Option "ALL/1/General/PortOrder" "40000" + Option "ALL/1/General/PortOrder" "24000" Option "ALL/1/General/DisplayConfig" "1" Option "ALL/1/General/DisplayDetect" "1" 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 @@ THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" -PR := "${PR}.1" +PR := "${PR}.2" |