doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
12.81k stars 826 forks source link

Flickering Artifacts in GTAIV #2471

Closed jeb-sl closed 2 years ago

jeb-sl commented 2 years ago

When playing GTA4 (only during actual gameplay, not present in menus and loading screens), the full length of one of the diagonals is filled with pixelated flickering green-ish squares. Screenshot: https://imgur.com/a/dP8jL2W

Fixes from already existing issues such as adding command-line options or changing the DXVK version don't have any effect. Many other (newer) games are working perfectly fine, so this doesn't seem like a driver or hardware problem

Log files

K0bin commented 2 years ago

Same as #1862

Another instance of feedback loops causing problems.

jeb-sl commented 2 years ago

Same as #1862

Another instance of feedback loops causing problems.

So threre's no fix for now? As mentioned, none of the workarounds do anything.

K0bin commented 2 years ago

The workarounds only work for RADV, you're using ANV. As far as I know, there's nothing you can do right now.

K0bin commented 2 years ago

Try INTEL_DEBUG=norbc,nohiz.

i1u5 commented 2 years ago

Try INTEL_DEBUG=norbc,nohiz.

Had the same issue, that seemed to fix it for me. ty.

K0bin commented 2 years ago

Closing this. We already have #1862 to track it and we're aware of the issue.