Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

To

...

read

https://wiki.archlinux.org/title/CPU_frequency_scaling

...

https://github.com/kitsunyan/intel-undervolt

undervolt and tjoffset do not work on MOREFINE S800 but it still might be used to adjust power limits

Code Block
git clone https://github.com/kitsunyan/intel-undervolt && cd intel-undervolt/
sudo apt install pkg-config
sudo ./configure --enable-systemd --enable-openrc
make && sudo make install
sudo systemctl daemon reload

...