Display / color / resolutions

High resolution and tiny fonts and icons

Newer displays and notebooks are coming with very high resolutions what can cause some consequencies like very tiny fonts and icons. You can add a parameter in the DCV Client to fix that.

Linux

--scaling-mode scaling

Windows

dcvviewer.exe --scaling-mode scaling

“Authentication is required to create a color managed device”

If you are having problem with colord service when you open a session, please execute the code below and then restart your session.

cat << EOF | sudo tee --append /etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla
[Allow Colord all Users]
Identity=unix-user:*
Action=org.freedesktop.color-manager.create-device;org.freedesktop.color-manager.create-profile;org.freedesktop.color-manager.delete-device;org.freedesktop.color-manager.delete-profile;org.freedesktop.color-manager.modify-device;org.freedesktop.color-manager.modify-profile
ResultAny=no
ResultInactive=no
ResultActive=yes
EOF