From 8a791cb2ab7c159aac440cd97fbf2ae75d79b31f 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/wayland_ivi_wm.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wayland_ivi_wm.hpp') diff --git a/src/wayland_ivi_wm.hpp b/src/wayland_ivi_wm.hpp index 9d0c7a7..a430927 100644 --- a/src/wayland_ivi_wm.hpp +++ b/src/wayland_ivi_wm.hpp @@ -256,6 +256,9 @@ struct controller : public wayland_proxy size output_size; // Display size[pixel] size physical_size; // Display size[mm] + // Scale for conversion CSS PX -> DP(Device Pixel) + double scale; + wm::controller_hooks *chooks; struct wl::display *display; -- cgit 1.2.3-korg