Hacker News new | ask | show | jobs
by 411111111111111 1925 days ago
Probably how the scaling is off while you drag windows from/to hidpi displays. The scaling is only adjusted once the pointer moves to the other display.

At least that's how it was for me when I used a high dpi display (160 dpi) 2 yrs ago. (I switched back to 90dpi at some point, so they might have improved it by now)

1 comments

Mac OS X handles this by rendering everything at some insane resolution and the scaling just before displaying
That only applies for non-integer scales. If you run at clean 2x or 3x everything is drawn at native scale, unless the app doesn’t support HiDPI in which case it’s drawn at 1x and scaled up.
This explains why non integer looks so good.