-
Notifications
You must be signed in to change notification settings - Fork 10
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
rm2fb issues when switching apps in remux or oxide #44
Comments
I can reproduce issues with part of the screen being blank in the calculator app. https://drive.google.com/file/d/1lmqqbrVg5fe8iFm2We3LW5mk8TkusyDg/view?usp=sharing |
That does look like what I'm seeing, just with a different mechanism to trigger it. |
Turns out I was hooking the QImage constructor when I shouldn't. So easy fix |
This would replace the FB of apps using QT twice, causing artefacts on the display. Also adds regression integration tests. Closes #44
Sill also seems to not display anything |
I'm assuming you built your own copy of rm2fb with the changes timowers created and this is what you are seeing? Did you include any of the changes made in the toltec PR to fix up the environment at all? |
No I'm using latest release
Il mer 29 mag 2024, 18:19 Nathaniel van Diepen ***@***.***>
ha scritto:
… actually, I'll upload a screenshot (with bufshot over rm2fb client) and a
picture of the rM with sill supposedly running
fb.png (view on web)
<https://github.com/timower/rM2-stuff/assets/64470722/5bc706d0-866f-4b21-870b-1264df8ad1d0>
PXL_20240529_132646733.jpg (view on web)
<https://github.com/timower/rM2-stuff/assets/64470722/eaae9191-e71c-44d8-97b8-84480a910aa2>
I'm assuming you built your own copy of rm2fb with the changes timowers
created and this is what you are seeing? Did you include any of the changes
made in the toltec PR to fix up the environment at all?
—
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APL35QVHQTV554YCHI3BDH3ZEX52BAVCNFSM6AAAAABIISHBI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZXHAYDENBXHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'll test it later today
Il mer 29 mag 2024, 18:20 StarNumber Official <
***@***.***> ha scritto:
… No I'm using latest release
Il mer 29 mag 2024, 18:19 Nathaniel van Diepen ***@***.***>
ha scritto:
> actually, I'll upload a screenshot (with bufshot over rm2fb client) and a
> picture of the rM with sill supposedly running
> fb.png (view on web)
> <https://github.com/timower/rM2-stuff/assets/64470722/5bc706d0-866f-4b21-870b-1264df8ad1d0>
> PXL_20240529_132646733.jpg (view on web)
> <https://github.com/timower/rM2-stuff/assets/64470722/eaae9191-e71c-44d8-97b8-84480a910aa2>
>
> I'm assuming you built your own copy of rm2fb with the changes timowers
> created and this is what you are seeing? Did you include any of the changes
> made in the toltec PR to fix up the environment at all?
>
> —
> Reply to this email directly, view it on GitHub
> <#44 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/APL35QVHQTV554YCHI3BDH3ZEX52BAVCNFSM6AAAAABIISHBI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZXHAYDENBXHE>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
The latest release does not contain the changed code yet. |
I'll make a release with the fix, then it'll be easier to verify |
This seems to be the same root cause as yaft having its keyboard disappear |
(it is now fixed) |
How are you getting sill to run?
Because it tries to re-implement the rm2fb client protocol |
@timower: swtfb.01 is used by rm2fb in /dev/shm , i believe you changed it to rm2fb.01 (not sure if you changed it back yet) in your implementation. likely gonna break libremarkable apps (sill) and also bufshot (thanks @Eeems for finding this) |
As part of investigating integrating your version of rm2fb into toltec for 3.5.2 and 3.8.2 support, I've discovered what I would consider a blocking bug.
When the launchers switch between running applications they will often fail to fully render the saved screen for the application. This behaviour does not happen with the upstream rm2fb on older OS versions.
You can find some screenshots of the issue in the following comments:
The text was updated successfully, but these errors were encountered: