[Bug 44992] Setting dpi in winecfg has no effect on application

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 16 13:56:51 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44992

--- Comment #1 from Alexandre Julliard <julliard at winehq.org> ---
Probably the app explicitly specifies that it doesn't support high DPI, we
recently started respecting that setting. Ultimately such apps will get
pixel-scaled, but that's not implemented yet.

You can override the app by setting its execution options, something like this:

[HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution
Options\your-exe-name-here.exe]
"dpiAwareness"=dword:00000001

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list