Page 1 of 1

Wat going on ???

Posted: Sat Mar 14, 2026 12:46 am
by Soundbastel

For ages now, under Linux Mint, whenever I start the app image – no matter which one – the tool is displayed as oversized (see screenshot), and there's NO way to adjust it. What's the point of that?
https://ibb.co/KcpHN6j0


Re: Wat going on ???

Posted: Tue Mar 17, 2026 12:37 am
by musikbear

First off, Welcome to the Forum Soundbastel!
Here are all important links:
http://lmms.io/forum/viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions
If you like to introduce yourself, to the community, go here:
http://lmms.io/forum/viewtopic.php?f=4&t=4480

I am sorry that your post got delayed due to server issues.

Soundbastel wrote:
Sat Mar 14, 2026 12:46 am

For ages now, under Linux Mint, whenever I start the app image – no matter which one – the tool is displayed as oversized (see screenshot), and there's NO way to adjust it. What's the point of that?
https://ibb.co/KcpHN6j0

Your screenshot does not load, but i think i know your problem.
Linux can scale the UI with parameters in a script.
as root user create a file and name it

Code: Select all

gnome-qt.sh

Place this file in

Code: Select all

/etc/profile.d directory

Open the file in editor and type :

Code: Select all

export QT_AUTO_SCREEN_SCALE_FACTOR=0

You may have to try different SCALE_FACTOR= -before you find one that works for you
Only whole numbers works without screen artefacts


Re: Wat going on ???

Posted: Tue Mar 17, 2026 7:51 pm
by Soundbastel

The link works and the image loads, so the problem must be on your end.

Renaming and scripting doesn't seem to work, and frankly, I don't see why I should have to mess around with it myself just because the developers can't seem to fix it. This bug hasn't just appeared yesterday. And don't tell me it's free, what do you expect? Every job has to be done properly, regardless of whether it's free or not. I call that simply sloppy work.

And strangely enough, the app images don't work with the Nvidia graphics card; my laptop has an AMD onboard card, so the problem isn't there.


Re: Wat going on ???

Posted: Wed Mar 18, 2026 1:41 am
by messmerd

Try adjusting the scale factor manually.

For example:

Code: Select all

QT_SCALE_FACTOR=0.5 ./lmms

You can find more information about this and other related environment variables here: https://doc.qt.io/qt-6/highdpi.html#env ... -reference


Re: Wat going on ???

Posted: Wed Mar 18, 2026 4:02 am
by Soundbastel

There should be a proper German instruction manual or tutorial, not just something thrown together that you can copy and do; that doesn't help at all.