DaVInci Resolve - extremely small font on PopOS! 22.04 Linux
I just managed to install Davinci Resolve on my Linux box, but the UI fonts are so small that I can't see almost anything. I tried using Gnome Display Scaling, made it 400%, but it didn't help at all.
Any idea 🤔?
Thanks!
You have to set these environment variables:
QT_DEVICE_PIXEL_RATIO=2QT_AUTO_SCREEN_SCALE_FACTOR=trueYou can do this either by the GUI or the terminal below.
GUI
Terminal
Exec=line toExec=env QT_DEVICE_PIXEL_RATIO=2 QT_AUTO_SCREEN_SCALE_FACTOR=true /opt/resolve/bin/resolveDidn't help either, This is the desktop file
It may not be supported https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=113905&sid=e6f5613433097b85acf5b224be32cc30&start=50#p842850
:( Then it is so! Thank you Michael