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

4x window mode for HiDPI displays #572

Open
hexnut opened this issue Jul 24, 2018 · 3 comments
Open

4x window mode for HiDPI displays #572

hexnut opened this issue Jul 24, 2018 · 3 comments

Comments

@hexnut
Copy link

hexnut commented Jul 24, 2018

Running on a Dell XPS 13 9630 with 3200x1800 resolution display via wine on Fedora Linux. 2x windowed mode is a bit small and fonts would be unreadable except for font DPI scaling with winecfg. Thinking a 4x mode would be about right.

@tomcw
Copy link
Contributor

tomcw commented Jul 24, 2018

From issues #358, #488:
AppleWin will try to integer scale the base resolution of 560x384.
(Currently it only attempts to scale by 2.)

So this means:

  • x4: 2240 x 1536

As AppleWin scales using GDI's StretchBlt(), then there's no smoothing (anti-aliasing) so the resulting image will just get chunkier.

Anyway, it's probably worth supporting this for now.

@sicklittlemonkey
Copy link
Contributor

sicklittlemonkey commented Jul 28, 2018 via email

@rzumer
Copy link
Contributor

rzumer commented Jan 24, 2019

Making it configurable would also be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants