Steps to reproduce
Open the Video Settings screen
Ensure that your game is in full screen mode
Change your fullscreen resolution (video mode).
Press Esc (not the Done button) to exit out of the Video Settings screen. The fullscreen resolution will not change.
Restart the game
The game will start with the changed fullscreen resolution.
Possible solutions
Apply the new fullscreen resolution whenever exiting the Video Settings screen, as if the Done button was pressed, to match the internal state of the setting
Revert the internal state of the fullscreen resolution when the Video Settings screen is exited without pressing Done (harder to implement internally and inconsistent with the behaviour of other settings on this screen)
A Mixin that implements solution 1 is available at https://github.com/comp500/BorderlessMining/blob/42e31dc847d99a70f3ece692ed5423b065b1e0aa/src/main/java/link/infra/borderlessmining/mixin/VideoModeFixMixin.java.
Linked issues
relates to 1
Attachments
Comments 7
Is this still an issue as of 1.21?
This issue is being temporarily resolved as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm in 1.17.1. Note that returning to Video Settings after pressing esc and then pressing Done does apply the changes.