summaryrefslogtreecommitdiffstats
path: root/meta-fri2/recipes-graphics
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-07 16:17:22 -0800
commit25d49e759b838c6bca5ec9f431b516d95a9ed3f8 (patch)
treed668c2a36c22b765a7354f19eed4e7f779190eaa /meta-fri2/recipes-graphics
parenta7056567a606d7a595ad5da331bb096614f50925 (diff)
downloadmeta-intel-25d49e759b838c6bca5ec9f431b516d95a9ed3f8.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>
Diffstat (limited to 'meta-fri2/recipes-graphics')
-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"