Commit c40f386 1 parent f283daa commit c40f386 Copy full SHA for c40f386
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -751,15 +751,15 @@ computer - there might be changes in the overall brigthness when this affects
751
751
the referesh rate.
752
752
753
753
If you have a loaded system and one of the newer Pis with 4 cores, you can
754
- reserve one core just for the refresh of the display:
754
+ reserve one core just for the refresh of the display. Add :
755
755
756
756
```
757
757
isolcpus=3
758
758
```
759
759
760
- .. at the end of the line of `/boot/cmdline.txt` (pre-bookworm) or
761
- `boot/firmware/cmdline.txt` (post-bookworm) ( needs to be in the same as
762
- the other arguments, no newline) . This will use the last core
760
+ to the end of the line in `/boot/cmdline.txt` (pre-bookworm) or
761
+ `boot/firmware/cmdline.txt` (post-bookworm). It needs to be in the same line
762
+ line as the existing arguments -- no newline. This will use the last core
763
763
only to refresh the display then, but it also means, that no other process can
764
764
utilize it then. Still, I'd typically recommend it.
765
765
You can’t perform that action at this time.
0 commit comments