n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
566 stars 182 forks source link

PiClock on Buster #176

Closed maserowik closed 4 years ago

maserowik commented 4 years ago

I had a SD Card failure and redid my Pi-Clock on Buster. I appear to be having a strange issue. The screen saver keeps blanking the screen. What is the best way to disable it?

Mike-N3BSQ

n0bel commented 4 years ago

These lines in startup.sh should be disabling the screen saver..

... xset s off xset -dpms xset s noblank ...

maserowik commented 4 years ago

it is working now