We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0689eb9 commit 514f104Copy full SHA for 514f104
1 file changed
docs/blitzberry.md
@@ -48,6 +48,15 @@ dtparam=audio=on
48
EOF
49
```
50
51
+Also set the CPU frequency scaling policy to `performance` (otherwise rendering
52
+FPS will randomly vary):
53
+
54
+```shell
55
+cat <<EOF | sudo tee /etc/tmpfiles.d/10-fast-cpu.conf
56
+w /sys/devices/system/cpu/cpufreq/policy0/scaling_governor - - - - performance
57
+EOF
58
+```
59
60
Reboot.
61
62
### Configure environment
0 commit comments