Skip to content
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

Display When Launching Always Max Screen #47

Closed
MAXBURAOT opened this issue May 5, 2021 · 7 comments
Closed

Display When Launching Always Max Screen #47

MAXBURAOT opened this issue May 5, 2021 · 7 comments

Comments

@MAXBURAOT
Copy link

MAXBURAOT commented May 5, 2021

Using D2DX v0.99.505 / Diablo II v1.12, everytime i launch the game it always show max display screen, tried to play with scale = 1~3 but no avail. BTW my Desktop Screen size is 1360x768.
I test also with SlashGaming dll loader, screen seems to be ok set to minimal widescreen.

1
2

With SlashGaming Loader and dlls
1
2
3

@bolrog
Copy link
Owner

bolrog commented May 6, 2021

Currently D2DX picks an integer-scale resolution that is close to the default ingame ones. In the case of a 1360x768 screen this is 1360x768... so windowed mode is kind of broken on such screens.

I will rethink this, and perhaps allow non-integer scaling as an option.

What would be a good resolution/window size do you think?

@MAXBURAOT
Copy link
Author

here is my windows size resolution boss, normally 1 used 1280x720 widescreen is enough for laptop gaming 14" to 16 " display

"Ingame Resolutions": [
            "640x480",
            "800x600",
            "1024x720",
            "1280x720",
            "1360x720"

@Yh793
Copy link

Yh793 commented May 7, 2021

These options are built in svens'glide-wrapper
"static size": "800x600", "1024x768", "1280x960", "1600x1200"
on 1920x1080 screen window mode.
a
b
c
d
i like 1280x960 window mode size on 1920x1080 screen.

@bolrog
Copy link
Owner

bolrog commented May 7, 2021

The problem with arbitrary sizes is that the scaling isn't integer, which leads to worse quality (fuzziness) when stretched to the full screen. So I try to avoid that when possible. But I should be able to come up with something for windowed mode, the restrictions aren't as bad there.

@Yh793
Copy link

Yh793 commented May 8, 2021

intel Integer Scaling resolution, Maybe you can refer to it.
https://software.intel.com/content/www/us/en/develop/articles/integer-scaling-support-on-intel-graphics.html

@bolrog
Copy link
Owner

bolrog commented May 8, 2021

That is a good explanation yeah. I am doing basically what that page describes, and I'm allowing up to 16 pixels of black border when the numbers don't quite add up.

@bolrog
Copy link
Owner

bolrog commented May 12, 2021

You can now set a custom size in the cfg file.

@bolrog bolrog closed this as completed May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants