-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HiDPI Screen option on Low DPI screen will break UI #6130
Comments
I have a similiar problem. My setup is MacBook Pro(Retina) with a FullHD external monitor. When I start godot(v2.1), it appears on external monitor first. It seems ok for project manager, but when I open one of demo projects, only quater screen appears on the external monitor.(it's hard to explain, but you can see it through) When I move the window into MacBook's internal LCD, it looks fine. This happens no matter what editor's Hidpi mode setting is.(Auto,LoDPI,HiDPI) |
Same here. |
It seems like same as #5688. I can fix my situation with them, but don't know about Windows environment. There may be similar option in properties. You may try poking around. |
Bugsquad note: This issue is still relevant as of commit d87307d. Automatic detection no longer attempts using 200% scaling on 1080p displays, but it is still possible to set unsuitable display scaling values using the Editor Settings. Some display scaling options should be hidden from the Editor Settings if the screen resolution isn't large enough (for example, only 75%, 100% and 125% should be available on a 1920×1080 display, as higher scaling options will probably look broken in such a resolution). |
I have this same issue on OSX high sierra, high dpi scaling is wrong on my external monitor but works fine on the macbook internal monitor which is high dpi. high dpi is set to "auto" in the editor settings settings. Window on macbook display: https://www.dropbox.com/s/srcvdxmeacwnvvp/macbook_display.png?dl=0 |
@bruvzg I think this can still occur if the user sets the editor scale manually to a setting that's too large for their monitor. We should clamp the available editor scale settings, but we can't set the property hint dynamically as "Custom" is the last option. (If we remove options from the list, then "Custom" would be at a different place.) |
Operating system or device - Godot version:
Windows 8.1, Godot 2.1 Stable
Issue description (what happened, and what was expected):
I learned (tested) new functions and found HiDPI screens option. Turned it on, restart the engine and UI is now too big for my FHD screen (insane big). And godot not allowing me to resize the window big enough to get to the engine settings window. Even when I resize screen to a maximum width I see a half of UI.
Solved by resizing the window over and over again, once I got settings button in the top right corner somehow and got in the engine settings menu. But it is still a great problem.
Steps to reproduce:
In the description.
Solution:
Link to minimal example project (optional but very welcome):
The text was updated successfully, but these errors were encountered: