▲ | okanat 5 days ago | |||||||
> Windows cannot do custom dpi per monitor, only a single custom dpi that gets applied to all monitors. This is wrong. Windows supports per monitor DPI since Windows 8 and have an improved API since Windows 10. I find it the only good implementation among desktop OSes. It is the only one that guarantees that font renders align with the pixel grid. Many old apps do not support this API though. It is opt-in and while there is a hybrid mode to let Windows scale fonts and Win32 components via API hooks, without implementing DPI change callback most apps turn into blurry mess. Usually browsers have the gold standard implementation of those callbacks hence why Electron is used everywhere. | ||||||||
▲ | BatteryMountain 4 days ago | parent [-] | |||||||
Brother I'm looking right at it. I cannot set one monitor to 120% and another to 160% (both are custom values), like on KDE. If I use a custom setting it gets applied to both monitors, in fact it gets grayed out for some reason - the values don't even show properly. Only a reset button available that logs you out to reset it to 100%. If I want to set them to different scaling factors, I have to use one of the values from the drop downs (100/125/150/175/200%), which is not what I want. | ||||||||
|