Skip to content

Commit

Permalink
Disable intel_pstate
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed May 29, 2024
1 parent 20bbce2 commit f2012a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ make all
# edit /etc/default/grub
GRUB_CMDLINE_LINUX="text"

# run scripts
update-grub
systemctl set-default multi-user.target
```
Expand All @@ -32,6 +31,13 @@ GRUB_CMDLINE_LINUX_DEFAULT="splash quiet nomodeset"
# to
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet i915.enable_psr=0"

# run scripts
update-grub
```

### Enable more cpufreq governors (than powersave and performance)
```bash
# modify the following line in /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="... intel_pstate=disable"

update-grub
```
1 change: 1 addition & 0 deletions tasks/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- chrony
- cmake
- cmatrix
- cpufrequtils
- cpulimit
- dconf-cli
- di
Expand Down

0 comments on commit f2012a9

Please sign in to comment.