Change mirkwood default cpu governor

This commit is contained in:
Marko Korhonen 2022-09-03 00:02:04 +03:00
parent 92ea8e57e4
commit d483cbe2ed
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,6 +1,6 @@
# vim:set ts=2 sw=2 ft=sh et: # vim:set ts=2 sw=2 ft=sh et:
{%@@ if profile == "Mirkwood" @@%} {%@@ if profile == "Mirkwood" @@%}
governor='powersave' governor='schedutil'
{%@@ else @@%} {%@@ else @@%}
governor='performance' governor='performance'
{%@@ endif @@%} {%@@ endif @@%}