Micha Schmierer

Results 9 comments of Micha Schmierer

Could be caused by location services: https://github.com/moonlight-stream/moonlight-android/issues/75#issuecomment-103625847 That fixed behavior like the one described here for me.

> I don't recall if all the legacy diagonal swipes have been converted to Dispatcher, but if they have, or you are actually using a custom gesture, patching the Dispatcher...

> I can try to turn your patch into a user patch. This seems to work: [2-repaint-on-fullscreen-refresh.lua.txt](https://github.com/koreader/koreader/files/13695051/2-repaint-on-fullscreen-refresh.lua.txt) ```lua local DeviceListener = require("device/devicelistener") local UIManager = require("ui/uimanager") local onFullRefresh_orig = DeviceListener.onFullRefresh...

> > I assume by "degenerate use case" you mean > > I meant the actual action of repeatedly full-refreshing the same page/screen with no movement or zooming being done...

> Slightly OT: That you're specifically singling this out doesn't make my already middling interest in color eInk screen any better ;). > > (It's definitely no longer a noticeable...

Awesome! Thanks for your contibutions! I had already tested your changes in https://github.com/koreader/koreader-base/pull/1751. Great to hear you have also found a fix these other issues. I had already greatly enjoyed...

I think there has been a misunderstanding: The improvements implemented by @dmalinovsky did not affect the problem originally described in this issue, but the general ghosting discussed later in the...

I guess the reports here could refer to different kinds of stutter or judder with different causes. I had been experiencing judder that almost looked like unevenly paced frames, like...

The jerking / stutter / judder might be caused by `Prefer fMP4-HLS Media Container`, at least it looks like **disabling** it fixed it for me, see https://github.com/jellyfin/jellyfin-webos/issues/170#issuecomment-2254104382