Your browser does not support WebGL.

15 respostas [Última entrada]
amtrakuk
Desconectado
Joined: 11/26/2019

Hi there,

I'm tyring to play The Settlers Online and getting

"Your browser does not support WebGL."

Does anyone have any ideas on how to get The Settlers Online working?

Thanks for any ideas.

prospero
Desconectado
Joined: 05/20/2022

If you go to about:config and type webgl you should see an entry called webgl.disabled. The default value is true. You can set it to false if you are confident that the security privacy risk is low enough for your use case.

amtrakuk
Desconectado
Joined: 11/26/2019

Thanks, unfortunatly that hasn't changed anything

andyprough
Desconectado
Joined: 02/12/2015

Some web pages require webgl2. Check to see if webgl2 is enabled in about:config also.

prospero
Desconectado
Joined: 05/20/2022

I was under the impression that webgl2 had been enabled by default in Abrowser, and in most other browsers too, for years.

What users have to decide is whether to enable webgl or not, as described above.

prospero
Desconectado
Joined: 05/20/2022

You could try unchecking "Use recommended performance settings" in Settings > General > Performances and see whether "Use hardware acceleration when available" is checked there. If it is, uncheck it, restart Abrowser and check it back. If it is not, try checking it.

amtrakuk
Desconectado
Joined: 11/26/2019

Thanks for the help so far - alas as attached still not working. In about:support - it does suggest trying NativeGL (attached)

I know Its shwoing Firefox installed as I tried installing that incase it was something in ABrowser

Screenshot at 2025-04-19 13-19-34.png Screenshot at 2025-04-19 13-23-08.png
icarolongo
Desconectado
Joined: 03/26/2011

Please, paste this commands in the Terminal (Ctrl+Alt+T):

lspci -k | grep -EA3 'VGA|3D|Display'

glxinfo -B

glxinfo | grep 'version'

cat /etc/os-release

abrowser --version

And paste the output here.

amtrakuk
Desconectado
Joined: 11/26/2019

ajh@ajh-ThinkPad-T60:~$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Subsystem: Lenovo ThinkPad R60/T60/X60 series
Kernel driver in use: i915
Kernel modules: i915, intelfb
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
Subsystem: Lenovo ThinkPad R60/T60/X60 series
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
Subsystem: Lenovo ThinkPad R60/T60/X60 series
ajh@ajh-ThinkPad-T60:~$ glxinfo -B
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Intel Open Source Technology Center (0x8086)
Device: Mesa DRI Intel(R) 945GM x86/MMX/SSE2 (0x27a2)
Version: 20.0.8
Accelerated: yes
Video memory: 192MB
Unified memory: yes
Preferred profile: compat (0x2)
Max core profile version: 0.0
Max compat profile version: 1.4
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 945GM x86/MMX/SSE2
OpenGL version string: 1.4 Mesa 20.0.8

OpenGL ES profile version string: OpenGL ES 2.0 Mesa 20.0.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16

ajh@ajh-ThinkPad-T60:~$ glxinfo | grep 'version'
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
Max core profile version: 0.0
Max compat profile version: 1.4
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 2.0
OpenGL version string: 1.4 Mesa 20.0.8
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 20.0.8
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
ajh@ajh-ThinkPad-T60:~$ cat /etc/os-release
NAME="Trisquel GNU/Linux"
VERSION="9.0.2, Etiona"
ID=trisquel
ID_LIKE=debian
PRETTY_NAME="Trisquel GNU/Linux Etiona (9.0.2)"
VERSION_ID="9.0.2"
VERSION_CODENAME="etiona"
UBUNTU_CODENAME="bionic"
HOME_URL="https://trisquel.info/"
SUPPORT_URL="https://trisquel.info/wiki"
BUG_REPORT_URL="https://trisquel.info/project/issues"
ajh@ajh-ThinkPad-T60:~$ abrowser --version
Mozilla Firefox 113.0.2
ajh@ajh-ThinkPad-T60:~$

prospero
Desconectado
Joined: 05/20/2022

Are you using Trisquel 9 Etiona?

amtrakuk
Desconectado
Joined: 11/26/2019

yes as I'm using a 32bit CPU in my T60 and I understand 9 was the last release in 32 bit.

icarolongo
Desconectado
Joined: 03/26/2011

Go to about:config and search for dom.ipc.avoid-gtk and set it to false.

After this open this pages to test:
https://get.webgl.org/
https://webglsamples.org/blob/blob.html

I found this solution here:

https://bugzilla.mozilla.org/show_bug.cgi?id=1725148#c18

amtrakuk
Desconectado
Joined: 11/26/2019

I really appreciate the efforts your making... Have made the changes in Abrowser, restarted the browsers but getting a different error (attached)

Screenshot at 2025-04-19 23-37-41.png
icarolongo
Desconectado
Joined: 03/26/2011

Well, try with a fresh profile:

abrowser -P

Or you can try the Firefox 137.0.2 32-bit version, only to test and see what's the difference:

wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/137.0.2/linux-i686/en-US/firefox-137.0.2.tar.xz && tar xf firefox-137.0.2.tar.xz && ~/firefox/firefox

amtrakuk
Desconectado
Joined: 11/26/2019

Sadly no joy so far. Going to do a fresh install and try again. I suspect the issue relies on the website than the laptop

icarolongo
Desconectado
Joined: 03/26/2011

Tried with firefox 137?