Versions Compared

Key

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

...

with both Intel drivers and btop recompiled btop shows not only load on GPU but also power consumption


Make sensors show voltages and fan

...

rpm

ITE IT8613E Super I/O driver is missing in kernel drivers, so to add it we need to compile patched version like below


Code Block
apt install -y dkms
git clone https://github.com/rpavlik/it87
cd it87
make dkms
dkms status it87
sensors

...