Comment 3 for bug 1744861

Revision history for this message
Be (be.ing) wrote :

Mixxx needs to set the Qt::AA_EnableHighDpiScaling property for the application to enable HiDPI scaling with Qt5. This can be enabled without recompiling by setting the QT_AUTO_SCREEN_SCALE_FACTOR environment variable to 1. It is confusing to figure out where the issues are, but this only works reliably for me with KDE on X.org. I had it working with GNOME on Wayland, then I messed with some settings more, and then it didn't work. Regardless, it seems that the issue is with Qt, Wayland, X, XWayland, GNOME, or KDE, but not Mixxx. All that needs to change in Mixxx is setting Qt::AA_EnableHighDpiScaling.

I cannot get the QT_SCALE_FACTOR environment variable to work in any circumstance with Mixxx or any other Qt application.

http://doc.qt.io/qt-5/highdpi.html