mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
docs: Add notes about WLR_SCENE_DISABLE_VISIBILITY effectively disabling direct scanout.
This commit is contained in:
parent
f0b7fb72a8
commit
56ebfde540
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ wlroots reads these environment variables
|
|||
* *WLR_SCENE_DISABLE_DIRECT_SCANOUT*: disables direct scan-out for debugging.
|
||||
* *WLR_SCENE_DISABLE_VISIBILITY*: If set to 1, the visibility of all scene nodes
|
||||
will be considered to be the full node. Intelligent visibility canculations will
|
||||
be disabled.
|
||||
be disabled. Note that direct scanout will not work for most cases when this
|
||||
option is set as surfaces that don't contribute to the rendered output will now
|
||||
bail direct scanout (desktop background / black rect underneath).
|
||||
* *WLR_SCENE_HIGHLIGHT_TRANSPARENT_REGION*: Highlights regions of scene buffers
|
||||
that are advertised as transparent through wlr_scene_buffer_set_opaque_region().
|
||||
This can be used to debug issues with clients advertizing bogus opaque regions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue