Spyke

Launching gtk apps with scaling for HiDPI laptop.

I've just got a new laptop with a high resolution display and am having some trouble with scaling, particularly audio plugin GUIs which cannot be resized in Ardour (audio workstation) and are consequently too small to use. In the past I have launched qt apps via a script with something like 'packagename QT_SCALE_FACTOR=1.5’ (I don't have the exact command to hand).

Can individual gtk apps also be launched in this way? Is this a valid approach to the problem?

I'm using GNOME on Fedora 41 and an Intel Arc iGPU.

View original on lemm.ee

Need more info about your DE, GPU, and OS.

Edit: pretty sure unless you've forced it, you can't use fractional scaling here. Use whole integers, so try 2 instead of 1.5

4
lemm.ee

Yes, have updated the post. I would probably be happy with 2 in the case of this application and plugins - do you know how I can launch a gtk application in this way?

1

If you're using X, then the GTK equivalent environment variable is GDK_SCALE. (I don't think the Wayland backend does this though)

E.g. GDK_SCALE=2 gedit

3

You reached the end