rien / reStream

Stream your reMarkable screen over SSH.
MIT License
732 stars 56 forks source link

Scrambled, dark picture rendering #102

Closed Passiday closed 5 months ago

Passiday commented 5 months ago

Hi, while I can successfully connect to my reMarkable, I'm getting bad picture:

Screenshot from 2024-01-18 12-11-59

I'm using

The picture is dark, there's some misalignment of lines going on. However, one can still see some remnants of the actual picture. In this screenshot, I have opened Release 3.9 info page. You can see "Lefties' relief" subtitle, in black letters, mirrored, bottom-to-top direction.

There are no error/warning messages in the terminal.

rien commented 5 months ago

Hi, this was indeed a problem since a recent firmware update and has been fixed in #101. Updating to version v1.3.1 should fix this issue.

Passiday commented 5 months ago

Well I downloaded the reStream.sh from the v1.3.1, but the problem still stays. The line 4 of the file also still says version="1.2.0".

Edit: mea culpa, wasn't running the correct version, got confused about those version strings. The picture is fine now.

rien commented 5 months ago

Ah, hmm, that is indeed an issue.

Can you look at line 173? It should look something like this: https://github.com/rien/reStream/blob/006d83e9b80fb2f3dd9db2330cce5e967d3df51a/reStream.sh#L173

If that is the case, can you try changing it back to the previous settings: https://github.com/rien/reStream/blob/333da2a5e56601ea9d17190998aa04280392c9a2/reStream.sh#L173

I unfortunately don't have a reMarkable 2 to try a fix, so you will have to experiment a bit to see what works for you.

Passiday commented 5 months ago

Yes, it's one in commit 006d83e. But I get a good picture now, so there's no need to fix anything. As for your suggestiong, I tried also to change the line to the version from commit 333da2a, and it sill looks fine.