Emanuele D'Osualdo

Results 274 comments of Emanuele D'Osualdo

Oh no that sucks, I am sorry! I am not sure what may be causing this (I cannot reproduce, but I may try later on a windows machine) could be...

One fleeble idea: add `self.setViewportUpdateMode(QGraphicsView.BoundingRectViewportUpdate)` at line 14 of `viewer.py`.

Are you using the windows bundle from the releases? If so you could try and install rmview with the other method.

Thanks for testing that. One thing I would try is to see if the python executable was allowed to use the GPU.

Hi, thanks this is hepful feedback, I'll write something in the Readme. Please note, however, that the protocol is **not** the same as the official LiveView from remarkable. The protocol...

Could you try the `devel` branch? The logic around ssh connections changed a little (although I suspect your issue would still be there). The paramiko configuration bit of the code...

Is it still a problem with the settings below? ``` { "ssh": { "address": ["10.11.99.1", "192.168.0.100"], "username": "root", "auth_method": "key", "timeout": 2 }, "orientation": "portrait", "pen_size": 10, "pen_color": "red", "pen_trail":...

Hi! This is definitely something I wanted to add at some point. I think option 1 is the best. I would go with something like a `vnc_server_path` key for the...

Oh boy this looks like a segfault caught by the safeguards put there by compilation. Could you specify: OS, RM1/RM2, version of RM firmware, method of installation of rmview (and...

Indeed the resolution is capped by the native resolution of the tablet's screen: what you see is a pixel-by-pixel reproduction of the tablet's screen buffer. Here's the technical challenge: to...