Skip to content

Instantly share code, notes, and snippets.

@bitjockey42
Created May 21, 2016 22:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitjockey42/0fe69f2c46e51984f61820cdb80b777c to your computer and use it in GitHub Desktop.
Save bitjockey42/0fe69f2c46e51984f61820cdb80b777c to your computer and use it in GitHub Desktop.
For QT5 apps in Ubuntu that don't use 5.6
# /etc/profile.d/qt-hidpi.sh
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export QT_DEVICE_PIXEL_RATIO=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment