Summary: | cannot enter s0ix sleep after commit a6b9cf5f706385c8711dd873eedfe7faefc187b4 | ||
---|---|---|---|
Product: | [Unmaintained] Powerdevil | Reporter: | fanzhuyifan |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | me, natalie_clarius |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | git-stable-Plasma/6.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://github.com/rockowitz/ddcutil/issues/429 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
fanzhuyifan
2024-06-11 17:30:18 UTC
The powerdevil logs: Jun 11 10:41:09 arch org_kde_powerdevil[1834]: org.kde.powerdevil: Handle button events action could not check for screen configuration Jun 11 10:41:11 arch org_kde_powerdevil[1834]: Initializing libddcutil. ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2 Jun 11 10:41:11 arch org_kde_powerdevil[1834]: Options passed from client: Jun 11 10:41:11 arch org_kde_powerdevil[1834]: Applying combined options: Jun 11 10:41:13 arch org_kde_powerdevil[1834]: Library initialization complete. Jun 11 10:41:13 arch org_kde_powerdevil[1834]: Watch thread started Marking as UPSTREAM since this is probably a bug in ddcutil, and not a bug in KDE software. Will try to submit an upstream bug report and add the link here later. A possibly relevant merge request was started @ https://invent.kde.org/plasma/powerdevil/-/merge_requests/379 Git commit 40625d0302017f1fe1345d9a3d2a5ac670f9ba5d by Yifan Zhu. Committed on 17/06/2024 at 19:57. Pushed by fanzhuyifan into branch 'master'. skip ddcutil initialization when POWERDEVIL_NO_DDCUTIL is set When POWERDEVIL_NO_DDCUTIL is set, the platform initialization should be skipped entirely. This restores the old behavior before a6b9cf5f706385c8711dd873eedfe7faefc187b4. M +9 -1 daemon/controllers/ddcutildetector.cpp https://invent.kde.org/plasma/powerdevil/-/commit/40625d0302017f1fe1345d9a3d2a5ac670f9ba5d A possibly relevant merge request was started @ https://invent.kde.org/plasma/powerdevil/-/merge_requests/381 Git commit 1aa9ea47962c5c46a960c55b45f05235fb32ca10 by Yifan Zhu. Committed on 19/06/2024 at 14:08. Pushed by fanzhuyifan into branch 'Plasma/6.1'. skip ddcutil initialization when POWERDEVIL_NO_DDCUTIL is set When POWERDEVIL_NO_DDCUTIL is set, the platform initialization should be skipped entirely. This restores the old behavior before a6b9cf5f706385c8711dd873eedfe7faefc187b4. (cherry picked from commit 40625d0302017f1fe1345d9a3d2a5ac670f9ba5d) Co-authored-by: Yifan Zhu <fanzhuyifan@gmail.com> M +9 -1 daemon/controllers/ddcutildetector.cpp https://invent.kde.org/plasma/powerdevil/-/commit/1aa9ea47962c5c46a960c55b45f05235fb32ca10 |