Frame without X11
Asked by
martinr
on 2015-06-17
If I understand the code correctly, frame abstracts the concrete input source and provides a default binding for X11. Is there an implementation for receiving the events directly from /dev/input/eventX instead or would I have to provide my own?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- frame Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2015-06-17
- Last reply:
- 2015-06-22
Stephen M. Webb (bregma) said : | #1 |
There is no implementation other than for X11.
At some point in its early history the library was using evdev directly, but under a desktop Linux OS shared hardware is intended to be arbitrated through a central service like X11 so that was quickly replaced.
It should not be terribly difficult to implement a direct evdev back end for Frame.
Can you help with this problem?
Provide an answer of your own, or ask martinr for more information if necessary.
To post a message you must log in.