From b0b70835a277f0253e9f252dc79dd66e132a2aa2 Mon Sep 17 00:00:00 2001 From: Shendisx Date: Mon, 9 Dec 2024 10:51:03 -0300 Subject: [PATCH] Added tip for the stutter caused by the Steam Game Recorder --- src/content/docs/configuration/gaming.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/configuration/gaming.mdx b/src/content/docs/configuration/gaming.mdx index b438485..4ae70a3 100644 --- a/src/content/docs/configuration/gaming.mdx +++ b/src/content/docs/configuration/gaming.mdx @@ -84,6 +84,12 @@ Example: `__GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 %command% game-performance %comm - On this case, everything after the first `%command%` is going to be ignored because it's being treated as game arguments therefore only `__GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1` got recognized as a launch option. ::: +### Fix stuttering caused by the Steam Game Recorder Feature + +```sh title='Add the following launch option to your game' +LD_PRELOAD="" %command% +``` + ## Performance tips ### Power Profile Switching on Demand