Screen Resolution Pop-Up Box
Screen Resolution Pop-Up Box
Is there any way to stop the screen resolution pop-up box from appearing whenever the resolution changes? Thanks!
- Chris23235
- Top Contributor
- Posts: 982
- Joined: Sun May 24, 2020 8:45 pm
- Has thanked: 127 times
- Been thanked: 197 times
Re: Screen Resolution Pop-Up Box
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
Thank you! The screen still goes blank for a second or two though. Is there any way to change that?
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
Re: Screen Resolution Pop-Up Box
It seem that your screen isn’t enough speedy to commut screen mode
CPC-Power Staff
-
- Top Contributor
- Posts: 1018
- Joined: Thu Dec 10, 2020 5:44 pm
- Has thanked: 315 times
- Been thanked: 238 times
Re: Screen Resolution Pop-Up Box
vsync_adjust=0 or 1 will smooth over most resolution changes, at the cost of additional input lag.