←back to thread

Ancient X11 scaling technology

(flak.tedunangst.com)
284 points todsacerdoti | 1 comments | | HN request time: 0.211s | source
Show context
amiga386 ◴[] No.44371936[source]
It's not "can you provide the screen DPI to a window?" people bemoan, it's "can you draw one window across two screens with differing DPIs, transparent to the application?"
replies(3): >>44373475 #>>44374976 #>>44376314 #
kelnos ◴[] No.44373475[source]
You can absolutely do that on X11, but you have to do it in the client, and no one cares to do it.
replies(2): >>44374620 #>>44378572 #
1. account42 ◴[] No.44378572[source]
No, you can't have a window with a different pixel size on one screen and another. Trying to emulate this using two windows would not achieve a smooth experience.

OTOH it is questionable if this is really all that important. Most of the time if a window spans more than one screen it's temporary because you are just moving the window from one screen to another.