Skip to content

Commit

Permalink
Spaces are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 5, 2024
1 parent 66bb328 commit 715693a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,17 @@
# enable video encoding and vulkan, along with several
# suitable for my configuration
# change it if you have any issues
commandLineArgs = "--enable-features=VaapiVideoEncoder,CanvasOopRasterization"
+ "--enable-accelerated-video-decode"
+ "--enable-accelerated-mjpeg-decode"
+ "--enable-gpu-compositing"
+ "--enable-gpu-rasterization" # dont enable in about:flags
+ "--enable-native-gpu-memory-buffers"
+ "--enable-raw-draw"
# + "--use-vulkan"
+ "--enable-zero-copy" # dont enable in about:flags
+ "--ignore-gpu-blocklist" # dont enable in about:flags
commandLineArgs = ""
+ " --enable-accelerated-video-decode"
+ " --enable-accelerated-mjpeg-decode"
+ " --enable-gpu-compositing"
+ " --enable-gpu-rasterization" # dont enable in about:flags
+ " --enable-native-gpu-memory-buffers"
+ " --enable-raw-draw"
# + " --use-vulkan"
+ " --enable-zero-copy" # dont enable in about:flags
+ " --ignore-gpu-blocklist" # dont enable in about:flags
+ " --enable-features=VaapiVideoEncoder,CanvasOopRasterization"
;
})
firefox-wayland
Expand Down

0 comments on commit 715693a

Please sign in to comment.