From 83498dbb12e0e11a48e31b7aa9f92e7f5dec7953 Mon Sep 17 00:00:00 2001 From: Abu Ottermann Date: Sat, 1 Oct 2022 04:18:01 +0200 Subject: [PATCH] Add 'gtaiv.md' --- gtaiv.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gtaiv.md diff --git a/gtaiv.md b/gtaiv.md new file mode 100644 index 0000000..143c7b8 --- /dev/null +++ b/gtaiv.md @@ -0,0 +1,9 @@ +# GTA IV Linux is painful (in my case) + +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. \ No newline at end of file