Firefox: enable video hardware acceleration by default
This commit is contained in:
parent
fd0ef3be5b
commit
b7c99f3fea
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,13 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
policies = {
|
policies = {
|
||||||
"DisablePocket" = true;
|
"DisablePocket" = true;
|
||||||
|
"Preferences" = {
|
||||||
|
# Enable video hardware acceleration
|
||||||
|
"media.ffmpeg.vaapi.enabled" = {
|
||||||
|
"Value" = true;
|
||||||
|
"Status" = "default";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue