Fix Davinci Resolve high resolution too small in Ubuntu 22.04

Davinci resolve x Ubuntu

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.

  1. Edit your Davinci Resolve desktop file
    1. sudo vim /usr/share/applications/com.blackmagicdesign.resolve.desktop
  2. Update the Exec value
    1. Look for the line below (or something similar):
      1. Exec=/opt/resolve/bin/resolve %u
    2. Prepend the environment variables like this:
      1. Exec=env QT_DEVICE_PIXEL_RATIO=2 QT_AUTO_SCREEN_SCALE_FACTOR=1 /opt/resolve/bin/resolve %u
  3. Save your changes

 

Reload Davinci Resolve and enjoy :)