Last active
August 30, 2020 07:37
-
-
Save acdimalev/f3a49ae72c74a26ae5428a2450b140c1 to your computer and use it in GitHub Desktop.
Firefox Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// stop Firefox from eating all my CPU and stuttering while playing full-screen videos | |
//user_pref("media.gpu-process-decoder", true); | |
// well... 50/50 on whether this actually reduces CPU consumption when Firefox is running full-screen | |
// stuttering is improved, but not gone | |
// ...apparently Firefox handles video playback a lot better when a proper VA-API driver is installed | |
// leaving this here for future troubleshooting | |
// this behavior also seems to be dependent on whether or not Steam has been running... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment