FullPageOS icon indicating copy to clipboard operation
FullPageOS copied to clipboard

Touchscreen Sleep - Screen Turns off Backlight Stays on

Open johnpernock opened this issue 1 year ago • 11 comments

Hi All,

My setup is a Raspi 4B on the 7" Touchscreen. I have it as a display for my homeassistant dashboard on my desk. When it tries to sleep, the screen goes black and the backlight stays on. I have seen code where you can turn it off / on manually but Ive been hitting my head against the wall trying to figure this out automatically.

Has anyone come across this issue and been able to fix it? I just want to be able to have this on my desk but have the screen shut off and wake up when I tap it. Is there a setting or a feature I am missing?

johnpernock avatar Jan 04 '24 20:01 johnpernock

What version of FullPageOS? I did not have this issue when testing a 7'' official display.

guysoft avatar Jan 05 '24 21:01 guysoft

Closing if no reply

guysoft avatar Jan 15 '24 11:01 guysoft

is this similar to https://github.com/guysoft/FullPageOS/issues/556 ?

could it be related to special kind of screens?

Baggerfahrer avatar May 02 '24 19:05 Baggerfahrer

no one an idea?

Baggerfahrer avatar May 05 '24 10:05 Baggerfahrer

@Baggerfahrer When I tested the screen here did not go of - could it be some kind of function within the touch screen? If yo use a generic TV screen, does it turn off too?

guysoft avatar May 05 '24 10:05 guysoft

@guysoft thanks for your reply. i solved (finally :) after roughly 10times of OS reinstalling.... ) my issue by setting the screen blanking off in raspi-config.

No idea why this is necessary, in the former version of FullpageOS with the exact same set-up, this step was not needed.

Baggerfahrer avatar May 08 '24 15:05 Baggerfahrer

FullPageOS has no change reguarding that. Its likely a raspberrypi foundation change. You could look at the commit log of rpi-config. It might be a powersace feature. Its worth adding an entry in the wiki.

guysoft avatar May 08 '24 19:05 guysoft

What version of FullPageOS? There might be a bug in 0.13.0

guysoft avatar May 29 '24 01:05 guysoft

@guysoft I have been having issues with screen blanking on 0.13.0 , the display would consistently turn black about 5-10 minutes after loading and require a reboot.

Running a sudo apt update && sudo apt upgrade -y && sudo reboot would result in a failure to load after reboot.

When using sudo raspi-config to turn off screen blanking (did not fix the issue) I noticed an warning message generated

pi@fullpageos:~ $ sudo raspi-config
dpkg-query: no packages found matching xscreensaver

From a unmodified 0.13.0 installation I ran this command sudo apt upgrade && sudo apt install -y xscreensaver and then reentered sudo raspi-config to turn off screen blanks (system generated a message that this may have no effect).

Now the display is no longer timing out or turning off.

drewgwallace avatar Jun 12 '24 20:06 drewgwallace

Ok, I think 0.14.0 would solve it. There was a bug.

guysoft avatar Jun 13 '24 12:06 guysoft

@guysoft I have been having issues with screen blanking on 0.13.0 , the display would consistently turn black about 5-10 minutes after loading and require a reboot.

Running a sudo apt update && sudo apt upgrade -y && sudo reboot would result in a failure to load after reboot.

When using sudo raspi-config to turn off screen blanking (did not fix the issue) I noticed an warning message generated

pi@fullpageos:~ $ sudo raspi-config
dpkg-query: no packages found matching xscreensaver

From a unmodified 0.13.0 installation I ran this command sudo apt upgrade && sudo apt install -y xscreensaver and then reentered sudo raspi-config to turn off screen blanks (system generated a message that this may have no effect).

Now the display is no longer timing out or turning off.

This fixed it for me. Thank you !

Crckwood avatar Jul 09 '24 16:07 Crckwood