Hi everyone.
I've installed Resolve 15.2 in a ubuntu 18.04 machine successfully, no without some problems. But the main issue has been the HiDPI display support.
Trying to work with a 15" laptop 4K display the UI has terrible small.
I found a wokaround to solve this problem.
The new QT 5 has some environment variables that config this kind of things.
Search in google for "qt5 hidpi" without quotes, for more information. I can't post links right now.
The solution is to define to variables previously to launch the resolve exec in the .bashrc file
export QT_DEVICE_PIXEL_RATIO=2
export QT_AUTO_SCREEN_SCALE_FACTOR=true
I think the last one is the really important one.
Or simply define them before the exec:
QT_DEVICE_PIXEL_RATIO=2 QT_AUTO_SCREEN_SCALE_FACTOR=true /opt/resolve/bin/resolve
Note to the linux dev team/member: Place a toggle or combo in the User interface form, and an option in the config.user.xml to change that will be more useful
Best Regards