Bug 8360 - [Anolis8.9][RC1][Gnome][aarch64]Gnome环境-关于-处理器信息显示空白
Summary: [Anolis8.9][RC1][Gnome][aarch64]Gnome环境-关于-处理器信息显示空白
Status: CLOSED WONTFIX
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Desktop (show other bugs) Desktop
Version: 8.9
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: wangzhe
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-28 10:52 UTC by xiongneng05
Modified: 2024-03-22 16:33 UTC (History)
1 user (show)

See Also:


Attachments
gnome-control-center中get_cpu_info函数代码 (117.26 KB, image/jpeg)
2024-03-12 13:04 UTC, wangzhe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xiongneng05 uniontech_group 2024-02-28 10:52:12 UTC
使用镜像
https://build.openanolis.cn/kojifiles/output/anolis-8-20240202.0/compose/BaseOS/aarch64/iso/anolis-8-aarch64-dvd1-20240202.0.iso

测试方法:
1、打开设置
2、查看关于本机信息

实际结果:
1、处理器信息显示空白

预期结果:
1、关于本机信息显示准确无误
Comment 1 wangzhe 2024-03-12 13:04:14 UTC
Created attachment 1075 [details]
gnome-control-center中get_cpu_info函数代码

gnome-control-center info-overview 命令执行时通过 libgtop 库来获取 CPU 信息,get_cpu_info函数中通过 "model name", "cpu", "Processor" 三个关键字查找信息。
问题原因是gnome没有适配arm64架构,只有x86才在/proc/cpuinfo里面提供了"model name"信息,arm64上是没有提供的。
Comment 2 wangzhe 2024-03-15 13:16:07 UTC
*** Bug 8357 has been marked as a duplicate of this bug. ***
Comment 3 wangzhe 2024-03-15 17:03:19 UTC
目前 arm 架构不支持处理器信息显示
Comment 4 xiongneng05 uniontech_group 2024-03-22 16:33:16 UTC
arm 架构不支持处理器信息显示