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 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" kern.geom.label.gptid.enable="0"
cryptodev_load="YES" cryptodev_load="YES"
zfs_load="YES" zfs_load="YES"

View File

@ -1,6 +1,5 @@
security.bsd.allow_destructive_dtrace=0 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" kern.geom.label.gptid.enable="0"
cryptodev_load="YES" cryptodev_load="YES"
zfs_load="YES" zfs_load="YES"

View File

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

View File

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

View File

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