User Tools

Site Tools


internet:browser:firefox

This is an old revision of the document!


Firefox Internet Browser

Firefox Sync

Favorite Add-Ons

High CPU Utilization

Disable Use hardware acceleration when available for a user:

Firefox → Options → Advanced → deselect the option Use hardware acceleration when available

--disable-gpu

All Users

:!: This is very important for RDS servers.

mozilla.cfg

The mozilla.cfg file needs to start with a comment line () since this line will be skipped. <file> place this file, including comments, in the installation directory with firefox.exe

Smooth Scrolling Disabled lockPref(“general.smoothScroll”, false); Disable GPU hardware accelleration lockPref (“gfx.direct2d.disabled”, true); lockPref (“layers.acceleration.disabled”, true); </file>

local-settings.js

// place this file in the defaults/pref subfolder of the installation directory
pref("general.config.obscure_value", 0);
pref("general.config.filename", "mozilla.cfg");
internet/browser/firefox.1585080283.txt.gz · Last modified: 2020/03/24 14:04 by gcooper