diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-09-19 09:34:14 -0700 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2011-12-07 16:17:22 -0800 |
commit | 25d49e759b838c6bca5ec9f431b516d95a9ed3f8 (patch) | |
tree | d668c2a36c22b765a7354f19eed4e7f779190eaa /meta-fri2/recipes-graphics/xorg-xserver | |
parent | a7056567a606d7a595ad5da331bb096614f50925 (diff) | |
download | meta-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/xorg-xserver')
-rw-r--r-- | meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf | 2 |
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" |