-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FullPageOS 0.13.0 RC1 status #412
Comments
Unfortunately I have a problem with the build. After exactly 10 minutes, the screen goes black. According to the Internet probably a screensaver. However, I should first install one to deactivate it... Can't you solve it differently? |
This is the script that disables the power management: https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/home/pi/scripts/start_gui If you run that script manually on your device it should execute without error and disable power management, just like it should on boot up. The operation of the script can be tested by running the following example:
|
Is this still beeing worked on? |
Hey, yes it is, I am just swamped with work and did not get time to get to it at all. |
Hi, does anyone know how to fix the standby after 10 minutes? I have the same issue. |
@kevin2xk are you running a window manager? If so then the start_gui script should be being run on start up, this will disable screen blanking |
@thedumbterminal Thanks for your reply, unfortunately I don't know what a window manager is in this context. Everything works, except the standby issue after ~10 minutes. This is the content in my start_gui file: ` Stop the screen from turning off when idle.DISABLE_POWER_MANAGEMENT=yes Rotate screen if needed, see 'xrandr -h' for options.DISPLAY_ORIENTATION=normal if ["${DISPLAY_ORIENTATION}" != 'normal']; if ["${DISABLE_POWER_MANAGEMENT}" == 'yes']; compton -b -d :0 --backend glx --unredir-if-possible --glx-swap-method buffer-a> |
does your matchbox-window-manager start correctly? (trying to check if this script is being used) |
I'm sorry, I don't know how I can check this. I'm new to Raspberry Pi and Unix. :( |
Does your raspberry pi have a screen? if so does it show windows and icons etc? You cant run the above commands if you are ssh'ed into your pi as it will need to be from a console window via your raspberry screen |
I understand. Thanks for the explanation. Right now it seems to be OK. I entered sudo raspi-config, and from "2 Display Options" I chose "D4 Screen Blanking" and selected "No". After a reboot, the screen doesn't turn off after 10 minutes. :) Do you happen to know if there is a config.txt switch I can use to set this to no? |
I think at this point it can be released. |
Released |
FullPageOS 0.13.0 first release candidate.
Features:
reload_fullpageos_txt
script added when updating fullpageos txt file Question: reloading / updating running chromium with updated url from fullpageos.txt #391 (Thanks @shaunhurley)Download
https://unofficialpi.org/Distros/FullPageOS/nightly/2022-03-07_2022-01-28-fullpageos-bullseye-armhf-lite-0.13.0.zip
md5:
18eb778724db18af7fe934adb7a79832
no-acceleration variant
http://unofficialpi.org/Distros/FullPageOS/no-acceleration/nightly/2022-03-07_2022-01-28-fullpageos-no-acceleration-bullseye-armhf-lite-0.13.0.zip
md5:
ded199d21e28336386a14aa19793dfd4
The text was updated successfully, but these errors were encountered: