Hacker News new | ask | show | jobs
by Gigachad 1135 days ago
Only if you have two monitors at different DPI scales which is impossible on x11 iirc.
1 comments

You can do it with client side scaling in X (which is also the preferred solution on systems like Windows, since an application can scale itself better than a generic compositor anyway).
Hmm, how does that work if you move clients around between displays?
The client is given an XConfigureEvent when it is moved and can compare it against the monitor's bounding boxes (which it caches in between xrandr change notifications) and rescale itself.

Doesn't work with legacy applications... but neither does Wayland so you aren't really behind.