diff --git a/.docs/README.md b/.docs/README.md index 7e0367b..81472e9 100644 --- a/.docs/README.md +++ b/.docs/README.md @@ -19,6 +19,7 @@ Currently `chromium-kiosk` supports these backends: - [Periodic reboot](#periodic-reboot) - [VNC](#vnc) - [Remote debugging](#remote-debugging) + - [Force scale factor](#force-scale-factor) ## Installation @@ -311,6 +312,13 @@ REMOTE_DEBUGGING: 9988 ``` (Enabling remote debugging requires restarting the browser (or whole machine) +## Force scale factor +On some displays you may need to force screen scale factor, to do that add this to your config.yml: + +```yml +EXTRA_ENV_VARS: + QT_SCALE_FACTOR: 1.3 # Change scale factor to required value +```