From e52b0302bf3edf903dae8d3c7e1b74efd6647450 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 26 Sep 2023 19:20:09 +0200 Subject: [PATCH] tip for GUI font scaling issues --- docs/chameleonultragui.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/chameleonultragui.md b/docs/chameleonultragui.md index 5e714f4..1292827 100644 --- a/docs/chameleonultragui.md +++ b/docs/chameleonultragui.md @@ -13,3 +13,12 @@ - enable mfkey32 for that slot (toggle in slot settings) - select slot and present ultra repeatedly to the reader in order to collect nonces - after collecting some nonces, go back into slot settings and click recover keys + +## Troubleshooting + +### Font scaling issues on HiDPI screens + +If you have font scaling issues (tiny fonts) with the Linux desktop app and a HiDPI screen, you can solve it by running the app as +``` +GDK_SCALE=2 GDK_DPI_SCALE=0.5 /usr/local/lib/chameleonultragui/chameleonultragui +```