You are not logged in.
Hello, I suppose this is a common problem but I didn't find a solution in the wiki. I own a Dell XPS 13" which has at the same time a high definition and a small screen. I plug it to an external 32" UHD monitor which has a better resolution than the screen and it's much larger. I don't use both at the same time but I do unplug the monitor while working and continue working on the laptop screen and vice-versa. Consequently I'd like to have a behaviour like if I had different values of environment variables like QT_SCALE_FACTOR and the such for GTK etc. on the different screens. Is this even possible?
Offline
Online
So in the first link, that I had read, there's no mention of this issue, while the second link is exactly about this situation, addresses the issue at least for QT applications... unfortunately that does not cover my main use.
Offline
The first link (and so does ultimately the second) advises you to scale one of the displays - it's basically the only reliable and global way to deal w/ hybrid setups.
Status quo is that for historic reasons the vast majority (virtually "all") of clients (toolkits would only cover part of the content anyway) does not adapt to DPI changes at all, let alone physical DPI as obtained from xrandr.
Online