From 92d9c7ff4fda3b8e10d92e86e5803b0b40886766 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 1 Mar 2024 07:49:10 +0400 Subject: Add emulate-zero-presentation-time debug flag --- resources/default-config.kdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 35a04ca7..616cd48f 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -557,4 +557,9 @@ debug { // 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 } -- cgit