Skip to content

Commit

Permalink
tip for GUI font scaling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Sep 26, 2023
1 parent 4747d38 commit e52b030
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/chameleonultragui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit e52b030

Please sign in to comment.