From 25d49e759b838c6bca5ec9f431b516d95a9ed3f8 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 19 Sep 2011 09:34:14 -0700 Subject: 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 --- .../recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" Option "PcfVersion" "1792" Option "ConfigId" "1" Option "ALL/1/name" "e6xx" - Option "ALL/1/General/PortOrder" "40000" + Option "ALL/1/General/PortOrder" "32400" Option "ALL/1/General/DisplayConfig" "1" Option "ALL/1/General/DisplayDetect" "1" Option "ALL/1/General/TuningWA" "1" -- cgit v1.2.3-54-g00ecf