惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
[Bug] Assetto Corsa EVO – Rendering/Texture artifacts (bl...
Doctor_Bummibar · 2026-05-31 · via CachyOS Forum - Latest posts

Short status – Bazzite test with NVIDIA 610.43.02 (open modules) and Assetto Corsa EVO

I’ve repeated the Assetto Corsa EVO tests on a separate Bazzite installation, currently patched to the testing branch.

System overview (Bazzite test rig)

  • OS: Bazzite (based on Fedora 44), image: bazzite-nvidia-open:testing

  • Kernel: 7.0.9-ogc3.2.fc44.x86_64

  • Desktop: KDE Plasma 6.6.5 (KWin / Wayland)

  • CPU: AMD Ryzen 9 5900XT (32 threads)

  • RAM: 32 GB

  • GPU: NVIDIA GeForce RTX 4070 Ti SUPER (16 GB VRAM)

  • Driver: NVIDIA 610.43.02 (open GPU kernel modules)

  • Monitors: 2560×1440 @ 144 Hz + 1920×1080 @ 60 Hz

  • Wheel: Logitech G923 (Xbox/PC version)

GPU is cool and idle in desktop usage (~38 °C, ~29 W), so the system is stable and not thermally constrained.


Test matrix – Assetto Corsa EVO on Bazzite

All tests done on the same system and game build, only Proton / launch options changed.

Test 1

  • Steam compatibility tool: default (Proton Experimental)

  • Launch options: (none)

  • Result: Game launches fine, but graphics bugs are back (black fences, low-res textures, etc.).

Test 2

  • Compatibility: Proton-GE Latest

  • Launch options: (none)

  • Result: Same graphics issues as Test 1.

Test 3

  • Compatibility: Proton-CachyOS Latest

  • Launch options: (none)

  • Result: Same graphics issues as Test 1.


Test 4

  • Compatibility: default (Proton Experimental)

  • Launch options:

    bash
    

    VKD3D_CONFIG=descriptor_heap %command%

  • Result: Same graphics issues as above.

Test 5

  • Compatibility: Proton-GE Latest

  • Launch options:

    bash
    

    VKD3D_CONFIG=descriptor_heap %command%

  • Result: Same graphics issues as above.

Test 6

  • Compatibility: Proton-CachyOS Latest

  • Launch options:

    bash
    

    VKD3D_CONFIG=descriptor_heap %command%

  • Result: No graphics issues anymore.
    Fences and textures look correct again, game is visually in the best state I’ve seen so far under Linux on this hardware.


Interim conclusion

  • Updating to the latest NVIDIA 610.43.02 driver on Bazzite alone is not enough to fix the rendering bugs on this test system.

  • The critical combination (at least for my setup) is:

    • Proton-CachyOS Latest as the compatibility tool

    • plus the launch option

      bash
      

      VKD3D_CONFIG=descriptor_heap %command%

  • In other words, on my experimental Bazzite system the descriptor heap flag is still the actual key, even with the new 610-series NVIDIA driver.

I’ll repeat the same structured test series on my CachyOS installation next, to see if the behaviour matches or if there are differences between CachyOS and Bazzite with the same Proton-CachyOS + descriptor_heap setup.



Short update – CachyOS test results (Assetto Corsa EVO, NVIDIA)

I have repeated the tests on my CachyOS installation with the same hardware and current Proton setups.

Without any additional launch options

Tested with the following Steam compatibility tools:

  • Proton-GE Latest

  • Proton-CachyOS 11.0-20260521 (Steam Linux Runtime)

  • Proton Hotfix

  • Proton Experimental

Result in all cases:
Game launches, but graphics issues are still present


With launch option VKD3D_CONFIG=descriptor_heap %command%

  1. Compatibility: Proton-GE Latest

    • Result: Graphics issues still present.
  2. Compatibility: Proton-CachyOS 11.0-20260521 (Steam Linux Runtime)
    and also tested with Proton Hotfix and Proton Experimental

    • Result: No graphics issues – fences and textures render correctly again.

Conclusion for CachyOS:
On my system, simply switching Proton versions is not enough. The combination that reliably fixes the issue is:

bash

VKD3D_CONFIG=descriptor_heap %command%

together with Proton-CachyOS 11.0-20260521 (Steam Linux Runtime) as the compatibility tool.

vicat 24

I think we are definitely to a gamechange about ACE.
With the outcome of 610.57.04 Nvidia drivers finally I can launch Assetto Corsa Evo apparently with no issues, natively with proton steam linux runtime, and without flags such as VKD3D_CONFIG=descriptor_heap. I tried on 3 different pc and the results are satisfying.
A little more than 3 months of real pain: artifacts, flickering, random crashes, useless setups. Now is running quite good, just some slight stuttering somewhere but nothing harassing or compromising.
Besides, with these new drivers I noticed all the games I got in my steam library gained steadyness and they run smooth under wayland.
I want to point out that most of these games they still run better under windows but if the caveats are just a bunch of fps, I finally can stop running dual boot.
So, a particular thanks to the coding crew they keep improving this fantastic OS that has really lot of power and potential.