Hide X cursor on kiosk (touchscreen)

Pass -nocursor to startx so the mouse pointer never appears on the\nOnefinity touchscreen. Patched in all three boot paths: rc.local.fast\n(active), legacy rc.local, and the setup_rpi.sh bootstrap.
This commit is contained in:
2026-05-03 11:47:05 +02:00
parent 56c3406f25
commit aa747dcc85
3 changed files with 5 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ plymouth quit
# Start X in /home/pi
cd /home/pi
sudo -u pi startx
sudo -u pi startx -- -nocursor