我正在尝试识别板载和专用 GPU 之间的 AMD 显卡。
使用sudo find /sys/devices | grep pp_dpm_mclk
我能够找到有关 AMD 显卡的信息。
既然我有了这些信息,我怎么知道哪个是板载 GPU?感谢您的任何建议/指针
(已编辑)这是 lspci | grep VGA
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 98e4 (rev 81)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 67df (rev c7)
09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 67df (rev e7)
设备 ID 已注册并发布,搜索 pci id 98e4 让我进入此页面,其中显示 67df/c7 是您的 rx480。
该页面看起来不像它在搜索结果中的显着性所暗示的那样维护得很好。我认为 lshw/lspci/hwinfo 都使用
pci.ids
由志愿者协作维护的文件,如果您使用的是 stable-uber-alles 发行版之一,可能是 debian stable 或 rhel 或 centos,我猜该文件可能已经过时了那些 id 还没有注册。