-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Edit: tresf, added checklist and workaround:
- Windows: - Partially working via d2e50df.
- Linux: - Implemented via
8a39302reverted.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=2Or 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/environmentThis 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?
naclander, Qwertie-, yukulele, Shinigami92, ffeyen and 1 more