From f3c8b03594dce61bed6d1ec852dfcac4db733060 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Wed, 1 Aug 2018 06:43:02 +0000 Subject: Improve output of multiple screen resolution To improve output on various monitor with various resolution, the following items are introduced. * Abandon scaling by Weston/IVI-SHELL This is cause of huge memory consumption on AGL CES2018 Demo because all contents are designed and rendered with FullHD resolution. * Add parameter of 'scale' to WM API (getDisplayInfo) WM calculate scale factor from screen resolution from wayland compositor and parameter of layout from WM's configuration, area.db. Bug-AGL: SPEC-1568, SPEC-1569, SPEC-1611 Change-Id: I5eac2da0106228c296550135c5200b2653864fdf Signed-off-by: Tadao Tanikawa --- src/layers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layers.hpp') diff --git a/src/layers.hpp b/src/layers.hpp index b6dd67f..f52886e 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -114,7 +114,7 @@ struct layer_map } json to_json() const; - void setupArea(int output_w, int output_h); + void setupArea(double scaling); compositor::rect getAreaSize(const std::string &area); int loadAreaDb(); -- cgit 1.2.3-korg