-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No luck (so far) getting these to run [Nvidia] #1
Comments
That's unfortunate. I just tried both the I have the feeling the issue is likely due to using NVIDIA. Sadly I don't have an NVIDIA card to test with. But to rule out some other factors, things I make sure of:
These patches are still hacks at the end of the day. Conceptually the What you could try is playing around with the code in I hope this gives you some ideas and things to try. Keep me posted if you make any progress or find something. |
Getting similar results on Ubuntu 22.04, also 515.65.01 with 1.22.13.
|
just to confirm I could make it work with an AMD rx 5600 xt ... so probably nvidia driver related bug ;) |
Works on my RX 580, but crashes after some minutes as @mrxz mentioned. |
If that helps @mrxz I can setup a cloud instance with an NVIDIA GPU then share access. It wouldn't have VR working (CloudXR on Linux is not out yet) but it might help spot what the problem is, eventually surface it back to NVIDIA or wherever the problem belongs. |
Thanks for the offer @Utopiah, but the biggest challenge will be finding time to dive into the issue... I do have a laptop with an Nvidia card that I could perhaps try it on, so I'll see if I can get around to it.
Thanks for trying it out, @rcelyte. Just to clarify, while I also reported it to 'crash' it's more a hang/freeze. Did you observe the same, or did it really crash Firefox for you? |
@mrxz It froze |
Understood, let me know if there is anything I can test and whatever data, error log, etc that could help. |
I'm trying these patches on an Arch Linux system and not having any luck.
Both the dmabuf patch and the glx patch let me start an XR session, and both just result in a black screen on the headset. If I'm using the dmabuf version of the patch, I see this printed periodically:
There are no printed errors with the glx patch. I tried the plain patch (
glReadPixels
), too, and it causes Firefox to crash on starting any WebGL context:Here's my system:
nvidia 515.65.01-1
Any ideas or troubleshooting thoughts would be much appreciated!
The text was updated successfully, but these errors were encountered: