# Settings

## 2.3.7 Problems with Settings

Some users report that they can't save their settings. This is a recurring Windows issue, with reason not known in depth. To solve this problem, follow these steps:

* Close LMMS. Make sure nothing from LMMS is running in the background. You can look for this in your "Task Manager". If you do not know how to use "Task Manager", restart your PC!
* In versions older than Windows 8, "Documents and Settings" is the folder you are looking for. In Windows 10, look in your "C:\Users\\\<Username>\\. There is a file called **.lmmsrc.xml**. Observe the dot.
* Use the search tool to find this file. You *can't rename* this file, but you *can move* it.
* Move it to one of the folders you have there, e.g. **plugins**. Now restart LMMS.
* You should be now asked to enter new settings, and these settings should be persistent.
* A computer expert/nerd version of this process exists (you should *only attempt* this if you *know exactly* what the code line does!):
  * Run CMD as administrator
  * Paste this command:

`move %USERPROFILE%|.lmmsrc.xml %USERPROFILE%|.lmmsrc.xml.bak`

Since this problem is shrouded in mystery, you are most welcome to give input in forum, if you have an idea why it happened to you.

## 2.3.8 Screen Issues

As more people buy very high resolution screens, it will properly force the OS to be able to cope with these screens. We are talking about 2K and 4K displays, These UHD screens do not work well with a lot of programs, but newest LMMS does fine with these screens!

If you installed LMMS < 1.2 you will still have screen scaling issue!\
Every component is only represented by a tiny unusable window.

The solution is to upgrade!\
In 1.2 and newer, LMMS takes care of screen resolution on Windows 10!\
For older Windows releases you can attempt a method from an Adobe forum: <http://neoshamon.blogspot.dk/2015/06/adobe-app-scaling-on-high-dpi-displays.html?view=sidebar>

**LINUX**

Use a shell script:

```
#!/bin/bash
export QT_AUTO_SCREEN_SCALE_FACTOR="0"
export QT_SCREEN_SCALE_FACTORS="eDP-1=2.5;HDMI-1=2.5;DP-0=2.5".<absolute path to lmms AppImage>
```

The set `chmod +x <script name>` and make a symlink in `/bin/` to it.

*NOTE: You have to add all your connected monitors to QT\_SCREEN\_SCALE\_FACTORS in order to make it work with all connected monitors.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lmms.io/user-manual/jp_2/3-navigating-lmms/settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
