Skip to content

Some settings to display voltage and temp on AMD Ryzen processors

Notifications You must be signed in to change notification settings

h4x0rlol/archlinux-ryzen-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

To detect all sensors on your motherboard with lm-sensors do this steps:

(Tried on Gigabyte x370, but also works on B250/Z370/B450M and on ASUS motherboards | arch wiki)
(information from arch wiki and there)
  1. sudo vim /etc/default/grub or open it with your editor
  2. find this line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and add to it this acpi_enforce_resources=lax it will looks like this now GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"
  3. save and exit your editor, then run sudo update-grub
  4. reboot your pc
  5. now run git clone https://github.com/h4x0rlol/archlinux-ryzen-setup.git
  6. cd archlinux-ryzen-setup
  7. run ./setup.sh (press enter and type yes when it asks)
  8. now run sudo modprobe it87 force_id=0x8686 or sudo modprobe it87 force_id=0x8628 (8628)
  9. now run sudo sensors-detect and press enter everytime
  10. sensors and zenmonitor now should show actual temps and voltage

To fix noisy cpu fan and random type freezes:

  1. Turn off Core Performance Boost in BIOS

About

Some settings to display voltage and temp on AMD Ryzen processors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages