Compare commits

..

4 Commits

Author SHA1 Message Date
Tom Alexander
67b777c432
Add whois. 2024-06-26 21:22:15 -04:00
Tom Alexander
8cc24f4923
Enable diskid in FreeBSD. 2024-06-25 17:43:17 -04:00
Tom Alexander
96e09db1dd
Add support for hardware video decoding in FreeBSD. 2024-06-25 17:33:16 -04:00
Tom Alexander
8288039264
Remove amd_pstate=passive, install nvtop on Linux, force-enable hardware decoding in firefox.
The fan was spinning up a bunch so I am going to go back to amd_pstate=active.
2024-06-24 22:04:03 -04:00
10 changed files with 20 additions and 15 deletions

View File

@ -1,8 +1,12 @@
# Disabling both of these will make /dev/gpt/* populated
# Populates the /dev/diskid
kern.geom.label.disk_ident.enable="1"
# Populates /dev/gpt
#
# This uses gpt partition labels which you can set with:
#
# gpart modify -l EFI -i 1 nvd0
# kern.geom.label.disk_ident.enable="0"
# kern.geom.label.gptid.enable="1"
kern.geom.label.gptid.enable="1"

View File

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

View File

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

View File

@ -17,6 +17,7 @@
- uutils-coreutils
- usbutils # for lsusb
- bolt
- whois
state: present
- name: Start pkgfile update service

View File

@ -1,5 +1,6 @@
firefox_config:
# identity.sync.tokenserver.uri: "https://ffsync.fizz.buzz/token/1.0/sync/1.5"
media.hardware-video-decoding.force-enabled: true
media.ffmpeg.vaapi.enabled: true
doh-rollout.doorhanger-decision: "UIDisabled"
dom.security.https_only_mode: true

View File

@ -42,7 +42,7 @@
# amd_pstate=passive :: Fully automated hardware pstate control.
# amd_pstate=active :: Same as passive except we can set the energy performance preference (EPP) to suggest how much we prefer performance or energy efficiency.
# amd_pstate=guided :: Same as passive except we can set upper and lower frequency bounds.
"org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog amd_pstate=passive"
"org.zfsbootmenu:commandline": "rw quiet amdgpu.abmlevel=3 pcie_aspm=force pcie_aspm.policy=powersupersave nowatchdog"
- name: Install Configuration
copy:

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

@ -17,4 +17,5 @@
- vdpauinfo # for vdpauinfo
- vulkan-tools # For vulkaninfo
- radeontop
- nvtop
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