Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1241  / 1 Year ago, wed, february 15, 2023, 3:44:27

When I load a WebGL website on Firefox 5 in my Ubuntu 11.04 system, I get a grey screen and a warning on the terminal like this:



[GLX] your GL driver is currently blocked. If you would like to bypass this, define the MOZ_GLX_IGNORE_BLACKLIST environment variable.


Acceleration works fine on Google Chrome. How can I enable back acceleration for Firefox?


More From » firefox

 Answers
3

I don't know why the driver is on the blacklist, but you can do what's suggested: try running MOZ_GLX_IGNORE_BLACKLIST=1 firefox.



If this works, you can modify the .desktop file /usr/share/applications/firefox.desktop and change the line



Exec=firefox %u`


to



Exec=env MOZ_GLX_IGNORE_BLACKLIST=1 firefox %u

[#44197] Friday, February 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ravturtl

Total Points: 335
Total Questions: 132
Total Answers: 110

Location: Tanzania
Member since Wed, Feb 24, 2021
3 Years ago
ravturtl questions
Wed, Feb 22, 23, 19:16, 1 Year ago
Fri, Dec 3, 21, 22:16, 2 Years ago
Wed, Nov 3, 21, 07:30, 3 Years ago
Wed, May 19, 21, 17:31, 3 Years ago
;