I have a 4K monitor and some icons are blurry, and/or some parts of the UI are out of screen (Genymotion Desktop)

Overview

Since Genymotion Desktop 3.8.0, Genymotion support auto-scaling.

Auto-scaling makes it possible to use Genymotion on 4k monitors without further tweaking.

Auto-scaling may cause icons to appear blurry.

Some parts of the interface may be out of screen on some 4k monitor resolutions.

To fix this, auto-scaling can be disabled and customized.

In order to do so, you can set the following variables.

Windows

User variable

System variable

Linux/macOS

  QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCALE_FACTOR=0.75 ./genymotion
  

  $ export QT_AUTO_SCREEN_SCALE_FACTOR=0
  $ export QT_SCALE_FACTOR=0.75
  $ ./genymotion