Everything (UI, score page, buttons) displays enormously too large
Reported version
3.2
Type
Graphical (UI)
Frequency
Many
Severity
S3 - Major
Reproducibility
Always
Status
duplicate
Regression
No
Workaround
Yes
Project
I switched from Windows 7 to Linux Mint 64-bit recently and downloaded MuseScore, found that everything is not in normal size except the characters. That prevents me from using it. I tried to download it from AppImage and Flatpak and the result is the same. My MuseScore version is 3.2.3 (64-bit).
All the settings are default.
Here is a picture of the oversized MuseScore.
Attachment | Size |
---|---|
MSbug.png | 186.16 KB |
Comments
see #277117: Everything too big in v3.0 / -D command line option and try using the -D dpi option
In reply to see #277117: Everything too… by Jojo-Schmitz
Thanks, problem solved. I know nothing about how programs work so I used 10 minutes stretching my head trying to understand what #277117 is talking about.
What it is saying is, read the Handbook section on command line options, and try the "-D" option, speciffying the resolution of your monitor. Things work right by default most of the time, but some computers have monitors that the operating doesn't describe properly to MuseScore, so on these systems you need to use that command-line option to tell MuseScore the resolution
For me, changing -D and -x values resulted in changes in the text and icon sizes, but the buttons and drop-boxes were still too large.
Then, while searching for
qt scaling issues ubuntu
I found this page:https://support.networkoptix.com/hc/en-us/articles/360057140494-How-to-…
So now I avoid scaling issues by launching musescore from the command line like this:
env QT_AUTO_SCREEN_SCALE_FACTOR=0 MuseScore-3.6.2.548021370-x86_64.AppImage
Also a duplicate of #106241: Monitor resolution detected incorrectly, making sizes wrong