mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-30 07:05:20 +00:00
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>
7 lines
98 B
Bash
Executable File
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
|