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.

  • just_another_person@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    4 days ago

    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

  • Elleo@slrpnk.net
    link
    fedilink
    arrow-up
    3
    ·
    4 days ago

    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