zoom.us_meeting_and_other_qt_applications_scale_on_hidpi_screens

zoom.us meeting and other QT applications scale on hidpi screens on Linux

QT applications might show up tiny on your screen if your computer has a Hi-DPI screen (like many notebooks do today). to fix this you can add the following one-liner to a file in /etc/profile.d/qt-scaling.sh. please note you need root rights to edit this file.

export QT_DEVICE_PIXEL_RATIO=2
  • zoom.us_meeting_and_other_qt_applications_scale_on_hidpi_screens.txt
  • Last modified: 11.03.2020 09:18
  • by Pascal Suter