←back to thread

Ancient X11 scaling technology

(flak.tedunangst.com)
283 points todsacerdoti | 1 comments | | HN request time: 0.235s | 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 #
em-bee ◴[] No.44374620[source]
if you have to do it in the client, aka the application, then it's not transparent to the application
replies(3): >>44375787 #>>44376620 #>>44377419 #
1. rbanffy ◴[] No.44376620[source]
It'll not be transparent to an application using basic X APIs, but nothing prevents a higher level UI toolkit from implementing it properly.