Jakob Petsovits closed merge request !455: daemon: Disable KWin brightness...
Not on master, targeted to Plasma/6.2 only at Xaver Hugl's request.Brightness controls owned by KWin have proven controversial,mostly because it doesn't currently take any pre-configuredhardware...
View ArticleJakob Petsovits commented on merge request !365 at Plasma / PowerDevil
It would be nice to have a conclusion on this, either getting to consensus about a mergeable form or closing the MR.
View ArticleNate Graham commented on merge request !365 at Plasma / PowerDevil
Thumbs down from me, sorry. I think this would be generally annoying, and only support a use case that's at best extremely niche. People with that use case can already manually set the system up this...
View ArticleJakob Petsovits commented on merge request !480 at Plasma / PowerDevil
@zamundaaa Do you have the bandwidth to have a look at this? I wonder if it could still make it into 6.3 Beta 1, so it gets sufficient testing for users with different monitor setups.
View ArticleScript Kiddy pushed to project branch Plasma/5.27 at Plasma / PowerDevil
Script Kiddy(24c1e138) at 06 Jan 03:49 GIT_SILENT Sync po/docbooks with svn
View ArticleJonathan Riddell pushed to project branch Plasma/5.27 at Plasma / PowerDevil
Jonathan Riddell(ec079848) at 06 Jan 17:53 Update version number for 5.27.12
View ArticleJonathan Riddell pushed new project tag v5.27.12 at Plasma / PowerDevil
Jonathan Riddell(fb0a96c9) at 06 Jan 18:36 Update version number for 5.27.12
View ArticleXaver Hugl approved merge request !480: daemon: Only use ddcutil display...
Previously, m_displays in DDCutilDetector contained all validddcutil displays, and ASLEEP/AWAKE events would pause/resumethe affected display. Upon resuming, we needed to write thecurrent brightness...
View ArticleXaver Hugl pushed new project branch work/zamundaaa/suspend-again at Plasma /...
Xaver Hugl(84d64f81) at 06 Jan 22:27 actions/handlebuttonevents: also trigger suspend if we wake up with...
View ArticleXaver Hugl pushed to project branch work/zamundaaa/suspend-again at Plasma /...
Xaver Hugl(c917ada6) at 06 Jan 22:58 actions/handlebuttonevents: also trigger suspend if we wake up with...
View ArticleXaver Hugl opened merge request !489: actions/handlebuttonevents: also...
...and no external display connected. This works around firmware and hardware quirks, which triggersome laptops to wake up at random or on specific events (like power state changes); in that case...
View ArticleYifan Zhu commented on merge request !279 at Plasma / PowerDevil
If the computer has issues with spurious wakeups, repeatedly entering suspend might cause unexpected SSD tear in certain setups with nvidia GPUs.In particular, if the option...
View ArticleYifan Zhu commented on merge request !489 at Plasma / PowerDevil
I will repeat my comment, since the comment also seems relevant to this patch:If the computer has issues with spurious wakeups, repeatedly entering suspend might cause unexpected SSD tear in certain...
View ArticleSebastian Kügler commented on merge request !489 at Plasma / PowerDevil
You could save some memory in normal operation by lazy loading the QTimer (e.g. make it a QTimer* and only create it once needed, perhaps even deleteLater() after use in checkWakeup()).
View ArticleXaver Hugl commented on merge request !489 at Plasma / PowerDevil
If a laptop wakes up often enough for this to be a problem, then it won't be a problem for long, with a NVidia dGPU powering on all the time the battery will be dead in no time. I don't think it's...
View ArticleJakob Petsovits commented on merge request !489 at Plasma / PowerDevil
Prefer using std::chrono durations: m_wakeupCheckTimer.start(10s);
View ArticleJakob Petsovits approved merge request !489: actions/handlebuttonevents: also...
...and no external display connected. This works around firmware and hardware quirks, which triggersome laptops to wake up at random or on specific events (like power state changes); in that case...
View ArticleJakob Petsovits pushed to project branch...
Jakob Petsovits(fcf28649) at 08 Jan 07:13 daemon: Only use ddcutil display objects for awake monitors ... and 24 more commits
View ArticleJakob Petsovits pushed to project branch master at Plasma / PowerDevil
Jakob Petsovits(fcf28649) at 08 Jan 07:22 daemon: Only use ddcutil display objects for awake monitors
View ArticleJakob Petsovits accepted merge request !480: daemon: Only use ddcutil display...
Previously, m_displays in DDCutilDetector contained all validddcutil displays, and ASLEEP/AWAKE events would pause/resumethe affected display. Upon resuming, we needed to write thecurrent brightness...
View Article