forked from laberning/openrowingmonitor
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Main production branchConcerns the main production branchConcerns the main production branchenhancementNew feature or requestNew feature or request
Milestone
Description
Hello,
On rpi zero 2w, firefox shows a modal box every time at start with this message "It is not recommended to run Firefox on devices with less than 1GB of RAM."
With chromium i was able to disable it with --no-memcheck but with firefox it seems there is no option to disable it.
So i have tried another lightweight browser midori
So i replaced my webbrowserkiosk.sh with:
#!/bin/bash
#
# Open Rowing Monitor, https://github.com/JaapvanEkris/openrowingmonitor
#
# Runs the Web Frontend in a Firefox browser in fullscreen kiosk mode
#
xset s off
xset s noblank
xset -dpms
unclutter &
matchbox-window-manager &
# Start Midori in fullscreen mode
midori --display=:0 -e Fullscreen -e Navigationbar -a http://127.0.0.1/?mode=kiosk &
sleep 10
# send F11 to midori to remove the window-bar
xdotool key F11
sleep 365d
I also replaced openbox with matchbox as matchbox will not try to open menu and printer config stuff (so less warnings in journalctl).
Give it a try, it really use less cpu and much less ram than firefox and chromium.
Hope that helps.
Beavis
Metadata
Metadata
Assignees
Labels
Main production branchConcerns the main production branchConcerns the main production branchenhancementNew feature or requestNew feature or request