No question, just posting the solution for Firefox's (www/firefox-esr) massive suffering from tab crashes when running it on arm64 on a Raspberry Pi.
Took me 2 weeks to find out that the internal WebGL engine does not like the software (only) rendering of the xf86-video-scfb driver.
Solution is simple:
Took me 2 weeks to find out that the internal WebGL engine does not like the software (only) rendering of the xf86-video-scfb driver.
Solution is simple:
- Open the browser settings page. To do this, type in the address bar: about:config.
- In the search box, type in: webgl.
- Find line "webgl.disabled". It has the "false" value. It is necessary to change it to "true". To do this simply click twice on this line.
Last edited: