ia74

Results 5 comments of ia74

not sure if you're still having this issue given the date.. however, if still unresolved, the first step i recommend you check is if `nvidia-persistenced.service` and `nvidia-powerd.service` are disabled with...

you have to do `nvx start glxinfo | grep "OpenGL render"`. for context, this will: - turn your gpu on - start `glxinfo | grep "OpenGL render"` on it -...

this is the intended behavior though, when you run `nvx start bash` it will turn your GPU on, then run bash on it, telling the *graphics* to be offloaded. however...

less confusion ![image](https://github.com/user-attachments/assets/3e3ef24f-264a-4294-821b-bc461369d17c)

Try using your server's local IP, for example mine is 192.168.4.180 so I'd replace 127.0.0.1 with that as 127.0.0.1 in this case may refer to the local container and not...