summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-09-19 09:34:14 -0700
committerDarren Hart <dvhart@linux.intel.com>2011-12-08 13:55:04 -0800
commit2a31006a08b1edd0de580c2aad28a4604df1e7c0 (patch)
treee9ba27875a41550cbe4ddc391275519afba258dd
parent5bad886cb29df89c1736f2b8ce6e76be7f529d4f (diff)
downloadmeta-intel-2a31006a08b1edd0de580c2aad28a4604df1e7c0.tar.gz
fri2: change preferred display order
The current PortOrder value assumes LVDS. Change the value to first try the primary SDVO output, then the secondary SDVO, and fallback to LVDS if neither are present. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
index fce58f89..73736aca 100644
--- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf
+++ b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/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" "32400"
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"