Small resolution on Linux Debian

Having trouble with LMMS? Ask about it here.
Hey, i am another guy with the resolution issue. Wondering why resolution settings are not implemented yet.

Using LMMS on my 14" Geobook with Linux Debian Xfce. Its a small screensize, so i have to set everything up, like as LMMS.

I tried the gnome-qt.sh method with -1 to 1.5 values, without any changes.

Any ideas?
donny wrote:
Tue Jan 16, 2024 8:37 pm
Any ideas?
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
Besides that, since you are new in Forum
Welcome donny !
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
Thats what i already tried but it has no effect on LMMS
donny wrote:
Wed Jan 17, 2024 8:53 am
Thats what i already tried but it has no effect on LMMS
It works for everyone else.
Your distro may be missing an update?
I have no other ideas
Anyways thanks for trying, we discussed this problem in the Debian forums. https://debianforum.de/forum/viewtopic.php?t=188860
For everyone else with this issue, look up in the official LMMS docs, there are more code which needs to be done. In my case "/etc/profile.d" and the auto_scale_factor had no effect.

This code worked: Exec=env QT_SCREEN_SCALE_FACTORS="eDP-1=1.5" lmms %f
which needed to be put in a .desktop file

Shout out to smurtbert for the generous help.
donny wrote:
Wed Jan 17, 2024 5:09 pm
This code worked: Exec=env QT_SCREEN_SCALE_FACTORS="eDP-1=1.5" lmms %f
which needed to be put in a .desktop file
Shout out to smurtbert for the generous help. 👍
~

Added to help-DB
Thanks! 👍