Small resolution on Linux Debian
Posted: Tue Jan 16, 2024 8:37 pm
by donny
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?
Re: Small resolution on Linux Debian
Posted: Tue Jan 16, 2024 10:42 pm
by musikbear
donny wrote: ↑Tue Jan 16, 2024 8:37 pm
Any ideas?
as
root user create a file and name it
Place this file in
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
Re: Small resolution on Linux Debian
Posted: Wed Jan 17, 2024 8:53 am
by donny
Thats what i already tried but it has no effect on LMMS
Re: Small resolution on Linux Debian
Posted: Wed Jan 17, 2024 4:37 pm
by musikbear
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
Re: Small resolution on Linux Debian
Posted: Wed Jan 17, 2024 5:09 pm
by donny
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 is 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.
Re: Small resolution on Linux Debian
Posted: Thu Jan 18, 2024 8:30 pm
by musikbear
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! 👍