man: Clarify weston.ini scale option
Add explanations of scaling that are a bit more approachable for users. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=94824 Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
bd57310c11
commit
425d9d9a67
+11
-6
@@ -389,15 +389,20 @@ be one of the following 8 strings:
|
|||||||
.RE
|
.RE
|
||||||
.TP 7
|
.TP 7
|
||||||
.BI "scale=" factor
|
.BI "scale=" factor
|
||||||
An integer, 1 by default, typically configured as 2 when needed, denoting
|
The scaling multiplier applied to the entire output, in support of high
|
||||||
the scale factor of the output. Applications that support it render at the
|
resolution ("HiDPI" or "retina") displays, that roughly corresponds to the
|
||||||
appropriate scale. For other applications, weston will scale their output
|
pixel ratio of the display's physical resolution to the logical resolution.
|
||||||
by this factor.
|
Applications that do not support high resolution displays typically appear tiny
|
||||||
|
and unreadable. Weston will scale the output of such applications by this
|
||||||
|
multiplier, to make them readable. Applications that do support their own output
|
||||||
|
scaling can draw their content in high resolution, in which case they avoid
|
||||||
|
compositor scaling. Weston will not scale the output of such applications, and
|
||||||
|
they are not affected by this multiplier.
|
||||||
.RE
|
.RE
|
||||||
.RS
|
.RS
|
||||||
.PP
|
.PP
|
||||||
Use a value of 2 for outputs with high resolution. Such displays are often
|
An integer, 1 by default, typically configured as 2 or higher when needed,
|
||||||
called "HiDPI" or "retina" displays.
|
denoting the scaling multiplier for the output.
|
||||||
.RE
|
.RE
|
||||||
.TP 7
|
.TP 7
|
||||||
.BI "seat=" name
|
.BI "seat=" name
|
||||||
|
|||||||
Reference in New Issue
Block a user