Webgl and graphics driver update

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
larienna
Posts: 179
Joined: 2014-09-27 20:54
Been thanked: 1 time

Webgl and graphics driver update

#1 Post by larienna »

I will need to use WebGL for some homework in the days to come. When I run the WebGL test in Firefox, I get the following error message:

"Hmm. While your browser seems to support WebGL, it is disabled or unavailable. If possible, please ensure that you are running the latest drivers for your video card."

Firefox suggest updating the graphics driver, but since I am in Linux, drivers always a problem unless it's part of the kernel. I currently have Debian 9 and I cannot afford to reinstall or upgrade. I was wondering if

Is there a way to install the drivers from the Debian 10 backports?

Is it recommended to do so, or are there high risks of not being able to restore the previous drivers?

Is there another alternative?

Thank you

User avatar
@ttila
Posts: 185
Joined: 2017-12-13 16:57
Has thanked: 3 times
Been thanked: 23 times

Re: Webgl and graphics driver update

#2 Post by @ttila »

Do you enabled it in Firefox?? Type about:config and than type webgl, enable webgl.force-enabled and any similar items.

steve_v
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1542
Joined: 2012-10-06 05:31
Location: /dev/chair
Has thanked: 109 times
Been thanked: 260 times

Re: Webgl and graphics driver update

#3 Post by steve_v »

Also have a look in 'about:support', it'll give you a bunch of information on webgl support, what is and isn't enabled, and why.
Once is happenstance. Twice is coincidence. Three times is enemy action. Four times is Official GNOME Policy.

larienna
Posts: 179
Joined: 2014-09-27 20:54
Been thanked: 1 time

Re: Webgl and graphics driver update

#4 Post by larienna »

I tried setting webgl.force-enable and it gives me the same error. I'll see later if about:support could give me some diagnosis.

User avatar
sunrat
Site admin
Site admin
Posts: 7451
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 134 times
Been thanked: 665 times

Re: Webgl and graphics driver update

#5 Post by sunrat »

Debian 9 is past EOL and completely unsupported for over a year now. It's unlikely any graphics drivers would be available.
What graphics card do you have?
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

larienna
Posts: 179
Joined: 2014-09-27 20:54
Been thanked: 1 time

Re: Webgl and graphics driver update

#6 Post by larienna »

Code: Select all

$ lspci -nn | grep VGA
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Trinity [Radeon HD 7520G] [1002:9990]
I looked at about:support and tried to find anything suspicious. There seems to be some stuff written besides the WebGL1 and 2 entries. But I found this:

Code: Select all

WebGPU Default Adapter	{  "navigator.gpu": null }
WebGPU Fallback Adapter	{  "navigator.gpu": null }
That could be the source of the problem. Not really sure if there is a way to set the adapter for those values.

Oaktree
Posts: 1
Joined: 2024-10-14 18:28

Re: Webgl and graphics driver update

#7 Post by Oaktree »

I'm now facing this problem, have you fixed it? if so, how did you do it. I'm not that tech savvy, which makes this way harder.

Post Reply