#### Variabili ####
#### Profilo ####
# decommentare la variabile PRO per abilitare il profilo desiderato #
# Profilo di default=Optimize #
# Performance #
#PRO="per"
# Optimize #
#PRO="opt"
# Battery #
PRO="bat"
################
# Awake gov #
# attivazione governor per awake #
# decommentare per selezionare il governor awake #
#AWAKE_GOV="neox";
#AWAKE_GOV="slp";
#AWAKE_GOV="pegasusq";
#AWAKE_GOV="ondemand";
#AWAKE_GOV="hyper";
#AWAKE_GOV="sleepy";
#AWAKE_GOV="conservative";
#AWAKE_GOV="powersave";
#AWAKE_GOV="interactive";
#AWAKE_GOV="interactiveX";
#AWAKE_GOV="adaptive";
#AWAKE_GOV="intellidemand";
#AWAKE_GOV="performance";
#AWAKE_GOV="lulzactive";
#AWAKE_GOV="smartass";
#AWAKE_GOV="hotplug";
AWAKE_GOV="zzmoove";
################################################## ############
## Profilo zzmoove (solo se è attivo il gov zzmoove)##
## decommentare la variabile ZZPROF_AWAKE per abilitare##
## i profili (default 7)##
## 0(none)=disattivato##
## 1(def)=default##
## 2(ybat)=Yank Battery##
## 3(ybatext)=Yank Battery Extreme##
## 4(zzbat)=ZaneZam Battery##
## 5(zzbatp)=ZaneZam Battery Plus##
## 6(zzopt)=ZaneZam Optimized##
## 7(zzmod)=ZaneZam Moderate##
## 8(zzperf)=ZaneZam performance##
## 9(zzinz)=ZanaZam InZane##
## 10(zzgame)=ZanaZam Gaming##
################################################## ############
ZZPROF_AWAKE="7"
# Sleep gov #
# attivazione governor per sleep #
# decommentare per selezionare il governor sleep #
#SLEEP_GOV="neox";
#SLEEP_GOV="slp";
#SLEEP_GOV="pegasusq";
#SLEEP_GOV="ondemand";
#SLEEP_GOV="hyper";
#SLEEP_GOV="sleepy";
#SLEEP_GOV="conservative";
#SLEEP_GOV="powersave";
#SLEEP_GOV="interactive";
#SLEEP_GOV="interactiveX";
#SLEEP_GOV="adaptive";
#SLEEP_GOV="intellidemand";
#SLEEP_GOV="performance";
#SLEEP_GOV="lulzactive";
#SLEEP_GOV="smartass";
#SLEEP_GOV="hotplug";
SLEEP_GOV="zzmoove";
################################################## ############
## Profilo zzmoove (solo se è attivo il gov zzmoove)##
## decommentare la variabile ZZPROF_SLEEP per abilitare##
## i profili (default 2)##
## 0(none)=disattivato##
## 1(def)=default##
## 2(ybat)=Yank Battery##
## 3(ybatext)=Yank Battery Extreme##
## 4(zzbat)=ZaneZam Battery##
## 5(zzbatp)=ZaneZam Battery Plus##
## 6(zzopt)=ZaneZam Optimized##
## 7(zzmod)=ZaneZam Moderate##
## 8(zzperf)=ZaneZam performance##
## 9(zzinz)=ZanaZam InZane##
## 10(zzgame)=ZanaZam Gaming##
################################################## ############
ZZPROF_SLEEP="3"
# Awake Sched #
# attivazione scheduler per awake #
# decommentare per selezionare lo scheduler awake #
#AWAKE_SCHED="row";
#AWAKE_SCHED="cfq";
#AWAKE_SCHED="noop";
#AWAKE_SCHED="sio";
#AWAKE_SCHED="vr";
#AWAKE_SCHED="deadline";
AWAKE_SCHED="bfq";
# Sleep Sched #
# attivazione scheduler per sleep #
# decommentare per selezionare lo scheduler sleep #
SLEEP_SCHED="noop";
#SLEEP_SCHED="row";
#SLEEP_SCHED="cfq";
#SLEEP_SCHED="sio";
#SLEEP_SCHED="vr";
#SLEEP_SCHED="deadline";
#SLEEP_SCHED="bfq";