Hey, I've come with a minor issue when the script attempted to access cat /sys/class/drm/card0/[...] while card0 did not exist for some reason and card1 was used instead, thus crashing the script into a syntax error.
And voilà. Maybe there could be a drop-down menu looking for deviceX in /sys/class/drm but I didn't look this one up yet. As added in the comments later this might have something to do with Ryzen integrated GPUs but I'm not sure right now.
Hey, I've come with a minor issue when the script attempted to access
cat /sys/class/drm/card0/[...]
whilecard0
did not exist for some reason andcard1
was used instead, thus crashing the script into a syntax error.The quick and dirty version is this:
And voilà. Maybe there could be a drop-down menu looking for
deviceX
in/sys/class/drm
but I didn't look this one up yet. As added in the comments later this might have something to do with Ryzen integrated GPUs but I'm not sure right now.This change is