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.
This commit is contained in:
Tom Alexander 2024-06-24 22:04:03 -04:00
parent 5d0fdd341a
commit 8288039264
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 3 additions and 1 deletions

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

@ -17,4 +17,5 @@
- vdpauinfo # for vdpauinfo
- vulkan-tools # For vulkaninfo
- radeontop
- nvtop
state: present