mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Bugfix: changing CPU governor on A64
Apperently DVFS is not peforming perfectly correct https://forum.armbian.com/topic/13953-pine-a64-with-gnome-mouse-not-working/ Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ OVERLAY_PREFIX='sun50i-a64'
|
||||
BOOTENV_FILE='sun50iw1-next.txt'
|
||||
[[ -z $CPUMIN ]] && CPUMIN=480000
|
||||
[[ -z $CPUMAX ]] && CPUMAX=1010000
|
||||
GOVERNOR=ondemand
|
||||
GOVERNOR=performance
|
||||
ASOUND_STATE='asound.state.pinebook-next'
|
||||
|
||||
family_tweaks_s()
|
||||
|
||||
Reference in New Issue
Block a user