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/12/31 21:17] – [openSUSE Tumbleweed] Sean Rhonelinux:notes:x86_energy_perf_policy [2026/08/03 05:00] (current) – [Information] Sean Rhone
Line 5: Line 5:
  
   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'
 +
 +  cpupower frequency-info
  
   sudo x86_energy_perf_policy --all 'performance' --turbo-enable '1' --force   sudo x86_energy_perf_policy --all 'performance' --turbo-enable '1' --force
 +
 +  sudo cpupower frequency-set --governor 'performance' --related
  
 ===== Prerequisites ===== ===== Prerequisites =====
  
-==== openSUSE Tumbleweed ====+==== Debian ====
  
-  * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]+  * [[linux:distros:debian_13_xfce|Debian 13 (Xfce)]] 
 + 
 +  sudo apt install 'linux-cpupower' 
 + 
 +==== openSUSE ==== 
 + 
 +  * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
  
   sudo zypper remove --clean-deps 'tuned'   sudo zypper remove --clean-deps 'tuned'
Line 35: Line 45:
  
 ====== Scripts ====== ====== Scripts ======
 +
 +  * :!: Debian is ''/usr/sbin/x86_energy_perf_policy'' (sbin)
  
 ===== AC ===== ===== AC =====
/usr/local/www/wiki/data/attic/linux/notes/x86_energy_perf_policy.1767233874.txt.gz · Last modified: by Sean Rhone