aggiunta linux post installazione

This commit is contained in:
c64 2023-09-21 17:59:54 +02:00
parent b9d4c1c543
commit 068fcec359
1 changed files with 0 additions and 67 deletions

View File

@ -19,73 +19,6 @@ Menu - Dischi
---
# Installare auto-cpufreq (inutile su desktop)
cd auto-cpufreq && sudo ./auto-cpufreq-installer
# Creare o modificare file di configurazione
/etc/auto-cpufreq.conf
# Esempio file di configurazione
# settings for when connected to a power source
[charger]
# see available governors by running: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
# preferred governor.
governor = powersave
# minimum cpu frequency (in kHz)
# example: for 800 MHz = 800000 kHz --> scaling_min_freq = 800000
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
# to use this feature, uncomment the following line and set the value accordingly
# scaling_min_freq = 800000
# maximum cpu frequency (in kHz)
# example: for 1GHz = 1000 MHz = 1000000 kHz -> scaling_max_freq = 1000000
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
# to use this feature, uncomment the following line and set the value accordingly
# scaling_max_freq = 1000000
# turbo boost setting. possible values: always, auto, never
turbo = auto
# settings for when using battery power
[battery]
# see available governors by running: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
# preferred governor
governor = powersave
# minimum cpu frequency (in kHz)
# example: for 800 MHz = 800000 kHz --> scaling_min_freq = 800000
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
# to use this feature, uncomment the following line and set the value accordingly
# scaling_min_freq = 800000
# maximum cpu frequency (in kHz)
# see conversion info: https://www.rapidtables.com/convert/frequency/mhz-to-hz.html
# example: for 1GHz = 1000 MHz = 1000000 kHz -> scaling_max_freq = 1000000
# to use this feature, uncomment the following line and set the value accordingly
# scaling_max_freq = 1000000
# turbo boost setting. possible values: always, auto, never
turbo = auto
# Avvio automatico daemon
sudo auto-cpufreq --install
# Disattivazione daemon
sudo auto-cpufreq --remove
# Controllo profilo energetico attivo
cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
---
# Installare KeepassXC
---