Fix Davinci Resolve high resolution too small in Ubuntu 22.04
Davinci resolve x UbuntuDavinci resolve x Ubuntu
Are you running a high resolution Ubuntu 22.04? Is your Davinci Resolve too small? This might be the quick fix for you.
- Edit your Davinci Resolve desktop file
sudo vim /usr/share/applications/com.blackmagicdesign.resolve.desktop
- Update the Exec value
- Look for the line below (or something similar):
Exec=/opt/resolve/bin/resolve %u
- Prepend the environment variables like this:
Exec=env QT_DEVICE_PIXEL_RATIO=2 QT_AUTO_SCREEN_SCALE_FACTOR=1 /opt/resolve/bin/resolve %u
- Look for the line below (or something similar):
- Save your changes
Reload Davinci Resolve and enjoy :)