ABeltramo

Results 312 comments of ABeltramo

@joleuger thanks for sharing that, sounds great! Ideally we wouldn't need a host helper: Wolf already has access to the host `/dev/uinput` and `/dev/input` so we can either run your...

When the host OS runs out of memory there are so many things that start failing in a "last resort" attempt at claiming some memory. I'm not sure there's anything...

Sorry this has taken me this long to review, I've tested it out locally and it works correctly. Thanks for contributing!

First off, I recognise that we don't have great support for multiple GPUs of the same vendor. It's something that I'd like to improve in the near future, but I...

Thanks for the logs, here are the relevant bits: ``` cudacontext gstcudacontext.cpp:383:gst_create_cucontext: GPU #0 supports NVENC: yes (NVIDIA GeForce RTX 4060) (Compute SM 8.9) cudacontext gstcudacontext.cpp:407:gst_create_cucontext: Created CUDA context 0x5649073747c0...

@zexi It's one thing to pass the nvidia devices to the Wolf container and another one to actually share them with the running app containers (Steam, Firefox, ...). Have you...

> Is this a potential issue? Nope, ultimately we just use that code to add a workaround specific **only for some Intel GPUs** [here](https://github.com/games-on-whales/gst-wayland-display/blob/412d26ae19cc4e729fda36ee0fb6a2dc38fec0ef/gst-plugin-wayland-display/src/waylandsrc/imp.rs#L378-L391), but it wouldn't do anything if...

This should be fixed in the latest `ghcr.io/games-on-whales/wolf:wolf-ui` we should now correctly pick up the right GPU for both encoding and playing games in a multi-GPU setup with the `WOLF_RENDER_NODE`...

Thanks for testing the latest, from the logs you've posted it seems that the call to [cuGraphicsEGLRegisterImage](https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__EGL.html#group__CUDA__EGL_1g9f9b026d175238be6f6e79048d6879c5) (called [here](https://github.com/games-on-whales/gst-wayland-display/blob/276e8a1487c768f9634a92bf744a3db4b85d953f/wayland-display-core/src/utils/allocator/cuda/mod.rs#L502-L508) for reference) fails with `CUDA_ERROR_INVALID_DEVICE` which from the docs means: >...

@Gylfkxjyjdll thanks for testing latest! > If I try a different GPU as /dev/dri/renderD129, I receive the same error with the new wolf-ui build. I suppose that means that if...