Hi again,
Since rv is using Qt 5.15.3 (2022 versions), the High-DPI supported by QT is not correctly handled by the rv renderView.
Examples : under Linux : rv 2022.3.0 :
- with 4K Eizo High-DPI screen device with a system that configure
setenv QT_ENABLE_HIGHDPI_SCALING 1
: The renderView don’t fit the QT widget area correctly :
- It’s possible to reproduice same artefacts under a classic screen device by setting a QT_SCALE_FACTOR env var != 1.0 :
setenv QT_SCALE_FACTOR 1.8
and optionally :
setenv QT_ENABLE_HIGHDPI_SCALING 1
: screenshot with 2 values of QT_SCALE_FACTOR : 1.5 and 0.5 :
Currently we have disable these kind of variables in an homemade rv launcher,
but the font size, icones, menus and others gui widgets are a little bit small.
So it’s not so urgent, but we hope you will find a better fix than deactivate this QT High-DPI support.
Regards,
Alec