Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
HE7086 committed Aug 4, 2023
1 parent 037695e commit 17ff706
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions chromium/.config/chromium-flags.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
--oauth2-client-id=77185425430.apps.googleusercontent.com
--oauth2-client-secret=OTJgUOQcT7lO7GsGZq2G4IlT
--enable-features=VaapiVideoDecoder

# force hardware acceleration
--ignore-gpu-blocklist
--enable-gpu-rasterization
--enable-zero-copy
--disable-features=UseChromeOSDirectVideoDecoder
--disable-gpu-driver-bug-workarounds
# --enable-native-gpu-memory-buffers

# wayland
--ozone-platform-hint=auto

# input methods
# --gtk-version=4
# --enable-wayland-ime

# other features
# --enable-features=TouchpadOverscrollHistoryNavigation

# hardware video decoding
# --enable-features=VaapiVideoDecoder
# --use-gl=egl
# --enable-features=VaapiIgnoreDriverChecks
# --disable-features=UseChromeOSDirectVideoDecoder

0 comments on commit 17ff706

Please sign in to comment.