guysoft / FullPageOS

A raspberrypi distro to display a full page browser on boot
GNU General Public License v3.0
3.79k stars 229 forks source link

Change default blanking time #457

Closed gohigher14 closed 1 year ago

gohigher14 commented 1 year ago

What were you doing?

changing the time for the screen to blank out

[Please be as specific as possible here]

What did you expect to happen?

i want the screen to blank out after 30 sec instead of 10 min

What happened instead?

I can't find the setting , so nothing

Version of FullPageOS?

0.12.0

guysoft commented 1 year ago

Hey, FullPageOS by default disables power saving. It should not black out at all, might be your screen is doing that.

You need to look at these lines: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/home/pi/scripts/start_gui#L14

You can re-enable power saving by changing this value: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/home/pi/scripts/start_gui#L3

gohigher14 commented 1 year ago

Hey, FullPageOS by default disables power saving. It should not black out at all, might be your screen is doing that.

You need to look at these lines: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/home/pi/scripts/start_gui#L14

You can re-enable power saving by changing this value: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/home/pi/scripts/start_gui#L3

i re-enabled the power saving indeed. I want my screen to turn of after 30 sec. But what do i have to add to this file?

guysoft commented 1 year ago

See: https://wiki.archlinux.org/title/Display_Power_Management_Signaling

xset s 30 30