Janrupf

Results 83 comments of Janrupf

Kind of forgot because I'm just applying a patch (that is dirty) with Nix locally, feel free to create a MR (or I'll do when I get the chance to...

This actually isn't 100% correct. Qt only recognizes WEB/P with 3rd party plugins.

Probably same/similar issue as https://github.com/WebAssembly/wabt/issues/2453

Currently on vacation, but sadly the fix isn't as simple as I thought (it can cause miscompilation in other cases if applied the way I suggested). I'll take a look...

Temporary workaround (or maybe as a solution for the module in case this is not being fixed upstream): ```nix systemd.user.services.easyeffects.Service.ExecStartPost = [ "${config.services.easyeffects.package}/bin/easyeffects --load-preset ${config.services.easyeffects.preset}" ]; ```

Getting the virtual socket into the waydroid container should be easy enough by modifying `/var/lib/waydroid/lxc/waydroid/config_nodes` and adding an `lxc.mount.entry`. However, I can't get mesa in the container to accept `LIBGL_ALWAYS_SOFTWARE`...

There also is https://android.googlesource.com/platform/external/qemu/+/refs/heads/main/distrib/android-emugl/ which is used by the android Emulator to support EGL. This already works via a unix socket, but its barely documented and the sources are all...

Some more updates on this: I modified mesa so far that it actually builds and connects to virlg_vtest_server. The main problem I'm currently encountering is that I don't have a...

I could get neither to work the Mesa version Waydroid ships (nor with the one I initially tried this), however, after pulling the most recent **upstream** (from freedesktop gitlab) mesa...

I did not build any waydroid images, this whole thing is a hacky mess... I'm literally bind mounting the 64 bit EGL drivers from the upstream mesa build: ``` lxc.mount.entry...