-
Notifications
You must be signed in to change notification settings - Fork 60
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
package: add rm2fb package #143
Conversation
this adds two binaries, rm2fb-client and rm2fb-server, as well as their two LD_PRELOAD .so files. it also adds rm2fb service that runs rm2fb-server
Since I don't have a rM2 I can't test. Anybody else able to test the builds? |
Running
If someone can give me some tips on what I should run to properly test this, I can run it on my rm2 if I can get past this blocker. |
for testing, see ddvk/remarkable2-framebuffer#35 the build system for PRs also attaches the packages built as artifacts: it's at the bottom of the build check page: https://github.com/toltec-dev/toltec/suites/1697155072/artifacts/31910889 (for the most recent run) for building, can you share what version of |
i think enough people (5+) have installed this package and had it work for them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to community testing I'll approve.
this adds rm2fb (ddvk/remarkable2-framebuffer) package, which is used for app compatibility on the rM2.
to run an app, first start
rm2fb-server
, then userm2fb-client <app>
to launch the app.