From 669cf9164ac539711bc06006be798855f7a44c43 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 28 Sep 2012 15:33:27 -0700 Subject: fri2: Update xorg.conf per EMGD 1.14 user guide Correct the port order to only list SDVOB and LVDS. Update the Edid flags as appropriate. No EDID over LVDS. Enable built-in and edid timings as well as DTDs for the SDVOB port. Force 24-bit mode for LVDS port to work around an apparent bug with EMGD in which the default 18-bit mode results in a dim display using the secondary (LVDS) HDMI port (lower port). Add backlight intensity and inverter frequency specifications for the LVDS port per the note in the EMGD 1.14 User Guide (p 184) for E6xx CPUs. Signed-off-by: Darren Hart --- .../recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend') diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend index 4b8d0e65..a6d7d8e2 100644 --- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend +++ b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -1,3 +1,3 @@ THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" - +PRINC := "${@int(PRINC) + 1}" -- cgit v1.2.3-54-g00ecf