mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
tip for GUI font scaling issues
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user