Last active
July 9, 2020 14:54
-
-
Save aurelienpierre/45f7d1d4f1dc5c8a419618890afc231e to your computer and use it in GitHub Desktop.
Solve the DPI scaling issue and start the application on discrete GPU altogether. Works the same with any Qt app needing GPU acceleration without having internal DPI scaling.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia QT_DEVICE_PIXEL_RATIO=2 QT_AUTO_SCREEN_SCALE_FACTOR=true /opt/resolve/bin/resolve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment