rmkit icon indicating copy to clipboard operation
rmkit copied to clipboard

[remux] Swipe up gesture does not open remux (rM2, v2.12.3.606)

Open hellerbarde opened this issue 2 years ago • 12 comments

I installed it via Toltec:

opkg install remux
systemctl disable --now xochitl
systemctl enable --now remux

Unfortunately, swiping up doesn't make remux appear at all. How can I provide better information to debug this?

hellerbarde avatar May 02 '22 15:05 hellerbarde

Looks like I experience the same thing. Updated RM2, then ddvl and finally toltec pkgs. remux doesn't show up anymore. Tried to systemctl stop xochitl and systemctl start remux as well.

SirDedale avatar May 02 '22 16:05 SirDedale

it is likely related to a new release, right? rm2fb may not support v2.12.3.606 (is it beta?)

raisjn avatar May 02 '22 20:05 raisjn

can you share the remux logs after performing the swipe? journalctl -u remux. it sounds like xochitl is displaying fine, so the issue wouldn't be in rm2fb.

raisjn avatar May 03 '22 02:05 raisjn

So I have almost the same issue, but remux seems to be working, but it takes at least 10 swipes to get it to show up. I got remux and ddvk-hacks installed with my remarkable 2 with version 2.12.3.606. The logs seem to be fine, no errors and the touch swipe gestures seem to be registered. Maybe it has something to do with this commit https://github.com/rmkit-dev/rmkit/commit/83a60d6ff1788308655c4153f9ea7f748957a2fc ?

mariusdkm avatar May 06 '22 12:05 mariusdkm

what is your swipe gesture? i just upgraded to 2.12.3.606. and remux works fine. i'm on remux 0.2.2-1. i will install ddvk-hacks now and try it out

raisjn avatar May 06 '22 13:05 raisjn

i just tried out ddvk-hacks and the swipe gesture (one finger upwards on either side of the display) still works. maybe your fingers are larger than mine? (try swiping with just the tip of the index finger?)

raisjn avatar May 06 '22 13:05 raisjn

here's remux without the palm filter enabled: https://raisjn.net/remux.no_palm_filter, can copy it to /opt/bin/remux and then chmod +x /opt/bin/remux. If you run it from commandline, don't forget to use rm2fb-client remux

raisjn avatar May 06 '22 13:05 raisjn

So without the palm filter it's working every try, I then reinstalled the recent version from toltec and its back to only working only every so often.

maybe your fingers are larger than mine? (try swiping with just the tip of the index finger?)

I wouldn't say that I have big fingers, I tried with my pinky but that doesn't seem to change anything.

what is your swipe gesture?

I don't have anything changed from the default installation. I always swipe on the far right from the lower third to the upper third of the screen.

mariusdkm avatar May 06 '22 13:05 mariusdkm

fixed in https://github.com/rmkit-dev/rmkit/commit/2b37e6e807842373fd5293496e29e1f09205db91, it's available on the build server: https://build.rmkit.dev/master/latest/rm/remux

i made a PR request on toltec to make this off by default: https://github.com/toltec-dev/toltec/pull/588

thanks for debugging this and figuring out the issue! (i would have not found it without your help)

raisjn avatar May 06 '22 14:05 raisjn

Sorry about going dark but I can confirm that the build works for me! Thank you :)

SirDedale avatar May 12 '22 15:05 SirDedale

@raisjn for me too! Thanks a lot.

hellerbarde avatar May 19 '22 13:05 hellerbarde

Yep, palm rejection fits what I'm seeing: if I swipe with my thumb flat, it ignores me. If I swipe with just the tip, it works essentially every time.

Probably just over-enthusiastic palm detection.

Groxx avatar May 21 '22 06:05 Groxx