9

In my high resolution laptop display I defined the font to 230 dpi so everything looks fine but some apps that are running in java.

Is it possible to display a specific desired window scaled in double size?

For example: define that only the Jitsi-window has double size while all other windows stay system size.

rubo77
  • 32,486
  • http://askubuntu.com/questions/82398/how-to-zoom-inzoom-out only shows How to achieve this in Unity on Ubuntu. This is not a duplicate! it is about KDE, not Ubuntu – rubo77 Feb 18 '14 at 06:25
  • That Unity link is about using a screen magnifier, which KDE also has. (It's called "zoom" and configurable from System Settings > Desktop Effects > All Effects > Zoom.) I presume that's not exactly what you want? – Sparhawk Mar 26 '14 at 11:21
  • However, if you just want to permanently zoom a single window, it's not possible. – Sparhawk Mar 26 '14 at 11:22
  • as stated in the answer below, that would be only work around – rubo77 Oct 06 '16 at 12:19
  • @rubo77 Are you still looking for answers. The new answers might be different because KDE is now in version 5. Also are you looking for scaling or anything that fixes the size of the windows will do? – Anwar Oct 09 '16 at 04:54
  • I'm not actively searching, but next time I try KDE i guess, I will – rubo77 Oct 09 '16 at 11:59

1 Answers1

1

You can work around it with the resolution switcher as in the answer here: Fix scaling of java-based applications for a high DPI screen

It automatically changes the resolution based on the app in focus

rubo77
  • 32,486