this post was submitted on 16 Feb 2025
15 points (89.5% liked)

Linux

52723 readers
439 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

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?

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

Here you go: https://wiki.archlinux.org/title/HiDPI#GNOME

As far as per-app settings, I'm unsure if that's a thing still, but you can probably dig deeper from here.

[–] [email protected] 3 points 1 month 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