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

Can Playing Web games HTML5 Web GL on browservice but WebGL is Not working #44

Open
JeremyLyokoPPG2020 opened this issue Jun 11, 2021 · 1 comment

Comments

@JeremyLyokoPPG2020
Copy link

JeremyLyokoPPG2020 commented Jun 11, 2021

I can Playing games WebGL on Browservice but Graphics is Not work. is that hardware acceleration is disabled in your Browservice i can enable WebGL?
[0519/060307.291538:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is desktop
How Fix?

@JeremyLyokoPPG2020 JeremyLyokoPPG2020 changed the title Can Playing Web games on browservice but WebGL is Not working Can Playing Web games HTML5 Web GL on browservice but WebGL is Not working Jun 11, 2021
@ttalvitie
Copy link
Owner

ttalvitie commented Jun 12, 2021

Chromium is kind of picky on which GPU drivers it allows WebGL to run on. You can force software rendering by adding the option --chromium-args=disable-gpu; at least in my case, it made WebGL work (though quite slowly, but still probably good enough for Browservice).

Actual hardware acceleration may have a bit higher probability of working if you compile Browservice yourself instead of using the AppImage. You should also first check that WebGL works on Chromium on the same machine.

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

2 participants