Skip to content

Commit

Permalink
Added tip for the stutter caused by the Steam Game Recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Dec 9, 2024
1 parent 04a310c commit b0b7083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/docs/configuration/gaming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0b7083

Please sign in to comment.