Most of the ingame screen is black on latest Pop OS 21.04 with Nvidia GPU for anti-aliasing > 8x
#1244
Open
opened 3 years ago by yfuerst
·
6 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Describe the bug
I am playing on Pop OS 21.04 with the latest Nvidia drivers. Most of the screen is black except a small part at the top (see attached image). This problem only occurs in fullscreen. In windowed mode the game works as expected.
Any guesses how to fix this?
Screenshots
Version
I compiled the version from the master branch and tried the compiled version with the latest build.
did you try turning off anti-aliasing?
That actually fixed it. The highest working anti-aliasing is 8x. Any idea why that is?
No, so I will leave this open until that's fixed. Would you like to change issue title?
i have same issue on windows with opengl build as mentioned here https://github.com/GTAmodding/re3/issues/1009#issuecomment-770242218
Same in windows opengl builds while using >=8x antialiasing.
(weirdly enough dx9 aa feature in menu is disabled)
MSAA values above 8× are generally implemented as a combination of SSAA and MSAA in graphics drivers, which causes weird bugs like https://github.com/GTAmodding/re3/issues/657 and https://github.com/godotengine/godot/issues/14727.
I'd recommend not exposing MSAA above 8× – the difference between 8× and 16× MSAA is hardly noticeable in real world conditions.