mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
feat: add comment about max_render_time for allow_tearing option in sway-output doc
This commit is contained in:
parent
77b965dc33
commit
4bf9e84e74
1 changed files with 6 additions and 1 deletions
|
|
@ -197,7 +197,12 @@ must be separated by one space. For example:
|
||||||
|
|
||||||
With immediate page flips, frames from the client are presented as soon
|
With immediate page flips, frames from the client are presented as soon
|
||||||
as possible instead of synchronizing with the monitor's vblank interval
|
as possible instead of synchronizing with the monitor's vblank interval
|
||||||
(VSync).
|
(VSync).
|
||||||
|
|
||||||
|
It is recommended to set *max_render_time* to *off*. In that case a page flip
|
||||||
|
happens as soon as a client updates. Otherwise, tearing will only happen if
|
||||||
|
rendering takes longer than the configured milliseconds before the next
|
||||||
|
display refresh.
|
||||||
|
|
||||||
To adjust whether tearing is allowed for specific applications, see
|
To adjust whether tearing is allowed for specific applications, see
|
||||||
*allow_tearing* in *sway*(5). Note that tearing will only be enabled
|
*allow_tearing* in *sway*(5). Note that tearing will only be enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue