snippets/gtaiv.md
2022-10-12 11:53:16 +02:00

11 lines
988 B
Markdown

# GTA IV Linux is painful (in my case)
Edit: It was only painful because the card was in a pci-e 3 x4 slot, after I put it in the pci-e 4 x16 slot no problems at all, but it's still weird why d3d performs flawless on x4 slot but vulkan does not
AMD RX 6600 with dxvk is not a pleasant experience for me, whenever I look in the direction of the far away city the gpu usage rises immediately close or to 100% making the game really unresponsive, I have no idea how to fix this issue, this is the second time this happened, first time was with Death Stranding for me and this issue still persists for me, it also only happens on Linux for me. I found however a working fix with a small downside to it.
Set this as a launch option:
PROTON_USE_WINED3D=1 WINE_FULLSCREEN_FSR=1 %command% -noprecache -norestrictions -nomemrestrict -availablevidmem 8012
The only downside to this is that the radar has a small white border on the right and bottom edge, but this is something I can live with.