From dc0993c41790488c2bdffcc59e317fb37018dd2f Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Thu, 15 Dec 2016 15:33:37 +0900 Subject: Disabling LVDS-1 output If HDMI and LVDS were both enabled, parameters about screens become inconsistent on weston. As a workaround until root cause is fixed, disabling LVDS from weston.ini. Change-Id: I150c0ba5e9655974f7dc365c2168fe7e2d7d93ab Signed-off-by: Tadao Tanikawa --- .../meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini index 106dc6cc1..761bdcf51 100644 --- a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini +++ b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini @@ -13,3 +13,8 @@ transform=270 #mode=1920x1080 #mode=1024x768 #transform=90 + +[output] +# Disable LVDS +name=LVDS-1 +mode=off -- cgit 1.2.3-korg