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!
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=2
QT_AUTO_SCREEN_SCALE_FACTOR=true
You 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/resolve