mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #38] White Screen on boot - Swiotlb Buffer is Full in log. Perhaps adding update routine to installation script? #36
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andiohn on GitHub (Oct 3, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/38
I'm running in to the dreaded white screen with the following error:
[ 137.266069] vc4-drm gpu: swiotlb buffer is full (sz: 13312000 bytes), total 32768 (slots), used 412 (slots)
This is immediately after first boot with the settings set. I'm thinking it might be an update thing. Perhaps the script should:
"sudo apt update && sudo apt upgrade -y"
Right off the bat. I just ran this on my machine even without rebooting and it suddenly worked. :)
@andiohn commented on GitHub (Oct 4, 2024):
It is very possible this is because my websites are too heavy all at once, perhaps this isn't an issue because it seems like it's resolved after about 5 minutes or so. That or the updates did, in fact, fix it. It's hard to say.
@debloper commented on GitHub (Oct 7, 2024):
github.com/debloper/piosk@04431828f3/scripts/setup.sh (L9)If you look into the content of the script, the apt update/upgrades are applied during the nodejs installation already.
In future we may move away from needing to install nodejs (by using single executable application mechanism); that's when explicit
aptupdates would be necessary.FWIW, the
swiotlblog isn't related or relevant for userspace operations (i.e. it doesn't care about specific applications & their memory usage, including but not limited to Chrome).