wixet-limited / machine-info-rs

Get a basic information from your machine
Apache License 2.0
4 stars 1 forks source link

Does not detect my AMD GPU. #4

Open AsbjornOlling opened 5 days ago

AsbjornOlling commented 5 days ago

systeminfo.graphics is an empty vector, even though my sytsem has a dedicated GPU.

From $ lspci: 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 33 [Radeon RX 7600/7600 XT/7600M XT/7600S/7700S / PRO W7600] (rev c1)

AsbjornOlling commented 5 days ago

Looking closer at the source code, it looks like this library only detects nvidia graphics cards.

I totally understand that this is tricky to do in a vendor-independent way. But I might suggest mentioning this in the documentation :innocent: