Enable screensaver/blank screen for RPi touchscreen

I found a different one:
moved away the file (for backup purposes) /etc/X11/xorg.conf.d/98-dietpi-disable_dpms.conf
and made a new one: /etc/X11/xorg.conf.d/90-display_off.conf:

Section "ServerFlags"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "5"
EndSection

This enables switching off the display after 5 minutes.

o you know if it’s possible to prevent the “wake-touch” to get recognized as click input ?
because i don’t want to accidently start/stop things which i can’t see when i wake the screen …

For this see my own answer in Don't recognize wake touch as input.

1 Like