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 [2026/04/25 08:57] Sean Rhonelinux:notes:x86_energy_perf_policy [2026/08/03 05:00] (current) – [Information] Sean Rhone
Line 6: Line 6:
   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'   watch --interval '0.5' grep \'cpu MHz\' '/proc/cpuinfo'
  
-  sudo '/usr/bin/x86_energy_perf_policy--all 'performance' --turbo-enable '1' --force+  cpupower frequency-info 
 + 
 +  sudo x86_energy_perf_policy --all 'performance' --turbo-enable '1' --force 
 + 
 +  sudo cpupower frequency-set --governor 'performance' --related
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 18: Line 22:
 ==== openSUSE ==== ==== openSUSE ====
  
-  * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]+  * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
  
   sudo zypper remove --clean-deps 'tuned'   sudo zypper remove --clean-deps 'tuned'
/usr/local/www/wiki/data/attic/linux/notes/x86_energy_perf_policy.1777121876.txt.gz · Last modified: by Sean Rhone