Can't disable hardware acceleration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 02:57 AM
Going to settings and disabling hardware acceleration (cause still firefox has issues with amd drivers)
After starting up Firefox again hardware acceleration is still enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 04:02 AM
Hello
Firefox's performance settings
https://support.mozilla.org/en-US/kb/performance-settings
If you wish to try policies.json
Firefox policies https://mozilla.github.io/policy-templates
HardwareAcceleration https://mozilla.github.io/policy-templates/#hardwareacceleration
The Enterprise Policy Generator https://addons.mozilla.org/firefox/addon/enterprise-policy-generator helps to create the configuration file
Disable hardware acceleration
{
"policies": {
"HardwareAcceleration": false
}
}
Copy/paste the above code (example) into Notepad
Save
Type: All files
policies.json
Then
Create the distribution folder
Move policies.json to the distribution folder
Move the distribution folder to the folder where Firefox is installed
Use the Troubleshooting Information page to help fix Firefox issues
https://support.mozilla.org/en-US/kb/use-troubleshooting-information-page-fix-firefox
Application Binary: Shows where Firefox is installed.
Restart Firefox
Your browser is managed by your organization, that's normal
Information page
Enterprise Policies: This shows you if your browser is being managed by Windows Group Policy or a policies.json file. If enterprise policies are managing Firefox, clicking on Active will show you a list of the policies that are currently active on Firefox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 04:59 AM
To complement
HardwareAcceleration
Preferences Affected: layers.acceleration.disabled
Configuration Editor for Firefox https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Enter a search term layers.acceleration.disabled
Use hardware acceleration when available [box checked] corresponds to layers.acceleration.disabled value false.
Use hardware acceleration when available [box unchecked] corresponds to layers.acceleration.disabled value true.
Enterprise Policies
Preferences Affected: layers.acceleration.disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 08:35 AM
Well even when I try all that everything is back as it was after restarting FF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 08:46 AM
Actually whatever change I make in about:config is reset after restarting FF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 04:45 PM
Are you using a user.js file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 09:50 PM - edited 03-25-2025 10:25 PM
Hello
How to fix preferences that won't save https://support.mozilla.org/en-US/kb/how-to-fix-preferences-wont-save
Note: There's a Refresh Firefox button in the Firefox Troubleshoot Mode window, if you can't start Firefox normally. You can also do a manual refresh by creating a new profile and transferring your important data to the new profile.
No feedback from ChristosP
Other
Make a test both in action at the same time.
user.js
user_pref("layers.acceleration.disabled", false);
+
policies.json
{
"policies": {
"HardwareAcceleration": false
}
}
What is the result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 08:54 AM - edited 03-25-2025 08:58 AM
If you wish to try/test create a new profile (to see if)
about:profiles https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles
Your current profile, this is the profile you're currently using; it can't be deleted (1)
Create a new profil (2) simply enter the name you want and click Next, then restart Firefox
(2) this is your new profile and don't remove your profile (1)
To return to your profile (1), Set as default profile, then restart Firefox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 09:09 AM
About Enterprise Policies
Affected all profiles, then, remove your distribution folder and restart Firefox.

