mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add disable-direct-scanout debug flag
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user