luisbocanegra / plasma-intel-gpu-monitor

KDE Plasma Widget that displays Intel GPU usage including wether or not video acceleration is being used.
https://www.pling.com/p/2128477
GNU General Public License v3.0
16 stars 1 forks source link

intel-gpu-monitor not detecting gpu #3

Closed hackerghost607 closed 4 months ago

hackerghost607 commented 8 months ago

i installed intel-gpu-monitor on Kali GNU/Linux Rolling x86_64 and its not detecting the gpu ![Uploading Screenshot_20231201_135627.png…]()

luisbocanegra commented 8 months ago

Looks like your image didn't upload correctly, I can't open it.

Please share the output of this command, it will list your card(s) and try to run intel_gpu_top on them.

intel_gpu_top -L | tee /dev/stderr | awk '/^card/ {print $1}' | while read card; do echo "\n$card:"; timeout .4 intel_gpu_top -d drm:/dev/dri/$card -J -s 500; done