Page 1 of 1

[posila][0.17.24] Extreme flickering / black screens when not in fullscreen mode

Posted: Thu Apr 04, 2019 4:06 pm
by lleylar
Problem definitely not present in 0.16.

First seen (and reproduced) with simply accessing the changelog when I first started 0.17. The screen flickers like mad.

I also have a savefile with Pyanodon mods (and a bunch of QOL mods), and while most of the interface works nicely, if I try to access the crafting interface in some of the crafting tabs that have many items from pyanodon, the entire screen either flickers like mad, or stays mostly black with one frame visible every few seconds.

GPU usage & memory usage is completly normal, VSync is always active, and switching to fullscreen mode completly cancels the problem, which instantly reappears (in worse, somehow) when I switch back to non fullscreen.

Let me know if you need more info / logs / savefiles or anything. o/

Re: [0.17.24] Extreme flickering / black screens when not in fullscreen mode

Posted: Thu Apr 04, 2019 9:16 pm
by TruePikachu
I've noticed black screen flickers as well, under my Win7 Aero configuration, though I haven't had much luck identifying what causes them, since GPUView depends on having seen the beginning of an ETW trace (preventing in-memory circular buffer recording), while recording to disk automatically stops after six minutes.

My best guess right now would be something related to blitting; what happens if you change (in your configuration file) the line

Code: Select all

; dxgi-presentation-model=copy
to

Code: Select all

dxgi-presentation-model=flip
(note removal of semicolon as well).

---

For consistency, it would be nice to know what OS type+version (e.g. Windows 7), as well as (in the case of Vista or 7) if you're using the Windows Aero or Windows Classic theme.

EDIT: Wait, you don't get the issue as much in fullscreen? That's really interesting to hear; do you have any other programs running in a visible window at the time, and do they use hardware acceleration?

Re: [0.17.24] Extreme flickering / black screens when not in fullscreen mode

Posted: Thu Apr 04, 2019 9:55 pm
by lleylar
Soo:

dxgi-presentation-model=flip does seem to fix my issues.

It's all on Windows10 with the standard win10 theme.

> EDIT: Wait, you don't get the issue as much in fullscreen? That's really interesting to hear; do you have any other programs running in a visible window at the time, and do they use hardware acceleration?

Chrome with a few tabs including some inactive videos tabs. At one point I had an Eve Online client open on another monitor and that made things far worse, but when I just retested now it doesn't seem to make much of a difference.

Re: [0.17.24] Extreme flickering / black screens when not in fullscreen mode

Posted: Thu Apr 11, 2019 1:12 pm
by Bilka
See also: 69330 and 68673

Edit: 69876

Re: [0.17.24] Extreme flickering / black screens when not in fullscreen mode

Posted: Tue May 28, 2019 3:02 pm
by Twinsen

Re: [posila][0.17.24] Extreme flickering / black screens when not in fullscreen mode

Posted: Tue Jun 04, 2019 3:17 pm
by posila
In 0.17.46 the dxgi-presentation-model will default to flip-discard on Windows 8 or higher.