User Tools

Site Tools


linux:notes:x86_energy_perf_policy

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
linux:notes:x86_energy_perf_policy [2025/04/14 14:58] – Debian 12 Sean Rhonelinux:notes:x86_energy_perf_policy [2025/07/03 22:23] (current) Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * ''x86_energy_perf_policy''+  * ''x86_energy_perf_policy'' as udev rule 
 +  * Alternative to ''tuned'', ''tlp'', etc 
 + 
 +===== Prerequisites ===== 
 + 
 +  * [[linux;distros;ubuntu|Ubuntu]] 
 + 
 +  sudo apt remove 'power-profiles-daemon'
  
 ===== Check ===== ===== Check =====
Line 16: Line 23:
  
 ====== Scripts ====== ====== Scripts ======
- 
-  * [[linux;distros;debian_12_xfce|Debian 12 (Xfce)]] 
- 
-  sudo apt install 'linux-cpupower' 
  
 ===== AC ===== ===== AC =====
Line 28: Line 31:
 #!/bin/bash #!/bin/bash
  
-# AC +'/usr/bin/x86_energy_perf_policy--all 'performance' --turbo-enable '1' --force
-x86_energy_perf_policy --all 'performance' --turbo-enable '1' --force+
  
 # End</code> # End</code>
Line 40: Line 42:
 #!/bin/bash #!/bin/bash
  
-# Battery +'/usr/bin/x86_energy_perf_policy--all 'balance-power' --turbo-enable '0' --force
-x86_energy_perf_policy --all 'balance-power' --turbo-enable '0' --force+
  
 # End</code> # End</code>
/srv/www/wiki/data/attic/linux/notes/x86_energy_perf_policy.1744657130.txt.gz · Last modified: by Sean Rhone