ungoogled-software / ungoogled-chromium-windows

Windows packaging for ungoogled-chromium
BSD 3-Clause "New" or "Revised" License
1.09k stars 111 forks source link

WebGL issues #104

Open meowthed opened 2 years ago

meowthed commented 2 years ago

As of the latest build, it seems as if the browser doesn't detect WebGL support. Edge browser, which is based on Chromium, detects WebGL fine. Untitled

networkException commented 2 years ago

Which binary are you using?

meowthed commented 2 years ago

Version 89.0.4389.114 (Developer Build, ungoogled-chromium) (64-bit)

networkException commented 2 years ago

That version is quite outdated, can you check if the issue still occurs on a more current version?

meowthed commented 2 years ago

still persisting on Version 95.0.4638.69 (Official Build, ungoogled-chromium) (64-bit)

tangalbert919 commented 2 years ago

I have not been able to reproduce this. Where did you get your build from?

meowthed commented 2 years ago

https://ungoogled-software.github.io/ungoogled-chromium-binaries/, and for additional info, The graphics card is an Nvidia 740m, just in case that there's some relevant issue in regards to Nvidia stuff.

teeminus commented 2 years ago

In all versions I compiled myself (since 98.0.4758.102) WebGL does not work.

teeminus commented 2 years ago

I got it to work by enabling hardware acceleration in chrome://settings/system

chopsquad99 commented 1 year ago

this is late but: OpenGL and WebGL are disabled by ungoogled chromium itself. You can check here on chrome://gpu/ You would need to enable "Override Software Rendering List" at chrome://flags/

I got it to work by enabling hardware acceleration in chrome://settings/system

but this also works.

N0N0 commented 1 year ago

Neither of these settings does work for me. I'm using:

image image

=> image

https://get.webgl.org ==> image

PF4Public commented 1 year ago

We do not provide support for binaries obtained outside of ungoogled-software GitHub organisation and I would not recommend downloading and executing them. Usage of chrlauncher is also discouraged. If you're seeking support report this issue to where you've obtained the binary.

N0N0 commented 1 year ago

Sorry, I was not aware of the fact that having an "official build" doesn't mean that it's official.

I did as You said and upgraded to "Version 117.0.5938.63 (Official Build, ungoogled-chromium) (64-Bit)" from this github's releases and now webgl does work like a charm.

Thanks!