aboutsummaryrefslogtreecommitdiff
path: root/wiki/Configuration:-Debug-Options.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/Configuration:-Debug-Options.md')
-rw-r--r--wiki/Configuration:-Debug-Options.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/wiki/Configuration:-Debug-Options.md b/wiki/Configuration:-Debug-Options.md
index 13cfe3ca..5da6084f 100644
--- a/wiki/Configuration:-Debug-Options.md
+++ b/wiki/Configuration:-Debug-Options.md
@@ -15,6 +15,7 @@ debug {
// preview-render "screen-capture"
enable-overlay-planes
disable-cursor-plane
+ disable-direct-scanout
render-drm-device "/dev/dri/renderD129"
dbus-interfaces-in-non-session-instances
wait-for-frame-completion-before-queueing
@@ -62,6 +63,16 @@ debug {
}
```
+### `disable-direct-scanout`
+
+Disable direct scanout to both the primary plane and the overlay planes.
+
+```
+debug {
+ disable-direct-scanout
+}
+```
+
### `render-drm-device`
Override the DRM device that niri will use for all rendering.