Skip to content

Commit 514f104

Browse files
committed
blitzberry.md: add note about CPU frequency scaling
1 parent 0689eb9 commit 514f104

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/blitzberry.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ dtparam=audio=on
4848
EOF
4949
```
5050

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+
5160
Reboot.
5261

5362
### Configure environment

0 commit comments

Comments
 (0)