mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
wiki: Document debug options
This commit is contained in:
@@ -480,41 +480,3 @@ binds {
|
||||
// is working.
|
||||
// Mod+Shift+Ctrl+T { toggle-debug-tint; }
|
||||
}
|
||||
|
||||
// Settings for debugging. Not meant for normal use.
|
||||
// These can change or stop working at any point with little notice.
|
||||
debug {
|
||||
// Render the monitors as if for a screencast or a screen capture.
|
||||
// Useful for previewing the block-out-from window rule.
|
||||
// preview-render "screencast"
|
||||
// preview-render "screen-capture"
|
||||
|
||||
// Make niri take over its DBus services even if it's not running as a session.
|
||||
// Useful for testing screen recording changes without having to relogin.
|
||||
// The main niri instance will *not* currently take back the services; so you will
|
||||
// need to relogin in the end.
|
||||
// dbus-interfaces-in-non-session-instances
|
||||
|
||||
// Wait until every frame is done rendering before handing it over to DRM.
|
||||
// wait-for-frame-completion-before-queueing
|
||||
|
||||
// Enable direct scanout into overlay planes.
|
||||
// May cause frame drops during some animations on some hardware.
|
||||
// enable-overlay-planes
|
||||
|
||||
// Disable the use of the cursor plane.
|
||||
// The cursor will be rendered together with the rest of the frame.
|
||||
// disable-cursor-plane
|
||||
|
||||
// Override the DRM device that niri will use for all rendering.
|
||||
// render-drm-device "/dev/dri/renderD129"
|
||||
|
||||
// Enable the color-transformations capability of the Smithay renderer.
|
||||
// May cause a slight decrease in rendering performance.
|
||||
// enable-color-transformations-capability
|
||||
|
||||
// Emulate zero (unknown) presentation time returned from DRM.
|
||||
// This is a thing on NVIDIA proprietary drivers, so this flag can be
|
||||
// used to test that we don't break too hard on those systems.
|
||||
// emulate-zero-presentation-time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user