Skip to content

Commit

Permalink
Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 5, 2024
1 parent 192b92d commit 66bb328
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
# 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-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"
+ "--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
Expand Down

0 comments on commit 66bb328

Please sign in to comment.