Add support for hardware video decoding in FreeBSD.

This commit is contained in:
Tom Alexander 2024-06-25 17:33:16 -04:00
parent 8288039264
commit 96e09db1dd
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
5 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.disk_ident.enable="1"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"

View File

@ -1,6 +1,5 @@
security.bsd.allow_destructive_dtrace=0
kern.geom.label.disk_ident.enable="0"
kern.geom.label.disk_ident.enable="1"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"

View File

@ -6,6 +6,8 @@
- libva-utils # for vainfo
- vdpauinfo # for vdpauinfo
- libvdpau-va-gl # vdpau support
- mesa-gallium-va # Accelerated video decoding
- mesa-gallium-vdpau # Accelerated video decoding
- radeontop
- vulkan-tools # For vulkaninfo
state: present

View File

@ -28,11 +28,12 @@ graphics/graphviz
graphics/igt-gpu-tools
graphics/imv
graphics/inkscape
graphics/mesa-gallium-va
graphics/mesa-gallium-vdpau
graphics/qt5-wayland
graphics/vulkan-loader
graphics/vulkan-tools
graphics/vulkan-validation-layers
hashicorp/terraform-ls
lang/python
lang/rust-nightly
math/gnuplot

View File

@ -1,5 +1,5 @@
- name: Install packages
package:
name:
- terraform-ls
state: present
# - name: Install packages
# package:
# name:
# - terraform-ls
# state: present