Enable chromium features and video acceleration
This commit is contained in:
parent
ad736c478a
commit
5066c02a58
@ -31,6 +31,7 @@ in {
|
|||||||
chromium = pkgs.chromium.override {
|
chromium = pkgs.chromium.override {
|
||||||
gnomeKeyringSupport = true;
|
gnomeKeyringSupport = true;
|
||||||
enableWideVine = true;
|
enableWideVine = true;
|
||||||
|
commandLineArgs = "--use-vulkan --use-gl=desktop --enable-zero-copy --enable-hardware-overlays --enable-features=VaapiVideoDecoder,CanvasOopRasterization --ignore-gpu-blocklist --enable-accelerated-mjpeg-decode --enable-accelerated-video --enable-native-gpu-memory-buffers --enable-gpu-rasterization";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user