Skip to content

Commit efd6487

Browse files
committed
Cleanup outdated environment variables from proton-cachyos & removed
external monitor using PRIME suggestion
1 parent d55075c commit efd6487

2 files changed

Lines changed: 0 additions & 81 deletions

File tree

src/content/docs/configuration/dual_gpu.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,3 @@ Similar to Plasma, Cinnamon also allows you to select the GPU for specific appli
159159
If it's not available, make sure you have `switcheroo-control` installed and
160160
its service enabled, because all desktop environments rely on it for this
161161
functionality.
162-
163-
## Troubleshooting
164-
165-
### "My external monitor is very laggy on PRIME"
166-
167-
This is a known NVIDIA driver issue. You should have the latest NVIDIA
168-
driver installed and use Wayland with a compositor that supports explicit sync.
169-
For GNOME this has been fixed in version 46.2. For Plasma 6 it will probably be
170-
fixed with 6.1 although some users report normal performance already on 6.0.
171-
Other environments/window managers still have this issue, so you need to switch
172-
to the latest version of GNOME or Plasma to fix it.

src/content/docs/configuration/gaming.mdx

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -125,78 +125,8 @@ Links to Proton-EM documents:
125125
<LinkButton icon="external" href="https://github.com/Etaash-mathamsetty/Proton/blob/em-10-hdrtest/docs/EM-ADDITIONS.md">EM-ADDITIONS</LinkButton>
126126
<LinkButton icon="external" href="https://github.com/Etaash-mathamsetty/Proton/blob/em-10-hdrtest/docs/FSR4.md">FSR4</LinkButton>
127127
<LinkButton icon="external" href="https://github.com/Etaash-mathamsetty/Proton/blob/em-10-hdrtest/docs/CHANGES.md">Winewayland</LinkButton>
128-
129128
:::
130129

131-
<Tabs>
132-
<TabItem label="Graphics & Upscaling">
133-
134-
- DLSS and Nvidia Features
135-
- `PROTON_DLSS_UPGRADE=1`: Automatically upgrade DLSS to the latest version.
136-
- `PROTON_DLSS_INDICATOR=1`: Show DLSS status indicator in-game.
137-
- `PROTON_NVIDIA_LIBS=1`: Enable Nvidia libraries (PhysX, CUDA) - not needed for DLSS/ray tracing.
138-
139-
<details>
140-
<summary>Advanced Nvidia Controls</summary>
141-
142-
- `PROTON_NVIDIA_NVCUDA=1`: Enable only CUDA support.
143-
- `PROTON_NVIDIA_NVENC=1`: Enable only NVENC encoding.
144-
- `PROTON_NVIDIA_NVML=1`: Enable NVML monitoring.
145-
- `PROTON_NVIDIA_NVOPTIX=1`: Enable OptiX ray tracing.
146-
- `PROTON_NVIDIA_LIBS_NO_32BIT=1`: Restrict libraries to only 64-bit (fixes RTX 4000+ performance issues).
147-
</details>
148-
149-
- AMD & Intel Upscaling
150-
- `PROTON_FSR4_UPGRADE=1`: Automatically upgrade FSR to the latest version.
151-
- `PROTON_FSR4_RDNA3_UPGRADE=1`: Use a RDNA3-optimized FSR4 DLL.
152-
- `PROTON_XESS_UPGRADE=1`: Automatically upgrade XeSS to the latest version.
153-
154-
</TabItem>
155-
156-
<TabItem label="Display & HDR">
157-
158-
- Wayland & Display
159-
- `PROTON_ENABLE_WAYLAND=1`: Enable native Wayland support.
160-
- **Benefits**: Allows HDR without Gamescope; improves latency/frame pacing
161-
- **Caveats**: Breaks Steam Overlay and Steam Input, currently experimental. For more information visit **[Proton wayland quirks](https://github.com/CachyOS/proton-cachyos?tab=readme-ov-file#proton-wayland-quirks)**
162-
- `PROTON_NO_WM_DECORATION=1`: Disable window manager decorations.
163-
- **Fixes**: Borderless fullscreen issues, mouse clicking through windows
164-
165-
- HDR Support
166-
- `DXVK_HDR=1`: Enable HDR output support.
167-
- **Requirements**: Gamescope with `--hdr-enabled` OR `PROTON_ENABLE_WAYLAND=1`
168-
- Users of NVIDIA drivers **before** 595.58.03 will also need to install [`vk-hdr-layer-kwin6-git`](https://packages.cachyos.org/package/cachyos/x86_64/vk-hdr-layer-kwin6-git) with `pacman -S vk-hdr-layer-kwin6-git` and set `ENABLE_HDR_WSI=1`
169-
- **Setup**: [Additional configuration needed](https://wiki.archlinux.org/title/HDR_monitor_support)
170-
171-
</TabItem>
172-
173-
<TabItem label="Performance & Caching">
174-
175-
- CPU & Sync Performance
176-
- `PROTON_NO_NTSYNC=1`: Use FSync instead of NTSync.
177-
- **Benefit**: Possibility of fixing issues in certain games that do not pair well with NTSync.
178-
179-
- Shader & Cache Management
180-
- `PROTON_LOCAL_SHADER_CACHE=1`: Enable per-game shader cache, similar to Steam's "Shader Pre-Caching".
181-
- **Note**: This does NOT compile shaders ahead-of-time, it ONLY isolates the shader cache of each game. Shaders will still be compiled during gameplay.
182-
- `PROTON_ENABLE_MEDIACONV=1`: Enable Proton Media Converter.
183-
- **Note**: Testing purposes only
184-
185-
- AMD Anti-Lag
186-
- `ENABLE_LAYER_MESA_ANTI_LAG=1`: Enable AMD Anti-Lag for reduced input latency.
187-
188-
</TabItem>
189-
190-
<TabItem label="Input & Compatibility">
191-
192-
- Controller & Input
193-
- `PROTON_PREFER_SDL=1`: Workaround for controller detection issues
194-
- `PROTON_NO_STEAMINPUT=1`: Disable Steam Input support.
195-
- **Fixes**: Wayland controller/gamepad issues
196-
197-
</TabItem>
198-
</Tabs>
199-
200130
### Setting Up Proton-CachyOS with Lutris and Heroic
201131

202132
Make sure you have umu-launcher from CachyOS installed in your system. Install it with the following command.

0 commit comments

Comments
 (0)