veldenb

Results 48 comments of veldenb

Tiling assistant works for me as an alternative: https://extensions.gnome.org/extension/3733/tiling-assistant/

@cgutman LibreELEC is very bare bones so it could be missing a library for that. Do you know the name of the library that should handle this call? For rendering...

@cgutman I think you are correct about the OpenGL part: https://forum.libreelec.tv/thread/2520-opengl-meson-and-glu-packages/?postID=20143#post20143 It looks like LibreELEC builds it's ARM images without OpenGL and only OpenGLES. So no OpenGL at all. Do...

Digging through moonlight's source code shows that this commit adds the call to the software renderer: https://github.com/moonlight-stream/moonlight-qt/commit/9daf7b5a362f2aff90e61ad16f8390ec637e5f5b The commit fixes modesetting for non-EGL HEVC streams, but since the Pi4 uses...

Continuing my monologue :) I disabled the code from https://github.com/moonlight-stream/moonlight-qt/commit/9daf7b5a362f2aff90e61ad16f8390ec637e5f5b using this patch: [moonlight.patch.txt](https://github.com/moonlight-stream/moonlight-qt/files/9579263/moonlight.patch.txt) After patching and compiling for the Pi 4 moonlight 4.2.1 runs with SDL 2.24.0 on LibreELEC...

`export SDL_RENDER_DRIVER="opengles2"` makes the segfault go away :) Starting the stream now works. But sometimes (I think after switching modes on the Game PC side) the stream gets really laggy...

Pinned down the memory issues above. It only occurs when hopping in and out of HDR games by streaming Steam Big Picture. Turning off HDR in moonlight makes the errors...

Do you want to close this issue er keep it open to implement an error message for the situation? The workaround is a workable solution for me, I implemented it...

From moonlight-qt 5.0.0 and up there seem to be generic ARM packages available, so it might be possible. I own a ODROID-C2 so that might be comparable to the C4...

I tried [this manual](https://github.com/moonlight-stream/moonlight-docs/wiki/Installing-Moonlight-Qt-on-ARM%E2%80%90based-Single-Board-Computers) to install moonlight-qt on my C2 with Armbian, but my device isn't compatible with moonlight-qt. It starts but very quickly segfaults: moonlight-qt log ``` 00:00:00 -...