Firefox 4如何真正开启GPU硬件加速

俗话说男女搭配,干活不累,CPU和GPU本来各司其职,相安无事多年。但近来人们对于计算机美学的要求越来越高,CPU对于GUI和网页的渲染略显吃力,是时候让GPU除了游戏和3D制作领域之外有些作为。大势之下,Chrome 9,10、IE 9、Firefox 4一同走进GPU时代!chrome和IE都是默认开启了GPU加速,Firefox由于自定义性很高,可玩性也带来了麻烦,默认情况下3D加速只开启了Direct2D,没有完全开启DirectWrite和独立GPu。需要以下步骤:

  1. 确认显卡是否支持DirectX 10,如图所示,我的是3100M,DDI(Device Driver Intrface)版本10.1,支持Direct2D;WDDM 1.1(Win7和Vista SP2支持),支持DirectWrite。

     

  1. 进入 'about:config'
  2. 跳过警告信息
  3. 进入'Filter'框
  4. 双击'gfx.font_rendering.directwrite.enabled' 设置为true
  5. 双击 'mozilla.widget.render-mode' 设置为 6
  6. 重启浏览器

 

大功告成!

如要回退,请将mozilla.widget.render-mode设置为-1,要禁用,将其设置为0

posted @ 2011-04-13 12:02  你不认识我  阅读(6791)  评论(0编辑  收藏  举报