1

My Ubuntu 18.04 came default with a screen scaling of 200% which is great, since everything is teeny-tiny if I set it to 100 %.

However, not all programs seem to respect this setting; see for instance this screenshot I've taken of my terminal to the left, and Arduino on the right:

enter image description here

Icons and text system-wise are fine, but the Arduino window has microscopic icons and tab text. The only reason the text inside the window is okay size, is because I've set font size to 30 pt!

How can I make the Arduino program (and others) respect my 200 % scaling?

EDIT: I don't believe this is a duplicate of a question about fractional scaling, as this is not about fractional scaling, but about some programs not respecting the 200 % scaling set in the screen settings.

OZ1SEJ
  • 1,235
  • 3
  • 19
  • 31
  • Scaling has limitations. Programs not using the toolkit GTK3 do not obey the scaling algorithms. Tweaks are sometimes possible (e.g. setting your font size very high), but not always (e.g. have a high resolution icon theme). I run only HD resolution for that reason. – vanadium Jan 14 '19 at 08:55
  • So the conclusion is that only programs that choose to respect the scaling settings actually do? This seems rather unfortunate to me; I believe system settings should be able to override individual settings. – OZ1SEJ Jan 14 '19 at 09:28
  • Can we please remove the duplicate? This is not a duplicate; this question has nothing to do with fractional scaling, it has to do with two different scaling settings for multiple displays. – OZ1SEJ Jan 27 '19 at 10:08
  • I agree fully that this question is not a duplicate of the other question. It is related to not all apps respecting the scaling settings of the desktop environment. – vanadium Jan 27 '19 at 11:41
  • Does anyone know if this is something that is being addressed in future versions of Ubuntu? Is the development team aware of this problem? Is there a way to alert the developers of Ubuntu? – OZ1SEJ Jan 31 '19 at 10:24
  • This is exactly the type of problem I have with xfig

    So far I have

    • installed gnome-tweaks to increase my screen font size
    • used sudo dpkg-reconfigure console-setup to fix my tty font size

    both tricks found googling, the second one is explained here and there on sx. playing with xrandr doesn't do it either

    – username Oct 31 '19 at 14:19

2 Answers2

0

I would point out that the Ubuntu team have little or no influence on the Arduino team and both probably have code that will have to be reworked to support 4k displays. I can imagine that some Arduino systems don't have the free memory needed to contain 4K displays.

explainer
  • 153
  • 1
  • 4
0

I had the same issue with Matlab R2019b. I managed to solve the problem by putting resolution to FHD and scale to 100%