secubox-deb/remote-ui/round/hyperpixel/xinitrc
CyberMind-FR f6dc57349c fix(eye-remote): Use legacy DPI mode for HyperPixel on Pi Zero W
Pi Zero W does not support KMS properly. This commit adds the working
HyperPixel 2.1 Round configuration using legacy DPI mode:

- hyperpixel2r.dtbo: Legacy overlay (not KMS version)
- hyperpixel2r-init: ST7701S LCD init script using pigpio
- config.txt: DPI timings for 480x480 display
- LightDM autologin + openbox kiosk configuration

The build script now forces legacy DPI mode instead of preferring KMS.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-21 22:00:20 +02:00

7 lines
98 B
Bash
Executable File

#!/bin/bash
xset s off
xset -dpms
xset s noblank
unclutter -idle 0.1 -root &
exec openbox-session