Add disable-direct-scanout debug flag

This commit is contained in:
Ivan Molodetskikh
2024-04-25 22:10:52 +04:00
parent 9df71bcb5d
commit 8d99e3c015
5 changed files with 43 additions and 0 deletions
+11
View File
@@ -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.