fix(deploy): set chromium resolution and hide mouse cursor #15

Merged
addison merged 4 commits from exe-dev-bot/kiosk:fix/chromium-resolution into main 2026-02-13 05:52:53 -05:00
Contributor

Two fixes for the kiosk display:

  1. Set Chromium resolution to 1920×1080 — adds SOFTWARE_CHROMIUM_RES_X and SOFTWARE_CHROMIUM_RES_Y to dietpi.txt so Chromium fills the entire screen.

  2. Hide mouse cursor with unclutter — installs unclutter via G_AGI in the automation script and drops a /etc/chromium.d/dietpi-unclutter snippet that launches it with -idle 0.1 before Chromium starts.

Both require a re-flash to take effect.

Two fixes for the kiosk display: 1. **Set Chromium resolution to 1920×1080** — adds `SOFTWARE_CHROMIUM_RES_X` and `SOFTWARE_CHROMIUM_RES_Y` to `dietpi.txt` so Chromium fills the entire screen. 2. **Hide mouse cursor with unclutter** — installs `unclutter` via `G_AGI` in the automation script and drops a `/etc/chromium.d/dietpi-unclutter` snippet that launches it with `-idle 0.1` before Chromium starts. Both require a re-flash to take effect.
Co-authored-by: Shelley <shelley@exe.dev>
Co-authored-by: Shelley <shelley@exe.dev>
Install unclutter via G_AGI in the automation script and drop a
chromium.d snippet so it launches before Chromium with a 0.1s idle
timeout.

Co-authored-by: Shelley <shelley@exe.dev>
Cursor hiding is handled by unclutter at the system level.

Co-authored-by: Shelley <shelley@exe.dev>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kwila/kiosk!15
No description provided.