-
Notifications
You must be signed in to change notification settings - Fork 588
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
rr doesn't work with SDL2 #2432
Comments
We disable direct rendering. I guess something's falling back to GLX, which your system doesn't support. Is there some way to force SDL2 to use a pure CPU, non-GLX renderer? |
Not sure about that, I probably need to compile SDL2 myself.... |
It kind of is a bug in rr, since if we knew how to force CPU-only non-GLX rendering in SDL2 via an environment variable or some other easy way, we could add that to rr. |
ah I see...okay, Let me look that around, reopening :) |
According to https://discourse.libsdl.org/t/force-cpu-only-non-glx-rendering-on-linux/27099/2, I've tested it and it works for me. |
Resolves rr-debugger#2432 (cherry picked from commit 806f9ae)
I aware #1578, however I don't get the first error. Not sure what I should do to move it forward, thanks :)
The text was updated successfully, but these errors were encountered: