Page 1 of 1

Screen Resolution Pop-Up Box

Posted: Wed Sep 28, 2022 12:54 pm
by WPL
Is there any way to stop the screen resolution pop-up box from appearing whenever the resolution changes? Thanks!

Re: Screen Resolution Pop-Up Box

Posted: Wed Sep 28, 2022 1:06 pm
by Chris23235
According to the mister.ini comments you can set video_info=0 to disable the video info:

Code: Select all

; set to 1-10 (seconds) to display video info on startup/change
video_info=0

Re: Screen Resolution Pop-Up Box

Posted: Wed Sep 28, 2022 2:41 pm
by WPL
Thank you! The screen still goes blank for a second or two though. Is there any way to change that?

Re: Screen Resolution Pop-Up Box

Posted: Wed Sep 28, 2022 2:48 pm
by breiztiger
It seem that your screen isn’t enough speedy to commut screen mode

Re: Screen Resolution Pop-Up Box

Posted: Wed Sep 28, 2022 4:22 pm
by FoxbatStargazer
vsync_adjust=0 or 1 will smooth over most resolution changes, at the cost of additional input lag.