Skip to content
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

Aditional chrome startup flags for complex pages or low power Pi Zero W #197

Open
Physics-Dude opened this issue Mar 20, 2023 · 0 comments

Comments

@Physics-Dude
Copy link

Chrome would claim the tab is unresponsive/taking too long on my Raspberry Pi Zero W without these startup optional flags. I'm using it for a live radar image from embed.windy.com, so it's asking a lot of the hardware.

--disable-smooth-scrolling 
--disable-low-res-tiling 
--enable-low-end-device-mode 
--disable-composited-antialiasing 
--noerrdialogs 
--enable-gpu-rasterization 
--fast 
--fast-start 
--disk-cache-dir=/dev/null 

As an aside, I am not sure if any of these flags are still supported in chrome. They are a holdover from my own DIY kiosk project from previous years. That project recently failed with segfaults and illegal instructions after I decided to run updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant