From 19598a906578770e8fa85cdb4e71504c7d690300 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Tue, 5 Nov 2024 20:59:31 +0100 Subject: [PATCH] doc/layouts.md: Update recommended settings for creating layouts so that those work correctly, after the changes to the scaling-algorithm for 1.42.0. Part-of: --- doc/layouts.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/layouts.md b/doc/layouts.md index 40fef11d..167dd37a 100644 --- a/doc/layouts.md +++ b/doc/layouts.md @@ -50,6 +50,9 @@ For testing the basic/compact shape: ```sh [output:WL-1] mode = 360x720 +phys_width = 60 +phys_height = 120 +scale = 1.00 ``` For testing the wide shape: @@ -57,8 +60,10 @@ For testing the wide shape: ```sh [output:WL-1] mode = 1280x800 +phys_width = 104 +phys_height = 65 +scale = 1.00 ``` -Make sure there is no `phys_height` or `phys_width` set. ### Layout-stretching