fix(deploy): set chromium resolution and hide mouse cursor #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:fix/chromium-resolution"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two fixes for the kiosk display:
Set Chromium resolution to 1920×1080 — adds
SOFTWARE_CHROMIUM_RES_XandSOFTWARE_CHROMIUM_RES_Ytodietpi.txtso Chromium fills the entire screen.Hide mouse cursor with unclutter — installs
unclutterviaG_AGIin the automation script and drops a/etc/chromium.d/dietpi-uncluttersnippet that launches it with-idle 0.1before Chromium starts.Both require a re-flash to take effect.