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
Webgl and graphics driver update
-
- 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
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.
Re: Webgl and graphics driver update
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.
- sunrat
- 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
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?
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!
Those who have lost data
...and those who have not lost data YET ” Remember to BACKUP!
Re: Webgl and graphics driver update
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]
Code: Select all
WebGPU Default Adapter { "navigator.gpu": null }
WebGPU Fallback Adapter { "navigator.gpu": null }
Re: Webgl and graphics driver update
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.