Skip to content

Scaling issues on high DPI displays #2510

@samkcarlile

Description

@samkcarlile

Edit: tresf, added checklist and workaround:

  • Windows: - Partially working via d2e50df.
  • Linux: - Implemented via 8a39302 reverted. reimplemented bbedfa9. (Qt5.6+)
  • MacOS: - Implemented via 8a39302

Unfortunately some HiDPI displays don't scale properly. There's more discussion around this here: #4800 (comment)

# HiDPI workaround for problematic screens
export QT_SCALE_FACTOR=1
export QT_AUTO_SCREEN_SCALE_FACTOR=0
export QT_SCREEN_SCALE_FACTORS=2

Or permanently (use with caution!)

# HiDPI workaround for problematic screens
echo -e "QT_SCALE_FACTOR=1\nQT_AUTO_SCREEN_SCALE_FACTOR=0\nQT_SCREEN_SCALE_FACTORS=2" | sudo tee -a /etc/environment

This is my first time submitting an issue here, so If I'm doing it incorrectly, please let me know.

I'm on Windows 10 and would like to use LMMS, however, being on a Surface Book with a high DPI display, I can't comfortably use this software without squinting to see the various menu items and text. This application doesn't seem to scale when I scale Windows up. Is this a known issue or is it just me?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions