Enable hardware accelerated encoding in chromium.

This commit is contained in:
Tom Alexander 2025-08-09 13:30:31 -04:00
parent ca1a569013
commit 04c991e775
No known key found for this signature in database
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 7 additions and 5 deletions

View File

@ -50,4 +50,4 @@
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
updateRefs = false

View File

@ -39,6 +39,8 @@
# cmd = meld "$LOCAL" "$BASE" "$REMOTE" --output "$MERGED"
[includeIf "gitdir:/bridge/"]
path = /bridge/git/machine_setup/ansible/roles/base/files/gitconfig_home
[includeIf "gitdir:/persist/"]
path = /bridge/git/machine_setup/ansible/roles/base/files/gitconfig_home
[column]
ui = auto
[branch]
@ -52,4 +54,4 @@
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
updateRefs = false

View File

@ -1,2 +1,2 @@
--ozone-platform-hint=auto
--enable-features=VaapiVideoDecoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE
--enable-features=VaapiVideoDecoder,VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE,AcceleratedVideoEncoder

View File

@ -1,8 +1,8 @@
- name: Install packages
package:
name:
- linux-lts-headers
# - linux-headers
# - linux-lts-headers
- linux-headers
state: present
- name: Check trusted gpg keys