Summary: | Laptop goes to sleep while there is MIDI input | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kidletime | Reporter: | Kelytha <kelytharun> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | kde, mgraesslin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kelytha
2015-07-25 23:12:17 UTC
Is MIDI input routed through X11? I doubt it. (In reply to Christoph Feck from comment #1) > Is MIDI input routed through X11? I doubt it. It is routed through ALSA or JACK. As I have looked through the code of KIdleTime this does seem to be notoriously difficult to implement. TBH I am not even sure if it is possible at all, especially without adding extra latency to the MIDI stack. So it seems the only viable solution is to have your application post a powermanagement inhibition so the screen does not turn off. Midi-input sounds as out-of-scope for kidletime. This is something which either should run as a daemon process or - in case of a GUI application - to use the inhibition frameworks. |