gnusenpai
gnusenpai
I don't think there's any risk here. Podman passes through the entirety of `/sys/module` by the looks of things. The only thing an unprivileged user can do is read very...
> By the way do you also experience the `X Error of failed request: BadValue (integer parameter out of range for operation)` issue? Adding `/sys/module/nvidia` to the sandbox fixes that...
I found a hack that works for my setup specifically: ```diff diff --git a/src/gpu.cpp b/src/gpu.cpp index 170d1a9..75d1806 100644 --- a/src/gpu.cpp +++ b/src/gpu.cpp @@ -79,6 +79,11 @@ GPUS::GPUS(overlay_params* params) : params(params)...
> So the issue is not having two GPUs but accessing metrics on that specific GPU? Don't read too much into the language. Looking for that GPU specifically was just...
Well I switched my 1080Ti to be the primary GPU and removed my hack. No stuttering, weird. Either Pascal is a bit broken or NVIDIA gives some sort of special...
> However, my shell's bar uses NVML to access power information from the GPUs the same way MangoHud is doing and it works just fine. Not sure what changed between...
After some additional testing, I've sort of narrowed down the issue. `gamescope` can work on kernel-open, but only if `/usr/bin/gamescope` does *not* have the `CAP_SYS_NICE` capability set. I also tested...