You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: