aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl5
1 files changed, 5 insertions, 0 deletions
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
}