Less aggressive fan profile by default for max OC.
This commit is contained in:
parent
8d70392675
commit
932a5a7722
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
GRAPHIC_DRIVERS=""
|
||||
|
||||
# kernel serial console
|
||||
EXTRA_CMDLINE="quiet video=DSI-1:1152x1920p60 fbcon=rotate:3 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
|
||||
EXTRA_CMDLINE="quiet rootwait video=DSI-1:1152x1920p60 fbcon=rotate:3 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
|
||||
|
||||
# additional packages to install
|
||||
#ADDITIONAL_PACKAGES=""
|
||||
|
|
|
@ -50,7 +50,7 @@ case ${PROFILE} in
|
|||
BIG_CORES="2208000"
|
||||
GPU="900000000"
|
||||
DRAM="933000000"
|
||||
cooling_profile aggressive
|
||||
cooling_profile moderate
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue