Join Nostr
2025-09-07 17:00:29 UTC
in reply to

josch on Nostr: No, this is more involved. On ARM, /proc/cpuinfo does *not* tell you that the CPU is ...

No, this is more involved. On ARM, /proc/cpuinfo does *not* tell you that the CPU is a Cortex A55 or A76 like in this case. This is how it looks like instead: https://paste.debian.net/hidden/94142b6c So more magic needs to happen. For gnome, libgtop is responsible to provide this information and there is a 3 year old bug about this: https://gitlab.gnome.org/GNOME/libgtop/-/issues/66 as well for gnome-control-center which is supposed to show this information: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2069