Versions Compared

Key

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

...

Code Block
apt remove -y btop
apt install -y make g++
git clone https://github.com/aristocratos/btop.git
cd btop/
make
make install
update-alternatives --install /usr/bin/btop btop /usr/local/bin/btop 1

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

Image Added


Download Geekbench tests

Code Block
mkdir -p /storage/apps/Geekbench
cd /storage/apps/Geekbench
wget https://cdn.geekbench.com/Geekbench-6.4.0-Linux.tar.gz
tar xvzf  Geekbench-6.4.0-Linux.tar.gz
rm -f Geekbench-6.4.0-Linux.tar.gz
wget https://cdn.geekbench.com/GeekbenchAI-1.3.0-Linux.tar.gz
tar xvzf  GeekbenchAI-1.3.0-Linux.tar.gz
rm -f GeekbenchAI-1.3.0-Linux.tar.gz

...