-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
investigate if per process swtcon makes sense #3
Comments
one way to do this would be: the |
To make it more streamlined, if you can make a copy of remarkable-shutdown, you should be able to use DT_NEEDED to have a persistent LD_PRELOAD, and make it so you can symlink the binary to another filename and have it load the filename plus |
i've been playing around with pausing and resuming processes that use SWTCON and having two of them run at the same time (or even one running, the other paused and then resumed) will cause the state of the display to get messed up. in specific, one thing that happens is: it seems like the SWTCON loses the knowledge of how to activate pixels if the pixel is not in the state the SWTCON expects. one thing that helps here is flashing a black then white screen and then the SWTCON seems to return to a better state. i think (big guess here) the SWTCON has knowledge or memory of what is last displayed and uses that to figure out how to drive the display. |
so far, we've decided to go with one server process that does SWTCON stuff |
this task is to run multiple applications using the LD_PRELOAD technique (or other) to get a SWTCON per process and investigate what happens in terms of stability and performance of the display
The text was updated successfully, but these errors were encountered: