-
Notifications
You must be signed in to change notification settings - Fork 1.7k
improve/add model name for arm linux cpus #1927
base: master
Are you sure you want to change the base?
Conversation
I've make this PR as well #1928, with both integrated you can see some before and after pictures: |
@dylanaraps any comment on this and my other PR? #1928 |
@dylanaraps anything I can do to get these changes merged? |
Look at the surrounding code and how it makes use of /proc/cpuinfo. |
it does not, and thats the problem (well it does, but usually its the arm standard name like you see in the photo |
@dylanaraps can this be merged? seems to be a nice change for arm cpus on linux/android. as well as my other PR fallback for integrated non-pcie gpus |
For most Android systems, the vendor patches On these Android systems, However, for Linux installed on ARM devices, So my solution (hykilpikonna/hyfetch@42d6aa4) is to check whether the system is Android, use Check #2139 for an updated pull request. |
Description
arm cpus currently fallback to the standard cpu detection
this allows to get the friendly name (Cortex A-57 for example)