TheTumultuousUnicornOfDarkness / CPU-X

CPU-X is a Free software that gathers information on CPU, motherboard and more
https://thetumultuousunicornofdarkness.github.io/CPU-X
GNU General Public License v3.0
2.05k stars 134 forks source link

cpu-x on graphics tab showing empty or wrong data about nvidia gpu #352

Closed martinkg closed 1 month ago

martinkg commented 1 month ago

Describe the bug/Expected behavior i am using a lenovo legion pro 5i with nvidia 4070. cpu-x shows very little data about the gpu. there are empty or wrong fields for driver ("none"?), temp, utilization, voltage, power, clocks, mem usage, and OpenGL.

this was all functional after updates following bug #2248766. i don't know when this regression began.

a screenshot will be uploaded.

Reproducible: Always

Steps to Reproduce:

  1. start cpu-x on a machine w/nvidia gpu
  2. switch to the "graphics" tab Actual Results:
    empty or erroneous data fields

Expected Results:
all relevant fields filled in

Additional information

Bug information cpu-x.log cpu-x-daemon.log

TheTumultuousUnicornOfDarkness commented 1 month ago
pci_access is not properly initialized: it is a common issue when CPU-X was built with a lower libpci version.
Check that libpci 3.12.0 library is present on your system. Otherwise, please rebuild CPU-X.

Well, it looks like a packaging issue on Fedora 39. CPU-X was built against libpci 3.12.0 and it seems this library was updated but CPU-X was not rebuild since.

I have no idea which version of the pciutils-libs package is installed on your system, but there is nothing I can do to fix that. Please reports this on Red Hat Bugzilla.