Martin Viereck

Results 214 comments of Martin Viereck

Currently I do some development to run x11docker on Windows within [MSYS2](https://www.msys2.org/) and [WSL](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) with X server [VcXsrv](https://sourceforge.net/projects/vcxsrv/). It is in an early experimental stage, but basically it works. See...

[x11docker 5.0.0 runs on Windows now.](https://github.com/mviereck/x11docker#msys2-cygwin-and-wsl-on-ms-windows) It is supposed to support hardware acceleration with `--gpu` and sound with `--pulseaudio`. It should be possible now to run docker-kodi on windows. I...

> WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit [email protected] not found. I doubt that GNOME is able to run without systemd. At least it will...

> No protocol specified Error: Can't open display: :0 This is an authentication issue. For a quick check, run insecure `DISPLAY=:1 xhost +` on host. For a secure setup, you'll...

> But trying to run xclock still fails: Try `DISPLAY=:1 xhost +` on host. That should remove (nearly) all restrictions. > Fun fact: As soon as Xwayland runs, every new...

> -auth flag points to newly created .Xauthority on host I recommend to *not* use `~/.Xauthority` from host but a custom file instead. Avoid mixing host cookies with container cookies....

> because opencv packages have version number in package name it may be more complex. In debian packages it is possible to declare an OR dependency with `|`. E.g. `libopencv-core3.2|libopencv-core4.2`...

> Is it necessary to have the version specifiers, or would this work as well? > Depends: libopencv-core3.2 | libopencv-core4.2, libopencv-imgcodecs3.2 | libopencv-imgcodecs4.2, ... That should work as well. >...

Just want to note that compiling on debian buster and using opencl 4.2 succeeds now after installing `mesa-opencl-icd`. Aligning is about 25% faster than before, so I assume opencl is...

> When I don't specifically add --gpu (or even when I add --gpu=no) I find various GPU/DRM devices appear in the container command line. Could you please give me an...