this post was submitted on 12 Oct 2023
41 points (97.7% liked)

Linux

46732 readers
1634 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
 

All my applications scale perfectly fine (in that they just don't change their scale factor when moving from monitor to monitor). But somehow lmms scales very weirdly. The main monitor shows the program way too large (like in the photo, that is fullscreen) and my side monitor shows the application in slightly too small scale and the text is miniscule. This video shows the difference between the two: https://youtu.be/r8IIEwjYbEo Does someone know what might be going on here? I'm running Debian 12 with Gnome 43 (seemingly X11) with the website version of lmms (stable)

you are viewing a single comment's thread
view the rest of the comments
[–] pastthepixels@lemmy.potatoe.ca 2 points 10 months ago* (last edited 10 months ago)

I remember managing to get this issue solved on my computer. Looks like a QT issue. I may not remember exactly how I fixed it, but try the solutions in this thread and see if it works: https://lmms.io/forum/viewtopic.php?t=34104

In particular run export QT_AUTO_SCREEN_SCALE_FACTOR=0 and then run LMMS from the same terminal.

Also in response to other comments, LMMS is actively being worked on (though updates have been slow) -- the last commit on the master branch was from 3 days ago, so that suggests that the project isn't abandoned but development's just rolling slowly.