aleksilassila / uebersicht-fetch

Shows stats such as system, network and weather information on your desktop. Requires Übersicht.
12 stars 3 forks source link

GPU not showing, Error making IOI2CSendRequest #1

Open bym0 opened 3 years ago

bym0 commented 3 years ago

Heyho!

Nice looking widget! :) I don't want to mess with your scripts, so i thought i'd share it with you. I have a 2017 MacBook Pro with a Radeon Pro 555 2 GB.

I'm getting following error: 2021-01-26 13:51:55.041 system_profiler[83964:7494789] Error -536870187 (e00002d5) making IOI2CSendRequest Although, neofetch is getting it correctly.

image

But your Script is working fine in my Terminal

timo@dagobah  ~      gpu="$(system_profiler SPDisplaysDataType |\
           awk -F': ' '/^\ *Chipset Model:/ {printf $2 ", "}')"
    gpu="${gpu//\/ \$}"
    gpu="${gpu%,*}"

    echo $gpu
Intel HD Graphics 630, Radeon Pro 555