User Tools

Site Tools


cpu_frequency_scaling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cpu_frequency_scaling [2023/07/10 04:19] wigumscpu_frequency_scaling [2025/01/27 02:23] (current) wigums
Line 3: Line 3:
  
  
-= Find available governors  =+__Find available governors__
  
- cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors +<code>cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_available_governors</code> 
  
  
-= Setting governor =+__Setting governor__
  
- edit ''/etc/default/cpufreq''+<code>nano /etc/default/cpufreq</code>
  
-= Applying the governor =+__Applying the governor__
  
- ''/etc/rc.d/rc.cpufreq'' should already be executable +make rc.cpufreq executable
- make sure its running  +
- ''/etc.rc.d/rc.cpufreq restart''+
  
 +<code>chmod +x /etc/rc.d/rc.cpufreq</code>
 +make sure its running 
  
-= Governor types = +<code>/etc/rc.d/rc.cpufreq restart</code>
  
-'''Performance''' 
  
- The CPUfreq governor "performance" sets the CPU statically to the +__Governor types__ 
- highest frequency within the borders of scaling_min_freq and + 
- scaling_max_freq.+**Performance** 
 + 
 +The CPUfreq governor "performance" sets the CPU statically to the 
 +highest frequency within the borders of scaling_min_freq and 
 +scaling_max_freq.
  
  
-'''Powersave'''+**Powersave**
  
  The CPUfreq governor "powersave" sets the CPU statically to the  The CPUfreq governor "powersave" sets the CPU statically to the
Line 35: Line 38:
  
  
-'''Userspace'''+**Userspace**
  
  The CPUfreq governor "userspace" allows the user, or any userspace  The CPUfreq governor "userspace" allows the user, or any userspace
Line 43: Line 46:
  
  
-'''Ondemand'''+**Ondemand**
  
  The CPUfreq governor "ondemand" sets the CPU frequency depending on the  The CPUfreq governor "ondemand" sets the CPU frequency depending on the
Line 53: Line 56:
  
  
-'''Conservative'''+**Conservative**
  
  The CPUfreq governor "conservative", much like the "ondemand"  The CPUfreq governor "conservative", much like the "ondemand"
cpu_frequency_scaling.1688962768.txt.gz · Last modified: 2024/07/23 16:19 (external edit)