Page 2 of 3

Re: How do I change screen or font size?

Posted: Wed Oct 31, 2018 12:36 am
by Pongowl
Hello!

I'm excited to learn LMMS, but the font size is showing up quite small on my computer! I would appreciate learning a way to enlarge the text in some way, some bits are very straining to read :P

I'm running Win10 with LMMS version 1.1.3
Mr. AlejandroMurgia's screencap looks like what I'm seeing. If a solution has come up within the past few years then I would be grateful to hear about it.

Thank you and have a good day.

Re: How do I change screen or font size?

Posted: Wed Oct 31, 2018 2:49 pm
by musikbear
Pongowl wrote:
Wed Oct 31, 2018 12:36 am
Hello!
Hi, Welcome to the Forum Pongowl !
Here are all important links:
http://lmms.io/forum/viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions
I'm running Win10 with LMMS version 1.1.3
1.1.3 has in some win10 ed. problems!
I recommend you to upgrade to 1.2.0-RC7
https://lmms.io/download/#windows
Orange buttons!
Install as administrator
the font size is showing up quite small on my computer!
If a solution has come up I would be grateful to hear about it.
I happy to say yes :) Read
https://lmms.io/wiki/index.php?title=LM ... een_Issues

Let us know if you had success

Re: How do I change screen or font size?

Posted: Wed Dec 12, 2018 8:38 pm
by Pongowl
Thank you friend and merry Christmas!
The screen resolution seems to be working better now on this latest version of LMMS. I appreciate the help!

Re: How do I change screen or font size?

Posted: Mon Mar 04, 2019 12:34 am
by sapirus-whorfia
Hey, I downloaded the .AppImage 1.2 version of lmms for linux. The themes directory is set to this weird "data:/themes/default/" in a read-only filesystem, so I can't change the syle.css file. I've tried to set it to other directories many times, every time I close the program and open it again, it's reverted back.

My computer didn't have the "default" /usr/share/lmms/themes on it. Maybe this is because of the .AppImage packaging format? Anyway, my lmms seems to be unconfigurable. If anybody knows how to solve this, I would appreciate it a lot.

Re: How do I change screen or font size?

Posted: Mon Mar 04, 2019 1:07 pm
by Gps
What do you mean with a read only file system ?

Maybe you try to change some file as a normal user, but should do it as root ?

Re: How do I change screen or font size?

Posted: Tue Mar 05, 2019 5:59 am
by sapirus-whorfia
Sorry for the long time it took me to answer.

I tried it with root user, it's not that. It seems lmms creates a read-only filesystem every time it runs, mounts it somewhere and puts it's config files there. So, to the computer, it's like the config files are in an outside storage device that can't be written on, only read from. I haven't found the default config files anywhere else.

Re: How do I change screen or font size?

Posted: Tue Mar 05, 2019 2:30 pm
by musikbear
sapirus-whorfia wrote:
Tue Mar 05, 2019 5:59 am
to the computer, it's like the config files are in an outside storage device that can't be written on, only read from.
Nono -if you have that kind of crazyness, then it is some local setting on your system. LMMS only have one config-file. It is the infamous 'Dot-file'.
To handle that
https://lmms.io/wiki/index.php?title=LM ... h_Settings
I haven't found the default config files anywhere else.
As i said no other 'config-file' however most in LMMS is customizeable through CSS, but you need to know how to code in CSS, to be able to make usable changes, and you need at code-editor or pad for the job. The file is named style.css
eg
..lmms/data/themes/default/style.css

Besides that, since you are new in Forum
Welcome sapirus-whorfia!
Here are all important links:
http://lmms.io/forum/viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions

Re: How do I change screen or font size?

Posted: Mon Jan 11, 2021 7:12 pm
by MikeStinson
Hi, I do not know if you managed to find a solution to your problem. You can try searching in the settings for font size adjustment, if there is one. Alternatively, you can press the keyboard shortcut ctrl+, this will help you enlarge the window so that you can easily read. I haven't really figured out the settings on this forum yet, but I hope it can be fixed. If not, it would be a good idea for the blog creators to think about it. In general, I think it would be very cool to use my own fonts here, I use a very cool one from UpFonts.

Re: How do I change screen or font size?

Posted: Tue Jan 12, 2021 3:54 pm
by musikbear
MikeStinson wrote:
Mon Jan 11, 2021 7:12 pm
Thank you, I wouldn't have solved the problem without you.
I recently made a special large-font CSS-file. You can get that from my repo:
https://github.com/musikBear/lmms/blob/ ... ontCSS.zip
Swap it for the default.css you have in ..\data\themes\default

Besides that, since you are new in Forum
Welcome MikeStinson !
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: How do I change screen or font size?

Posted: Mon Feb 14, 2022 11:09 am
by VanGunderFilt
sapirus-whorfia wrote:
Tue Mar 05, 2019 5:59 am
Sorry for the long time it took me to answer.

I tried it with root user, it's not that. It seems lmms creates a read-only filesystem every time it runs, mounts it somewhere and puts it's config files there. So, to the computer, it's like the config files are in an outside storage device that can't be written on, only read from. I haven't found the default config files anywhere else.
I had the same problem but found a work-around. It doesn't increase all fonts and icons... But it helps a bit.
I am on linux using the app-image 1.3.
Here is what I did to increase font size when using the app-image:

downloaded a theme from here:
https://lmms.io/lsp/?action=browse&category=UI%20themes

Unpacked it somewhere in my home dir.

opened lmms via the app image ./lmms....etc.

Went into settings of lmms and found the setting where lmms looks for themes. I then copied the directory of the newly downloaded theme into this settings field.

Then I closed lmms and opened the themes folder of the theme I had just downloaded. There I chenges the style.css-file to have larger font sizes... it is a bit fiddly to doo but ...

Then I opened the app image again and the theme was updated to have larger font size.

I hope this helps anyone with bad vision as me :)