Skip to content

Commit a706735

Browse files
committed
Fixed echo command in General System Tweaks & Corrected NTSync command
to match current defaults
1 parent 9fb15bc commit a706735

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

src/content/docs/configuration/gaming.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,8 @@ In this case, everything after the first `%command%` is going to be ignored beca
159159
<TabItem label="Performance & Caching">
160160

161161
- CPU & Sync Performance
162-
- `PROTON_USE_NTSYNC=1`: Use NTSync instead of WINESync.
163-
- **Benefit**: Possibility of an increase of smoothness in certain games
164-
- **Note**: Experimental, may cause issues in some games
165-
- **Verification**: Use `lsof /dev/ntsync` (MangoHud reports incorrectly)
162+
- `PROTON_USE_NTSYNC=0`: Use WINESync instead of NTSync.
163+
- **Benefit**: Possibility of fixing issues in certain games that do not pair well with NTSync.
166164

167165
- Shader & Cache Management
168166
- `PROTON_LOCAL_SHADER_CACHE=1`: Enable per-game shader cache, similar to Steam's "Shader Pre-Caching".

src/content/docs/configuration/general_system_tweaks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ This guide assumes you have the default CachyOS setup with ZRam enabled and no s
411411
```
412412
4. Add the swap file to `/etc/fstab` to make it persistent across reboots:
413413
```bash
414-
echo "/swapfile none swap defaults 0 0" | sudo tee -a /etc/fstab
414+
echo "/swap/swapfile none swap defaults 0 0" | sudo tee -a /etc/fstab
415415
```
416416
</Steps>
417417
</details>

0 commit comments

Comments
 (0)