Skip to content

gaming: bunch for reformats trying to fix syntax issues#490

Open
loathingKernel wants to merge 3 commits into
nextfrom
gaming-updates
Open

gaming: bunch for reformats trying to fix syntax issues#490
loathingKernel wants to merge 3 commits into
nextfrom
gaming-updates

Conversation

@loathingKernel
Copy link
Copy Markdown
Contributor

@loathingKernel loathingKernel commented Jun 7, 2026

@Aarrayy please check if this renders correctly before merging

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 7, 2026

Deploying cachyos-wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: 40b1363
Status:🚫  Build failed.

View logs

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reformats gaming.mdx to address MDX syntax/rendering issues in the Gaming configuration documentation (notably around <Tabs>, <Steps>, and placeholder text that previously used angle brackets).

Changes:

  • Reformats multiple <Tabs> / <TabItem> / <Steps> blocks (indentation, spacing, and code fence placement).
  • Replaces angle-bracket placeholders (e.g., <env variables>) with bracketed placeholders to avoid MDX/HTML parsing issues.
  • Normalizes several links and code-fence language tags.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +50 to +53
- Tools
- Gamescope, GOverlay, MangoHud
- Launchers
- Steam, Heroic Games Launcher, Lutris
Comment on lines +218 to +222
- **Wine version** = `proton-cachyos`
- **Use System winetricks** = *Disabled*
- **Graphics**
- **Enable DXVK** = `Enabled`
- Note: User-defined versions of **DXVK**, **VKD3D**, and **DXVK-NVAPI** are not applied when using `umu-launcher`.
3. Navigate to the **System Options** tab.
- **Enable DXVK** = `Enabled`
- Note: User-defined versions of **DXVK**, **VKD3D**, and **DXVK-NVAPI** are not applied when using `umu-launcher`.
Comment on lines +242 to +246
- **Wine version** = `proton-cachyos`
- **Use System winetricks** = *Disabled*
- **Graphics**
- **Enable DXVK** = `Enabled`
- Note: User-defined versions of **DXVK**, **VKD3D**, and **DXVK-NVAPI** are not applied when using `umu-launcher`.
3. Navigate to the **System Options** tab.
- **Enable DXVK** = `Enabled`
- Note: User-defined versions of **DXVK**, **VKD3D**, and **DXVK-NVAPI** are not applied when using `umu-launcher`.
Comment on lines +292 to +303
1. Open a terminal and install `protonup`.
```sh
sudo pacman -S protonup-qt
```
2. Open **protonup-qt** and follow the screenshot:
<ImageComponent imgsrc={import('~/assets/images/steam-protonup.png')} />
:::note
Choose the `x86-64_v3` version if your CPU supports **[AVX2](/installation/installation_prepare#x86_64-microarchitecture-level-support)**.

Otherwise, download the one ending with `x86-64`.
:::
3. Restart Steam if you had it opened.
Comment on lines +464 to +468
2. Under **Launch Options**, set the `PROTON_LOG` environment variable:
```sh
PROTON_LOG=1 %command%
```
This will create a log file in your home directory named `steam-[AppID].log` (for example, Counter Strike 2 uses AppID **730**, so the file would be `steam-730.log`).
Comment on lines +629 to +642
1. Open a terminal.
2. Create a `environment.d` directory in your config folder if it doesn't exist:
```sh
mkdir -p ~/.config/environment.d
```
3. Create a new configuration file:
```sh
touch ~/.config/environment.d/gaming.conf
```
4. Open the file with **Micro** (a text editor).
```sh
micro ~/.config/environment.d/gaming.conf
```
And paste the following depending on your GPU vendor:
Comment on lines +643 to +647
<details>
<summary>AMD</summary>
```sh
touch ~/.config/environment.d/gaming.conf
# Increase AMD's shader cache size to 12GB
MESA_SHADER_CACHE_MAX_SIZE=12G
Comment on lines +675 to +678
4. Add the following Launch Option:
```sh
dlss-swapper %command%
```
Comment on lines +688 to +691
3. In the `wrapper` command section. Add the following line without any argument:
```sh
dlss-swapper
```
Comment on lines +703 to +706
4. Scroll down to `Command prefix` and add the following line:
```sh
dlss-swapper
```
@lukaogadze
Copy link
Copy Markdown
Contributor

@loathingKernel this pr throws runtime error and it's hard to review.
Screenshot 2026-06-07 173911
i have fix here. if you want i can make pr on this branch
lukaogadze@91bf1c2

Comment thread src/content/docs/configuration/gaming.mdx Outdated
Copy link
Copy Markdown
Contributor

@lukaogadze lukaogadze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything is in order. it will be nice if you add Faugus Launcher in application list

Aarrayy and others added 2 commits June 7, 2026 21:07
Co-authored-by: Luka Ogadze <lukaogadze@live.com>
@loathingKernel
Copy link
Copy Markdown
Contributor Author

if it werks now, it werks, mdx is a shit format and very annoying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants