From c2f2c7c697bc51ff9387ee9f715225ed593a7a9c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 20 Sep 2023 20:09:52 +0200 Subject: [PATCH] Recommend using fullscreen on Linux in Fixing jitter and stutter Stuttering is more common on Linux when playing in windowed mode, regardless of how powerful the hardware is. This can occur even if compositing is disabled in the window manager (as tested on KWin). --- tutorials/rendering/jitter_stutter.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/rendering/jitter_stutter.rst b/tutorials/rendering/jitter_stutter.rst index fe85800e5..42890d124 100644 --- a/tutorials/rendering/jitter_stutter.rst +++ b/tutorials/rendering/jitter_stutter.rst @@ -109,7 +109,9 @@ manually disable compositing, which can improve performance (at the cost of tearing). There is no workaround for driver or compositor stuttering, other than reporting -it as an issue to the driver or compositor developers. +it as an issue to the driver or compositor developers. Stutter may be more +present when playing in windowed mode as opposed to fullscreen, even with +compositing disabled. `Feral GameMode `__ can be used to automatically apply optimizations (such as forcing the GPU performance profile)