orblazer / plasma-applet-resources-monitor

Plasmoid for monitoring CPU, memory, network traffic, GPUs and disks IO.
https://www.pling.com/p/2143899/
GNU General Public License v3.0
57 stars 6 forks source link

[BUG] Cannot select graphics card #62

Closed dull4h4n closed 1 year ago

dull4h4n commented 1 year ago

Current Behavior

By default my kernel Kernel: 6.3.11-202.fsync.fc38.x86_64 (nobara) has integrated graphics set as 0, graphics card as 1. image If i disable integrated graphics, resource monitor still does show me my gpu stats. In the Settings > Data Graphics card is blank and the drop down is blank selections. image

Expected Behavior

Expected behavior would be for the resource monitor to be able to pull from all available gpu devices and populate the drop down.

Steps To Reproduce

OS: Garuda Linux x86_64 Kernel: 6.3.11-202.fsync.fc38.x86_64 CPU: AMD Ryzen 9 7950X3D (32) @ 5.713476 GHz GPU: AMD Raphael GPU: AMD Radeon RX 6800 XT Memory: 7.55 GiB / 61.93 GiB (12%)

Screenshots

No response

Logs

─λ plasmawindowed org.kde.resourcesMonitor-fork
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Plasma Windowed" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Makes the plasmoidstay alive in the Notification Area, even when the window is closed." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Force loading the given shell plugin" msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "The applet to open." msgid_plural: "" msgctxt: ""
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Arguments to pass to the plasmoid." msgid_plural: "" msgctxt: ""
kf.plasma.quick: Applet preload policy set to 1
kf.plasma.core: requesting config for "Resources Monitor (fork)" without a containment!
Using KRun from QML is deprecated (since 5.88). Use Qt.openUrlExternally, or the KIO::OpenUrlJob/KIO::ApplicationLauncherJob classes from C++ instead.
qml: 0
journalctl /usr/bin/plasmashell -e
file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml:22:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml:22:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.linechart/contents/ui/FullRepresentation.qml:22:1: QML FullRepresentation: Binding loop detected for property "implicitHeight"
file:///usr/lib/qt/qml/org/kde/ksysguard/page/EditablePage.qml?page=processes.page:256:5: QML Loader: Binding loop detected for property "height"
file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
file:///usr/lib/qt/qml/org/kde/ksysguard/page/PageContents.qml:197:29: Unable to assign [undefined] to bool
QProcess: Destroyed while process ("/usr/lib/ksysguard/ksgrd_network_helper") is still running.

(no idea if this is correct)

Versions

- Widget:REsources Monitor (fork) 2.10.1
- KDE Plasma: 5.27.7
- KDE Framework: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.3.11-202.fsync.fc38.x86_64 (64-bit)
Graphics Platform: X11

Additional context

No response

orblazer commented 1 year ago

Hello, Could you try the latest version (v2.10.2) ? i have rewrite the function to list gpus in that release.

Thanks.

dull4h4n commented 1 year ago

Sorry about that. For some reason full system update didn't grab it. Seems like kde widgets are updating through discover. Works perfectly and thank you very, very much.