Enterprise Config Hardware Disabled

User Help for Mozilla Firefox
Post Reply
OpenIP
New Member
Posts: 1
Joined: July 19th, 2017, 7:10 am

Enterprise Config Hardware Disabled

Post by OpenIP »

I am trying to put together a Firefox config file that can be rolled to all users that use a terminal server.
I would like to turn off the 'Use hardware acceleration when available' option
Can someone tell me what i would need to put in a config file for this to happen?

Thanks
David
morat
Posts: 6438
Joined: February 3rd, 2009, 6:29 pm

Re: Enterprise Config Hardware Disabled

Post by morat »

You can lock these prefs to disable hardware accelation.

Code: Select all

lockPref("gfx.direct2d.disabled", true);
lockPref("layers.acceleration.disabled", true);
Disable hardware acceleration
http://support.mozilla.org/en-US/questions/1106854

Locking preferences
http://kb.mozillazine.org/Locking_preferences

Deploying Firefox in an enterprise environment
http://developer.mozilla.org/en-US/Fire ... deployment
Post Reply