Have a Raspi 5 connected to a Waveshare 10.1" touchscreen. System is set to auto boot to my home assistant in the browser via chromium using the following command in the `/etc/xdg/labwc/autostart` file:
```
chromium-browser "http://homeassistant:8123" --kiosk --noerrdialogs --disable-infobars --no-first-run --enable-features=OverlayScrollbar --start-maximized
```
I've configured `raspi-config` to enable the "screen saver" setting.
The screen will blank as long as I am not in the browser (i.e. if I kill the browser and return to desktop), however as long as the browser is open (in Kiosk mode?), it wont blank.
I could have sworn I had this working when I was using the 7" official Pi screen, so I'm wondering if it's just something with the Waveshare screen that requires different settings?
```
chromium-browser "http://homeassistant:8123" --kiosk --noerrdialogs --disable-infobars --no-first-run --enable-features=OverlayScrollbar --start-maximized
```
I've configured `raspi-config` to enable the "screen saver" setting.
The screen will blank as long as I am not in the browser (i.e. if I kill the browser and return to desktop), however as long as the browser is open (in Kiosk mode?), it wont blank.
I could have sworn I had this working when I was using the 7" official Pi screen, so I'm wondering if it's just something with the Waveshare screen that requires different settings?
Statistics: Posted by cbrngrz — Thu Feb 27, 2025 10:14 pm — Replies 0 — Views 3