11-12-2023, 12:56 AM
Does the power button on the 5 actually submit a Linux software poweroff command?
It definitely doesn't cut power to the Pi.
It definitely doesn't cut power to the Pi.
Thank you for your donation!
Raspberry Pi OS 12 (Bookworm) released
|
11-12-2023, 12:56 AM
Does the power button on the 5 actually submit a Linux software poweroff command?
It definitely doesn't cut power to the Pi.
11-12-2023, 03:29 AM
(11-12-2023, 12:56 AM)Tim Curtis Wrote: Does the power button on the 5 actually submit a Linux software poweroff command? Quoting from the official Raspberry Pi documentation section on the Pi 5, Quote:If you are running Raspberry Pi OS Lite in headless mode pressing the power button a single time will initite a shutdown. It's different if running full Bookworm Desktop. I just checked journalctl after using the power button first to shut down Bookworm Lite and then to power up. There's a ton of relevant output starting with the lines Code: Nov 11 22:08:32 raspberrypi systemd-logind[763]: Power key pressed short. followed by lots of lines concerning various processes shutting down and then ending with Code: Nov 11 22:08:43 raspberrypi systemd[1]: Reached target shutdown.target - System Shutdown. The log continues with the first line of the next boot. ----- Back to wayfire/chromium-browser, I now have a blank screensaver function working. Much more of this and I'll start thinking I actually understand Wayland compositors/window managers (not!). Regards, Kent
11-12-2023, 03:46 AM
(11-11-2023, 11:20 PM)Tim Curtis Wrote: Interesting. By "the process starts over..." I mean the first start of wayfire/chromium-browser takes longer than the second. This suggests to me there's something cached in a volatile directory such as /run. I'm still trying to figure out the whole wayfire plugin thing. As for X11 vs Wayland, I believe that's entirely a function of detection code in Bookworm Full (e.g., Desktop). My experience with Bookworm Lite on the Pi3B+ / Pi4B / Pi5B suggests Wayland compositors/window managers can run on all of them. And we both agree that major software/hardware releases see a lot of early updates (kinda like earthquakes beget aftershocks). Regards, Kent
11-12-2023, 12:01 PM
(11-12-2023, 03:29 AM)TheOldPresbyope Wrote:(11-12-2023, 12:56 AM)Tim Curtis Wrote: Does the power button on the 5 actually submit a Linux software poweroff command? Right, journalctl since there's no syslog in Bookworm. Thats fantastic that it's mapped by default to soft poweroff that sync's the file system :-) That moves the question "can I just pull pull the plug" to "how much power is consumed while shutdown" which is answered by the eeprom settings in an earlier post. Looks like the eeprom power setting would be a good option to have on System Config for the 5. Also can look into having systemd-poweroff.service run the moOde shutdown script instead of it's default.
11-12-2023, 12:08 PM
(11-12-2023, 03:46 AM)TheOldPresbyope Wrote:(11-11-2023, 11:20 PM)Tim Curtis Wrote: Interesting. Ok only Desktop has the X11/Wayland detector switcher thing. Thats a relief.
11-13-2023, 03:01 PM
I forgot to post my final wayfire.ini file
Code: # initialize wayfire and run chromium-browser in full-screen kiosk mode Raking through copious debugging output I can see where the first run and second run differ. The discrepancies in elapsed time show up in the bowels of stuff like wayfire code executing "Framebuffer Reset..." and GLES2 "Updating shadow. ... for linear texture..." and even then only once out of many such lines. I'm trying to figure out where best to ask...prolly the wayfire wiki.That's for another day, though; for now, I'm content with a usable Bookworm kiosk. Regards, Kent
11-16-2023, 07:18 PM
Meanwhile the moode image builder is also updated. It is now based on bookworm lite and including als moode specific packages.
Of course it missing the moode-player package it self (minor detail ![]() Also for the moment the moode custom driver modules are missing. For now it is a nice based todo the moode bookworm develop/testing on. You can find it back in the git branch bookworm of the imgbuild repo.
11-16-2023, 07:26 PM
(11-16-2023, 07:18 PM)bitlab Wrote: Meanwhile the moode image builder is also updated. It is now based on bookworm lite and including als moode specific packages. Terrific!
11-16-2023, 11:12 PM
For sure thats a major step :-)
Is the plan to have OS named branches in imgbuild and pkgbuild or is a big merge into main going to happen at some point?
11-17-2023, 07:54 AM
@Tim Curtis I did keep it in separate branches because not to interfer with the 8.x.x release. When you are sure we are done with the 8.x.x release we merge the bookwork branches to the main/develop.
Another reason for holding back the merge for a while is that the develop for supporting CamillaDSP 2.x, currently only can be done with 8.x (requires working moOde ;-) ). |
« Next Oldest | Next Newest »
|