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:
parent
5d0fdd341a
commit
8288039264
@ -1,5 +1,6 @@
|
|||||||
firefox_config:
|
firefox_config:
|
||||||
# identity.sync.tokenserver.uri: "https://ffsync.fizz.buzz/token/1.0/sync/1.5"
|
# 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
|
media.ffmpeg.vaapi.enabled: true
|
||||||
doh-rollout.doorhanger-decision: "UIDisabled"
|
doh-rollout.doorhanger-decision: "UIDisabled"
|
||||||
dom.security.https_only_mode: true
|
dom.security.https_only_mode: true
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
# amd_pstate=passive :: Fully automated hardware pstate control.
|
# 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=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.
|
# 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
|
- name: Install Configuration
|
||||||
copy:
|
copy:
|
||||||
|
@ -17,4 +17,5 @@
|
|||||||
- vdpauinfo # for vdpauinfo
|
- vdpauinfo # for vdpauinfo
|
||||||
- vulkan-tools # For vulkaninfo
|
- vulkan-tools # For vulkaninfo
|
||||||
- radeontop
|
- radeontop
|
||||||
|
- nvtop
|
||||||
state: present
|
state: present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user