为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can you get WebGL working for older graphics cards?

  • 2 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 CodeMonk3y

more options

We have some old windows XP machines with graphics cards that don't support direct2d and therefor will be unable to get WebGL running. We need this to work temporarily until we can upgrade those machines to newer ones. Firefox however disables WebGL for these graphics cards so we cannot test if it will work or not (For good reason considering how unstable it could be on these cards.)

Doing some research I've seen that people have enabled options in the Firefox about:config and got it working. Nothing so far has been successful. We've tried: - setting gfx.direct2dforce -enabled to true - setting layers.acceleration.force -enabled to true - Creating a batch file to trick Firefox into thinking we have a better graphics card.

No matter what however we have gfx.blacklist.direct2d set to 3 which disables our WebGL. We cannot prevent that from popping up in the about:config. In about:support it continues to say "Direct2D has been blocked for your graphics driver version."

Is there anything we can do to get our graphic cards working?

We are using Intel(R) GMA 3150 cards.

We have some old windows XP machines with graphics cards that don't support direct2d and therefor will be unable to get WebGL running. We need this to work temporarily until we can upgrade those machines to newer ones. Firefox however disables WebGL for these graphics cards so we cannot test if it will work or not (For good reason considering how unstable it could be on these cards.) Doing some research I've seen that people have enabled options in the Firefox about:config and got it working. Nothing so far has been successful. We've tried: - setting gfx.direct2dforce -enabled to true - setting layers.acceleration.force -enabled to true - Creating a batch file to trick Firefox into thinking we have a better graphics card. No matter what however we have gfx.blacklist.direct2d set to 3 which disables our WebGL. We cannot prevent that from popping up in the about:config. In about:support it continues to say "Direct2D has been blocked for your graphics driver version." Is there anything we can do to get our graphic cards working? We are using Intel(R) GMA 3150 cards.

所有回复 (2)

more options

Follow http://superuser.com/a/836833 about WebGL in Firefox.

more options

Thanks. This was actually what was followed but every solution didn't work. At the very end it says "If force-enabling a feature doesn't work, that probably means that your hardware doesn't support it. For example, layers acceleration currently requires support for 4Kx4K textures, which rules out some graphics cards like the Intel G31/G33"

Which makes it seem like undoing the blacklist isn't possible.