-
-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Intel GPUs? #644
Comments
Support for intel GPU's was edit: oops wrong wording sorry, it was mentioned but not added |
As of 1.3.2, no Intel GPU (mine is Iris Xe Graphics) usage is shown. |
thinkpad T14 Gen 2 i5 1135g7 is not shown (btop 1.3.2) |
Good news:There is some other way to show Team Blue's GPU usage: Bad news:I think it uses DRM to get the GPU's usage. As this pull message said,it's hard to use the same way as igt-gpu-tools. |
btop 1.3.2 IrisXe HP Pro Book - not shown |
In terms of AMD and Intel GPUs, I've found |
The point here, IMHO, is not to the the best ever GPU usage tracking, but rather to add (for now) an idea on how much the GPU(s) are loaded. Nicer, fancier, more accurate can come later. |
Right and the only thing I care about typically is one of the GPUs memclock and temp. There's an amdgpu bug where it gets suck at full clock for no reason and can overheat. I suppose it is best to write a script that monitors that... I wanted to mention nvtop because it is the only GPU monitor I've used in Linux that detects all GPUs correctly so far, including multiple (and all brands so far). And so if there's a way to not double its efforts in BTOP and use its libs somehow, then great... |
Added in commit 24fc97c |
@aristocratos |
@dontknowhy You can either check documentation for your distribution how to fix that. This will be explained in the documentation when I create a new release, and will add a option to the Makefile |
Now it works. |
Only utilization, watt and clockspeed is supported for Intel, same as Open up the GPU box to see clocks, '5' key if you only got 1 gpu. |
Oh, thanks, I thought it was supposed to show in the CPU box. |
Added in release v1.4.0 |
Can confirm. GPU usage including power draw works on Arch. Thank you! |
Have you "fixed"other permissions with sudo? (Read above) |
Nope. But after the permissions added, it just works. Thank you and sorry to not read the thread completely. 🥳 |
Gonna save some time for future generations As it seams, apt has old version of btop 1.2 You need to install it from sourse or use homebrew In mine case brew has same 1.4 version as in repo at the time Using homebrewInstall homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Install btop brew install btop Find path to btop which btop
# /home/linuxbrew/.linuxbrew/bin/btop Find actual path readlink -f /home/linuxbrew/.linuxbrew/bin/btop
# /home/linuxbrew/.linuxbrew/Cellar/btop/1.4.0/bin/btop Use actual path to fix permissions sudo setcap cap_perfmon=+ep /home/linuxbrew/.linuxbrew/Cellar/btop/1.4.0/bin/btop |
Is there a way to display the output from
intel_gpu_top
in btop already? If not, that is kind of what I'm looking for... And perhaps other users can use the same method to poll radeontop and similar.Thanks; btop is great!
The text was updated successfully, but these errors were encountered: