I have two fullHD monitors, one of which is a 15" Laptop screen. How can I change the DPI of only that particular screen, to read text more comfortably?
I have two fullHD monitors, one of which is a 15" Laptop screen. How can I change the DPI of only that particular screen, to read text more comfortably?
Ubuntu does not handle this very well yet - you can not have two monitors with drastically varying DPI and drag windows between them and have it work as it should. It is a limitation of Xorg and the widget toolkits. The problem is that they use a single DPI value, and then a window is sized in pixels, so if you have a 400 pixel wide window on your external monitor and drag it onto a hiDPI display, it will still be 400 pixels wide, but due to the increased pixel density will look far too small.
In Unity you can change the scaling of the Unity interface with "Scale for menu and title bars" in Display Settings, but this scaling does not affect applications.
What you might be able to do to mitigate this issue for applications is to lower the resolution of your hiDPI display using
xrandr
or Display Settings. The downside of this approach is that LCD displays look best at their native resolution, and using an alternative resolution can appear blurry. If this is a problem, you might be able to choose a resolution that is an integer scale of your original resolution (e.g. QHD => HD, 1920x1080 => 960x540 for FHD, 2560x1600 => 1280x800, 2880x1800 => 1440x900 etc.), but in practice you might not be able to do this because there is no exact integer scale resolution available.Relevant bug reports: