Hello everyone,
I have Debiam on a RockPi 4 with a 7" inch monitor for system information that I want always on, but after some time it goes into suspend mode, how can I resolve this?
This RockPi I only have access by ssh, so its always turning of
Screen problem with rockpi 4
How do you show the system information?
Is there a bash autostart script running?
If yes, you can simple put following code in the bash script:
xset s off # don't activate screensaver
xset -dpms # disable DPMS (Energy Star) features.
xset s noblank # don't blank the video device
Hi there, thank you for the help, as there was a new system release I gave it a try, if it still doesn´t work I will try your susgestion