From 26b25d6cc8ebd2d41be9007dba1184f3a9a88bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R=C3=B6hrig?= Date: Fri, 13 Jan 2017 19:00:43 +0000 Subject: [PATCH] added explanation of output positions in case scaling is active --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Home.md b/Home.md index 4903ad0..10d8de1 100644 --- a/Home.md +++ b/Home.md @@ -46,6 +46,15 @@ HiDPI can be enabled via `output` and its scale option. \ is the integer scaling factor (usually 2 for HiDPI screens) +If scaling is active, this has to be considered for the output positions, e.g. if the scaling factor is 2, the values of the positions of a right-side output have to be devided by 2.: + +``` +output HDMI1 scale 2 +output HDMI1 pos 0,0 res 3200x1800 +output eDP1 pos 1600,0 res 1920x1080 +``` +Note that the x-pos of eDP1 is 1600 = 3200/2 . + #### Rotate display Rotation is not currently supported. This needs to be implemented in WLC. See https://github.com/Cloudef/wlc/issues/86.