Questions tagged [webgl]
The webgl tag has no summary.
6 questions
0 votes
0 answers
46 views
Firefox on RISCV-64 fails to detect GPU and falls back to software rendering
I have built Firefox for RISCV-64 architecture on Wayland in Ubuntu 22. sudo apt-get update Dependency packages:- sudo apt-get install -y curl libnspr4 libgtk-3-dev python3-dev llvm-14 llvm-dev ...
1 vote
0 answers
1k views
Firefox inside of a Docker-Container is very slow - How to get Drivers inside
I am trying to put a Firefox Webbrowser into a Docker-Container and access it via X2Go. It works, but it is unusable slow. Looking at about:support it seems it misses drivers. What drivers are needed ...
0 votes
1 answer
465 views
How to enable Web GL in Chrome driver?
I am using selenium to run nightwatch tests. It uses a chrome driver to run the tests. How do I enable Web GL in the chrome driver?