为什么 Firefox 4 没有硬件加速?

为什么 Firefox 4 没有硬件加速?

一开始我以为是我的电脑出了问题,但后来我尝试了 Chrome。为什么 Firefox 没有硬件加速?第一个屏幕截图显示 Chrome 的使用率为 23%。第二个显示为 59%。我有 2 个 CPU,这就是为什么它没有 100% 使用率。图片中的游戏是生物实验室

铬合金 火狐


以下是关于:支持的文本

应用程序基础知识

    Name
    Firefox

    Version
    4.0

    User Agent
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0

    Profile Directory

      Open Containing Folder

    Enabled Plugins

      about:plugins

    Build Configuration

      about:buildconfig

扩展

    Name

    Version

    Enabled

    ID

修改偏好

  Name

  Value

    accessibility.typeaheadfind.flashBar
    0

    browser.places.importBookmarksHTML
    false

    browser.places.smartBookmarksVersion
    2

    browser.startup.homepage_override.buildID
    20110303194838

    browser.startup.homepage_override.mstone
    rv:2.0

    extensions.lastAppVersion
    4.0

    gfx.font_rendering.directwrite.enabled
    true

    network.cookie.prefsMigrated
    true

    places.history.expiration.transient_current_max_pages
    127602

    privacy.sanitize.migrateFx3Prefs
    true

显卡

    Adapter Description
    Mobile Intel(R) 4 Series Express Chipset Family

    Vendor ID
    8086

    Device ID
    2a42

    Adapter RAM
    Unknown

    Adapter Drivers
    igdumd64 igd10umd64 igdumdx32 igd10umd32

    Driver Version
    8.15.10.2202

    Driver Date
    8-25-2010

    Direct2D Enabled
    true

    DirectWrite Enabled
    true (6.1.7600.16385, font cache n/a)

    WebGL Renderer
    Google Inc. -- ANGLE -- OpenGL ES 2.0 (ANGLE 0.0.0.541)

    GPU Accelerated Windows
    1/1 Direct3D 10

答案1

Firefox 4 会禁用某些他们认为不可靠的图形芯片组的硬件加速。要在 Firefox 中检查 GPU 加速是否已启用,请about:support在地址栏中输入 并按Enter。然后查看图像部分。如果启用了,标有Direct2D Enabled和 的行将DirectWrite Enabled显示true。否则将显示false。此示例启用了硬件加速:

Firefox about:支持启用图形加速

您可以手动启用硬件加速。为此,请浏览到about:config,单击我会小心的,我保证!,然后webgl输入过滤箱。然后,只需双击webgl.force-enabled下方窗格中的属性即可将其从 切换falsetrue。关闭 Firefox 并重新启动以使更改生效。

Firefox about:config 突出显示 webgl.force-enabled 属性

如果遇到问题,您可以在安全模式下启动 Firefox,方法是Mozilla Firefox (Safe Mode)在 Windows 开始菜单中找到它,或者在命令-safe-mode中添加开关firefox。安全模式下硬件加速始终处于禁用状态。然后,您可以执行上述步骤将设置改回默认设置。

相关内容